/* style/resources-hit-club-game-strategy.css */

.page-resources-hit-club-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-resources-hit-club-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hit-club-game-strategy__hero {
  background: linear-gradient(135deg, #007BFF, #4da3ff);
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.page-resources-hit-club-game-strategy__hero-content {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.page-resources-hit-club-game-strategy__hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

.page-resources-hit-club-game-strategy__hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hit-club-game-strategy__hero-content a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-hit-club-game-strategy__hero-image {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.page-resources-hit-club-game-strategy__hero-image .page-resources-hit-club-game-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-hit-club-game-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-hit-club-game-strategy__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #007BFF; /* Deep Blue */
}

.page-resources-hit-club-game-strategy__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-hit-club-game-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-hit-club-game-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #007BFF;
  transform: translateY(-2px);
}

.page-resources-hit-club-game-strategy__section {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: left;
}

.page-resources-hit-club-game-strategy__section--alt {
  background-color: #f0f4f7;
}

.page-resources-hit-club-game-strategy__section h2 {
  font-size: 2.5em;
  color: #007BFF;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-hit-club-game-strategy__section h3 {
  font-size: 1.8em;
  color: #0056b3; /* Darker blue for contrast */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-hit-club-game-strategy__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-hit-club-game-strategy__section p a {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-hit-club-game-strategy__section p a:hover {
  text-decoration: underline;
}

.page-resources-hit-club-game-strategy__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-hit-club-game-strategy__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-hit-club-game-strategy__list li strong {
  color: #007BFF;
}

.page-resources-hit-club-game-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-hit-club-game-strategy__image--right {
  float: right;
  margin-left: 30px;
  max-width: 40%;
}

.page-resources-hit-club-game-strategy__image--left {
  float: left;
  margin-right: 30px;
  max-width: 40%;
}

.page-resources-hit-club-game-strategy__game-strategies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hit-club-game-strategy__strategy-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-hit-club-game-strategy__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-hit-club-game-strategy__strategy-card h3 {
  color: #007BFF;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-hit-club-game-strategy__strategy-card h4 {
  color: #0056b3;
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-hit-club-game-strategy__image--card {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-hit-club-game-strategy__cta-section {
  background: linear-gradient(90deg, #007BFF, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-hit-club-game-strategy__cta-section h2 {
  color: #FFD700;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-resources-hit-club-game-strategy__cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hit-club-game-strategy__cta-section p a {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-hit-club-game-strategy__cta-section p a:hover {
  text-decoration: none;
}

.page-resources-hit-club-game-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Clearfix for floated images */
.page-resources-hit-club-game-strategy__container::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-hit-club-game-strategy__hero {
    flex-direction: column;
  }

  .page-resources-hit-club-game-strategy__hero-content h1 {
    font-size: 2.5em;
  }

  .page-resources-hit-club-game-strategy__hero-content p {
    font-size: 1em;
  }

  .page-resources-hit-club-game-strategy__image--right,
  .page-resources-hit-club-game-strategy__image--left {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }

  .page-resources-hit-club-game-strategy__section h2 {
    font-size: 2em;
  }

  .page-resources-hit-club-game-strategy__cta-section h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-hit-club-game-strategy__hero {
    padding: 60px 0;
  }

  .page-resources-hit-club-game-strategy__hero-content h1 {
    font-size: 2em;
  }

  .page-resources-hit-club-game-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-hit-club-game-strategy__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-hit-club-game-strategy__section {
    padding: 40px 0;
  }

  .page-resources-hit-club-game-strategy__section h2 {
    font-size: 1.8em;
  }

  .page-resources-hit-club-game-strategy__section h3 {
    font-size: 1.5em;
  }

  .page-resources-hit-club-game-strategy__list li {
    font-size: 1em;
  }

  .page-resources-hit-club-game-strategy__cta-section {
    padding: 60px 0;
  }

  .page-resources-hit-club-game-strategy__cta-section h2 {
    font-size: 1.8em;
  }

  .page-resources-hit-club-game-strategy__cta-section p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-hit-club-game-strategy__hero-content h1 {
    font-size: 1.8em;
  }

  .page-resources-hit-club-game-strategy__hero-content p {
    font-size: 0.9em;
  }

  .page-resources-hit-club-game-strategy__btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .page-resources-hit-club-game-strategy__cta-buttons {
    flex-direction: column;
  }
}