:root{--t-bg:#fff;--t-surface:#fff;--t-border:#e6e8ed;--t-text:#0e1015;--t-muted:#5b6372;--t-accent:#a7402d;--t-shadow:0 10px 20px #00000014}.white-bg{background:var(--t-bg)}.t-section{justify-content:center;padding:clamp(48px,6vw,96px) 24px;display:flex}.t-container{flex-wrap:wrap;align-items:flex-start;gap:48px;width:100%;max-width:1200px;display:flex}.t-left{flex-direction:column;flex:340px;justify-content:center;display:flex}.t-subtitle{color:var(--t-muted);text-transform:uppercase;margin-bottom:8px;font-size:1rem}.t-heading{color:var(--t-text);margin-bottom:18px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.t-desc{max-width:440px;color:var(--t-muted);margin-bottom:28px;font-size:1rem;line-height:1.6}.t-em{color:var(--t-accent);font-weight:700}.t-right{flex:1.4 540px;position:relative}.vmarquee{--vm-duration:30s;height:clamp(360px,56vh,680px);position:relative;overflow:hidden}.vm-track{animation:vm-scroll var(--vm-duration) linear infinite;will-change:transform;flex-direction:column;display:flex;transform:translateZ(0)}.vmarquee:hover .vm-track,.vmarquee:focus-within .vm-track{animation-play-state:paused}.vm-group{grid-template-columns:repeat(2,minmax(260px,1fr));gap:24px;padding:8px 4px;display:grid}.t-card{background:var(--t-surface);border:1px solid var(--t-border);box-shadow:var(--t-shadow);color:var(--t-text);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:180px;padding:20px;display:flex}.t-text{color:var(--t-muted);margin:0 0 16px;font-size:.95rem;line-height:1.6}.t-user{align-items:center;gap:12px;display:flex}.t-avatar{object-fit:cover;border-radius:50%;width:44px;height:44px}.t-name{color:var(--t-text);margin:0;font-size:.95rem;font-weight:600}@keyframes vm-scroll{0%{transform:translate(0,0)}to{transform:translateY(-50%)}}@media (max-width:1024px){.t-container{flex-direction:column;align-items:center}.t-left{text-align:center}}@media (max-width:768px){.vm-group{grid-template-columns:1fr}.vmarquee{height:320px}}@media (prefers-reduced-motion:reduce){.vm-track{animation:none}}
