.page-tintc {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

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

.page-tintc__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-tintc__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.page-tintc__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  max-width: 900px;
}

.page-tintc__main-title {
  font-size: clamp(2em, 5vw, 3.2em);
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-tintc__description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-tintc__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-tintc__intro-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-tintc__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-tintc__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-tintc__latest-news, .page-tintc__promotions-events, .page-tintc__game-updates, .page-tintc__industry-news, .page-tintc__why-choose, .page-tintc__faq-section, .page-tintc__cta-final {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-tintc__card {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-tintc__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-tintc__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-tintc__card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-tintc__card-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-tintc__card-title a {
  color: #F2FFF6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-tintc__card-title a:hover {
  color: #57E38D; /* Glow */
}

.page-tintc__card-date {
  font-size: 0.9em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-tintc__card-excerpt {
  font-size: 0.95em;
  color: #A7D9B8;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-tintc__read-more {
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  align-self: flex-start;
}

.page-tintc__read-more:hover {
  color: #57E38D;
}

.page-tintc__button-group {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-tintc__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-tintc__promo-item {
  text-align: center;
}

.page-tintc__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-tintc__promo-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-tintc__promo-description {
  font-size: 1em;
  color: #A7D9B8;
  margin-bottom: 25px;
  padding: 0 15px;
}

.page-tintc__game-category {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.page-tintc__category-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #57E38D; /* Glow */
  margin-bottom: 25px;
}

.page-tintc__category-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-tintc__category-description {
  font-size: 1em;
  color: #A7D9B8;
  margin-bottom: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-tintc__game-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-tintc__game-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-tintc__game-list li a {
  color: #F2FFF6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-tintc__game-list li a:hover {
  color: #2AD16F;
}

.page-tintc__button-small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-tintc__trend-list, .page-tintc__advantage-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  text-align: left;
}

.page-tintc__trend-list li, .page-tintc__advantage-list li {
  background-color: #0A4B2C; /* Deep Green */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 5px solid #2AD16F;
  font-size: 1.05em;
  color: #F2FFF6;
}

.page-tintc__trend-list li strong, .page-tintc__advantage-list li strong {
  color: #57E38D; /* Glow */
}

.page-tintc__conclusion-text {
  font-size: 1.1em;
  color: #A7D9B8;
  text-align: center;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-tintc__faq-list {
  margin-top: 30px;
}

.page-tintc__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
  background-color: #11271B; /* Card BG */
}

.page-tintc__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  outline: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

.page-tintc__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-tintc__faq-item summary:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-tintc__faq-qtext {
  flex-grow: 1;
  text-align: left;
}

.page-tintc__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #2AD16F;
}

.page-tintc__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8;
  line-height: 1.6;
  text-align: left;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-tintc__hero-content {
    padding: 30px 15px;
  }
  .page-tintc__main-title {
    font-size: clamp(1.8em, 4.5vw, 2.8em);
  }
  .page-tintc__section-title {
    font-size: clamp(1.6em, 3.5vw, 2.2em);
  }
  .page-tintc__news-grid, .page-tintc__promo-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .page-tintc__card-title {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-tintc {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-tintc__hero-section {
    padding-top: 10px !important;
  }
  .page-tintc__hero-image {
    max-height: 300px;
  }
  .page-tintc__hero-content {
    padding: 20px 15px;
  }
  .page-tintc__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }
  .page-tintc__description {
    font-size: 1em;
  }
  .page-tintc__section-title {
    font-size: clamp(1.4em, 5vw, 2em);
    padding-top: 40px;
  }
  .page-tintc__intro-text {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-tintc__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    font-size: 1em;
  }
  .page-tintc__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  .page-tintc__news-grid, .page-tintc__promo-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-tintc__card-image {
    height: 180px;
  }
  .page-tintc__card-title {
    font-size: 1.1em;
  }
  .page-tintc__card-date, .page-tintc__card-excerpt {
    font-size: 0.9em;
  }
  .page-tintc__promo-title {
    font-size: 1.2em;
  }
  .page-tintc__promo-description {
    font-size: 0.95em;
  }
  .page-tintc__game-category {
    padding: 20px;
  }
  .page-tintc__category-title {
    font-size: 1.5em;
  }
  .page-tintc__category-description {
    font-size: 0.95em;
  }
  .page-tintc__game-list li, .page-tintc__trend-list li, .page-tintc__advantage-list li {
    font-size: 0.95em;
  }
  .page-tintc__faq-item summary {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-tintc__faq-answer {
    font-size: 0.95em;
    padding: 0 15px 15px 15px;
  }
  .page-tintc__container {
    padding: 0 15px;
  }
  /* Ensure images are responsive */
  .page-tintc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  /* Ensure any container with images is responsive */
  .page-tintc__section, .page-tintc__card, .page-tintc__container, .page-tintc__game-category {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}