/* style/resources-sx666-latest-offers.css */
.page-resources-sx666-latest-offers {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light gray for general text on dark background */
  background-color: #0d1a26; /* Very dark blue-gray, slightly lighter than main color for contrast */
}

.page-resources-sx666-latest-offers-link {
  color: #FFD700; /* Accent color for links */
  text-decoration: none;
}

.page-resources-sx666-latest-offers-link:hover {
  text-decoration: underline;
  color: #ffe566; /* Slightly lighter accent on hover */
}

.page-resources-sx666-latest-offers .hero-section {
  background: linear-gradient(135deg, #1A2E44, #0f2033); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-sx666-latest-offers .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-sx666-latest-offers .hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sx666-latest-offers .breadcrumb {
  font-size: 0.9em;
  color: #cccccc;
  margin-bottom: 15px;
}

.page-resources-sx666-latest-offers .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-sx666-latest-offers .hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-sx666-latest-offers .btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-resources-sx666-latest-offers .btn-primary {
  background-color: #FFD700; /* Gold for primary action */
  color: #1A2E44; /* Dark blue for text on gold */
}

.page-resources-sx666-latest-offers .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-sx666-latest-offers .btn-secondary {
  background-color: #1A2E44; /* Dark blue for secondary action */
  color: #FFD700; /* Gold for text on dark blue */
  border: 1px solid #FFD700;
}

.page-resources-sx666-latest-offers .btn-secondary:hover {
  background-color: #2a4b6e;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-sx666-latest-offers .article-section {
  padding: 60px 0;
  background-color: #0d1a26;
}

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

.page-resources-sx666-latest-offers .article-content h2,
.page-resources-sx666-latest-offers .article-content h3 {
  color: #FFD700; /* Gold for section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-sx666-latest-offers .article-content h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #1A2E44;
  padding-bottom: 10px;
}

.page-resources-sx666-latest-offers .article-content h3 {
  font-size: 1.6em;
  color: #f0f0f0; /* Lighter white for subsections */
}

.page-resources-sx666-latest-offers .article-content p {
  margin-bottom: 1.2em;
  font-size: 1.05em;
  color: #cccccc;
}

.page-resources-sx666-latest-offers .article-content ul {
  list-style: disc inside;
  margin-bottom: 1.5em;
  padding-left: 20px;
}

.page-resources-sx666-latest-offers .article-content li {
  margin-bottom: 0.8em;
  color: #cccccc;
}

.page-resources-sx666-latest-offers .article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sx666-latest-offers .call-to-action-text {
  text-align: center;
  margin: 30px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #f0f0f0;
}

.page-resources-sx666-latest-offers .faq-item {
  background-color: #1A2E44;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-sx666-latest-offers .faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-sx666-latest-offers .faq-answer {
  color: #cccccc;
  font-size: 1em;
}

.page-resources-sx666-latest-offers .conclusion-block {
  background-color: #1A2E44;
  border-left: 5px solid #FFD700;
  padding: 30px;
  margin: 50px 0;
  border-radius: 8px;
  text-align: center;
}

.page-resources-sx666-latest-offers .conclusion-block .section-title {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-resources-sx666-latest-offers .conclusion-block p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-sx666-latest-offers .return-link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

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

  .page-resources-sx666-latest-offers .hero-description {
    font-size: 1em;
  }

  .page-resources-sx666-latest-offers .article-content h2 {
    font-size: 1.8em;
  }

  .page-resources-sx666-latest-offers .article-content h3 {
    font-size: 1.4em;
  }

  .page-resources-sx666-latest-offers .btn {
    padding: 10px 20px;
    font-size: 1em;
  }
}

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

  .page-resources-sx666-latest-offers .hero-description {
    font-size: 0.9em;
  }

  .page-resources-sx666-latest-offers .article-content h2 {
    font-size: 1.5em;
  }

  .page-resources-sx666-latest-offers .article-content h3 {
    font-size: 1.2em;
  }

  .page-resources-sx666-latest-offers .btn {
    padding: 8px 15px;
    font-size: 0.9em;
  }
}