/* style/tin-tc.css */
.page-tin-tc {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f7f6;
}

.page-tin-tc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-tin-tc__hero {
  background: linear-gradient(135deg, #0A2463 0%, #304E8A 100%); /* Slightly lighter blue for gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-tin-tc__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-tin-tc__hero > .page-tin-tc__container {
  position: relative;
  z-index: 1;
}

.page-tin-tc__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B14A;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-tin-tc__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-tin-tc__section-heading {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-tin-tc__section-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B14A;
  border-radius: 2px;
}

.page-tin-tc__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-tin-tc__btn--primary {
  background-color: #E0B14A;
  color: #0A2463;
  box-shadow: 0 4px 15px rgba(224, 177, 74, 0.4);
}

.page-tin-tc__btn--primary:hover {
  background-color: #f5c760;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(224, 177, 74, 0.6);
}

.page-tin-tc__btn--secondary {
  background-color: transparent;
  color: #0A2463;
  border: 2px solid #0A2463;
  margin-left: 20px;
}

.page-tin-tc__btn--secondary:hover {
  background-color: #0A2463;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(10, 36, 99, 0.2);
}

.page-tin-tc__latest-news {
  padding: 80px 0;
  background-color: #ffffff;
}

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

.page-tin-tc__news-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-tin-tc__news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-tin-tc__news-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-tin-tc__news-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-tin-tc__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #0A2463;
}

.page-tin-tc__card-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.page-tin-tc__card-title a:hover {
  color: #E0B14A;
}

.page-tin-tc__card-excerpt {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-tin-tc__read-more {
  display: inline-block;
  color: #E0B14A;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, transform 0.3s ease;
}

.page-tin-tc__read-more:hover {
  color: #0A2463;
  transform: translateX(5px);
}

.page-tin-tc__in-depth {
  padding: 80px 0;
  background-color: #f4f7f6;
}

.page-tin-tc__intro-text {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 60px auto;
  color: #444;
}

.page-tin-tc__article {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin-bottom: 40px;
}

.page-tin-tc__article:last-child {
  margin-bottom: 0;
}

.page-tin-tc__article-title {
  font-size: 2em;
  color: #0A2463;
  margin-bottom: 25px;
  border-bottom: 2px solid #E0B14A;
  padding-bottom: 10px;
}

.page-tin-tc__article-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-tin-tc__article p {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.7;
}

.page-tin-tc__article p:last-of-type {
  margin-bottom: 25px;
}

.page-tin-tc__cta {
  background-color: #0A2463;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-tin-tc__cta .page-tin-tc__section-heading {
  color: #E0B14A;
}

.page-tin-tc__cta .page-tin-tc__section-heading::after {
  background-color: #ffffff;
}

.page-tin-tc__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-tin-tc__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-tin-tc__cta .page-tin-tc__btn--secondary {
  color: #ffffff;
  border-color: #ffffff;
}

.page-tin-tc__cta .page-tin-tc__btn--secondary:hover {
  background-color: #E0B14A;
  color: #0A2463;
  border-color: #E0B14A;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-tin-tc__title {
    font-size: 2.5em;
  }
  .page-tin-tc__section-heading {
    font-size: 2em;
  }
  .page-tin-tc__news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-tin-tc__article-title {
    font-size: 1.7em;
  }
}

@media (max-width: 768px) {
  .page-tin-tc__hero {
    padding: 80px 0;
  }
  .page-tin-tc__title {
    font-size: 2em;
  }
  .page-tin-tc__subtitle {
    font-size: 1em;
  }
  .page-tin-tc__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-tin-tc__btn--secondary {
    margin-left: 10px;
    margin-top: 10px;
  }
  .page-tin-tc__section-heading {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-tin-tc__news-content {
    padding: 20px;
  }
  .page-tin-tc__card-title {
    font-size: 1.3em;
  }
  .page-tin-tc__article {
    padding: 30px;
  }
  .page-tin-tc__article-title {
    font-size: 1.5em;
  }
  .page-tin-tc__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-tin-tc__cta .page-tin-tc__btn--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-tin-tc__hero {
    padding: 60px 0;
  }
  .page-tin-tc__title {
    font-size: 1.8em;
  }
  .page-tin-tc__subtitle {
    font-size: 0.9em;
  }
  .page-tin-tc__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-tin-tc__news-grid {
    grid-template-columns: 1fr;
  }
  .page-tin-tc__news-image {
    height: 180px;
  }
  .page-tin-tc__card-title {
    font-size: 1.2em;
  }
  .page-tin-tc__article-title {
    font-size: 1.3em;
  }
  .page-tin-tc__article p {
    font-size: 0.95em;
  }
}