/* style/resources-b66-latest-offers-analysis.css */
.page-resources-b66-latest-offers-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-b66-latest-offers-analysis .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-b66-latest-offers-analysis .hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #3a5c9f 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-b66-latest-offers-analysis .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 215, 0, 0.1); /* Subtle gold overlay */
  pointer-events: none;
}

.page-resources-b66-latest-offers-analysis .hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold accent for title */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-b66-latest-offers-analysis .hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-b66-latest-offers-analysis .cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-b66-latest-offers-analysis .cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-b66-latest-offers-analysis .secondary-button {
  display: inline-block;
  background-color: transparent;
  color: #FFD700; /* Gold text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700; /* Gold border */
  margin-left: 15px;
  cursor: pointer;
}

.page-resources-b66-latest-offers-analysis .secondary-button:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-resources-b66-latest-offers-analysis .article-content-section {
  padding: 40px 0;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.page-resources-b66-latest-offers-analysis .article-wrapper h2 {
  color: #0A2463;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-b66-latest-offers-analysis .article-wrapper h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-b66-latest-offers-analysis .article-wrapper p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-resources-b66-latest-offers-analysis .article-wrapper strong {
  color: #0A2463;
}

.page-resources-b66-latest-offers-analysis .article-wrapper ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #555;
}

.page-resources-b66-latest-offers-analysis .article-wrapper ul li {
  margin-bottom: 0.5em;
}

.page-resources-b66-latest-offers-analysis .image-full-width {
  margin: 40px auto;
  text-align: center;
  max-width: 100%;
}

.page-resources-b66-latest-offers-analysis .article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-b66-latest-offers-analysis figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}

.page-resources-b66-latest-offers-analysis .back-to-resources-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-b66-latest-offers-analysis .back-to-resources-link:hover {
  color: #ffffff;
}

.page-resources-b66-latest-offers-analysis .button-group {
  margin-top: 30px;
  text-align: center;
}

.page-resources-b66-latest-offers-analysis .button-group-bottom {
  margin-top: 40px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-resources-b66-latest-offers-analysis .return-link-bottom {
  margin-top: 40px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-b66-latest-offers-analysis .hero-title {
    font-size: 2.2em;
  }

  .page-resources-b66-latest-offers-analysis .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-b66-latest-offers-analysis .cta-button, 
  .page-resources-b66-latest-offers-analysis .secondary-button {
    padding: 12px 25px;
    font-size: 1em;
    margin-left: 0;
    margin-top: 10px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-b66-latest-offers-analysis .button-group .secondary-button {
    margin-top: 15px;
  }

  .page-resources-b66-latest-offers-analysis .article-wrapper h2 {
    font-size: 1.8em;
  }

  .page-resources-b66-latest-offers-analysis .article-wrapper h3 {
    font-size: 1.3em;
  }

  .page-resources-b66-latest-offers-analysis .article-wrapper p,
  .page-resources-b66-latest-offers-analysis .article-wrapper ul li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-b66-latest-offers-analysis .hero-title {
    font-size: 1.8em;
  }

  .page-resources-b66-latest-offers-analysis .hero-section {
    padding: 60px 0 40px;
  }

  .page-resources-b66-latest-offers-analysis .article-content-section {
    padding: 20px 0;
    margin-top: -20px;
  }
}