/* style/blog-why-678win-is-your-choice.css */

:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg-color: #11271B;
  --background-color: #08160F;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-blog-why-678win-is-your-choice {
  background-color: var(--background-color);
  color: var(--text-main-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure space above footer */
}

.page-blog-why-678win-is-your-choice__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0;
  position: relative;
  overflow: hidden;
  background-color: var(--deep-green-color);
}

.page-blog-why-678win-is-your-choice__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-why-678win-is-your-choice__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-why-678win-is-your-choice__hero-content {
  max-width: 900px;
  padding: 40px 20px;
  z-index: 1;
}

.page-blog-why-678win-is-your-choice__main-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main-color);
  letter-spacing: -0.02em;
}

.page-blog-why-678win-is-your-choice__lead-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-secondary-color);
}

.page-blog-why-678win-is-your-choice__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-why-678win-is-your-choice__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-why-678win-is-your-choice__btn-primary,
.page-blog-why-678win-is-your-choice__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-why-678win-is-your-choice__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main-color);
  border: 2px solid transparent;
}

.page-blog-why-678win-is-your-choice__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-why-678win-is-your-choice__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-why-678win-is-your-choice__btn-secondary:hover {
  background-color: rgba(17, 168, 78, 0.1);
  transform: translateY(-2px);
}

.page-blog-why-678win-is-your-choice__btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  margin-top: 40px;
}

.page-blog-why-678win-is-your-choice__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-blog-why-678win-is-your-choice__section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: var(--gold-color);
}

.page-blog-why-678win-is-your-choice__paragraph {
  margin-bottom: 20px;
  color: var(--text-secondary-color);
  text-align: justify;
}

.page-blog-why-678win-is-your-choice__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-why-678win-is-your-choice__feature-card {
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
  background-color: var(--card-bg-color);
}

.page-blog-why-678win-is-your-choice__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-why-678win-is-your-choice__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-blog-why-678win-is-your-choice__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--gold-color);
}

.page-blog-why-678win-is-your-choice__feature-description {
  color: var(--text-secondary-color);
}

.page-blog-why-678win-is-your-choice__grid-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}

.page-blog-why-678win-is-your-choice__grid-reverse {
  direction: rtl; /* For content order */
}

.page-blog-why-678win-is-your-choice__grid-reverse > div {
  direction: ltr; /* Reset text direction */
}

.page-blog-why-678win-is-your-choice__sub-title {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-blog-why-678win-is-your-choice__content-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.page-blog-why-678win-is-your-choice__image-full-width {
  margin-top: 40px;
}

.page-blog-why-678win-is-your-choice__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-678win-is-your-choice__step-card {
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid var(--border-color);
  background-color: var(--card-bg-color);
}

.page-blog-why-678win-is-your-choice__step-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: var(--gold-color);
}

.page-blog-why-678win-is-your-choice__step-description {
  color: var(--text-secondary-color);
  margin-bottom: 25px;
}

.page-blog-why-678win-is-your-choice__faq-list {
  margin-top: 40px;
}

.page-blog-why-678win-is-your-choice__faq-item {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-why-678win-is-your-choice__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: var(--text-main-color);
  font-weight: bold;
  user-select: none;
  list-style: none;
}

.page-blog-why-678win-is-your-choice__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-why-678win-is-your-choice__faq-qtext {
  flex-grow: 1;
  color: var(--gold-color);
}

.page-blog-why-678win-is-your-choice__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: var(--primary-color);
}

.page-blog-why-678win-is-your-choice__faq-answer {
  padding: 0 20px 20px 20px;
  color: var(--text-secondary-color);
  line-height: 1.6;
}

.page-blog-why-678win-is-your-choice__faq-item[open] .page-blog-why-678win-is-your-choice__faq-question {
  background-color: var(--deep-green-color);
}

.page-blog-why-678win-is-your-choice__blog-news-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.page-blog-why-678win-is-your-choice__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-678win-is-your-choice__card {
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border-color);
  background-color: var(--card-bg-color);
}

.page-blog-why-678win-is-your-choice__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-why-678win-is-your-choice__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-why-678win-is-your-choice__card-content {
  padding: 20px;
}

.page-blog-why-678win-is-your-choice__card-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-blog-why-678win-is-your-choice__card-title a {
  color: var(--gold-color);
  text-decoration: none;
}

.page-blog-why-678win-is-your-choice__card-title a:hover {
  color: var(--primary-color);
}

.page-blog-why-678win-is-your-choice__card-meta {
  font-size: 0.9em;
  color: var(--text-secondary-color);
  margin-bottom: 15px;
}

.page-blog-why-678win-is-your-choice__card-description {
  color: var(--text-secondary-color);
  margin-bottom: 20px;
}

.page-blog-why-678win-is-your-choice__card-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-why-678win-is-your-choice__card-link:hover {
  text-decoration: underline;
}

.page-blog-why-678win-is-your-choice__final-cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: var(--deep-green-color);
}

.page-blog-why-678win-is-your-choice__final-cta-section .page-blog-why-678win-is-your-choice__section-title {
  color: var(--text-main-color);
}

.page-blog-why-678win-is-your-choice__final-cta-section .page-blog-why-678win-is-your-choice__paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-why-678win-is-your-choice__grid-two-cols {
    grid-template-columns: 1fr;
    direction: ltr; /* Reset for smaller screens */
  }
  .page-blog-why-678win-is-your-choice__grid-reverse {
    direction: ltr; /* Reset for smaller screens */
  }
}

@media (max-width: 768px) {
  .page-blog-why-678win-is-your-choice {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-why-678win-is-your-choice__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-why-678win-is-your-choice__main-title {
    font-size: 2em; /* clamp for H1 */
  }

  .page-blog-why-678win-is-your-choice__lead-text {
    font-size: 1em;
  }

  .page-blog-why-678win-is-your-choice__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-why-678win-is-your-choice__btn-primary,
  .page-blog-why-678win-is-your-choice__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-why-678win-is-your-choice__content-area,
  .page-blog-why-678win-is-your-choice__blog-news-section,
  .page-blog-why-678win-is-your-choice__final-cta-section {
    padding: 40px 15px;
  }

  .page-blog-why-678win-is-your-choice__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-why-678win-is-your-choice__sub-title {
    font-size: 1.5em;
  }

  .page-blog-why-678win-is-your-choice__steps-container {
    grid-template-columns: 1fr;
  }

  .page-blog-why-678win-is-your-choice__card-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-why-678win-is-your-choice__card-image {
    height: 180px;
  }

  .page-blog-why-678win-is-your-choice img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-why-678win-is-your-choice__hero-image-wrapper,
  .page-blog-why-678win-is-your-choice__content-area,
  .page-blog-why-678win-is-your-choice__feature-grid,
  .page-blog-why-678win-is-your-choice__feature-card,
  .page-blog-why-678win-is-your-choice__grid-two-cols,
  .page-blog-why-678win-is-your-choice__steps-container,
  .page-blog-why-678win-is-your-choice__step-card,
  .page-blog-why-678win-is-your-choice__blog-news-section,
  .page-blog-why-678win-is-your-choice__card-grid,
  .page-blog-why-678win-is-your-choice__card,
  .page-blog-why-678win-is-your-choice__final-cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-why-678win-is-your-choice__hero-content,
  .page-blog-why-678win-is-your-choice__text-block {
    padding-left: 0;
    padding-right: 0;
  }
  
  /* Ensure no horizontal scroll for buttons */
  .page-blog-why-678win-is-your-choice__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-why-678win-is-your-choice__cta-buttons--center {
    flex-direction: column;
  }
}