/* style/tt88-history-vision.css */

/* Base Styles for Page */
.page-tt88-history-vision {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: var(--dark-bg-1);
}

.page-tt88-history-vision__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Fixed Navigation Spacing - applies to the first main content section if no hero */
.page-tt88-history-vision__top-padding {
  padding-top: 40px; /* Adjusted for pages with hero, to ensure good spacing */
}

/* Hero Section */
.page-tt88-history-vision__hero-section {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}

.page-tt88-history-vision__hero-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.page-tt88-history-vision__hero-image {
  width: 100%;
  margin: 0;
}

.page-tt88-history-vision__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

/* Section General Styles */
.page-tt88-history-vision__section {
  padding: 60px 0;
  margin-bottom: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for sections */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-tt88-history-vision__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold color for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-tt88-history-vision__main-title {
  font-size: 3em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.page-tt88-history-vision__lead-text {
  font-size: 1.2em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #f8f8f8;
}

.page-tt88-history-vision__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-tt88-history-vision__paragraph a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-tt88-history-vision__paragraph a:hover {
  color: #fff;
  text-decoration: underline;
}

.page-tt88-history-vision__content-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFD700;
}

.page-tt88-history-vision__milestone-list,
.page-tt88-history-vision__game-list,
.page-tt88-history-vision__vision-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-tt88-history-vision__list-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #8B0000; /* Deep red accent */
  border-radius: 5px;
  font-size: 1.1em;
  color: #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-tt88-history-vision__list-item strong {
  color: #FFD700;
}

/* Core Values Grid */
.page-tt88-history-vision__values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-tt88-history-vision__value-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-tt88-history-vision__value-card:hover {
  transform: translateY(-10px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-tt88-history-vision__value-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-tt88-history-vision__value-description {
  font-size: 1em;
  color: #c0c0c0;
}

/* CTA Section */
.page-tt88-history-vision__cta-section {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  padding: 80px 0;
  text-align: center;
  margin-top: 60px;
}

.page-tt88-history-vision__cta-title {
  font-size: 3em;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 800;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.page-tt88-history-vision__cta-description {
  font-size: 1.3em;
  color: #f5f5f5;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-tt88-history-vision__cta-description a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-tt88-history-vision__cta-description a:hover {
  color: #eee;
}

.page-tt88-history-vision__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-tt88-history-vision__btn-primary,
.page-tt88-history-vision__btn-secondary {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.page-tt88-history-vision__btn-primary {
  background-color: #8B0000;
  color: #ffffff;
  border-color: #8B0000;
}

.page-tt88-history-vision__btn-primary:hover {
  background-color: #a01010;
  border-color: #a01010;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-tt88-history-vision__btn-secondary {
  background-color: #ffffff;
  color: #8B0000;
  border-color: #ffffff;
}

.page-tt88-history-vision__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #6a0000;
  border-color: #f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-tt88-history-vision__main-title {
    font-size: 2.5em;
  }

  .page-tt88-history-vision__section-title {
    font-size: 2em;
  }

  .page-tt88-history-vision__lead-text {
    font-size: 1.1em;
  }

  .page-tt88-history-vision__paragraph {
    font-size: 1em;
  }

  .page-tt88-history-vision__cta-title {
    font-size: 2.5em;
  }

  .page-tt88-history-vision__cta-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-tt88-history-vision__top-padding {
    padding-top: 20px; /* Adjust for mobile if header is smaller */
  }

  .page-tt88-history-vision__container {
    padding: 0 15px;
  }

  .page-tt88-history-vision__hero-section {
    margin-bottom: 20px;
  }

  .page-tt88-history-vision__section {
    padding: 40px 0;
    margin-bottom: 20px;
  }

  .page-tt88-history-vision__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-tt88-history-vision__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-tt88-history-vision__lead-text {
    font-size: 1em;
  }

  .page-tt88-history-vision__paragraph,
  .page-tt88-history-vision__list-item,
  .page-tt88-history-vision__value-description {
    font-size: 0.95em;
  }

  .page-tt88-history-vision__list-item {
    padding: 15px;
  }

  .page-tt88-history-vision__values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-tt88-history-vision__value-card {
    padding: 25px;
  }

  .page-tt88-history-vision__value-title {
    font-size: 1.3em;
  }

  .page-tt88-history-vision__cta-section {
    padding: 50px 0;
  }

  .page-tt88-history-vision__cta-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-tt88-history-vision__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-tt88-history-vision__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-tt88-history-vision__btn-primary,
  .page-tt88-history-vision__btn-secondary {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    padding: 12px 25px;
    font-size: 1em;
  }

  /* Mobile image responsive adaptation */
  .page-tt88-history-vision img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-tt88-history-vision__section,
  .page-tt88-history-vision__container,
  .page-tt88-history-vision__content-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Contrast Fixes (if needed) */
.page-tt88-history-vision__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-tt88-history-vision__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}