.page-zom-club-intro-brand-story {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-zom-club-intro-brand-story__hero {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-zom-club-intro-brand-story__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-zom-club-intro-brand-story__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-zom-club-intro-brand-story__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-zom-club-intro-brand-story__hero-btn {
  display: inline-block;
  background-color: #FFC107;
  color: #000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-zom-club-intro-brand-story__hero-btn:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-zom-club-intro-brand-story__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-zom-club-intro-brand-story__section {
  padding: 60px 0;
}

.page-zom-club-intro-brand-story__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-zom-club-intro-brand-story__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-zom-club-intro-brand-story__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  border-radius: 2px;
}

.page-zom-club-intro-brand-story__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #495057;
}

.page-zom-club-intro-brand-story__content-grid {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-zom-club-intro-brand-story__content-grid .page-zom-club-intro-brand-story__content-text {
  flex: 1;
}

.page-zom-club-intro-brand-story__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-zom-club-intro-brand-story__image:hover {
  transform: translateY(-5px);
}

.page-zom-club-intro-brand-story__image--right {
  flex: 0 0 40%;
  order: 2;
}

.page-zom-club-intro-brand-story__image--left {
  flex: 0 0 40%;
  order: 1;
}

.page-zom-club-intro-brand-story__image--center {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 70%;
}

.page-zom-club-intro-brand-story__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-zom-club-intro-brand-story__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="%23007BFF"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left 8px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #343a40;
  font-size: 1.05em;
}

.page-zom-club-intro-brand-story__list--commitment 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 8px;
}

.page-zom-club-intro-brand-story__timeline {
  position: relative;
  padding: 40px 0;
  margin: 0 20px;
}

.page-zom-club-intro-brand-story__timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #007BFF;
  transform: translateX(-50%);
  border-radius: 2px;
}

.page-zom-club-intro-brand-story__timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.page-zom-club-intro-brand-story__timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: 60px;
}

.page-zom-club-intro-brand-story__timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-left: 60px;
}

.page-zom-club-intro-brand-story__timeline-item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFC107;
  border: 4px solid #007BFF;
  top: 25px;
  z-index: 1;
}

.page-zom-club-intro-brand-story__timeline-item:nth-child(odd)::before {
  right: -10px;
  transform: translateX(50%);
}

.page-zom-club-intro-brand-story__timeline-item:nth-child(even)::before {
  left: -10px;
  transform: translateX(-50%);
}

.page-zom-club-intro-brand-story__timeline-year {
  font-size: 1.6em;
  color: #007BFF;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-zom-club-intro-brand-story__inline-btn {
  display: inline-block;
  background-color: #007BFF;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.page-zom-club-intro-brand-story__inline-btn:hover {
  background-color: #0056b3;
}

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

.page-zom-club-intro-brand-story__value-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #007BFF;
}

.page-zom-club-intro-brand-story__value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-zom-club-intro-brand-story__value-title {
  font-size: 1.8em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-zom-club-intro-brand-story__value-description {
  font-size: 1em;
  color: #555;
}

.page-zom-club-intro-brand-story__cta {
  background: linear-gradient(90deg, #007BFF, #4da3ff);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-zom-club-intro-brand-story__cta-content {
  max-width: 900px;
}

.page-zom-club-intro-brand-story__cta .page-zom-club-intro-brand-story__section-title {
  color: #fff;
}

.page-zom-club-intro-brand-story__cta .page-zom-club-intro-brand-story__section-title::after {
  background-color: #FFC107;
}

.page-zom-club-intro-brand-story__cta .page-zom-club-intro-brand-story__text {
  color: #e0e0e0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-zom-club-intro-brand-story__cta-btn {
  display: inline-block;
  background-color: #FFC107;
  color: #000;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.page-zom-club-intro-brand-story__cta-btn:hover {
  background-color: #e0a800;
  transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-zom-club-intro-brand-story__hero-title {
    font-size: 2.5em;
  }
  .page-zom-club-intro-brand-story__hero-subtitle {
    font-size: 1.2em;
  }
  .page-zom-club-intro-brand-story__section-title {
    font-size: 2em;
  }
  .page-zom-club-intro-brand-story__content-grid {
    flex-direction: column;
  }
  .page-zom-club-intro-brand-story__image--left, .page-zom-club-intro-brand-story__image--right {
    order: unset;
    flex: unset;
    margin-bottom: 30px;
  }
  .page-zom-club-intro-brand-story__image--center {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-zom-club-intro-brand-story__hero {
    padding: 80px 20px;
  }
  .page-zom-club-intro-brand-story__hero-title {
    font-size: 2em;
  }
  .page-zom-club-intro-brand-story__hero-subtitle {
    font-size: 1em;
  }
  .page-zom-club-intro-brand-story__hero-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-zom-club-intro-brand-story__section {
    padding: 40px 0;
  }
  .page-zom-club-intro-brand-story__section-title {
    font-size: 1.8em;
  }
  .page-zom-club-intro-brand-story__text {
    font-size: 1em;
  }
  .page-zom-club-intro-brand-story__timeline::before {
    left: 20px;
  }
  .page-zom-club-intro-brand-story__timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    text-align: left !important;
  }
  .page-zom-club-intro-brand-story__timeline-item:nth-child(odd) {
    padding-right: 20px;
  }
  .page-zom-club-intro-brand-story__timeline-item:nth-child(even) {
    left: 0;
  }
  .page-zom-club-intro-brand-story__timeline-item::before {
    left: 10px;
    transform: translateX(-50%);
  }
  .page-zom-club-intro-brand-story__timeline-item:nth-child(odd)::before {
    right: unset;
    left: 10px;
  }
  .page-zom-club-intro-brand-story__values-grid {
    grid-template-columns: 1fr;
  }
  .page-zom-club-intro-brand-story__cta .page-zom-club-intro-brand-story__text {
    font-size: 1em;
  }
  .page-zom-club-intro-brand-story__cta-btn {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-zom-club-intro-brand-story__hero-title {
    font-size: 1.8em;
  }
  .page-zom-club-intro-brand-story__hero-subtitle {
    font-size: 0.9em;
  }
  .page-zom-club-intro-brand-story__section-title {
    font-size: 1.6em;
  }
  .page-zom-club-intro-brand-story__timeline-year {
    font-size: 1.4em;
  }
  .page-zom-club-intro-brand-story__value-title {
    font-size: 1.6em;
  }
}