/* ===== Human Trafficking page ===== */

/* Hero */
.tf-hero { position: relative; min-height: 80vh; display: flex; align-items: flex-end; overflow: hidden; padding-block: var(--space-20); }
.tf-hero__bg { position: absolute; inset: 0; z-index: 0; }
.tf-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.tf-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,30,26,0.9) 5%, rgba(8,30,26,0.55) 45%, rgba(8,30,26,0.4) 100%); }
.tf-hero__inner { position: relative; z-index: 2; max-width: 660px; color: #fff; padding-bottom: var(--space-6); }
.tf-hero .eyebrow { color: var(--color-accent); display: block; }
.tf-hero h1 { font-size: var(--text-3xl); color: #fff; letter-spacing: -0.02em; margin-block: var(--space-4) var(--space-5); line-height: 1.1; }
.tf-hero h1 em { font-style: italic; color: var(--color-accent); }
.tf-hero__lead { font-size: var(--text-lg); color: rgba(255,255,255,0.92); max-width: 56ch; line-height: 1.6; margin-bottom: var(--space-8); }
.tf-hero__actions { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.btn--ghost-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.6); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.12); border-color: #fff; }

/* Section base */
.tf-section { padding-block: clamp(var(--space-16), 8vw, var(--space-24)); }
.tf-section__head { max-width: 680px; margin-inline: auto; text-align: center; margin-bottom: var(--space-12); }
.tf-section__head .eyebrow { display: block; }
.tf-section__head .section-title { margin-inline: auto; }
.tf-section__head .section-lead { color: var(--color-text-muted); font-size: var(--text-lg); line-height: 1.7; margin-top: var(--space-4); }

/* Reality stats */
.tf-reality { background: var(--color-bg); }
.tf-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); margin-bottom: var(--space-14); }
.tf-stat { background: var(--color-surface); border: 1px solid var(--color-divider); border-radius: var(--radius-xl); padding: var(--space-7) var(--space-5); text-align: center; box-shadow: var(--shadow-sm); }
.tf-stat strong { display: block; font-family: var(--font-display); font-size: var(--text-4xl); font-weight: 600; color: var(--color-primary); line-height: 1; margin-bottom: var(--space-3); }
[data-theme='dark'] .tf-stat strong { color: var(--color-accent); }
.tf-stat span { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.5; }

.tf-reality__body { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-8); margin-bottom: var(--space-8); }
.tf-reality__col h3 { font-size: var(--text-xl); margin-bottom: var(--space-3); }
.tf-reality__col p { color: var(--color-text-muted); line-height: 1.7; font-size: var(--text-base); }
.tf-source { text-align: center; font-size: var(--text-sm); color: var(--color-text-muted); font-style: italic; }
.tf-source a { color: var(--color-primary); }
[data-theme='dark'] .tf-source a { color: var(--color-accent); }

/* Vision */
.tf-vision { background: var(--color-surface-2); }
.tf-vision__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(var(--space-10), 5vw, var(--space-16)); align-items: center; }
.tf-vision__media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-2xl); box-shadow: var(--shadow-md); aspect-ratio: 4/3; }
.tf-vision__body .eyebrow { display: block; }
.tf-vision__body .section-title { margin-bottom: var(--space-5); }
.tf-vision__body p { color: var(--color-text-muted); font-size: var(--text-lg); line-height: 1.7; }
.tf-vision__body p + p { margin-top: var(--space-4); }
.tf-vision__points { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); margin-top: var(--space-8); }
.tf-point { display: flex; align-items: flex-start; gap: var(--space-3); }
.tf-point svg { color: var(--color-primary); flex-shrink: 0; margin-top: 2px; }
[data-theme='dark'] .tf-point svg { color: var(--color-accent); }
.tf-point span { font-size: var(--text-sm); color: var(--color-text); font-weight: 500; line-height: 1.4; }

