/* style/resources-w88vt-brand-story.css */
.page-resources-w88vt-brand-story {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A2342; /* Deep blue main background */
}

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

.page-resources-w88vt-brand-story__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1A3E6D 100%); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.page-resources-w88vt-brand-story__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-w88vt-brand-story__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-w88vt-brand-story__subtitle {
  font-size: 1.5em;
  color: #F0F0F0;
  margin-bottom: 30px;
}

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

.page-resources-w88vt-brand-story__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-w88vt-brand-story__section {
  padding: 60px 0;
}

.page-resources-w88vt-brand-story__section--intro {
  background-color: #0A2342;
  color: #E0E0E0;
}

.page-resources-w88vt-brand-story__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-w88vt-brand-story__sub-heading {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-resources-w88vt-brand-story__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
}

.page-resources-w88vt-brand-story__text strong {
  color: #FFD700;
}

.page-resources-w88vt-brand-story__button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2342; /* Deep blue text on button */
  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;
  margin-top: 20px;
}

.page-resources-w88vt-brand-story__button:hover {
  background-color: #E6C200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-w88vt-brand-story__button--primary {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-w88vt-brand-story__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-w88vt-brand-story__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2342;
}

.page-resources-w88vt-brand-story__section--milestones {
  background-color: #1A3E6D; /* Slightly lighter dark blue */
}

.page-resources-w88vt-brand-story__milestone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88vt-brand-story__milestone-item {
  background-color: #0A2342;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-resources-w88vt-brand-story__milestone-image {
  width: 100%;
  max-width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-w88vt-brand-story__section--values {
  background-color: #0A2342;
}

.page-resources-w88vt-brand-story__value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88vt-brand-story__value-item {
  background-color: #1A3E6D;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-resources-w88vt-brand-story__section--future {
  background-color: #1A3E6D;
}

.page-resources-w88vt-brand-story__future-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88vt-brand-story__future-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-w88vt-brand-story__section--cta {
  background-color: #0A2342;
  text-align: center;
}

.page-resources-w88vt-brand-story__container--cta {
  padding: 60px 20px;
  border: 2px solid #FFD700;
  border-radius: 15px;
  background-color: #1A3E6D;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
}

.page-resources-w88vt-brand-story__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-w88vt-brand-story__title {
    font-size: 2.5em;
  }

  .page-resources-w88vt-brand-story__subtitle {
    font-size: 1.2em;
  }

  .page-resources-w88vt-brand-story__heading {
    font-size: 2em;
  }

  .page-resources-w88vt-brand-story__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-w88vt-brand-story__section {
    padding: 40px 0;
  }

  .page-resources-w88vt-brand-story__milestone-grid,
  .page-resources-w88vt-brand-story__value-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-w88vt-brand-story__cta-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-w88vt-brand-story__title {
    font-size: 2em;
  }

  .page-resources-w88vt-brand-story__subtitle {
    font-size: 1em;
  }

  .page-resources-w88vt-brand-story__heading {
    font-size: 1.8em;
  }

  .page-resources-w88vt-brand-story__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}