/* style/blog-stone27-n-h-strategy-secrets.css */
.page-blog-stone27-n-h-strategy-secrets {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-stone27-n-h-strategy-secrets__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-stone27-n-h-strategy-secrets__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-blog-stone27-n-h-strategy-secrets__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Adjust based on desired aspect ratio for 1200px width */
  overflow: hidden;
}

.page-blog-stone27-n-h-strategy-secrets__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-stone27-n-h-strategy-secrets__hero-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-stone27-n-h-strategy-secrets__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
}

.page-blog-stone27-n-h-strategy-secrets__hero-description {
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-stone27-n-h-strategy-secrets__btn-primary,
.page-blog-stone27-n-h-strategy-secrets__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-stone27-n-h-strategy-secrets__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-stone27-n-h-strategy-secrets__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-stone27-n-h-strategy-secrets__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button */
  border: 2px solid #2AD16F;
}

.page-blog-stone27-n-h-strategy-secrets__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  color: #F2FFF6;
}

.page-blog-stone27-n-h-strategy-secrets__video-section {
  padding-top: 10px; /* Small top padding */
  padding-bottom: 40px;
  background-color: #08160F; /* Background */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-blog-stone27-n-h-strategy-secrets__video-container {
  width: 100%;
  max-width: 960px; /* Max width for the video player */
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-stone27-n-h-strategy-secrets__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-stone27-n-h-strategy-secrets__video {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-radius: 10px;
}

.page-blog-stone27-n-h-strategy-secrets__video-caption {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.9rem;
  text-align: center;
  margin-top: 15px;
  max-width: 960px;
  padding: 0 20px;
}

.page-blog-stone27-n-h-strategy-secrets__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-stone27-n-h-strategy-secrets__subsection-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 600;
  color: #2AD16F; /* Button */
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-stone27-n-h-strategy-secrets__sub-subsection-title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 500;
  color: #A7D9B8; /* Text Secondary */
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-stone27-n-h-strategy-secrets__content-area {
  padding: 40px 20px;
}

.page-blog-stone27-n-h-strategy-secrets__content-area p {
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-stone27-n-h-strategy-secrets__content-area strong {
  color: #F2C14E; /* Gold */
}

.page-blog-stone27-n-h-strategy-secrets__highlight {
  color: #F2C14E; /* Gold */
}

.page-blog-stone27-n-h-strategy-secrets__link {
  color: #2AD16F; /* Button */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-stone27-n-h-strategy-secrets__link:hover {
  color: #F2C14E; /* Gold */
  text-decoration: underline;
}

.page-blog-stone27-n-h-strategy-secrets__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-stone27-n-h-strategy-secrets__list li {
  margin-bottom: 8px;
}

.page-blog-stone27-n-h-strategy-secrets__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-stone27-n-h-strategy-secrets__card-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-stone27-n-h-strategy-secrets__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 800px; /* Example max-width for content images */
  object-fit: cover;
}

/* FAQ Section */
.page-blog-stone27-n-h-strategy-secrets__faq-list {
  margin-top: 30px;
}

.page-blog-stone27-n-h-strategy-secrets__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-stone27-n-h-strategy-secrets__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider for summary bg */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-stone27-n-h-strategy-secrets__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-stone27-n-h-strategy-secrets__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-stone27-n-h-strategy-secrets__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F; /* Button */
}

.page-blog-stone27-n-h-strategy-secrets__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-stone27-n-h-strategy-secrets__faq-item[open] .page-blog-stone27-n-h-strategy-secrets__faq-answer {
  max-height: 500px; /* Adjust as needed for content length */
  padding-top: 15px;
}

.page-blog-stone27-n-h-strategy-secrets__faq-item[open] .page-blog-stone27-n-h-strategy-secrets__faq-toggle {
  content: '−';
}

.page-blog-stone27-n-h-strategy-secrets__conclusion-section {
  text-align: center;
  padding-bottom: 60px;
}

.page-blog-stone27-n-h-strategy-secrets__cta-button {
  margin-top: 30px;
}

.page-blog-stone27-n-h-strategy-secrets__button-container {
  text-align: center;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-stone27-n-h-strategy-secrets {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-stone27-n-h-strategy-secrets__container,
  .page-blog-stone27-n-h-strategy-secrets__hero-content,
  .page-blog-stone27-n-h-strategy-secrets__video-caption {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-stone27-n-h-strategy-secrets__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-stone27-n-h-strategy-secrets__hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-stone27-n-h-strategy-secrets__hero-description {
    font-size: 1rem;
  }

  .page-blog-stone27-n-h-strategy-secrets__btn-primary,
  .page-blog-stone27-n-h-strategy-secrets__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .page-blog-stone27-n-h-strategy-secrets__cta-buttons,
  .page-blog-stone27-n-h-strategy-secrets__button-group,
  .page-blog-stone27-n-h-strategy-secrets__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; /* Ensure vertical stacking on mobile */
  }

  .page-blog-stone27-n-h-strategy-secrets__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .page-blog-stone27-n-h-strategy-secrets__subsection-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-stone27-n-h-strategy-secrets__sub-subsection-title {
    font-size: clamp(1rem, 5vw, 1.5rem);
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-stone27-n-h-strategy-secrets img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-stone27-n-h-strategy-secrets__section,
  .page-blog-stone27-n-h-strategy-secrets__card,
  .page-blog-stone27-n-h-strategy-secrets__container,
  .page-blog-stone27-n-h-strategy-secrets__hero-section,
  .page-blog-stone27-n-h-strategy-secrets__video-section,
  .page-blog-stone27-n-h-strategy-secrets__video-container,
  .page-blog-stone27-n-h-strategy-secrets__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-stone27-n-h-strategy-secrets video,
  .page-blog-stone27-n-h-strategy-secrets__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-stone27-n-h-strategy-secrets__video-section {
    padding-top: 10px !important;
  }
}

@media (min-width: 769px) {
  .page-blog-stone27-n-h-strategy-secrets__video-container {
    width: 100%; /* Ensure desktop width is also 100% within its max-width */
  }
}