/* style/resources-what-is-huebet.css */
.page-resources-what-is-huebet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-what-is-huebet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-what-is-huebet__hero-section {
  background: linear-gradient(135deg, #003366, #1a4a80);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-what-is-huebet__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00; /* Contrast with dark background */
  font-weight: bold;
}

.page-resources-what-is-huebet__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0; /* Good contrast with dark background */
}

.page-resources-what-is-huebet__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-what-is-huebet__section-title {
  font-size: 2.2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.page-resources-what-is-huebet__sub-section-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

.page-resources-what-is-huebet__paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-resources-what-is-huebet__paragraph strong {
  color: #003366;
}

.page-resources-what-is-huebet__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  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-top: 20px;
  border: none;
  cursor: pointer;
}

.page-resources-what-is-huebet__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-what-is-huebet__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-right: 15px;
  margin-bottom: 15px;
}

.page-resources-what-is-huebet__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-what-is-huebet__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-what-is-huebet__ordered-list li {
  margin-bottom: 8px;
}

.page-resources-what-is-huebet__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-what-is-huebet__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-what-is-huebet__hero-title {
    font-size: 2em;
  }

  .page-resources-what-is-huebet__hero-description {
    font-size: 1em;
  }

  .page-resources-what-is-huebet__section-title {
    font-size: 1.8em;
  }

  .page-resources-what-is-huebet__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-what-is-huebet__paragraph {
    font-size: 1em;
  }

  .page-resources-what-is-huebet__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  
  .page-resources-what-is-huebet__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-what-is-huebet__hero-title {
    font-size: 1.6em;
  }

  .page-resources-what-is-huebet__hero-description {
    font-size: 0.9em;
  }

  .page-resources-what-is-huebet__section-title {
    font-size: 1.5em;
  }

  .page-resources-what-is-huebet__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-what-is-huebet__cta-button {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  
  .page-resources-what-is-huebet__cta-button--small {
    margin-right: 0;
    margin-bottom: 10px;
  }
}