.page-resources-tydo88-brand-story {
  color: #ffffff; /* Text color for dark body background #333 */
  background-color: transparent; /* Body background handled by shared.css */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-resources-tydo88-brand-story__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 500px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay for readability */
}

.page-resources-tydo88-brand-story__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-tydo88-brand-story__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-tydo88-brand-story__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 128, 0.7); /* Auxiliary color with transparency */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-resources-tydo88-brand-story__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Main brand color */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-tydo88-brand-story__hero-description {
  font-size: 1.15em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-tydo88-brand-story__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Main brand color */
  color: #000080; /* Auxiliary brand color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-tydo88-brand-story__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-tydo88-brand-story__article-section {
  padding: 60px 20px;
  background-color: #1a1a1a; /* Dark background for content */
}

.page-resources-tydo88-brand-story__article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #2a2a2a; /* Slightly lighter dark background for article body */
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.page-resources-tydo88-brand-story__article-heading {
  font-size: 2.2em;
  color: #FFD700; /* Main brand color */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-tydo88-brand-story__article-subheading {
  font-size: 1.7em;
  color: #FFD700; /* Main brand color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-tydo88-brand-story__article-paragraph {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-tydo88-brand-story__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-tydo88-brand-story__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: block; /* Ensure it's a block element for centering */
  margin: 0 auto; /* Center the image */
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-tydo88-brand-story__milestones-list,
.page-resources-tydo88-brand-story__benefits-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-tydo88-brand-story__milestones-item,
.page-resources-tydo88-brand-story__benefits-item {
  background-color: rgba(0, 0, 128, 0.2); /* Auxiliary color with transparency */
  border-left: 4px solid #FFD700; /* Main brand color accent */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-resources-tydo88-brand-story__milestones-item strong,
.page-resources-tydo88-brand-story__benefits-item strong {
  color: #FFD700;
}

.page-resources-tydo88-brand-story__cta-footer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-tydo88-brand-story__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-tydo88-brand-story__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-tydo88-brand-story__return-link {
  color: #FFD700; /* Main brand color */
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-tydo88-brand-story__return-link:hover {
  color: #e6c200; /* Darker gold on hover */
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-tydo88-brand-story__hero-title {
    font-size: 2.2em;
  }

  .page-resources-tydo88-brand-story__hero-description {
    font-size: 1em;
  }

  .page-resources-tydo88-brand-story__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-tydo88-brand-story__article-heading {
    font-size: 1.8em;
  }

  .page-resources-tydo88-brand-story__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-tydo88-brand-story__article-paragraph {
    font-size: 1em;
  }

  .page-resources-tydo88-brand-story__article-container {
    padding: 20px;
  }

  .page-resources-tydo88-brand-story__hero-section {
    padding: 40px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-tydo88-brand-story__hero-title {
    font-size: 1.8em;
  }

  .page-resources-tydo88-brand-story__hero-description {
    font-size: 0.9em;
  }

  .page-resources-tydo88-brand-story__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-tydo88-brand-story__article-heading {
    font-size: 1.6em;
  }

  .page-resources-tydo88-brand-story__article-subheading {
    font-size: 1.2em;
  }

  .page-resources-tydo88-brand-story__article-paragraph {
    font-size: 0.9em;
  }
}