.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{padding:calc(var(--navbar-height) + var(--space-md)) 0 var(--space-4xl);background:linear-gradient(135deg, var(--color-bg-soft) 0%, var(--color-bg-soft) 100%);position:relative;overflow:hidden}.BrandHero-module__-6x3Ea__container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);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-accent);align-items:center;gap:.15em;display:inline-flex}.BrandHero-module__-6x3Ea__lockEmoji{font-size:.75em;line-height:1}.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{padding-top:calc(var(--navbar-height) + var(--space-sm))}.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}}
