.Section6 .founder-section{padding:0 20px;background:#ffffff}.Section6 .founder-container{max-width:1200px;margin:0 auto}.Section6 .founders-row{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}.Section6 .founder-card{display:flex;align-items:flex-start;gap:32px;padding:32px 36px;background:#ffffff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 8px 30px rgba(15,23,42,.06);transition:all .5s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);animation:cardFadeInUp .6s cubic-bezier(.4,0,.2,1) forwards}.Section6 .founder-card:first-child{animation-delay:.1s}.Section6 .founder-card:nth-child(2){animation-delay:.2s}.Section6 .founder-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(15,23,42,.12);border-color:#e2e8f0}@keyframes cardFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Section6 .founder-image-wrapper{flex:0 0 160px;height:160px;border-radius:12px;overflow:hidden;background:#f8fafc;transition:all .5s cubic-bezier(.4,0,.2,1)}.Section6 .founder-card:hover .founder-image-wrapper{transform:scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.1)}.Section6 .founder-image{width:100%;height:100%}.Section6 .founder-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:all .5s cubic-bezier(.4,0,.2,1)}.Section6 .founder-card:hover .founder-image img{filter:grayscale(0);transform:scale(1.05)}.Section6 .founder-text{flex:1 1;display:flex;flex-direction:column;transition:all .3s ease}.Section6 .founder-name{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:6px;transition:all .4s cubic-bezier(.4,0,.2,1)}.Section6 .founder-card:hover .founder-name{color:#0074c2;transform:translateX(5px)}.Section6 .founder-badge{font-size:15px;font-weight:500;color:#475569;margin-bottom:14px;padding:0;background:none;border:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}.Section6 .founder-card:hover .founder-badge{color:#0074c2;transform:translateX(5px)}.Section6 .founder-bio p{font-size:15px;line-height:1.8;color:#64748b;margin:0;max-width:680px;transition:all .4s cubic-bezier(.4,0,.2,1)}.Section6 .founder-card:hover .founder-bio p{color:#475569;transform:translateX(3px)}.Section6 .founder-footer{display:none}@media (min-width:1024px){.Section6 .founders-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.Section6 .founder-section{padding:0 10px!important}.Section6 .founder-card{flex-direction:column;align-items:flex-start;padding:24px;animation-duration:.5s}.Section6 .founder-card:hover{transform:translateY(-4px)}.Section6 .founder-image-wrapper{width:100%;height:220px;flex:0 0 auto}.Section6 .founder-card:hover .founder-image-wrapper{transform:scale(1.01)}.Section6 .founder-name{font-size:20px;transition:all .3s ease}.Section6 .founder-card:hover .founder-name{transform:translateX(3px)}.Section6 .founder-badge{transition:all .3s ease}.Section6 .founder-card:hover .founder-badge{transform:translateX(3px)}.Section6 .founder-bio p{transition:all .3s ease}.Section6 .founder-card:hover .founder-bio p{transform:translateX(2px)}}