/* style/index-about-fi88.css */
.page-index-about-fi88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-index-about-fi88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-about-fi88__hero-section {
  position: relative;
  background: linear-gradient(135deg, #4A2780 0%, #6E44A7 100%); /* Dark violet to lighter violet */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-about-fi88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-index-about-fi88__hero-section > * {
  position: relative;
  z-index: 2;
}

.page-index-about-fi88__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-about-fi88__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-about-fi88__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #4A2780; /* Dark violet */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-about-fi88__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
}

.page-index-about-fi88__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-index-about-fi88__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-index-about-fi88__text-block {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.page-index-about-fi88__text-block:nth-child(even) {
  background-color: #f9f9f9;
}

.page-index-about-fi88__section-title {
  font-size: 2.5em;
  color: #4A2780; /* Dark violet */
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-index-about-fi88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-index-about-fi88__sub-title {
  font-size: 1.8em;
  color: #6E44A7; /* Lighter violet */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 15px;
}

.page-index-about-fi88 p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #555;
}

.page-index-about-fi88 ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  color: #555;
}

.page-index-about-fi88 ul li {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.page-index-about-fi88__core-values-list li strong {
  color: #4A2780;
}

.page-index-about-fi88__image--left,
.page-index-about-fi88__image--right {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .page-index-about-fi88__image--left {
    float: left;
    width: 45%;
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .page-index-about-fi88__image--right {
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 20px;
  }

  .page-index-about-fi88__text-block::after {
    content: '';
    display: table;
    clear: both;
  }
}

.page-index-about-fi88__call-to-action {
  text-align: center;
  padding: 50px;
  background-color: #4A2780; /* Dark violet */
  color: #fff;
  border-radius: 8px;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-index-about-fi88__call-to-action .page-index-about-fi88__section-title {
  color: #FFD700; /* Gold */
}

.page-index-about-fi88__call-to-action p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ddd;
}

.page-index-about-fi88__cta-note {
  font-size: 1em;
  margin-top: 20px;
  color: #ccc;
}

.page-index-about-fi88__cta-note a {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-index-about-fi88__cta-note a:hover {
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-index-about-fi88__hero-title {
    font-size: 2.8em;
  }
  .page-index-about-fi88__section-title {
    font-size: 2em;
  }
  .page-index-about-fi88__sub-title {
    font-size: 1.5em;
  }
  .page-index-about-fi88 p, .page-index-about-fi88 ul li {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .page-index-about-fi88__hero-section {
    padding: 80px 0 60px;
  }
  .page-index-about-fi88__hero-title {
    font-size: 2.2em;
  }
  .page-index-about-fi88__hero-subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .page-index-about-fi88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-about-fi88__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-about-fi88__content-section {
    padding: 40px 0;
  }
  .page-index-about-fi88__text-block {
    padding: 20px;
    margin-bottom: 40px;
  }
  .page-index-about-fi88__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-index-about-fi88__sub-title {
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page-index-about-fi88__image--left,
  .page-index-about-fi88__image--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .page-index-about-fi88__call-to-action {
    padding: 30px;
    margin-top: 40px;
  }
  .page-index-about-fi88__call-to-action p {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
}