.page-resources-g666-win-latest-offers__hero {
  background: linear-gradient(135deg, #003366, #FFCC00);
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-g666-win-latest-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-g666-win-latest-offers__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff; /* Text on dark blue/gold gradient */
  line-height: 1.2;
}

.page-resources-g666-win-latest-offers__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0; /* Slightly lighter for subtitle */
}

.page-resources-g666-win-latest-offers__button {
  display: inline-block;
  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;
  margin: 10px;
}

.page-resources-g666-win-latest-offers__button--primary {
  background-color: #FFCC00;
  color: #003366; /* Dark text on gold button */
  border: 2px solid #FFCC00;
}

.page-resources-g666-win-latest-offers__button--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-g666-win-latest-offers__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-g666-win-latest-offers__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-g666-win-latest-offers__article-content {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333333;
}

.page-resources-g666-win-latest-offers__article-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-g666-win-latest-offers__heading {
  font-size: 2.2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-g666-win-latest-offers__sub-heading {
  font-size: 1.6em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-resources-g666-win-latest-offers__article-content p {
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-g666-win-latest-offers__article-content strong {
  color: #003366;
}

.page-resources-g666-win-latest-offers__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-g666-win-latest-offers__article-content li {
  margin-bottom: 0.5em;
}

.page-resources-g666-win-latest-offers__image-figure {
  margin: 40px auto;
  text-align: center;
  max-width: 100%;
}

.page-resources-g666-win-latest-offers__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-g666-win-latest-offers__figcaption {
  font-size: 0.9em;
  color: #666666;
  margin-top: 10px;
}

.page-resources-g666-win-latest-offers__cta-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-g666-win-latest-offers__cta-wrapper--final {
  margin-top: 60px;
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-g666-win-latest-offers__title {
    font-size: 2.5em;
  }

  .page-resources-g666-win-latest-offers__subtitle {
    font-size: 1.2em;
  }

  .page-resources-g666-win-latest-offers__heading {
    font-size: 1.8em;
  }

  .page-resources-g666-win-latest-offers__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-g666-win-latest-offers__article-container {
    padding: 0 15px;
    font-size: 1em;
  }

  .page-resources-g666-win-latest-offers__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-g666-win-latest-offers__title {
    font-size: 2em;
  }

  .page-resources-g666-win-latest-offers__subtitle {
    font-size: 1em;
  }

  .page-resources-g666-win-latest-offers__heading {
    font-size: 1.6em;
  }

  .page-resources-g666-win-latest-offers__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-g666-win-latest-offers__button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}