.page-resources-jun88-fishing-beginner-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff);
}

.page-resources-jun88-fishing-beginner-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-jun88-fishing-beginner-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-jun88-fishing-beginner-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand primary color for titles */
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.page-resources-jun88-fishing-beginner-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jun88-fishing-beginner-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
}

.page-resources-jun88-fishing-beginner-guide__image--center {
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-resources-jun88-fishing-beginner-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background-color: #f0f8ff; /* Light background for hero */
}

.page-resources-jun88-fishing-beginner-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-jun88-fishing-beginner-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-jun88-fishing-beginner-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-resources-jun88-fishing-beginner-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-jun88-fishing-beginner-guide__hero-title {
  font-size: 3.5em;
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: 900;
}

.page-resources-jun88-fishing-beginner-guide__hero-description {
  font-size: 1.3em;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jun88-fishing-beginner-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login/CTA color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(234, 124, 7, 0.3);
  border: none;
  cursor: pointer;
}

.page-resources-jun88-fishing-beginner-guide__cta-button:hover {
  background: #d46c06;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(234, 124, 7, 0.4);
}

/* Introduction Section */
.page-resources-jun88-fishing-beginner-guide__introduction-section {
  background-color: #ffffff;
  color: #333333;
}

/* Getting Started Section */
.page-resources-jun88-fishing-beginner-guide__getting-started-section {
  background-color: #f5f5f5;
  color: #333333;
}

.page-resources-jun88-fishing-beginner-guide__step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.page-resources-jun88-fishing-beginner-guide__step-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  flex: 1 1 calc(45% - 30px);
  min-width: 300px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-jun88-fishing-beginner-guide__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-jun88-fishing-beginner-guide__step-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-jun88-fishing-beginner-guide__step-item p {
  font-size: 1em;
  color: #555555;
}

.page-resources-jun88-fishing-beginner-guide__step-item a {
  color: #EA7C07;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jun88-fishing-beginner-guide__step-item a:hover {
  text-decoration: underline;
}

/* Fish Types Section */
.page-resources-jun88-fishing-beginner-guide__fish-types-section {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-jun88-fishing-beginner-guide__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-jun88-fishing-beginner-guide__list-item {
  background: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #444444;
}

.page-resources-jun88-fishing-beginner-guide__list-item strong {
  color: #26A9E0;
}

/* Strategy Section */
.page-resources-jun88-fishing-beginner-guide__strategy-section {
  background-color: #26A9E0;
  color: #ffffff; /* Dark background, so white text */
}

.page-resources-jun88-fishing-beginner-guide__strategy-section .page-resources-jun88-fishing-beginner-guide__section-title {
  color: #ffffff;
}

.page-resources-jun88-fishing-beginner-guide__strategy-section .page-resources-jun88-fishing-beginner-guide__text-block {
  color: #f0f0f0;
}

.page-resources-jun88-fishing-beginner-guide__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-jun88-fishing-beginner-guide__card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-resources-jun88-fishing-beginner-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-jun88-fishing-beginner-guide__card-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-jun88-fishing-beginner-guide__card-text {
  font-size: 1em;
  color: #555555;
}

/* Promotions Section */
.page-resources-jun88-fishing-beginner-guide__promotions-section {
  background-color: #f9f9f9;
  color: #333333;
}

.page-resources-jun88-fishing-beginner-guide__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}