.page-resources-kuwin-no-hu-safety-reputation {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-kuwin-no-hu-safety-reputation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-kuwin-no-hu-safety-reputation__section-spacing {
  padding: 60px 0;
}

.page-resources-kuwin-no-hu-safety-reputation__hero-section {
  background: linear-gradient(135deg, #0A2463, #3B5998); /* Slightly lighter blue for gradient */
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.page-resources-kuwin-no-hu-safety-reputation__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
}

.page-resources-kuwin-no-hu-safety-reputation__hero-subtitle {
  font-size: 1.4em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  opacity: 0.9;
}

.page-resources-kuwin-no-hu-safety-reputation__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  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;
  border: none;
  cursor: pointer;
}

.page-resources-kuwin-no-hu-safety-reputation__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-kuwin-no-hu-safety-reputation__cta-button--inverted {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-kuwin-no-hu-safety-reputation__cta-button--inverted:hover {
  background-color: #1a3a7c;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-kuwin-no-hu-safety-reputation__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-kuwin-no-hu-safety-reputation__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-kuwin-no-hu-safety-reputation__section-title--light {
  color: #fff;
}

.page-resources-kuwin-no-hu-safety-reputation__section-title--light::after {
  background-color: #fff;
}

.page-resources-kuwin-no-hu-safety-reputation__sub-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-kuwin-no-hu-safety-reputation__image-text-layout {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-resources-kuwin-no-hu-safety-reputation__image-text-layout--reverse {
  flex-direction: row-reverse;
}

.page-resources-kuwin-no-hu-safety-reputation__text-content {
  flex: 1;
}

.page-resources-kuwin-no-hu-safety-reputation__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-kuwin-no-hu-safety-reputation__text-content--center {
  text-align: center;
}

.page-resources-kuwin-no-hu-safety-reputation__image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-kuwin-no-hu-safety-reputation__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-kuwin-no-hu-safety-reputation__image-small {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-kuwin-no-hu-safety-reputation__highlight {
  color: #0A2463;
  font-weight: bold;
}

.page-resources-kuwin-no-hu-safety-reputation__section-blue {
  background-color: #0A2463;
  color: #fff;
}

.page-resources-kuwin-no-hu-safety-reputation__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-kuwin-no-hu-safety-reputation__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-kuwin-no-hu-safety-reputation__feature-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-kuwin-no-hu-safety-reputation__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)); /* Adjust for light icons on dark background */
}

.page-resources-kuwin-no-hu-safety-reputation__feature-title--light {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-kuwin-no-hu-safety-reputation__feature-description--light {
  color: #e0e0e0;
}

.page-resources-kuwin-no-hu-safety-reputation__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-kuwin-no-hu-safety-reputation__testimonial-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-kuwin-no-hu-safety-reputation__testimonial-text--light {
  font-style: italic;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.1em;
}

.page-resources-kuwin-no-hu-safety-reputation__testimonial-author--light {
  font-weight: bold;
  color: #FFD700;
  font-size: 1em;
}

.page-resources-kuwin-no-hu-safety-reputation__flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.page-resources-kuwin-no-hu-safety-reputation__flex-item {
  flex: 1 1 45%;
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-kuwin-no-hu-safety-reputation__flex-item p {
  color: #555;
}

.page-resources-kuwin-no-hu-safety-reputation__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: inline-block; /* For center alignment */
  text-align: left;
}

.page-resources-kuwin-no-hu-safety-reputation__list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-resources-kuwin-no-hu-safety-reputation__list--light li {
  color: #fff;
}

.page-resources-kuwin-no-hu-safety-reputation__list-icon {
  width: 28px;
  height: 28px;
  filter: invert(1) drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}

.page-resources-kuwin-no-hu-safety-reputation__cta-text {
  text-align: center;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #333;
}

.page-resources-kuwin-no-hu-safety-reputation__cta-text--light {
  color: #fff;
}

.page-resources-kuwin-no-hu-safety-reputation__text-link {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-kuwin-no-hu-safety-reputation__text-link:hover {
  color: #FFD700;
}

.page-resources-kuwin-no-hu-safety-reputation__inline-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-kuwin-no-hu-safety-reputation__inline-link:hover {
  color: #e6c200;
}

.page-resources-kuwin-no-hu-safety-reputation__center-content {
  text-align: center;
}

.page-resources-kuwin-no-hu-safety-reputation__description--light {
  color: #e0e0e0;
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-kuwin-no-hu-safety-reputation__hero-title {
    font-size: 2.8em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__section-title {
    font-size: 2em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__sub-title {
    font-size: 1.5em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__image-text-layout {
    flex-direction: column;
  }
  .page-resources-kuwin-no-hu-safety-reputation__image-text-layout--reverse {
    flex-direction: column;
  }
  .page-resources-kuwin-no-hu-safety-reputation__flex-item {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-kuwin-no-hu-safety-reputation__hero-section {
    padding: 80px 15px;
  }
  .page-resources-kuwin-no-hu-safety-reputation__hero-title {
    font-size: 2.2em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__section-title {
    font-size: 1.8em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__feature-grid, 
  .page-resources-kuwin-no-hu-safety-reputation__testimonial-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-kuwin-no-hu-safety-reputation__flex-container {
    flex-direction: column;
    gap: 20px;
  }
  .page-resources-kuwin-no-hu-safety-reputation__flex-item {
    padding: 20px;
  }
  .page-resources-kuwin-no-hu-safety-reputation__list {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-kuwin-no-hu-safety-reputation__hero-title {
    font-size: 1.8em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__section-title {
    font-size: 1.5em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__section-spacing {
    padding: 40px 0;
  }
  .page-resources-kuwin-no-hu-safety-reputation__feature-item,
  .page-resources-kuwin-no-hu-safety-reputation__testimonial-item {
    padding: 20px;
  }
  .page-resources-kuwin-no-hu-safety-reputation__feature-title--light {
    font-size: 1.3em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__text-content p,
  .page-resources-kuwin-no-hu-safety-reputation__feature-description--light,
  .page-resources-kuwin-no-hu-safety-reputation__testimonial-text--light,
  .page-resources-kuwin-no-hu-safety-reputation__description--light {
    font-size: 0.95em;
  }
  .page-resources-kuwin-no-hu-safety-reputation__cta-text {
    font-size: 1em;
  }
}