.page-index-123win-brand-story-development {
  --primary-color: #007bff;
  --secondary-color: #ffc107;
  --text-dark: #333;
  --text-light: #f8f9fa;
  --bg-light: #ffffff;
  --bg-dark: #212529;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-index-123win-brand-story-development__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-123win-brand-story-development__hero {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-light);
  overflow: hidden;
}

.page-index-123win-brand-story-development__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-index-123win-brand-story-development__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 123, 255, 0.7), rgba(255, 193, 7, 0.5));
  z-index: 2;
}

.page-index-123win-brand-story-development__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
}

.page-index-123win-brand-story-development__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  font-weight: bold;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-123win-brand-story-development__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-index-123win-brand-story-development__section {
  padding: 60px 0;
  background-color: var(--bg-light);
}

.page-index-123win-brand-story-development__section--intro {
  background-color: var(--bg-light);
}

.page-index-123win-brand-story-development__section--milestones {
  background-color: #f0f8ff; /* Light blue tint */
}

.page-index-123win-brand-story-development__section--values {
  background-color: var(--bg-light);
}

.page-index-123win-brand-story-development__section--community {
  background-color: #f0f8ff;
}

.page-index-123win-brand-story-development__section--future {
  background-color: var(--bg-light);
}

.page-index-123win-brand-story-development__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-index-123win-brand-story-development__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-123win-brand-story-development__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
  color: var(--text-dark);
}

.page-index-123win-brand-story-development__text strong {
  color: var(--primary-color);
}

.page-index-123win-brand-story-development__image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-index-123win-brand-story-development__image--left {
  float: left;
  margin-right: 30px;
}

.page-index-123win-brand-story-development__image--right {
  float: right;
  margin-left: 30px;
}

.page-index-123win-brand-story-development__image--full {
  max-width: 900px;
}

.page-index-123win-brand-story-development__section--intro .page-index-123win-brand-story-development__container,
.page-index-123win-brand-story-development__section--milestones .page-index-123win-brand-story-development__container,
.page-index-123win-brand-story-development__section--community .page-index-123win-brand-story-development__container,
.page-index-123win-brand-story-development__section--future .page-index-123win-brand-story-development__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-index-123win-brand-story-development__section--intro .page-index-123win-brand-story-development__text,
.page-index-123win-brand-story-development__section--milestones .page-index-123win-brand-story-development__text,
.page-index-123win-brand-story-development__section--community .page-index-123win-brand-story-development__text,
.page-index-123win-brand-story-development__section--future .page-index-123win-brand-story-development__text,
.page-index-123win-brand-story-development__section--intro .page-index-123win-brand-story-development__list,
.page-index-123win-brand-story-development__section--milestones .page-index-123win-brand-story-development__list,
.page-index-123win-brand-story-development__section--community .page-index-123win-brand-story-development__list,
.page-index-123win-brand-story-development__section--future .page-index-123win-brand-story-development__list {
  flex: 1;
  min-width: 300px;
  padding: 0 15px;
}

.page-index-123win-brand-story-development__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-123win-brand-story-development__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23ffc107"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: var(--text-dark);
}

.page-index-123win-brand-story-development__list li strong {
  color: var(--primary-color);
}

.page-index-123win-brand-story-development__value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-index-123win-brand-story-development__value-item {
  background-color: #e6f2ff; /* Lighter primary color tint */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-123win-brand-story-development__value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-index-123win-brand-story-development__value-heading {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-index-123win-brand-story-development__value-item .page-index-123win-brand-story-development__text {
  font-size: 1em;
  color: var(--text-dark);
  text-align: center;
}

.page-index-123win-brand-story-development__cta-banner {
  background: linear-gradient(90deg, var(--primary-color), #0056b3);
  color: var(--text-light);
  padding: 80px 0;
  text-align: center;
}

.page-index-123win-brand-story-development__cta-content {
  max-width: 900px;
}

.page-index-123win-brand-story-development__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: var(--text-light);
}

.page-index-123win-brand-story-development__cta-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: var(--text-light);
}

.page-index-123win-brand-story-development__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-123win-brand-story-development__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-index-123win-brand-story-development__btn--primary {
  background-color: var(--secondary-color);
  color: var(--bg-dark);
  border-color: var(--secondary-color);
}

.page-index-123win-brand-story-development__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-index-123win-brand-story-development__btn--secondary {
  background-color: transparent;
  color: var(--text-light);
  border-color: var(--text-light);
}

.page-index-123win-brand-story-development__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--text-light);
  transform: translateY(-3px);
}

/* Clear floats for images */
.page-index-123win-brand-story-development__section .page-index-123win-brand-story-development__container::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-123win-brand-story-development__hero {
    height: 400px;
  }

  .page-index-123win-brand-story-development__hero-title {
    font-size: 2.8em;
  }

  .page-index-123win-brand-story-development__hero-subtitle {
    font-size: 1.2em;
  }

  .page-index-123win-brand-story-development__section-title {
    font-size: 2em;
  }

  .page-index-123win-brand-story-development__text {
    font-size: 1em;
  }

  .page-index-123win-brand-story-development__image--left,
  .page-index-123win-brand-story-development__image--right {
    float: none;
    margin: 30px auto;
  }

  .page-index-123win-brand-story-development__section--intro .page-index-123win-brand-story-development__container,
  .page-index-123win-brand-story-development__section--milestones .page-index-123win-brand-story-development__container,
  .page-index-123win-brand-story-development__section--community .page-index-123win-brand-story-development__container,
  .page-index-123win-brand-story-development__section--future .page-index-123win-brand-story-development__container {
    flex-direction: column;
  }

  .page-index-123win-brand-story-development__cta-title {
    font-size: 2.2em;
  }

  .page-index-123win-brand-story-development__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-index-123win-brand-story-development__hero {
    height: 350px;
  }

  .page-index-123win-brand-story-development__hero-title {
    font-size: 2.5em;
  }

  .page-index-123win-brand-story-development__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-123win-brand-story-development__section {
    padding: 40px 0;
  }

  .page-index-123win-brand-story-development__section-title {
    font-size: 1.8em;
  }

  .page-index-123win-brand-story-development__value-grid {
    grid-template-columns: 1fr;
  }

  .page-index-123win-brand-story-development__cta-banner {
    padding: 60px 0;
  }

  .page-index-123win-brand-story-development__cta-title {
    font-size: 1.8em;
  }

  .page-index-123win-brand-story-development__cta-text {
    font-size: 1em;
  }

  .page-index-123win-brand-story-development__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-123win-brand-story-development__btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-index-123win-brand-story-development__hero {
    height: 300px;
  }

  .page-index-123win-brand-story-development__hero-title {
    font-size: 2em;
  }

  .page-index-123win-brand-story-development__hero-subtitle {
    font-size: 0.9em;
  }

  .page-index-123win-brand-story-development__section-title {
    font-size: 1.5em;
  }

  .page-index-123win-brand-story-development__text {
    font-size: 0.95em;
  }

  .page-index-123win-brand-story-development__list li {
    font-size: 0.95em;
  }
}