.FreeAssessmentDialog-module__CAP0Wa__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-md);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FreeAssessmentDialog-module__CAP0Wa__dialog{background:var(--color-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);flex-direction:column;width:100%;max-width:500px;display:flex;position:relative;overflow:hidden}.FreeAssessmentDialog-module__CAP0Wa__closeBtn{top:var(--space-md);right:var(--space-md);background:var(--color-bg-alt);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute}.FreeAssessmentDialog-module__CAP0Wa__closeBtn:hover{background:var(--color-border);color:var(--color-text)}.FreeAssessmentDialog-module__CAP0Wa__header{padding:var(--space-xl) var(--space-xl) var(--space-md);text-align:center}.FreeAssessmentDialog-module__CAP0Wa__title{color:var(--color-text);margin-bottom:var(--space-xs);font-size:1.5rem;font-weight:700}.FreeAssessmentDialog-module__CAP0Wa__subtitle{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.FreeAssessmentDialog-module__CAP0Wa__form{padding:0 var(--space-xl) var(--space-xl);gap:var(--space-md);flex-direction:column;display:flex}.FreeAssessmentDialog-module__CAP0Wa__fieldGroup{flex-direction:column;gap:6px;display:flex}.FreeAssessmentDialog-module__CAP0Wa__label{color:var(--color-text);font-size:.875rem;font-weight:500}.FreeAssessmentDialog-module__CAP0Wa__inputWrapper,.FreeAssessmentDialog-module__CAP0Wa__textareaWrapper{align-items:center;display:flex;position:relative}.FreeAssessmentDialog-module__CAP0Wa__inputIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;left:12px}.FreeAssessmentDialog-module__CAP0Wa__textareaIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:12px;left:12px}.FreeAssessmentDialog-module__CAP0Wa__input{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;height:44px;color:var(--color-text);padding:0 12px 0 40px;font-size:.95rem;transition:all .2s}.FreeAssessmentDialog-module__CAP0Wa__textarea{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);resize:vertical;min-height:100px;padding:12px 12px 12px 40px;font-size:.95rem;transition:all .2s}.FreeAssessmentDialog-module__CAP0Wa__input:focus,.FreeAssessmentDialog-module__CAP0Wa__textarea:focus{border-color:var(--color-primary);background:var(--color-bg);outline:none;box-shadow:0 0 0 3px #0063eb1a}.FreeAssessmentDialog-module__CAP0Wa__actions{gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.FreeAssessmentDialog-module__CAP0Wa__cancelBtn,.FreeAssessmentDialog-module__CAP0Wa__submitBtn{border-radius:var(--radius-md);cursor:pointer;flex:1;justify-content:center;align-items:center;height:48px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.FreeAssessmentDialog-module__CAP0Wa__cancelBtn{background:var(--color-bg-alt);border:1px solid var(--color-border);color:var(--color-text)}.FreeAssessmentDialog-module__CAP0Wa__cancelBtn:hover{background:var(--color-border)}.FreeAssessmentDialog-module__CAP0Wa__submitBtn{background:var(--color-primary);color:#fff;border:none}.FreeAssessmentDialog-module__CAP0Wa__submitBtn:hover{background:var(--color-primary-dark)}.FreeAssessmentDialog-module__CAP0Wa__submitBtn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:640px){.FreeAssessmentDialog-module__CAP0Wa__header,.FreeAssessmentDialog-module__CAP0Wa__form{padding-left:var(--space-md);padding-right:var(--space-md)}}
.BrandHero-module__-6x3Ea__hero{background:linear-gradient(135deg, var(--color-bg-soft) 0%, var(--color-bg-soft) 100%);align-items:center;min-height:85vh;display:flex;position:relative;overflow:hidden}.BrandHero-module__-6x3Ea__container{width:100%;max-width:var(--max-width);padding:calc(var(--space-3xl) + 40px) var(--space-lg) var(--space-3xl);z-index:1;margin:0 auto;position:relative}.BrandHero-module__-6x3Ea__grid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.BrandHero-module__-6x3Ea__content{flex-direction:column;display:flex}.BrandHero-module__-6x3Ea__title{color:var(--color-primary);margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.15}.BrandHero-module__-6x3Ea__titleAccent{color:var(--color-text)}.BrandHero-module__-6x3Ea__subtitle{color:var(--color-text-secondary);margin-bottom:var(--space-2xl);max-width:540px;font-size:1.125rem;line-height:1.7}.BrandHero-module__-6x3Ea__ctas{gap:var(--space-md);flex-wrap:wrap;display:flex}.BrandHero-module__-6x3Ea__btnPrimary,.BrandHero-module__-6x3Ea__btnSecondary{cursor:pointer;border-radius:100px;justify-content:center;align-items:center;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.BrandHero-module__-6x3Ea__btnPrimary{background:var(--color-accent);color:var(--color-text);box-shadow:0 4px 14px rgba(var(--color-accent-rgb), .3)}.BrandHero-module__-6x3Ea__btnPrimary:hover{background:var(--color-accent-light);box-shadow:0 6px 20px rgba(var(--color-accent-rgb), .4);transform:translateY(-2px)}.BrandHero-module__-6x3Ea__btnSecondary{color:var(--color-text);border:1px solid var(--color-text);background:0 0}.BrandHero-module__-6x3Ea__btnSecondary:hover{background:var(--color-bg-soft);transform:translateY(-2px)}.BrandHero-module__-6x3Ea__sliderWrapper{background:rgba(var(--color-white-rgb), .5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(var(--color-white-rgb), .8);width:100%;height:500px;box-shadow:0 20px 40px rgba(var(--color-black-rgb), .05);border-radius:24px;flex-direction:column;padding:16px;display:flex;position:relative}.BrandHero-module__-6x3Ea__sliderLabel{text-align:center;color:var(--color-text-muted);margin-bottom:12px;font-size:1rem;font-weight:500}.BrandHero-module__-6x3Ea__sliderContainer{background:var(--color-border-light);border-radius:16px;flex:1;position:relative;overflow:hidden}.BrandHero-module__-6x3Ea__sliderImage{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.BrandHero-module__-6x3Ea__sliderIndicator{text-align:right;color:var(--color-text-muted);margin-top:12px;font-size:.875rem;font-weight:500}@media (max-width:1024px){.BrandHero-module__-6x3Ea__grid{gap:var(--space-2xl);grid-template-columns:1fr}.BrandHero-module__-6x3Ea__content{text-align:center;align-items:center}.BrandHero-module__-6x3Ea__subtitle{text-align:center}.BrandHero-module__-6x3Ea__ctas{justify-content:center}.BrandHero-module__-6x3Ea__sliderWrapper{height:400px}}@media (max-width:640px){.BrandHero-module__-6x3Ea__hero{min-height:auto;padding-top:40px}.BrandHero-module__-6x3Ea__ctas{flex-direction:column;width:100%}.BrandHero-module__-6x3Ea__btnPrimary,.BrandHero-module__-6x3Ea__btnSecondary{width:100%}.BrandHero-module__-6x3Ea__sliderWrapper{height:300px}}
.WhyTLI-module__anhtRW__whyTLI{background:var(--color-bg);padding:calc(var(--space-3xl) + 20px) 0;position:relative;overflow:hidden}.WhyTLI-module__anhtRW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.WhyTLI-module__anhtRW__grid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.WhyTLI-module__anhtRW__whatColumn{padding-right:var(--space-xl)}.WhyTLI-module__anhtRW__title{color:var(--color-orange);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2}.WhyTLI-module__anhtRW__description{color:var(--color-text);font-size:1.125rem;line-height:1.8}.WhyTLI-module__anhtRW__whyColumn{position:relative}.WhyTLI-module__anhtRW__glassCard{background:rgba(var(--color-white-rgb), .6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(var(--color-white-rgb), .4);padding:var(--space-2xl);box-shadow:0 10px 30px rgba(var(--color-black-rgb), .05);border-radius:12px}.WhyTLI-module__anhtRW__reasonsList{gap:var(--space-lg);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.WhyTLI-module__anhtRW__reasonsList li{padding-left:24px;position:relative}.WhyTLI-module__anhtRW__reasonsList li:before{content:"•";color:var(--color-primary-light);font-size:1.5rem;line-height:1;position:absolute;top:0;left:0}.WhyTLI-module__anhtRW__reasonsList h3{color:var(--color-primary);margin-bottom:4px;margin-right:8px;font-size:1.125rem;font-weight:700;display:inline-block}.WhyTLI-module__anhtRW__reasonsList p{color:var(--color-text-secondary);font-size:1rem;line-height:1.6;display:inline}@media (max-width:1024px){.WhyTLI-module__anhtRW__grid{gap:var(--space-2xl);grid-template-columns:1fr}.WhyTLI-module__anhtRW__whatColumn{padding-right:0}}
.ServiceCategories-module__wKEDAW__categories{background:var(--color-bg);padding:var(--space-3xl) 0}.ServiceCategories-module__wKEDAW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.ServiceCategories-module__wKEDAW__sectionHeader{margin-bottom:var(--space-2xl)}.ServiceCategories-module__wKEDAW__title{color:var(--color-orange);font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.ServiceCategories-module__wKEDAW__grid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.ServiceCategories-module__wKEDAW__card{cursor:pointer;background:var(--color-bg-soft);border:1px solid var(--color-border-light);height:100%;box-shadow:0 4px 20px rgba(var(--color-black-rgb), .05);border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ServiceCategories-module__wKEDAW__card:hover{box-shadow:0 12px 30px rgba(var(--color-black-rgb), .1);transform:translateY(-8px)}.ServiceCategories-module__wKEDAW__cardStatic{cursor:default}.ServiceCategories-module__wKEDAW__cardStatic:hover{box-shadow:0 4px 20px rgba(var(--color-black-rgb), .05);transform:none}.ServiceCategories-module__wKEDAW__imageWrap{z-index:1;width:100%;height:200px;overflow:hidden}.ServiceCategories-module__wKEDAW__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ServiceCategories-module__wKEDAW__card:hover .ServiceCategories-module__wKEDAW__image{transform:scale(1.05)}.ServiceCategories-module__wKEDAW__cardStatic:hover .ServiceCategories-module__wKEDAW__image{transform:none}.ServiceCategories-module__wKEDAW__textContent{z-index:2;text-align:center;flex-direction:column;flex:1;align-items:center;padding:24px;display:flex}.ServiceCategories-module__wKEDAW__cardTitle{color:var(--color-primary-light);margin-bottom:12px;padding-bottom:8px;font-size:1.25rem;font-weight:700;position:relative}.ServiceCategories-module__wKEDAW__cardTitle:after{content:"";background:var(--color-border);width:100%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ServiceCategories-module__wKEDAW__cardDesc{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}@media (max-width:1024px){.ServiceCategories-module__wKEDAW__grid{gap:var(--space-2xl) var(--space-xl);grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ServiceCategories-module__wKEDAW__grid{gap:var(--space-2xl);grid-template-columns:1fr}}
.CategoryLanding-module__CorRZG__hero{padding:calc(var(--navbar-height) + var(--space-4xl)) 0 var(--space-4xl);position:relative;overflow:hidden}.CategoryLanding-module__CorRZG__heroBg{z-index:0;position:absolute;inset:0}.CategoryLanding-module__CorRZG__heroGradient{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 60%, var(--color-primary-lighter) 100%);position:absolute;inset:0}.CategoryLanding-module__CorRZG__heroLabel{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-block}.CategoryLanding-module__CorRZG__heroTitle{color:var(--color-text-light);margin-bottom:var(--space-lg);font-size:clamp(2rem,5vw,3.5rem)}.CategoryLanding-module__CorRZG__heroSub{color:rgba(var(--color-white-rgb), .7);max-width:600px;font-size:1.125rem;line-height:1.7}.CategoryLanding-module__CorRZG__features{background:var(--color-bg-soft)}.CategoryLanding-module__CorRZG__featuresGrid{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.CategoryLanding-module__CorRZG__featureCard{background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--color-border-light);transition:all var(--transition-base)}.CategoryLanding-module__CorRZG__featureCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.CategoryLanding-module__CorRZG__featureNum{color:var(--color-accent);margin-bottom:var(--space-md);opacity:.4;font-size:2rem;font-weight:800;line-height:1}.CategoryLanding-module__CorRZG__featureCard h3{margin-bottom:var(--space-sm);font-size:1.125rem}.CategoryLanding-module__CorRZG__featureCard p{font-size:.875rem;line-height:1.6}.CategoryLanding-module__CorRZG__plans{background:var(--color-bg)}.CategoryLanding-module__CorRZG__plansGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.CategoryLanding-module__CorRZG__singleCol{grid-template-columns:minmax(300px,500px);justify-content:center}.CategoryLanding-module__CorRZG__planCard{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-2xl);transition:all var(--transition-base)}.CategoryLanding-module__CorRZG__planCard:hover{box-shadow:var(--shadow-lg)}.CategoryLanding-module__CorRZG__featured{border-color:var(--color-accent);background:var(--color-bg-warm)}.CategoryLanding-module__CorRZG__planBadge{border-radius:var(--radius-full);background:rgba(var(--color-primary-rgb), .08);color:var(--color-primary);margin-bottom:var(--space-md);padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.CategoryLanding-module__CorRZG__planBadgeFeatured{border-radius:var(--radius-full);background:var(--color-accent);color:var(--color-primary);margin-bottom:var(--space-md);padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.CategoryLanding-module__CorRZG__packageCard{border-color:var(--color-purple);background:rgba(var(--color-purple-rgb), .03)}.CategoryLanding-module__CorRZG__planBadgePackage{border-radius:var(--radius-full);background:rgba(var(--color-purple-rgb), .15);color:var(--color-purple);margin-bottom:var(--space-md);padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.CategoryLanding-module__CorRZG__planCard h3{margin-bottom:var(--space-sm)}.CategoryLanding-module__CorRZG__planDesc{margin-bottom:var(--space-md);font-size:.9375rem}.CategoryLanding-module__CorRZG__planCount{color:var(--color-accent-dark);margin-bottom:var(--space-lg);font-size:.8125rem;font-weight:600}.CategoryLanding-module__CorRZG__featureList{margin-bottom:var(--space-xl);padding:0;list-style:none}.CategoryLanding-module__CorRZG__featureList li{align-items:center;gap:var(--space-sm);padding:var(--space-xs) 0;color:var(--color-text-secondary);font-size:.9375rem;display:flex}.CategoryLanding-module__CorRZG__checkIcon{color:var(--color-success);flex-shrink:0}.CategoryLanding-module__CorRZG__notSure{justify-content:center;align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:.9375rem;display:flex}.CategoryLanding-module__CorRZG__quizLink{color:var(--color-accent-dark);align-items:center;gap:4px;font-weight:600;display:inline-flex}.CategoryLanding-module__CorRZG__quizLink:hover{color:var(--color-accent)}.CategoryLanding-module__CorRZG__notSureDivider{color:var(--color-border);-webkit-user-select:none;user-select:none;font-size:1.125rem}@media (max-width:1024px){.CategoryLanding-module__CorRZG__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.CategoryLanding-module__CorRZG__featuresGrid,.CategoryLanding-module__CorRZG__plansGrid{grid-template-columns:1fr}.CategoryLanding-module__CorRZG__notSure{text-align:center;flex-direction:column}}.CategoryLanding-module__CorRZG__packageShowcase{background:var(--color-bg-warm)}.CategoryLanding-module__CorRZG__packageGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.CategoryLanding-module__CorRZG__packageMiniCard{background:var(--color-surface,var(--color-bg));border-radius:var(--radius-xl);border:1px solid var(--color-border);color:inherit;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.CategoryLanding-module__CorRZG__packageMiniCard:hover{box-shadow:var(--shadow-lg);border-color:rgba(var(--color-purple-rgb), .3);transform:translateY(-4px)}.CategoryLanding-module__CorRZG__packageThumb{height:160px;position:relative}.CategoryLanding-module__CorRZG__packageThumb img{object-fit:cover;width:100%;height:100%}.CategoryLanding-module__CorRZG__packageOverlay{background:linear-gradient(#0000 0%,#0009 100%);position:absolute;inset:0}.CategoryLanding-module__CorRZG__packagePrice{background:var(--color-purple);color:#fff;border-radius:var(--radius-full);padding:4px 10px;font-size:.8125rem;font-weight:700;position:absolute;bottom:12px;right:12px}.CategoryLanding-module__CorRZG__packageContent{padding:var(--space-md);flex-direction:column;flex:1;display:flex}.CategoryLanding-module__CorRZG__packageBadges{margin-bottom:var(--space-sm);gap:6px;display:flex}.CategoryLanding-module__CorRZG__packageBadge{border-radius:var(--radius-full);background:rgba(var(--color-purple-rgb), .1);color:var(--color-purple);padding:2px 8px;font-size:.6875rem;font-weight:600}.CategoryLanding-module__CorRZG__packageMiniCard h3{margin-bottom:var(--space-xs);color:var(--color-text);font-size:1.0625rem;font-weight:700}.CategoryLanding-module__CorRZG__packageMiniCard p{color:var(--color-text-muted);margin-bottom:var(--space-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.CategoryLanding-module__CorRZG__packageFooter{color:var(--color-purple);align-items:center;gap:4px;margin-top:auto;font-size:.8125rem;font-weight:600;display:flex}.CategoryLanding-module__CorRZG__partners{background:var(--color-bg);padding:var(--space-2xl) 0}.CategoryLanding-module__CorRZG__partnersGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));justify-items:center;display:grid}.CategoryLanding-module__CorRZG__partnerCard{text-align:center;color:inherit;transition:transform var(--transition-base);width:100%;max-width:240px;padding:var(--space-md);border-radius:var(--radius-xl);border:1px solid #0000;flex-direction:column;align-items:center;text-decoration:none;display:flex}.CategoryLanding-module__CorRZG__partnerCard:hover{border-color:var(--color-border-light);background:var(--color-bg-soft);transform:translateY(-4px)}.CategoryLanding-module__CorRZG__partnerLogo{width:120px;height:120px;box-shadow:var(--shadow-sm);margin-bottom:var(--space-md);padding:var(--space-sm);border:1px solid var(--color-border-light);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.CategoryLanding-module__CorRZG__partnerLogo img{object-fit:contain;width:100%;height:100%}.CategoryLanding-module__CorRZG__partnerName{color:var(--color-text);font-size:1.0625rem;font-weight:600;line-height:1.3}
.events-module__ksJxPG__hero{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 60%, var(--color-primary-lighter) 100%);padding:calc(var(--navbar-height) + var(--space-3xl)) 0 var(--space-3xl)}.events-module__ksJxPG__heroLabel{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md);font-size:.8125rem;font-weight:700;display:inline-block}.events-module__ksJxPG__heroTitle{color:#fff;margin-bottom:var(--space-md);font-size:clamp(2rem,5vw,3.5rem)}.events-module__ksJxPG__heroSub{color:rgba(var(--color-white-rgb), .7);max-width:550px;font-size:1.0625rem}.events-module__ksJxPG__filters{margin-bottom:var(--space-2xl);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.events-module__ksJxPG__filterGroup{gap:var(--space-xs);display:flex}.events-module__ksJxPG__filterBtn{border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;font-weight:500;font-family:var(--font-sans);padding:8px 20px}.events-module__ksJxPG__filterBtnSmall{padding:6px 14px;font-size:.8125rem}.events-module__ksJxPG__filterBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.events-module__ksJxPG__filterBtn.events-module__ksJxPG__active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.events-module__ksJxPG__eventGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.events-module__ksJxPG__eventCard{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);transition:all var(--transition-base);color:inherit;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.events-module__ksJxPG__eventCard:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-4px)}.events-module__ksJxPG__eventImage{background:linear-gradient(135deg, var(--color-primary-light), var(--color-primary-lighter));height:200px;position:relative}.events-module__ksJxPG__eventImagePlaceholder{color:rgba(var(--color-white-rgb), .2);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.events-module__ksJxPG__dateBadge{top:var(--space-md);left:var(--space-md);background:var(--color-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-md);flex-direction:column;align-items:center;min-width:56px;padding:8px 14px;display:flex;position:absolute}.events-module__ksJxPG__dateMonth{text-transform:uppercase;color:var(--color-accent-dark);letter-spacing:.05em;font-size:.6875rem;font-weight:700}.events-module__ksJxPG__dateDay{color:var(--color-primary);font-size:1.75rem;font-weight:800;line-height:1}.events-module__ksJxPG__freeBadge{top:var(--space-md);right:var(--space-md);border-radius:var(--radius-full);background:var(--color-bg-soft);color:var(--color-success);padding:4px 14px;font-size:.75rem;font-weight:700;position:absolute}.events-module__ksJxPG__eventBody{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.events-module__ksJxPG__eventTags{gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.events-module__ksJxPG__categoryTag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:2px 10px;font-size:.6875rem;font-weight:600;display:inline-block}.events-module__ksJxPG__categoryTag[data-category=chinese]{background:rgba(var(--color-accent-rgb), .12);color:var(--color-accent-dark)}.events-module__ksJxPG__categoryTag[data-category=business]{background:rgba(var(--color-info-rgb), .12);color:var(--color-info)}.events-module__ksJxPG__categoryTag[data-category=culture]{background:rgba(var(--color-purple-rgb), .12);color:var(--color-purple)}.events-module__ksJxPG__eventTitle{margin-bottom:var(--space-sm);color:var(--color-primary);font-size:1.25rem;line-height:1.3}.events-module__ksJxPG__eventDesc{color:var(--color-text-muted);margin-bottom:var(--space-md);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.events-module__ksJxPG__eventMeta{margin-bottom:var(--space-md);flex-direction:column;gap:4px;display:flex}.events-module__ksJxPG__metaItem{color:var(--color-text-muted);align-items:center;gap:6px;font-size:.8125rem;display:flex}.events-module__ksJxPG__eventFooter{padding-top:var(--space-md);border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.events-module__ksJxPG__eventPrice{color:var(--color-primary);font-size:1.0625rem;font-weight:700}.events-module__ksJxPG__eventFree{color:var(--color-success);font-size:.9375rem;font-weight:700}.events-module__ksJxPG__viewDetail{color:var(--color-accent-dark);transition:gap var(--transition-fast);align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:flex}.events-module__ksJxPG__eventCard:hover .events-module__ksJxPG__viewDetail{gap:8px}.events-module__ksJxPG__emptyState{text-align:center;padding:var(--space-4xl);color:var(--color-text-muted)}.events-module__ksJxPG__emptyState svg{margin-bottom:var(--space-md);opacity:.3}@media (max-width:768px){.events-module__ksJxPG__eventGrid{grid-template-columns:1fr}.events-module__ksJxPG__filters{flex-direction:column;align-items:flex-start}.events-module__ksJxPG__filterGroup{flex-wrap:wrap}}
.videos-module__NEcFca__page{background:var(--color-bg)}.videos-module__NEcFca__hero{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-lighter) 100%);padding:var(--space-4xl) 0 var(--space-3xl);text-align:center}.videos-module__NEcFca__hero h1{color:var(--color-text-light);margin-top:var(--space-md);margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3rem)}.videos-module__NEcFca__hero p{color:rgba(var(--color-white-rgb), .8);font-size:1.125rem}.videos-module__NEcFca__filters{gap:var(--space-xs);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.videos-module__NEcFca__filterBtn{border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-bg);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;font-weight:500;font-family:var(--font-sans);padding:8px 20px}.videos-module__NEcFca__filterBtn:hover{border-color:var(--color-primary);color:var(--color-primary)}.videos-module__NEcFca__filterBtn.videos-module__NEcFca__active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.videos-module__NEcFca__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.videos-module__NEcFca__card{background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);transition:all var(--transition-base);flex-direction:column;height:100%;display:flex;overflow:hidden}.videos-module__NEcFca__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.videos-module__NEcFca__thumb{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-lighter) 100%);height:180px;color:rgba(var(--color-white-rgb), .3);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.videos-module__NEcFca__playOverlay{color:#fff;opacity:0;transition:opacity var(--transition-base);background:rgba(var(--color-black-rgb), .3);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.videos-module__NEcFca__card:hover .videos-module__NEcFca__playOverlay{opacity:1}.videos-module__NEcFca__cardBody{padding:var(--space-lg);flex-direction:column;flex-grow:1;display:flex}.videos-module__NEcFca__cardBadges{gap:var(--space-sm);margin-bottom:var(--space-xs);align-items:center;display:flex}.videos-module__NEcFca__levelTag{border-radius:var(--radius-full);background:var(--color-border-light);color:var(--color-text-secondary);padding:2px 8px;font-size:.6875rem;font-weight:600}.videos-module__NEcFca__cardBody h3{margin:var(--space-xs) 0;font-size:1.0625rem}.videos-module__NEcFca__cardBody p{color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.875rem;line-height:1.5}.videos-module__NEcFca__cardMeta{align-items:center;gap:var(--space-lg);color:var(--color-text-muted);margin-bottom:var(--space-md);font-size:.8125rem;display:flex}.videos-module__NEcFca__cardMeta span{align-items:center;gap:4px;display:flex}.videos-module__NEcFca__cardBottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.videos-module__NEcFca__cardPrice{align-items:center;gap:var(--space-sm);color:var(--color-primary);font-weight:700;display:flex}.videos-module__NEcFca__detailLink{color:var(--color-accent);align-items:center;gap:4px;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s;display:flex}.videos-module__NEcFca__detailLink:hover{gap:8px}@media (max-width:1024px){.videos-module__NEcFca__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.videos-module__NEcFca__grid{grid-template-columns:1fr}}
.CulturalPulse-module__SLCrwG__pulse{background:var(--color-bg-soft);padding:var(--space-3xl) 0}.CulturalPulse-module__SLCrwG__container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.CulturalPulse-module__SLCrwG__header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:flex-end;gap:var(--space-md);flex-wrap:wrap;display:flex}.CulturalPulse-module__SLCrwG__headerLeft{flex:1;min-width:200px}.CulturalPulse-module__SLCrwG__label{color:var(--color-orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:1rem;font-weight:700}.CulturalPulse-module__SLCrwG__title{color:var(--color-primary);margin-bottom:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.CulturalPulse-module__SLCrwG__subtitle{color:var(--color-text-secondary);margin-top:var(--space-sm);max-width:560px;font-size:1.0625rem;line-height:1.6}.CulturalPulse-module__SLCrwG__carouselViewport{width:100%;position:relative;overflow:hidden}.CulturalPulse-module__SLCrwG__eventGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);width:100%;display:grid}.CulturalPulse-module__SLCrwG__carouselControls{margin-top:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.CulturalPulse-module__SLCrwG__paginationArea{align-items:center;gap:12px;display:flex}.CulturalPulse-module__SLCrwG__arrowBtn{background:var(--color-bg);border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.CulturalPulse-module__SLCrwG__arrowBtn:hover:not(:disabled){border-color:var(--color-orange);color:var(--color-orange);background:rgba(var(--color-orange-rgb,255, 165, 0), .06)}.CulturalPulse-module__SLCrwG__arrowBtn:disabled{opacity:.3;cursor:not-allowed}.CulturalPulse-module__SLCrwG__pagination{align-items:center;gap:8px;display:flex}.CulturalPulse-module__SLCrwG__dot{background-color:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.CulturalPulse-module__SLCrwG__dot:hover{background-color:var(--color-text-muted)}.CulturalPulse-module__SLCrwG__activeDot{background-color:var(--color-orange);border-radius:4px;width:24px}.CulturalPulse-module__SLCrwG__viewAllWrap{text-align:right;margin-left:auto}.CulturalPulse-module__SLCrwG__viewAllLink{color:var(--color-orange);align-items:center;gap:4px;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.CulturalPulse-module__SLCrwG__viewAllLink:hover{color:var(--color-accent-dark)}@media (max-width:1024px){.CulturalPulse-module__SLCrwG__eventGrid{gap:var(--space-md)}}@media (max-width:768px){.CulturalPulse-module__SLCrwG__header{flex-direction:column;align-items:flex-start}.CulturalPulse-module__SLCrwG__eventGrid{gap:var(--space-sm)}.CulturalPulse-module__SLCrwG__carouselControls{gap:var(--space-md);flex-direction:column;align-items:center}.CulturalPulse-module__SLCrwG__viewAllWrap{text-align:center;margin-left:0}}
.Testimonials-module__VOp6eq__testimonials{background:var(--color-bg-warm)}.Testimonials-module__VOp6eq__grid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.Testimonials-module__VOp6eq__card{background:var(--color-bg);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-border-light);transition:all var(--transition-base);position:relative}.Testimonials-module__VOp6eq__card:hover{box-shadow:var(--shadow-md)}.Testimonials-module__VOp6eq__quoteIcon{color:var(--color-accent);margin-bottom:var(--space-md);opacity:.6}.Testimonials-module__VOp6eq__text{color:var(--color-text-secondary);margin-bottom:var(--space-lg);min-height:80px;font-size:.9375rem;line-height:1.7}.Testimonials-module__VOp6eq__stars{color:var(--color-accent);margin-bottom:var(--space-md);gap:2px;display:flex}.Testimonials-module__VOp6eq__author{align-items:center;gap:var(--space-sm);display:flex}.Testimonials-module__VOp6eq__avatar{background:var(--color-primary);width:44px;height:44px;color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.Testimonials-module__VOp6eq__name{color:var(--color-primary);font-size:.9375rem;font-weight:600}.Testimonials-module__VOp6eq__meta{color:var(--color-text-muted);font-size:.8125rem}@media (max-width:768px){.Testimonials-module__VOp6eq__grid{grid-template-columns:1fr}}
.CTASection-module__99WdbW__ctaSection{background:var(--color-bg);padding:var(--space-4xl) 0}.CTASection-module__99WdbW__container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.CTASection-module__99WdbW__banner{text-align:center;box-shadow:0 20px 40px rgba(var(--color-black-rgb), .1);background-image:url(/images/home/cta-banner.png);background-position:50%;background-size:cover;border-radius:24px;padding:80px 40px;position:relative;overflow:hidden}.CTASection-module__99WdbW__bannerOverlay{background:linear-gradient(135deg, rgba(var(--color-primary-rgb), .9) 0%, rgba(var(--color-black-rgb), .7) 100%);z-index:1;position:absolute;inset:0}.CTASection-module__99WdbW__content{z-index:2;flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex;position:relative}.CTASection-module__99WdbW__title{color:var(--color-bg);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.CTASection-module__99WdbW__subtitle{color:rgba(var(--color-white-rgb), .85);margin-bottom:32px;font-size:1.125rem;line-height:1.6}.CTASection-module__99WdbW__button{background:var(--color-orange);color:var(--color-bg);box-shadow:0 4px 14px rgba(var(--color-orange-rgb), .3);border-radius:100px;justify-content:center;align-items:center;padding:14px 36px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.CTASection-module__99WdbW__button:hover{background:var(--color-orange);box-shadow:0 6px 20px rgba(var(--color-orange-rgb), .4);transform:translateY(-2px)}@media (max-width:640px){.CTASection-module__99WdbW__banner{padding:40px 20px}}
.partner-module__kCnKqW__page{background:var(--color-bg);min-height:100vh}.partner-module__kCnKqW__hero{padding:calc(var(--navbar-height) + var(--space-xl)) 0 var(--space-3xl);background:linear-gradient(135deg, var(--color-bg-warm) 0%, var(--color-bg) 100%);border-bottom:1px solid var(--color-border-light)}.partner-module__kCnKqW__backLink{color:var(--color-text-muted);margin-bottom:var(--space-xl);transition:color var(--transition-fast);align-items:center;gap:6px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.partner-module__kCnKqW__backLink:hover{color:var(--color-primary)}.partner-module__kCnKqW__heroContent{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.partner-module__kCnKqW__logoWrap{width:160px;height:160px;padding:var(--space-md);margin-bottom:var(--space-xl);background:#fff;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 30px -10px #0000001a}.partner-module__kCnKqW__logoWrap img{object-fit:contain;width:100%;height:100%}.partner-module__kCnKqW__title{color:var(--color-text);margin-bottom:var(--space-md);font-size:clamp(2rem,4vw,3rem);line-height:1.2}.partner-module__kCnKqW__subtitle{color:var(--color-text-secondary);white-space:pre-line;font-size:1.125rem;line-height:1.6}.partner-module__kCnKqW__resourcesSection{padding:var(--space-4xl) 0}.partner-module__kCnKqW__sectionTitle{margin-bottom:var(--space-2xl);color:var(--color-text);font-size:1.75rem}.partner-module__kCnKqW__packageGrid,.partner-module__kCnKqW__eventGrid,.partner-module__kCnKqW__videoGrid{gap:var(--space-xl);margin-bottom:var(--space-4xl);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));display:grid}.partner-module__kCnKqW__emptyState{padding:var(--space-2xl);text-align:center;background:var(--color-bg-soft);border-radius:var(--radius-xl);color:var(--color-text-muted);margin-bottom:var(--space-4xl)}@media (max-width:768px){.partner-module__kCnKqW__packageGrid,.partner-module__kCnKqW__eventGrid,.partner-module__kCnKqW__videoGrid{grid-template-columns:1fr}}
.Newsletter-module__OItThq__newsletter{background:var(--color-bg-soft);padding:var(--space-4xl) 0}.Newsletter-module__OItThq__container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.Newsletter-module__OItThq__inner{justify-content:space-between;align-items:center;gap:var(--space-2xl);background:var(--color-surface,var(--color-bg));border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-3xl);border:1px solid var(--color-border-light);box-shadow:var(--shadow-md);display:flex}.Newsletter-module__OItThq__textBlock{flex:1;min-width:0}.Newsletter-module__OItThq__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:var(--space-sm);align-items:center;gap:6px;font-size:.8125rem;font-weight:700;display:inline-flex}.Newsletter-module__OItThq__title{color:var(--color-text);margin-bottom:var(--space-xs);font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:800;line-height:1.3}.Newsletter-module__OItThq__desc{color:var(--color-text-muted);max-width:420px;font-size:.9375rem;line-height:1.6}.Newsletter-module__OItThq__formBlock{flex-shrink:0;width:400px}.Newsletter-module__OItThq__inputRow{gap:8px;display:flex}.Newsletter-module__OItThq__emailInput{border-radius:var(--radius-lg);border:1.5px solid var(--color-border);background:var(--color-bg);color:var(--color-text);outline:none;flex:1;padding:12px 16px;font-size:.9375rem;transition:border-color .2s}.Newsletter-module__OItThq__emailInput::placeholder{color:var(--color-text-muted)}.Newsletter-module__OItThq__emailInput:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-warning-rgb), .1)}.Newsletter-module__OItThq__emailInputError{border-color:var(--color-error)}.Newsletter-module__OItThq__emailInputError:focus{box-shadow:0 0 0 3px rgba(var(--color-error-rgb), .1)}.Newsletter-module__OItThq__submitBtn{border-radius:var(--radius-lg);background:var(--color-primary);color:var(--color-text-light);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:12px 24px;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.Newsletter-module__OItThq__submitBtn:hover{background:var(--color-primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Newsletter-module__OItThq__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.Newsletter-module__OItThq__errorMsg{color:var(--color-error);margin-top:6px;padding-left:4px;font-size:.75rem}.Newsletter-module__OItThq__toast{z-index:9999;border-radius:var(--radius-lg);background:var(--color-primary);color:var(--color-text-light);box-shadow:0 8px 32px rgba(var(--color-black-rgb), .2);align-items:center;gap:10px;padding:14px 24px;font-size:.9375rem;font-weight:600;animation:.3s ease-out Newsletter-module__OItThq__slideIn;display:flex;position:fixed;bottom:32px;right:32px}@keyframes Newsletter-module__OItThq__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Newsletter-module__OItThq__inner{text-align:center;padding:var(--space-xl);flex-direction:column}.Newsletter-module__OItThq__desc{max-width:none}.Newsletter-module__OItThq__formBlock{width:100%}.Newsletter-module__OItThq__inputRow{flex-direction:column}.Newsletter-module__OItThq__submitBtn{justify-content:center}.Newsletter-module__OItThq__toast{justify-content:center;bottom:16px;left:16px;right:16px}}
