.tf-section{background:#f8fafc;padding:80px 0;font-family:'DM Sans',sans-serif}
.tf-container{max-width:1240px;margin:0 auto;padding:0 28px}
.tf-header{text-align:center;margin-bottom:56px}
.tf-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(33,176,243,.10);border:1px solid rgba(33,176,243,.25);border-radius:999px;padding:6px 18px;font-size:10.5px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#21B0F3;margin-bottom:16px}
.tf-kicker-dot{width:6px;height:6px;background:#21B0F3;border-radius:50%}
.tf-heading{font-family:'Bebas Neue',sans-serif;font-size:clamp(38px,6vw,64px);letter-spacing:2px;line-height:1;color:#0d1e32;margin:0 0 14px}
.tf-sub{font-size:16px;line-height:1.65;color:#6b7a8d;max-width:600px;margin:0 auto;font-weight:300}
.tf-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
@media(max-width:768px){.tf-grid{grid-template-columns:1fr}}
.tf-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(27,74,128,.08);transition:all .3s ease;display:flex;flex-direction:column}
.tf-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(27,74,128,.12)}
.tf-img-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;background:#0d1e32;position:relative}
.tf-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.tf-card:hover .tf-img-wrap img{transform:scale(1.04)}
.tf-body{padding:28px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}
.tf-name{font-family:'Bebas Neue',sans-serif;font-size:24px;letter-spacing:1px;color:#0d1e32;margin:0}
.tf-role{font-size:12px;color:#21B0F3;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.tf-quote{font-size:15px;line-height:1.7;color:#6b7a8d;font-style:italic;margin:8px 0 0}
.tf-socials{display:flex;gap:10px;justify-content:center;margin-top:12px}
.tf-social-link{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(33,176,243,.08);border:1px solid rgba(33,176,243,.15);color:#21B0F3;transition:all .25s ease;text-decoration:none}
.tf-social-link:hover{background:#21B0F3;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(33,176,243,.3)}
@media(max-width:768px){.tf-section{padding:60px 0}}
