.page-blog-huno90-official-website-review-2024 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background #1a1a2e, so text is light */
  background-color: #1a1a2e;
}

.page-blog-huno90-official-website-review-2024__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #1a1a2e;
}

.page-blog-huno90-official-website-review-2024__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-huno90-official-website-review-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-huno90-official-website-review-2024__hero-content {
  max-width: 900px;
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
}

.page-blog-huno90-official-website-review-2024__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page-blog-huno90-official-website-review-2024__intro-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-huno90-official-website-review-2024__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-huno90-official-website-review-2024__btn-primary,
.page-blog-huno90-official-website-review-2024__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-huno90-official-website-review-2024__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-huno90-official-website-review-2024__btn-primary:hover {
  background-color: #cc6a06;
  border-color: #cc6a06;
  transform: translateY(-2px);
}

.page-blog-huno90-official-website-review-2024__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-huno90-official-website-review-2024__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.page-blog-huno90-official-website-review-2024__section {
  padding: 60px 20px;
  background-color: #1a1a2e;
  color: #ffffff;
}

.page-blog-huno90-official-website-review-2024__section.page-blog-huno90-official-website-review-2024__dark-bg {
  background-color: #0f0f1d; /* Slightly darker than body for contrast */
  color: #ffffff;
}

.page-blog-huno90-official-website-review-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-huno90-official-website-review-2024__section-title {
  font-size: 2.5rem;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-huno90-official-website-review-2024__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huno90-official-website-review-2024__card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white for cards on dark bg */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-blog-huno90-official-website-review-2024__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.page-blog-huno90-official-website-review-2024__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-huno90-official-website-review-2024__card-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huno90-official-website-review-2024__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-huno90-official-website-review-2024__card-title a:hover {
  text-decoration: underline;
}

.page-blog-huno90-official-website-review-2024__list,
.page-blog-huno90-official-website-review-2024__numbered-list {
  list-style-type: none;
  padding: 0;
  margin: 20px auto 30px;
  max-width: 800px;
}

.page-blog-huno90-official-website-review-2024__list li,
.page-blog-huno90-official-website-review-2024__numbered-list li {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #26A9E0;
  border-radius: 4px;
  color: #f0f0f0;
  display: flex;
  align-items: center;
}

.page-blog-huno90-official-website-review-2024__list li:before {
  content: '✓';
  color: #EA7C07;
  font-weight: bold;
  margin-right: 10px;
}

.page-blog-huno90-official-website-review-2024__numbered-list li {
  counter-increment: list-counter;
}

.page-blog-huno90-official-website-review-2024__numbered-list li:before {
  content: counter(list-counter) '.';
  color: #EA7C07;
  font-weight: bold;
  margin-right: 10px;
  background-color: rgba(234, 124, 7, 0.2);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-blog-huno90-official-website-review-2024__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-huno90-official-website-review-2024__feature-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  color: #f0f0f0;
  text-align: left;
}

.page-blog-huno90-official-website-review-2024__feature-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-huno90-official-website-review-2024__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  max-width: 1000px;
}

.page-blog-huno90-official-website-review-2024__faq-list {
  margin-top: 40px;
}

.page-blog-huno90-official-website-review-2024__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #f0f0f0;
}

.page-blog-huno90-official-website-review-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-huno90-official-website-review-2024__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-huno90-official-website-review-2024__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EA7C07;
  margin-left: 15px;
}

.page-blog-huno90-official-website-review-2024__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #f0f0f0;
  line-height: 1.7;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huno90-official-website-review-2024__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
}

@media (max-width: 768px) {
  .page-blog-huno90-official-website-review-2024 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huno90-official-website-review-2024__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-huno90-official-website-review-2024__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-huno90-official-website-review-2024__intro-description {
    font-size: 1rem;
  }

  .page-blog-huno90-official-website-review-2024__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-huno90-official-website-review-2024__btn-primary,
  .page-blog-huno90-official-website-review-2024__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-huno90-official-website-review-2024__section {
    padding: 40px 15px;
  }

  .page-blog-huno90-official-website-review-2024__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-huno90-official-website-review-2024__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huno90-official-website-review-2024__card {
    padding: 20px;
  }

  .page-blog-huno90-official-website-review-2024__card-image {
    height: 180px;
  }

  .page-blog-huno90-official-website-review-2024__card-title {
    font-size: 1.3rem;
  }

  .page-blog-huno90-official-website-review-2024__list li,
  .page-blog-huno90-official-website-review-2024__numbered-list li {
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  .page-blog-huno90-official-website-review-2024__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huno90-official-website-review-2024__feature-item {
    padding: 20px;
  }

  .page-blog-huno90-official-website-review-2024__feature-title {
    font-size: 1.2rem;
  }

  .page-blog-huno90-official-website-review-2024__content-image {
    margin: 30px auto;
  }

  .page-blog-huno90-official-website-review-2024__faq-question {
    padding: 15px;
    font-size: 1.1rem;
  }

  .page-blog-huno90-official-website-review-2024__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.95rem;
  }

  /* Mobile specific image and container rules */
  .page-blog-huno90-official-website-review-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-huno90-official-website-review-2024__section,
  .page-blog-huno90-official-website-review-2024__card,
  .page-blog-huno90-official-website-review-2024__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-huno90-official-website-review-2024__hero-section,
  .page-blog-huno90-official-website-review-2024__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
  
  /* No video on this page, but if there was: */
  .page-blog-huno90-official-website-review-2024 video,
  .page-blog-huno90-official-website-review-2024__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-huno90-official-website-review-2024__video-section,
  .page-blog-huno90-official-website-review-2024__video-container,
  .page-blog-huno90-official-website-review-2024__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-huno90-official-website-review-2024__cta-buttons {
    display: flex;
    flex-direction: column; 
    gap: 10px;
  }
}