:root{--background:#f6f8fb;--surface:#fff;--text-primary:#0f3b6d;--text-secondary:#4f6480;--accent:#3f8edb;--accent-dark:#1f5fa8;--border:#d9e3ef;--hero-glow:#eaf3ff;--container-width:1200px;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text-primary);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:var(--text-primary);text-decoration:none}img{max-width:100%;display:block}main{min-height:100vh}.section{padding:5rem 0}.container{width:min(var(--container-width), calc(100% - 3rem));margin:0 auto}.eyebrow{color:var(--accent-dark);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.section-title{color:var(--text-primary);margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.section-subtitle{color:var(--text-secondary);max-width:780px;margin:0;font-size:1.1rem;line-height:1.8}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.grid-3{grid-template-columns:1fr}}.founders-track{gap:1.5rem;width:max-content;animation:28s linear infinite foundersScroll;display:flex}.founders-track:hover{animation-play-state:paused}.founder-card{background:#fff;border:1px solid #d9e3ef;border-radius:18px;width:320px;min-width:320px;padding:1.5rem;box-shadow:0 10px 30px #0f3b6d0f}.founder-image-wrap{background:#eaf3ff;border-radius:14px;justify-content:center;align-items:center;width:100%;height:260px;margin-bottom:1rem;display:flex;overflow:hidden}.founder-image{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.founder-name{color:#0f3b6d;margin:0 0 .35rem;font-size:1.2rem}.founder-role{color:#1f5fa8;margin:0 0 .85rem;font-style:italic;font-weight:600}.founder-bio{color:#4f6480;margin:0;line-height:1.75}@keyframes foundersScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}@media (max-width:900px){.founder-card{width:280px;min-width:280px}.founders-track{animation-duration:35s}}
