.page-resources-nohu67-latest-offers {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-nohu67-latest-offers .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-nohu67-latest-offers .hero-section {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-nohu67-latest-offers .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold accent for title */
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-nohu67-latest-offers .hero-section p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e0e0e0;
}

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

.page-resources-nohu67-latest-offers .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

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

.page-resources-nohu67-latest-offers .section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.page-resources-nohu67-latest-offers .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-nohu67-latest-offers .promo-overview-section, .page-resources-nohu67-latest-offers .current-offers-section, .page-resources-nohu67-latest-offers .how-to-claim-section, .page-resources-nohu67-latest-offers .faq-section, .page-resources-nohu67-latest-offers .cta-bottom-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.page-resources-nohu67-latest-offers .promo-overview-section {
  background-color: #eaf2f8; /* Light blue background */
}

.page-resources-nohu67-latest-offers .grid-3-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-resources-nohu67-latest-offers .overview-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-nohu67-latest-offers .overview-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-nohu67-latest-offers .overview-item .icon-img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.page-resources-nohu67-latest-offers .overview-item h3 {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-nohu67-latest-offers .overview-item p {
  color: #555;
}

.page-resources-nohu67-latest-offers .offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.page-resources-nohu67-latest-offers .offer-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-nohu67-latest-offers .offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-nohu67-latest-offers .offer-card .offer-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFCC00;
}

.page-resources-nohu67-latest-offers .offer-card h3 {
  font-size: 1.6em;
  color: #003366;
  padding: 20px 25px 10px;
  margin-bottom: 5px;
}

.page-resources-nohu67-latest-offers .offer-card p {
  color: #555;
  padding: 0 25px 20px;
  flex-grow: 1;
}

.page-resources-nohu67-latest-offers .offer-card .btn-secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #003366;
  margin: 0 25px 25px;
  padding: 12px 25px;
}

.page-resources-nohu67-latest-offers .offer-card .btn-secondary:hover {
  background-color: #002244;
  border-color: #002244;
  color: #fff;
}

.page-resources-nohu67-latest-offers .how-to-claim-section {
  background-color: #f0f5f9;
}

.page-resources-nohu67-latest-offers .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-nohu67-latest-offers .step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}

.page-resources-nohu67-latest-offers .step-item .step-number {
  width: 50px;
  height: 50px;
  background-color: #FFCC00;
  color: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: -55px auto 20px;
  border: 3px solid #003366;
  box-shadow: 0 0 0 5px rgba(255, 204, 0, 0.3);
}

.page-resources-nohu67-latest-offers .step-item h3 {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-nohu67-latest-offers .step-item p {
  color: #555;
  margin-bottom: 20px;
}

.page-resources-nohu67-latest-offers .btn-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 5px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-resources-nohu67-latest-offers .btn-link:hover {
  color: #FFCC00;
  border-color: #003366;
}

.page-resources-nohu67-latest-offers .faq-section {
  background-color: #fff;
}

.page-resources-nohu67-latest-offers .accordion-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-nohu67-latest-offers .accordion-header {
  background-color: #003366;
  color: #FFCC00;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-nohu67-latest-offers .accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-nohu67-latest-offers .accordion-header.active {
  background-color: #002244;
}

.page-resources-nohu67-latest-offers .accordion-header.active::after {
  transform: rotate(45deg);
}

.page-resources-nohu67-latest-offers .accordion-content {
  padding: 0 25px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-nohu67-latest-offers .accordion-content p {
  padding: 20px 0;
  color: #444;
  margin: 0;
}

.page-resources-nohu67-latest-offers .accordion-header.active + .accordion-content {
  max-height: 200px; /* Adjust as needed */
  padding: 0 25px 20px;
}

.page-resources-nohu67-latest-offers .cta-bottom-section {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-nohu67-latest-offers .cta-bottom-section h2 {
  font-size: 2.8em;
  color: #FFCC00;
  margin-bottom: 20px;
}

.page-resources-nohu67-latest-offers .cta-bottom-section p {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #e0e0e0;
}

.page-resources-nohu67-latest-offers .btn-tertiary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
  margin-left: 20px;
}

.page-resources-nohu67-latest-offers .btn-tertiary:hover {
  background-color: #FFCC00;
  color: #003366;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-nohu67-latest-offers .hero-section h1 {
    font-size: 2.8em;
  }

  .page-resources-nohu67-latest-offers .section-title {
    font-size: 2em;
  }

  .page-resources-nohu67-latest-offers .offer-grid, .page-resources-nohu67-latest-offers .steps-grid, .page-resources-nohu67-latest-offers .grid-3-columns {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-nohu67-latest-offers .hero-section {
    padding: 80px 0;
  }

  .page-resources-nohu67-latest-offers .hero-section h1 {
    font-size: 2.2em;
  }

  .page-resources-nohu67-latest-offers .hero-section p {
    font-size: 1.1em;
  }

  .page-resources-nohu67-latest-offers .btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-nohu67-latest-offers .promo-overview-section, .page-resources-nohu67-latest-offers .current-offers-section, .page-resources-nohu67-latest-offers .how-to-claim-section, .page-resources-nohu67-latest-offers .faq-section, .page-resources-nohu67-latest-offers .cta-bottom-section {
    padding: 60px 0;
  }

  .page-resources-nohu67-latest-offers .section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-resources-nohu67-latest-offers .step-item .step-number {
    margin-top: -45px;
  }

  .page-resources-nohu67-latest-offers .cta-bottom-section h2 {
    font-size: 2em;
  }

  .page-resources-nohu67-latest-offers .btn-tertiary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .page-resources-nohu67-latest-offers .hero-section h1 {
    font-size: 1.8em;
  }

  .page-resources-nohu67-latest-offers .hero-section p {
    font-size: 1em;
  }

  .page-resources-nohu67-latest-offers .btn-primary, .page-resources-nohu67-latest-offers .btn-tertiary {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-resources-nohu67-latest-offers .btn-tertiary:last-child {
      margin-bottom: 0;
  }

  .page-resources-nohu67-latest-offers .offer-card h3 {
    font-size: 1.4em;
  }

  .page-resources-nohu67-latest-offers .accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-nohu67-latest-offers .accordion-content p {
    padding: 15px 0;
  }

  .page-resources-nohu67-latest-offers .accordion-header.active + .accordion-content {
    padding: 0 20px 15px;
  }
}