
[data-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-anim].in-view {
  opacity: 1;
  transform: translateY(0);
}
.tc-header {
  position: relative;
  background: url('http://localhost:8082/smile_track/assets/image/wallpaper.jpg') center center / cover no-repeat;
  padding: 100px 0 80px;
  text-align: center;
}

.tc-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,12,10,0.82) 0%, rgba(10,12,10,0.65) 100%);
}

.tc-breadcrumb {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.tc-breadcrumb a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.25s;
}

.tc-breadcrumb a:hover {
  color: #fff;
}

.tc-breadcrumb i {
  font-size: 0.7rem;
  margin: 0 6px;
  vertical-align: middle;
}

.tc-header-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.tc-header-sub {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.tc-header-sub strong {
  color: rgba(255,255,255,0.85);
}
.tc-body {
  background: #f8f9fa;
}
.tc-intro-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;    
  padding: 24px 26px;
  margin-bottom: 36px;
  font-weight: bold;
}

.tc-intro-icon {
  font-size: 1.6rem;
  color: #111;
  flex-shrink: 0;
  margin-top: 2px;
}

.tc-intro-text {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.75;
}
.tc-section {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  border-radius: 14px;
  padding: 30px 28px;
  margin-bottom: 18px;
}


.tc-section-num {
  font-size: 2rem;
  font-weight: 900;
  color: #ebebeb;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  text-align: center;
  padding-top: 4px;
  letter-spacing: -1px;
  user-select: none;
}

.tc-section-body {
  flex: 1;
  min-width: 0;
}

.tc-section-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tc-section-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #111;
  border-radius: 2px;
  flex-shrink: 0;
}

.tc-section-body p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.78;
  margin-bottom: 10px;
}

.tc-section-body p:last-child {
  margin-bottom: 0;
}
.tc-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tc-list li {
  font-size: 0.88rem;
  color: #555;
  padding-left: 22px;
  position: relative;
  line-height: 1.65;
}

.tc-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111;
  flex-shrink: 0;
}
.tc-contact-card {
  background: #111;
  border-radius: 16px;
  padding: 36px 32px;
  margin-top: 36px;
}

.tc-contact-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.tc-contact-sub {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

.tc-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 14px 16px;
  transition: background 0.3s ease;
}

.tc-contact-item:hover {
  background: rgba(255,255,255,0.12);
}

.tc-contact-item > i {
  font-size: 1.1rem;
  color: #f5f507;
  flex-shrink: 0;
  margin-top: 2px;
}

.tc-ci-label {
  font-size: 0.72rem;
  color: rgb(245, 245, 7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.tc-ci-value {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  word-break: break-all;
  transition: color 0.25s;
}

a.tc-ci-value:hover {
  color: #f5f507;
}
@media (max-width: 575px) {
  .tc-section {
    flex-direction: column;
    gap: 10px;
    padding: 22px 18px;
  }

  .tc-section-num {
    font-size: 1.3rem;
    width: auto;
  }

  .tc-contact-card {
    padding: 26px 20px;
  }

  .tc-intro-card {
    flex-direction: column;
    gap: 10px;
  }
}


.tc-contact-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}