.Hero-module__JgYmMq__hero{background:hsl(var(--background));padding:24px}.Hero-module__JgYmMq__heroContent{justify-content:space-between;align-items:center;gap:48px;max-width:1100px;margin:0 auto;display:flex}.Hero-module__JgYmMq__textContent{text-align:left;flex:1;max-width:520px}.Hero-module__JgYmMq__title{font-family:var(--font-display);letter-spacing:-.01em;color:hsl(var(--foreground));font-size:clamp(1.5rem,4vw,2.25rem);font-weight:600;line-height:1.3}.Hero-module__JgYmMq__highlight{color:hsl(var(--primary))}.Hero-module__JgYmMq__subtitle{font-family:var(--font-sans);color:hsl(var(--muted-foreground));margin-top:16px;font-size:.95rem}.Hero-module__JgYmMq__testimonialsWrapper{flex:0 0 340px;height:240px;position:relative}.Hero-module__JgYmMq__testimonialsMask{width:100%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 15% 85%,#0000 100%)}.Hero-module__JgYmMq__testimonialsTrack{flex-direction:column;gap:16px;animation:20s linear infinite Hero-module__JgYmMq__scrollUp;display:flex}@keyframes Hero-module__JgYmMq__scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.Hero-module__JgYmMq__testimonialCard{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:20px;transition:box-shadow .2s;box-shadow:0 2px 8px #0000000a}.Hero-module__JgYmMq__testimonialCard:hover{box-shadow:0 4px 16px #00000014}.Hero-module__JgYmMq__testimonialText{font-family:var(--font-sans);color:hsl(var(--foreground));margin:0 0 12px;font-size:.9rem;font-style:italic;line-height:1.5}.Hero-module__JgYmMq__testimonialAuthor{align-items:center;display:flex}.Hero-module__JgYmMq__authorOrigin{font-family:var(--font-sans);color:hsl(var(--muted-foreground));font-size:.8rem}.Hero-module__JgYmMq__disclaimer{font-family:var(--font-sans);color:hsl(var(--muted-foreground));text-align:center;letter-spacing:.02em;margin-bottom:8px;font-size:.75rem;display:block}@media (max-width:900px){.Hero-module__JgYmMq__heroContent{flex-direction:column;gap:32px}.Hero-module__JgYmMq__textContent{text-align:center;max-width:600px}.Hero-module__JgYmMq__testimonialsWrapper{flex:none;width:100%;max-width:400px;height:240px}}@media (max-width:768px){.Hero-module__JgYmMq__hero{padding:32px 16px}.Hero-module__JgYmMq__title{font-size:1.35rem}.Hero-module__JgYmMq__testimonialsWrapper{height:200px}.Hero-module__JgYmMq__testimonialCard{padding:16px}.Hero-module__JgYmMq__testimonialText{font-size:.85rem}}
.SchoolCard-module__UOwWJG__card{border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid hsl(var(--border));color:inherit;background:#fff;align-items:center;gap:24px;padding:20px 24px;text-decoration:none;transition:all .25s;display:flex}.SchoolCard-module__UOwWJG__card:hover{box-shadow:var(--shadow-hover);border-color:hsl(var(--primary)/.3);transform:translateY(-2px)}.SchoolCard-module__UOwWJG__highlighted{border-color:hsl(var(--accent));background:linear-gradient(135deg,white 0%,hsl(var(--accent)/.03)100%);box-shadow:0 4px 16px hsl(var(--accent)/.15);position:relative}.SchoolCard-module__UOwWJG__highlighted:hover{border-color:hsl(var(--accent));box-shadow:0 8px 24px hsl(var(--accent)/.2)}.SchoolCard-module__UOwWJG__sponsoredBadge{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:hsl(var(--accent));border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:600;position:absolute;top:-8px;right:16px}.SchoolCard-module__UOwWJG__mainInfo{flex:1;min-width:0}.SchoolCard-module__UOwWJG__nameRow{align-items:center;gap:12px;margin-bottom:6px;display:flex}.SchoolCard-module__UOwWJG__name{font-family:var(--font-display);color:hsl(var(--foreground));white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.25rem;font-weight:400;overflow:hidden}.SchoolCard-module__UOwWJG__verifiedBadge{font-family:var(--font-sans);color:hsl(var(--primary));background:hsl(var(--primary)/.1);white-space:nowrap;border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.SchoolCard-module__UOwWJG__verifiedBadge svg{stroke:hsl(var(--primary))}.SchoolCard-module__UOwWJG__locationRow{align-items:center;display:flex}.SchoolCard-module__UOwWJG__districts{font-family:var(--font-sans);color:hsl(var(--muted-foreground));font-size:.875rem}.SchoolCard-module__UOwWJG__metaInfo{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:8px;display:flex}.SchoolCard-module__UOwWJG__languages{flex-wrap:wrap;gap:6px;margin:8px 0;display:flex}.SchoolCard-module__UOwWJG__langTag{font-family:var(--font-sans);color:hsl(var(--foreground));background:hsl(var(--muted));white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:500}.SchoolCard-module__UOwWJG__langMore{font-family:var(--font-sans);color:hsl(var(--muted-foreground));padding:4px 8px;font-size:.8rem;font-weight:500}.SchoolCard-module__UOwWJG__rating{align-items:center;gap:6px;display:flex}.SchoolCard-module__UOwWJG__ratingStars{color:hsl(var(--accent));font-size:1rem}.SchoolCard-module__UOwWJG__ratingValue{font-family:var(--font-sans);color:hsl(var(--foreground));font-size:.9rem;font-weight:600}.SchoolCard-module__UOwWJG__reviewCount{font-family:var(--font-sans);color:hsl(var(--muted-foreground));font-size:.8rem}.SchoolCard-module__UOwWJG__action{flex-shrink:0}.SchoolCard-module__UOwWJG__viewBtn{font-family:var(--font-sans);color:hsl(var(--primary));border:2px solid hsl(var(--primary));border-radius:var(--radius);align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.SchoolCard-module__UOwWJG__card:hover .SchoolCard-module__UOwWJG__viewBtn{background:hsl(var(--primary));color:#fff}.SchoolCard-module__UOwWJG__viewBtn svg{transition:transform .2s}.SchoolCard-module__UOwWJG__card:hover .SchoolCard-module__UOwWJG__viewBtn svg{transform:translate(4px)}@media (max-width:768px){.SchoolCard-module__UOwWJG__card{flex-direction:column;align-items:flex-start;gap:16px}.SchoolCard-module__UOwWJG__mainInfo{width:100%}.SchoolCard-module__UOwWJG__nameRow{flex-wrap:wrap}.SchoolCard-module__UOwWJG__name{white-space:normal;font-size:1.1rem}.SchoolCard-module__UOwWJG__metaInfo{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.SchoolCard-module__UOwWJG__action{width:100%}.SchoolCard-module__UOwWJG__viewBtn{justify-content:center;width:100%}}
.FilterSidebar-module__aQDbHW__sidebar{border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid hsl(var(--border));background:#fff;flex-direction:column;gap:28px;padding:24px;display:flex}.FilterSidebar-module__aQDbHW__filterGroup{flex-direction:column;gap:14px;display:flex}.FilterSidebar-module__aQDbHW__filterTitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border));margin:0;padding-bottom:8px;font-size:.75rem;font-weight:600}.FilterSidebar-module__aQDbHW__options{flex-direction:column;gap:8px;display:flex}.FilterSidebar-module__aQDbHW__option{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.FilterSidebar-module__aQDbHW__radio,.FilterSidebar-module__aQDbHW__checkbox{opacity:0;width:0;height:0;position:absolute}.FilterSidebar-module__aQDbHW__label{font-family:var(--font-sans);color:hsl(var(--foreground));background:hsl(var(--muted)/.3);border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.FilterSidebar-module__aQDbHW__label:before{content:"";border:2px solid hsl(var(--border-strong));border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:all .2s}.FilterSidebar-module__aQDbHW__radio+.FilterSidebar-module__aQDbHW__label:before{border-radius:50%}.FilterSidebar-module__aQDbHW__option:hover .FilterSidebar-module__aQDbHW__label{background:hsl(var(--muted)/.6)}.FilterSidebar-module__aQDbHW__option:hover .FilterSidebar-module__aQDbHW__label:before{border-color:hsl(var(--primary))}.FilterSidebar-module__aQDbHW__radio:checked+.FilterSidebar-module__aQDbHW__label,.FilterSidebar-module__aQDbHW__checkbox:checked+.FilterSidebar-module__aQDbHW__label{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.FilterSidebar-module__aQDbHW__radio:checked+.FilterSidebar-module__aQDbHW__label:before,.FilterSidebar-module__aQDbHW__checkbox:checked+.FilterSidebar-module__aQDbHW__label:before{background:hsl(var(--primary));border-color:hsl(var(--primary));box-shadow:inset 0 0 0 3px #fff}.FilterSidebar-module__aQDbHW__radio:focus+.FilterSidebar-module__aQDbHW__label,.FilterSidebar-module__aQDbHW__checkbox:focus+.FilterSidebar-module__aQDbHW__label{outline:2px solid hsl(var(--primary)/.5);outline-offset:2px}@media (max-width:900px){.FilterSidebar-module__aQDbHW__sidebar{padding:20px}.FilterSidebar-module__aQDbHW__options{flex-flow:wrap}.FilterSidebar-module__aQDbHW__label{padding:8px 12px}.FilterSidebar-module__aQDbHW__label:before{display:none}.FilterSidebar-module__aQDbHW__radio:checked+.FilterSidebar-module__aQDbHW__label,.FilterSidebar-module__aQDbHW__checkbox:checked+.FilterSidebar-module__aQDbHW__label{background:hsl(var(--primary));color:#fff}}
.Pagination-module__26JrhG__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;margin-bottom:2rem;padding:1rem;display:flex}.Pagination-module__26JrhG__pages{align-items:center;gap:.25rem;display:flex}.Pagination-module__26JrhG__navButton{background:var(--color-primary);color:var(--color-background);cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Pagination-module__26JrhG__navButton:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-1px)}.Pagination-module__26JrhG__navButton:disabled{opacity:.4;cursor:not-allowed;background:var(--color-text-secondary)}.Pagination-module__26JrhG__pageButton{min-width:2.5rem;height:2.5rem;color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.Pagination-module__26JrhG__pageButton:hover{background:var(--color-primary-light);border-color:var(--color-primary);transform:translateY(-1px)}.Pagination-module__26JrhG__pageButton.Pagination-module__26JrhG__active{background:var(--color-primary);color:var(--color-background);border-color:var(--color-primary);font-weight:600}.Pagination-module__26JrhG__ellipsis{color:var(--color-text-secondary);-webkit-user-select:none;user-select:none;padding:.5rem}@media (max-width:768px){.Pagination-module__26JrhG__pagination{gap:.25rem;margin-top:2rem;padding:.75rem}.Pagination-module__26JrhG__navButton{padding:.5rem .75rem;font-size:.85rem}.Pagination-module__26JrhG__pageButton{min-width:2rem;height:2rem;font-size:.85rem}.Pagination-module__26JrhG__pages{gap:.15rem}}
.SchoolList-module__y5luEa__section{background:hsl(var(--background));padding:0 24px 80px}.SchoolList-module__y5luEa__container{max-width:1200px;margin:0 auto}.SchoolList-module__y5luEa__header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.SchoolList-module__y5luEa__viewToggle{background:hsl(var(--muted)/.5);border-radius:8px;gap:4px;padding:4px;display:flex}.SchoolList-module__y5luEa__toggleBtn{font-family:var(--font-sans);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.SchoolList-module__y5luEa__toggleBtn:hover{color:hsl(var(--foreground))}.SchoolList-module__y5luEa__toggleBtn.SchoolList-module__y5luEa__active{color:hsl(var(--primary));background:#fff;box-shadow:0 1px 3px #0000001a}.SchoolList-module__y5luEa__headerText{flex-wrap:wrap;align-items:baseline;gap:16px;display:flex}.SchoolList-module__y5luEa__title{font-family:var(--font-display);color:hsl(var(--foreground));margin:0;font-size:2.5rem;font-weight:400}.SchoolList-module__y5luEa__subtitle{font-family:var(--font-sans);color:hsl(var(--muted-foreground));margin:0;font-size:1rem}.SchoolList-module__y5luEa__layout{grid-template-columns:280px 1fr;align-items:start;gap:40px;display:grid}.SchoolList-module__y5luEa__sidebarCol{position:sticky;top:100px}.SchoolList-module__y5luEa__listCol{min-width:0}.SchoolList-module__y5luEa__rows{flex-direction:column;gap:16px;display:flex}.SchoolList-module__y5luEa__rowItem{opacity:0;animation:.4s forwards SchoolList-module__y5luEa__fadeInUp}@keyframes SchoolList-module__y5luEa__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.SchoolList-module__y5luEa__empty{text-align:center;border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;padding:80px 40px}.SchoolList-module__y5luEa__emptyIcon{margin-bottom:16px;font-size:3rem}.SchoolList-module__y5luEa__emptyTitle{font-family:var(--font-display);color:hsl(var(--foreground));margin-bottom:8px;font-size:1.5rem}.SchoolList-module__y5luEa__emptyText{font-family:var(--font-sans);color:hsl(var(--muted-foreground))}@media (max-width:900px){.SchoolList-module__y5luEa__layout{grid-template-columns:1fr;gap:24px}.SchoolList-module__y5luEa__sidebarCol{position:static}}@media (max-width:768px){.SchoolList-module__y5luEa__section{padding:40px 16px 60px}.SchoolList-module__y5luEa__title{font-size:2rem}.SchoolList-module__y5luEa__headerText{flex-direction:column;gap:8px}}
.page-module___8aEwW__page{flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh;display:flex}.page-module___8aEwW__main{text-align:center}
