.page-index-u888-casino-vinh-phuc-brand-story {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-top: 10px; /* Small top padding for main content after header, body handles --header-offset */
}

.page-index-u888-casino-vinh-phuc-brand-story__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-index-u888-casino-vinh-phuc-brand-story__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px;
  text-align: center;
  background-color: #08160F;
}

.page-index-u888-casino-vinh-phuc-brand-story__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-index-u888-casino-vinh-phuc-brand-story__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-index-u888-casino-vinh-phuc-brand-story__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-index-u888-casino-vinh-phuc-brand-story__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Using clamp for responsive h1 font size */
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Glow */
}

.page-index-u888-casino-vinh-phuc-brand-story__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-index-u888-casino-vinh-phuc-brand-story__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-u888-casino-vinh-phuc-brand-story__btn-primary,
.page-index-u888-casino-vinh-phuc-brand-story__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-u888-casino-vinh-phuc-brand-story__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-index-u888-casino-vinh-phuc-brand-story__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-index-u888-casino-vinh-phuc-brand-story__btn-secondary {
  background: transparent;
  color: #2AD16F; /* A lighter shade of primary for contrast */
  border: 2px solid #2AD16F;
}

.page-index-u888-casino-vinh-phuc-brand-story__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  transform: translateY(-3px);
}

.page-index-u888-casino-vinh-phuc-brand-story__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-u888-casino-vinh-phuc-brand-story__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #13994A, #2AD16F);
  border-radius: 2px;
}

.page-index-u888-casino-vinh-phuc-brand-story__section-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-u888-casino-vinh-phuc-brand-story__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-index-u888-casino-vinh-phuc-brand-story__content-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}

.page-index-u888-casino-vinh-phuc-brand-story__text-block {
  flex: 1;
  color: #A7D9B8;
}

.page-index-u888-casino-vinh-phuc-brand-story__text-block p {
  margin-bottom: 15px;
  color: #A7D9B8;
}

.page-index-u888-casino-vinh-phuc-brand-story__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-u888-casino-vinh-phuc-brand-story__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-index-u888-casino-vinh-phuc-brand-story__image--center {
  display: block;
  margin: 40px auto;
  max-width: 800px;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline {
  position: relative;
  padding: 20px 0;
  margin-bottom: 40px;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #1E3A2A; /* Divider */
  transform: translateX(-50%);
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item {
  width: 45%;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item:nth-child(odd) {
  float: left;
  clear: both;
  transform: translateX(-50px);
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item:nth-child(even) {
  float: right;
  clear: both;
  transform: translateX(50px);
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2AD16F; /* Lighter primary */
  border: 4px solid #13994A; /* Darker primary */
  top: 30px;
  z-index: 1;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item:nth-child(odd)::after {
  right: -60px;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item:nth-child(even)::after {
  left: -60px;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-year {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline-item p {
  font-size: 1rem;
  color: #A7D9B8;
}

.page-index-u888-casino-vinh-phuc-brand-story__timeline::after {
  content: '';
  display: table;
  clear: both;
}

.page-index-u888-casino-vinh-phuc-brand-story__subtitle {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-index-u888-casino-vinh-phuc-brand-story__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.page-index-u888-casino-vinh-phuc-brand-story__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-u888-casino-vinh-phuc-brand-story__product-card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-u888-casino-vinh-phuc-brand-story__product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-u888-casino-vinh-phuc-brand-story__product-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-u888-casino-vinh-phuc-brand-story__product-card p {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  padding: 0 15px;
  flex-grow: 1;
}

.page-index-u888-casino-vinh-phuc-brand-story__product-card .page-index-u888-casino-vinh-phuc-brand-story__btn-primary {
  margin: 0 auto;
  width: fit-content;
}

.page-index-u888-casino-vinh-phuc-brand-story__dark-bg {
  background-color: #11A84E;
  color: #ffffff; /* Forced white text for dark background */
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
}

.page-index-u888-casino-vinh-phuc-brand-story__section-title--light,
.page-index-u888-casino-vinh-phuc-brand-story__section-description--light {
  color: #ffffff; /* Forced white text */
}

.page-index-u888-casino-vinh-phuc-brand-story__section-title--light::after {
  background: #F2FFF6;
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-list {
  margin-top: 40px;
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #0A4B2C; /* Deep Green */
  list-style: none; /* For details/summary */
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-index-u888-casino-vinh-phuc-brand-story__faq-answer p {
  margin: 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .page-index-u888-casino-vinh-phuc-brand-story__content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .page-index-u888-casino-vinh-phuc-brand-story__content-wrapper:nth-child(even) {
    flex-direction: column;
  }
  .page-index-u888-casino-vinh-phuc-brand-story__image-block {
    margin-top: 30px;
  }
  .page-index-u888-casino-vinh-phuc-brand-story__content-grid {
    grid-template-columns: 1fr;
  }
  .page-index-u888-casino-vinh-phuc-brand-story__timeline-item {
    width: 90%;
    transform: translateX(0) !important;
    float: none;
    margin: 0 auto 40px;
  }
  .page-index-u888-casino-vinh-phuc-brand-story__timeline-item::after {
    left: -20px;
    right: auto;
  }
  .page-index-u888-casino-vinh-phuc-brand-story__timeline::before {
    left: 10%;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .page-index-u888-casino-vinh-phuc-brand-story {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles --header-offset */
  }

  .page-index-u888-casino-vinh-phuc-brand-story__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-index-u888-casino-vinh-phuc-brand-story__hero-description {
    font-size: 1rem;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__btn-primary,
  .page-index-u888-casino-vinh-phuc-brand-story__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__section-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
    margin-bottom: 30px;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__section-description {
    margin-bottom: 40px;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__container,
  .page-index-u888-casino-vinh-phuc-brand-story__section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Image and Video responsiveness */
  .page-index-u888-casino-vinh-phuc-brand-story img,
  .page-index-u888-casino-vinh-phuc-brand-story video,
  .page-index-u888-casino-vinh-phuc-brand-story__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__video-section,
  .page-index-u888-casino-vinh-phuc-brand-story__video-container,
  .page-index-u888-casino-vinh-phuc-brand-story__video-wrapper,
  .page-index-u888-casino-vinh-phuc-brand-story__hero-image-wrapper,
  .page-index-u888-casino-vinh-phuc-brand-story__image-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__timeline-item {
    width: 100%;
    padding: 15px;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__timeline::before {
    left: 5%;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__timeline-item::after {
    left: -15px;
  }

  .page-index-u888-casino-vinh-phuc-brand-story__product-grid {
    grid-template-columns: 1fr;
  }
}