/* style/resources-winclub-fishing-tips.css */
.page-resources-winclub-fishing-tips {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8; /* Light text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-resources-winclub-fishing-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-winclub-fishing-tips__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.page-resources-winclub-fishing-tips__hero-content {
  max-width: 600px;
  text-align: left;
}

.page-resources-winclub-fishing-tips__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-winclub-fishing-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-winclub-fishing-tips__hero-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  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;
}

.page-resources-winclub-fishing-tips__hero-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-winclub-fishing-tips__hero-image-wrapper {
  flex-shrink: 0;
}

.page-resources-winclub-fishing-tips__hero-image {
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-winclub-fishing-tips__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-winclub-fishing-tips__section:last-of-type {
  border-bottom: none;
}

.page-resources-winclub-fishing-tips__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-winclub-fishing-tips__subsection-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-winclub-fishing-tips__section-text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-winclub-fishing-tips__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-winclub-fishing-tips__inline-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-winclub-fishing-tips__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-winclub-fishing-tips__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-winclub-fishing-tips__feature-item {
  background-color: #2a3342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.page-resources-winclub-fishing-tips__feature-title {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-resources-winclub-fishing-tips__feature-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-resources-winclub-fishing-tips__fish-table-wrapper {
  overflow-x: auto;
  margin-top: 30px;
}

.page-resources-winclub-fishing-tips__fish-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.page-resources-winclub-fishing-tips__fish-table th,
.page-resources-winclub-fishing-tips__fish-table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px;
  text-align: left;
  color: #E0E0E0;
}

.page-resources-winclub-fishing-tips__fish-table th {
  background-color: #2a3342;
  color: #FFD700;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-winclub-fishing-tips__fish-table tr:nth-child(even) {
  background-color: #202733;
}

.page-resources-winclub-fishing-tips__fish-table tr:hover {
  background-color: #354152;
}

.page-resources-winclub-fishing-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-winclub-fishing-tips__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-winclub-fishing-tips__list strong {
  color: #FFD700;
}

.page-resources-winclub-fishing-tips__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-winclub-fishing-tips__numbered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-winclub-fishing-tips__cta-section {
  background-color: #2a3342;
  text-align: center;
  padding: 80px 0;
  border-radius: 12px;
  margin: 60px auto;
  max-width: 1000px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-winclub-fishing-tips__cta-icon {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.page-resources-winclub-fishing-tips__cta-content .page-resources-winclub-fishing-tips__section-title {
  font-size: 2.8em;
  margin-bottom: 25px;
}

.page-resources-winclub-fishing-tips__cta-content .page-resources-winclub-fishing-tips__section-text {
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-resources-winclub-fishing-tips__cta-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-winclub-fishing-tips__cta-btn:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

.page-resources-winclub-fishing-tips__app-download {
  text-align: center;
}

.page-resources-winclub-fishing-tips__download-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-winclub-fishing-tips__qr-code {
  width: 180px;
  height: 180px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-winclub-fishing-tips__download-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-winclub-fishing-tips__download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-winclub-fishing-tips__download-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-winclub-fishing-tips__download-btn img {
  width: 24px;
  height: 24px;
}

.page-resources-winclub-fishing-tips__main-cta-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 20px 45px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 40px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-winclub-fishing-tips__main-cta-btn:hover {
  background-color: #e6c200;
  transform: translateY(-7px);
}

.highlight-text {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-winclub-fishing-tips__hero {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }

  .page-resources-winclub-fishing-tips__hero-content {
    text-align: center;
    max-width: 100%;
  }

  .page-resources-winclub-fishing-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-winclub-fishing-tips__hero-image {
    max-width: 80%;
  }

  .page-resources-winclub-fishing-tips__section-title {
    font-size: 2em;
  }

  .page-resources-winclub-fishing-tips__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-winclub-fishing-tips__cta-section {
    padding: 60px 20px;
  }

  .page-resources-winclub-fishing-tips__cta-content .page-resources-winclub-fishing-tips__section-title {
    font-size: 2.2em;
  }

  .page-resources-winclub-fishing-tips__cta-btn {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .page-resources-winclub-fishing-tips__download-buttons {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-winclub-fishing-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-winclub-fishing-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-winclub-fishing-tips__section {
    padding: 40px 0;
  }

  .page-resources-winclub-fishing-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-winclub-fishing-tips__cta-content .page-resources-winclub-fishing-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-winclub-fishing-tips__cta-btn {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-winclub-fishing-tips__hero-title {
    font-size: 1.8em;
  }

  .page-resources-winclub-fishing-tips__section-title {
    font-size: 1.5em;
  }

  .page-resources-winclub-fishing-tips__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-winclub-fishing-tips__hero-btn,
  .page-resources-winclub-fishing-tips__cta-btn,
  .page-resources-winclub-fishing-tips__download-btn,
  .page-resources-winclub-fishing-tips__main-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .page-resources-winclub-fishing-tips__download-options {
    gap: 20px;
  }

  .page-resources-winclub-fishing-tips__qr-code {
    width: 150px;
    height: 150px;
  }
}