@keyframes teachers-module__BvendW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes teachers-module__BvendW__slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.teachers-module__BvendW__heroSection{background-color:var(--color-navy);justify-content:center;align-items:center;min-height:400px;padding:8rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.teachers-module__BvendW__heroBackground{background:radial-gradient(circle at 80% 20%, #f68d2e26 0%, transparent 40%), linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-deep) 100%);z-index:1;position:absolute;inset:0}.teachers-module__BvendW__heroContent{z-index:2;text-align:center;max-width:800px;position:relative}.teachers-module__BvendW__heroBadge{color:var(--color-orange);border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:1px;background-color:#f68d2e1a;border:1px solid #f68d2e33;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.teachers-module__BvendW__heroTitle{font-size:var(--text-5xl);color:var(--color-white);margin-bottom:1.5rem;font-weight:800;line-height:1.2}.teachers-module__BvendW__heroSubtitle{font-size:var(--text-xl);color:#aeb0cc;line-height:1.6}.teachers-module__BvendW__filterSection{background-color:var(--color-white);z-index:50;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;position:sticky;top:0;box-shadow:0 4px 20px #00000008}.teachers-module__BvendW__filterContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}@media (max-width:992px){.teachers-module__BvendW__filterContainer{flex-direction:column;align-items:stretch;gap:1.5rem}}.teachers-module__BvendW__searchBox{flex:1;max-width:400px;position:relative}.teachers-module__BvendW__searchIcon{color:#94a3b8;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.teachers-module__BvendW__searchInput{border-radius:var(--radius-md);background-color:#f8fafc;border:1px solid #e2e8f0;width:100%;padding:.875rem 1rem .875rem 2.75rem;font-family:inherit;font-size:1rem;transition:all .2s}.teachers-module__BvendW__searchInput:focus{border-color:var(--color-orange);background-color:var(--color-white);outline:none;box-shadow:0 0 0 3px #f68d2e1a}.teachers-module__BvendW__filterOptions{flex-wrap:wrap;gap:.5rem;display:flex}.teachers-module__BvendW__filterBtn{color:#64748b;border-radius:var(--radius-pill);cursor:pointer;background-color:#f1f5f9;border:1px solid #0000;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.teachers-module__BvendW__filterBtn:hover{color:var(--color-navy);background-color:#e2e8f0}.teachers-module__BvendW__activeFilter{background-color:var(--color-navy);color:var(--color-white)}.teachers-module__BvendW__activeFilter:hover{background-color:var(--color-navy-dark);color:var(--color-white)}.teachers-module__BvendW__expertsWrapper{padding:5rem 0}.teachers-module__BvendW__expertsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;padding:1rem 0 2rem;display:grid}@media (max-width:1024px){.teachers-module__BvendW__expertsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.teachers-module__BvendW__expertsGrid{grid-template-columns:1fr}}.teachers-module__BvendW__card{border-radius:var(--radius-lg);background:#fff;border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 25px #0000000d}.teachers-module__BvendW__cardVisible{animation:.6s ease-out both teachers-module__BvendW__slideUpFade}.teachers-module__BvendW__card:hover{border-color:var(--color-orange-light);transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.teachers-module__BvendW__imageWrapper{aspect-ratio:4/5;background-color:#f1f5f9;width:100%;position:relative;overflow:hidden}.teachers-module__BvendW__expertImagePlaceholder{background:linear-gradient(#f8fafc 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.teachers-module__BvendW__expertImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.teachers-module__BvendW__card:hover .teachers-module__BvendW__expertImage{transform:scale(1.08)}.teachers-module__BvendW__imageOverlay{opacity:0;background:linear-gradient(#0000 40%,#0e0f22cc 100%);justify-content:center;align-items:flex-end;padding:2rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.teachers-module__BvendW__card:hover .teachers-module__BvendW__imageOverlay{opacity:1}.teachers-module__BvendW__badgeContainer{gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.teachers-module__BvendW__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-navy);border-radius:var(--radius-pill);background:#ffffffe6;padding:.25rem .75rem;font-size:.75rem;font-weight:700;box-shadow:0 2px 5px #0000001a}.teachers-module__BvendW__content{text-align:center;padding:2rem 1.5rem}.teachers-module__BvendW__name{color:var(--color-navy);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.teachers-module__BvendW__title{color:var(--color-orange);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.9rem;font-weight:600}.teachers-module__BvendW__bio{color:var(--color-text-muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.teachers-module__BvendW__stats{border-top:1px solid #e2e8f0;justify-content:space-around;padding-top:1.5rem;display:flex}.teachers-module__BvendW__statItem{flex-direction:column;gap:.25rem;display:flex}.teachers-module__BvendW__statValue{color:var(--color-navy);font-size:1.1rem;font-weight:700}.teachers-module__BvendW__statLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.teachers-module__BvendW__noResults{text-align:center;color:#64748b;grid-column:1/-1;padding:4rem 0}.teachers-module__BvendW__ctaSection{padding:0 0 5rem}.teachers-module__BvendW__ctaCard{background:linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-dark) 100%);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:4rem;display:grid;position:relative;overflow:hidden}@media (max-width:992px){.teachers-module__BvendW__ctaCard{text-align:center;grid-template-columns:1fr;padding:3rem 2rem}}.teachers-module__BvendW__ctaContent{z-index:2;position:relative}.teachers-module__BvendW__ctaContent h2{font-size:var(--text-4xl);color:var(--color-white);margin-bottom:1rem;font-weight:800}.teachers-module__BvendW__ctaContent p{color:#aeb0cc;font-size:var(--text-lg);margin-bottom:2rem;line-height:1.6}.teachers-module__BvendW__ctaImage{z-index:1;justify-content:flex-end;display:flex;position:relative}@media (max-width:992px){.teachers-module__BvendW__ctaImage{justify-content:center}}.teachers-module__BvendW__patternIcon{background:#f68d2e1a;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;display:flex}
