.page-happyluke-intro-brand-story {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light text on dark background for readability */
  background-color: #0A192F; /* Main brand color */
}

.page-happyluke-intro-brand-story__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-happyluke-intro-brand-story__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3459 100%); /* Darker gradient for hero */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}

.page-happyluke-intro-brand-story__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for main title */
  font-weight: bold;
}

.page-happyluke-intro-brand-story__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #CCCCCC;
}

.page-happyluke-intro-brand-story__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA buttons */
  color: #0A192F; /* Dark text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  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-happyluke-intro-brand-story__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-happyluke-intro-brand-story__cta-button--secondary {
  background-color: #1a3459; /* Secondary button with darker blue */
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-happyluke-intro-brand-story__cta-button--secondary:hover {
  background-color: #0A192F;
  border-color: #e6c200;
}

.page-happyluke-intro-brand-story__content-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-happyluke-intro-brand-story__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

@media (min-width: 768px) {
  .page-happyluke-intro-brand-story__content-grid {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}

.page-happyluke-intro-brand-story__article {
  background-color: #1a3459; /* Slightly lighter blue for article background */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-happyluke-intro-brand-story__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-happyluke-intro-brand-story__sub-heading {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-happyluke-intro-brand-story__article p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-happyluke-intro-brand-story__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-happyluke-intro-brand-story__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-happyluke-intro-brand-story__list strong {
  color: #FFD700;
}

.page-happyluke-intro-brand-story__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
}

.page-happyluke-intro-brand-story__image--full-width {
  max-height: 400px;
}

.page-happyluke-intro-brand-story__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-happyluke-intro-brand-story__inline-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-happyluke-intro-brand-story__link-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-happyluke-intro-brand-story__link-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-happyluke-intro-brand-story__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-happyluke-intro-brand-story__cta-section {
  background-color: #0A192F;
  padding: 80px 0;
  text-align: center;
}

.page-happyluke-intro-brand-story__cta-heading {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-happyluke-intro-brand-story__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #CCCCCC;
}

.page-happyluke-intro-brand-story__button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 767px) {
  .page-happyluke-intro-brand-story__main-title {
    font-size: 2.5em;
  }
  .page-happyluke-intro-brand-story__heading {
    font-size: 2em;
  }
  .page-happyluke-intro-brand-story__sub-heading {
    font-size: 1.5em;
  }
  .page-happyluke-intro-brand-story__subtitle,
  .page-happyluke-intro-brand-story__article p,
  .page-happyluke-intro-brand-story__list li,
  .page-happyluke-intro-brand-story__cta-text {
    font-size: 1em;
  }
  .page-happyluke-intro-brand-story__cta-button,
  .page-happyluke-intro-brand-story__link-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-happyluke-intro-brand-story__cta-button--secondary {
    margin-left: 0;
  }
  .page-happyluke-intro-brand-story__button-group {
    flex-direction: column;
    align-items: center;
  }
}