.page-expert-picks {
  color: #ffffff;
  background-color: var(--dark-bg-1); /* Assuming shared.css defines a dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-expert-picks__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-expert-picks__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #26A9E0;
  color: #ffffff;
  overflow: hidden;
}

.page-expert-picks__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-expert-picks__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-expert-picks__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-expert-picks__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

.page-expert-picks__btn-primary {
  background-color: #EA7C07; /* Custom color for Login/Register */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-expert-picks__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-expert-picks__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #ffffff;
}

.page-expert-picks__btn-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.page-expert-picks__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-expert-picks__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-expert-picks__section {
  padding: 60px 0;
  text-align: center;
}

.page-expert-picks__introduction {
  background-color: var(--dark-bg-1);
  color: #ffffff;
}

.page-expert-picks__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-expert-picks__introduction .page-expert-picks__section-title {
  color: #ffffff;
}

.page-expert-picks__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
  color: #f0f0f0;
}

.page-expert-picks__analysis-method {
  background-color: #f5f5f5;
  color: #333333;
}

.page-expert-picks__analysis-method .page-expert-picks__section-title {
  color: #26A9E0;
}

.page-expert-picks__analysis-method .page-expert-picks__paragraph {
  color: #333333;
}

.page-expert-picks__grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.page-expert-picks__grid-2-cols-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.page-expert-picks__grid-2-cols-reverse .page-expert-picks__image-block {
  order: 2;
}

.page-expert-picks__grid-2-cols-reverse .page-expert-picks__text-block {
  order: 1;
}

.page-expert-picks__image-block {
  text-align: center;
}

.page-expert-picks__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

.page-expert-picks__pick-types {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-expert-picks__pick-types .page-expert-picks__section-title {
  color: #ffffff;
}

.page-expert-picks__pick-types .page-expert-picks__paragraph {
  color: #f0f0f0;
}

.page-expert-picks__list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 30px auto;
}

.page-expert-picks__list-item {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-expert-picks__list-item strong {
  color: #EA7C07;
}

.page-expert-picks__how-to-use {
  background-color: var(--dark-bg-1);
  color: #ffffff;
}

.page-expert-picks__how-to-use .page-expert-picks__section-title {
  color: #ffffff;
}

.page-expert-picks__how-to-use .page-expert-picks__paragraph {
  color: #f0f0f0;
}

.page-expert-picks__faq {
  background-color: #f5f5f5;
  color: #333333;
}

.page-expert-picks__faq .page-expert-picks__section-title {
  color: #26A9E0;
}

.page-expert-picks__faq-list {
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.page-expert-picks__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-expert-picks__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-expert-picks__faq-item[open] .page-expert-picks__faq-question {
  background-color: #eaf6fc;
  color: #26A9E0;
}

.page-expert-picks__faq-question:hover {
  background-color: #eaf6fc;
}

.page-expert-picks__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-expert-picks__faq-item[open] .page-expert-picks__faq-toggle {
  content: '−';
}

.page-expert-picks__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-expert-picks__faq-item details > summary {
  list-style: none;
}

.page-expert-picks__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-expert-picks__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-expert-picks__cta-bottom {
  background-color: #26A9E0;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 20px;
  text-align: left;
}

.page-expert-picks__cta-content {
  flex: 1;
  max-width: 600px;
}

.page-expert-picks__cta-bottom .page-expert-picks__section-title {
  color: #ffffff;
  text-align: left;
}

.page-expert-picks__cta-bottom .page-expert-picks__paragraph {
  color: #f0f0f0;
  text-align: left;
}

.page-expert-picks__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-expert-picks__cta-image-wrapper {
  flex: 1;
  max-width: 500px;
  text-align: center;
}

.page-expert-picks__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-expert-picks__grid-2-cols,
  .page-expert-picks__grid-2-cols-reverse {
    grid-template-columns: 1fr;
  }

  .page-expert-picks__grid-2-cols-reverse .page-expert-picks__image-block {
    order: 1;
  }

  .page-expert-picks__grid-2-cols-reverse .page-expert-picks__text-block {
    order: 2;
  }

  .page-expert-picks__cta-bottom {
    flex-direction: column;
    text-align: center;
  }

  .page-expert-picks__cta-bottom .page-expert-picks__section-title,
  .page-expert-picks__cta-bottom .page-expert-picks__paragraph {
    text-align: center;
  }

  .page-expert-picks__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-expert-picks__main-title {
    font-size: 2.5em;
  }

  .page-expert-picks__hero-description {
    font-size: 1.1em;
  }

  .page-expert-picks__section-title {
    font-size: 2em;
  }

  .page-expert-picks__paragraph,
  .page-expert-picks__list-item,
  .page-expert-picks__faq-question,
  .page-expert-picks__faq-answer {
    font-size: 1em;
  }

  .page-expert-picks__hero-buttons,
  .page-expert-picks__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-expert-picks__btn-primary,
  .page-expert-picks__btn-secondary {
    width: 100%;
    padding: 12px 20px;
  }

  /* Mobile specific image, video, button, and container overrides */
  .page-expert-picks img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-expert-picks video,
  .page-expert-picks__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-expert-picks__section,
  .page-expert-picks__card,
  .page-expert-picks__container,
  .page-expert-picks__video-section,
  .page-expert-picks__video-container,
  .page-expert-picks__video-wrapper,
  .page-expert-picks__cta-buttons,
  .page-expert-picks__button-group,
  .page-expert-picks__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-expert-picks__hero-section {
    padding-top: var(--header-offset, 120px) !important; 
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-expert-picks__cta-button,
  .page-expert-picks__btn-primary,
  .page-expert-picks__btn-secondary,
  .page-expert-picks a[class*="button"],
  .page-expert-picks 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;
  }
  .page-expert-picks__cta-buttons {
    display: flex;
    flex-direction: column; 
    gap: 10px;
  }
}