/* Prevention */
.tf-prevention { background: var(--color-bg); }
.tf-prevention__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); }
.tf-card { background: var(--color-surface); border: 1px solid var(--color-divider); border-radius: var(--radius-xl); padding: var(--space-7); box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition); }
.tf-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tf-card__icon { display: flex; color: var(--color-primary); margin-bottom: var(--space-4); }
[data-theme='dark'] .tf-card__icon { color: var(--color-accent); }
.tf-card h3 { font-size: var(--text-lg); margin-bottom: var(--space-2); }
.tf-card p { color: var(--color-text-muted); font-size: var(--text-sm); line-height: 1.6; }

/* Partnerships */
.tf-partners { background: var(--color-primary); color: #fff; }
[data-theme='dark'] .tf-partners { background: #0a3d33; }
.tf-partners__inner { max-width: 760px; text-align: center; }
.tf-partners .eyebrow { color: var(--color-accent); display: block; }
.tf-partners .section-title { color: #fff; margin-bottom: var(--space-5); }
.tf-partners .section-lead { color: rgba(255,255,255,0.88); font-size: var(--text-lg); line-height: 1.7; }
.tf-partners .section-lead strong { color: #fff; }
.tf-partners__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); margin-top: var(--space-10); text-align: left; }
.tf-partner-role { display: flex; flex-direction: column; gap: var(--space-3); }
.tf-partner-role svg { color: var(--color-accent); }
.tf-partner-role span { color: rgba(255,255,255,0.9); font-size: var(--text-sm); line-height: 1.5; }
.tf-partners__note { margin-top: var(--space-8); color: rgba(255,255,255,0.8); font-size: var(--text-base); }
.tf-partners__note a { color: var(--color-accent); text-decoration: underline; }

/* How you can help */
.tf-help { background: var(--color-bg); }
.tf-help__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); }
.tf-help-card { display: flex; flex-direction: column; gap: var(--space-2); background: var(--color-surface); border: 1px solid var(--color-divider); border-radius: var(--radius-xl); padding: var(--space-7); text-decoration: none; color: var(--color-text); box-shadow: var(--shadow-sm); transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
.tf-help-card:hover { border-color: var(--color-primary); transform: translateY(-3px); box-shadow: var(--shadow-md); }
[data-theme='dark'] .tf-help-card:hover { border-color: var(--color-accent); }
.tf-help-card__icon { display: flex; color: var(--color-primary); margin-bottom: var(--space-3); }
[data-theme='dark'] .tf-help-card__icon { color: var(--color-accent); }
.tf-help-card h3 { font-size: var(--text-lg); }
.tf-help-card p { color: var(--color-text-muted); font-size: var(--text-sm); line-height: 1.6; }
.tf-help__cta { display: flex; gap: var(--space-3); justify-content: center; margin-top: var(--space-10); flex-wrap: wrap; }

/* Content note */
.tf-note { background: var(--color-surface-2); padding-block: var(--space-8); }
.tf-note__inner { max-width: 760px; text-align: center; }
.tf-note p { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.6; }
.tf-note a { color: var(--color-primary); }
[data-theme='dark'] .tf-note a { color: var(--color-accent); }
.tf-note strong { color: var(--color-text); }

/* Responsive */
@media (max-width: 1024px) {
  .tf-stats { grid-template-columns: repeat(2, 1fr); }
  .tf-reality__body { grid-template-columns: 1fr; gap: var(--space-6); }
  .tf-prevention__grid, .tf-help__grid { grid-template-columns: repeat(2, 1fr); }
  .tf-partners__list { grid-template-columns: 1fr; gap: var(--space-5); }
  .tf-partner-role { flex-direction: row; align-items: center; }
}

@media (max-width: 768px) {
  .tf-vision__grid { grid-template-columns: 1fr; }
  .tf-vision__media { max-width: 560px; margin-inline: auto; order: -1; }
  .tf-vision__points { grid-template-columns: 1fr; }
  .tf-hero h1 { font-size: var(--text-2xl); }
}

@media (max-width: 560px) {
  .tf-stats { grid-template-columns: 1fr; }
  .tf-prevention__grid, .tf-help__grid { grid-template-columns: 1fr; }
}
