.page-tintc {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-tintc__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 40px; /* Small top padding */
  background-color: #100224; /* Deep purple background */
  gap: 20px;
}

.page-tintc__hero-visual {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
}

.page-tintc__hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}

.page-tintc__hero-content {
  max-width: 900px;
  padding: 0 15px;
}

.page-tintc__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFF6D6;
  margin-bottom: 15px;
}

.page-tintc__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFD36B;
}

.page-tintc__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-tintc__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.page-tintc__button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
}

.page-tintc__button--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-tintc__button--secondary {
  background-color: #111111;
  color: #FFF6D6;
  border: 1px solid #3A2A12;
}

.page-tintc__button--secondary:hover {
  background-color: #3A2A12;
  color: #FFD36B;
}

.page-tintc__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin: 60px 0 40px;
  color: #FFD36B;
}

.page-tintc__categories-section {
  padding: 40px 20px;
  background-color: #0A0A0A;
}

.page-tintc__category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.page-tintc__category-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  color: #FFF6D6;
  background-color: #111111;
  border: 1px solid #3A2A12;
  transition: all 0.3s ease;
}

.page-tintc__category-button:hover,
.page-tintc__category-button--active {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  border-color: transparent;
}

.page-tintc__news-list-section {
  padding: 40px 20px 80px;
  background-color: #0A0A0A;
}

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

.page-tintc__news-card {
  background-color: #111111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3A2A12;
}

.page-tintc__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-tintc__news-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.page-tintc__news-card img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.page-tintc__card-content {
  padding: 20px;
}

.page-tintc__card-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFF6D6;
  line-height: 1.3;
}

.page-tintc__card-title:hover {
  color: #FFD36B;
}

.page-tintc__card-excerpt {
  font-size: 0.95em;
  color: #FFD36B;
  margin-bottom: 15px;
}

.page-tintc__card-date {
  font-size: 0.85em;
  color: #F2C14E;
  display: block;
}

.page-tintc__view-all-button-wrapper {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 849px) {
  .page-tintc__hero-section {
    padding: 10px 15px 30px;
  }
  .page-tintc__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem); /* Using clamp for H1 */
  }
  .page-tintc__hero-description {
    font-size: 1em;
  }
  .page-tintc__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-tintc__button {
    width: 100%;
    max-width: 280px;
  }
  .page-tintc__section-title {
    font-size: 1.8em;
    margin: 40px 0 30px;
  }
  .page-tintc__category-nav {
    gap: 10px;
  }
  .page-tintc__news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-tintc__news-card img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-tintc__news-list-section img {
    max-width: 100%;
    height: auto;
  }
  /* Ensure all content area images are at least 200px wide if not constrained by max-width: 100% */
  .page-tintc__news-grid img {
    min-width: 200px;
    min- /* 200 * 9/16 aspect ratio */
  }
}

@media (max-width: 549px) {
  .page-tintc__hero-section {
    padding: 10px 10px 25px;
  }
  .page-tintc__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
  .page-tintc__hero-visual img {
    aspect-ratio: 4/3;
  }
  .page-tintc__news-grid {
    grid-template-columns: 1fr; /* Single column layout for very small screens */
  }
  .page-tintc__section-title {
    font-size: 1.6em;
    margin: 30px 0 20px;
  }
  .page-tintc__category-button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
  .page-tintc__news-card img {
    min-width: 200px;
    min-
  }
}