/* style/blog-how-to-get-vf88-code.css */

/* Base styles for the page content */
.page-blog-how-to-get-vf88-code {
  background-color: #08160F; /* Custom background color */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 40px;
}

/* Hero Section */
.page-blog-how-to-get-vf88-code__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom padding */
  box-sizing: border-box;
  text-align: center;
}

.page-blog-how-to-get-vf88-code__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-blog-how-to-get-vf88-code__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-get-vf88-code__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #F2C14E; /* Gold color for main title */
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-get-vf88-code__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Call to Action Buttons */
.page-blog-how-to-get-vf88-code__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-how-to-get-vf88-code__btn-primary,
.page-blog-how-to-get-vf88-code__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Ensure text wrapping */
}

.page-blog-how-to-get-vf88-code__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom button gradient */
  color: #F2FFF6; /* Main text color */
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-get-vf88-code__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
  opacity: 0.9;
}

.page-blog-how-to-get-vf88-code__btn-secondary {
  background-color: transparent;
  color: #F2FFF6; /* Main text color */
  border: 2px solid #2E7A4E; /* Border color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-get-vf88-code__btn-secondary:hover {
  background-color: #2E7A4E; /* Border color as background on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Content Area */
.page-blog-how-to-get-vf88-code__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-get-vf88-code__section-inner {
  background-color: #11271B; /* Card BG color */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-get-vf88-code__section-title {
  font-size: 2.2rem;
  color: #F2C14E; /* Gold color for section titles */
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-get-vf88-code__sub-title {
  font-size: 1.6rem;
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-get-vf88-code__text-block {
  font-size: 1rem;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 15px;
}

.page-blog-how-to-get-vf88-code__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Main text color */
}

.page-blog-how-to-get-vf88-code__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-how-to-get-vf88-code__list-item strong {
  color: #F2C14E; /* Gold for emphasis */
}

.page-blog-how-to-get-vf88-code__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* FAQ Section */
.page-blog-how-to-get-vf88-code__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-get-vf88-code__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-get-vf88-code__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: #F2FFF6; /* Main text color */
  background-color: #1E3A2A; /* Divider color for question background */
  border-bottom: 1px solid #2E7A4E; /* Border color */
}

.page-blog-how-to-get-vf88-code__faq-question:hover {
  background-color: #2E7A4E; /* Border color on hover */
}

.page-blog-how-to-get-vf88-code__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E; /* Gold for toggle icon */
}

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

.page-blog-how-to-get-vf88-code__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-how-to-get-vf88-code__faq-answer p {
  margin-bottom: 0;
}

/* Ensure images in content area are not too small */
.page-blog-how-to-get-vf88-code__content-area img {
    min-width: 200px;
    min-height: 200px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-get-vf88-code__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .page-blog-how-to-get-vf88-code__section-title {
    font-size: 2rem;
  }

  .page-blog-how-to-get-vf88-code__sub-title {
    font-size: 1.4rem;
  }
}

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

  .page-blog-how-to-get-vf88-code__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-get-vf88-code__hero-image {
    border-radius: 5px;
  }

  .page-blog-how-to-get-vf88-code__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-how-to-get-vf88-code__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-get-vf88-code__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-get-vf88-code__btn-primary,
  .page-blog-how-to-get-vf88-code__btn-secondary {
    padding: 12px 20px;
    font-size: 1rem;
    width: 100% !important; /* Force full width on mobile */
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-get-vf88-code__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-get-vf88-code__section-inner {
    padding: 20px;
    margin-bottom: 30px;
  }

  .page-blog-how-to-get-vf88-code__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-get-vf88-code__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-get-vf88-code__text-block,
  .page-blog-how-to-get-vf88-code__list-item,
  .page-blog-how-to-get-vf88-code__faq-question,
  .page-blog-how-to-get-vf88-code__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-how-to-get-vf88-code__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset;
    min-height: unset;
    border-radius: 5px;
  }

  /* Ensure all containers with images/buttons/videos are responsive */
  .page-blog-how-to-get-vf88-code__section,
  .page-blog-how-to-get-vf88-code__card,
  .page-blog-how-to-get-vf88-code__container,
  .page-blog-how-to-get-vf88-code__video-section,
  .page-blog-how-to-get-vf88-code__video-container,
  .page-blog-how-to-get-vf88-code__video-wrapper,
  .page-blog-how-to-get-vf88-code__cta-buttons,
  .page-blog-how-to-get-vf88-code__button-group,
  .page-blog-how-to-get-vf88-code__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-get-vf88-code__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}