.LanguageSwitcher-module__tgvfQW__languageSwitcher{position:relative}.LanguageSwitcher-module__tgvfQW__button{background-color:var(--white);border:1px solid var(--gray-300);font-family:var(--font-body);color:var(--sakura-red);border-radius:.375rem;align-items:center;gap:.25rem;padding:.375rem .75rem;font-weight:700;line-height:1.2;transition:background-color .2s,border-color .2s,color .2s;display:flex}.LanguageSwitcher-module__tgvfQW__button:hover{background-color:var(--white);border-color:var(--sakura-red)}.LanguageSwitcher-module__tgvfQW__button svg{width:1rem;height:1rem;transition:transform .2s}.LanguageSwitcher-module__tgvfQW__button[aria-expanded=true] svg{transform:rotate(180deg)}.LanguageSwitcher-module__tgvfQW__menu{background-color:var(--white);box-shadow:var(--shadow-lg);z-index:60;opacity:0;pointer-events:none;border-radius:.5rem;width:max-content;padding:.5rem 0;list-style:none;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-10px)}.LanguageSwitcher-module__tgvfQW__menuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.LanguageSwitcher-module__tgvfQW__itemButton{text-align:left;width:100%;padding:.5rem 1.5rem;font-size:.9rem;line-height:1.2;transition:background-color .2s,color .2s}.LanguageSwitcher-module__tgvfQW__itemButton:hover{background-color:var(--sakura-red-light);color:var(--sakura-red)}.LanguageSwitcher-module__tgvfQW__itemButtonActive{color:var(--sakura-red);background-color:var(--sakura-red-light);font-weight:700}[data-theme=dark] .LanguageSwitcher-module__tgvfQW__menu{border:1px solid var(--slate-200)}[data-theme=dark] .LanguageSwitcher-module__tgvfQW__itemButton{color:var(--charcoal-gray)}[data-theme=dark] .LanguageSwitcher-module__tgvfQW__itemButton:hover{color:var(--sakura-red)}[data-theme=dark] .LanguageSwitcher-module__tgvfQW__itemButtonActive{color:var(--sakura-red)}
.ThemeSwitcher-module__BfdX3q__themeSwitcher{position:relative}.ThemeSwitcher-module__BfdX3q__button{background-color:var(--white);border:1px solid var(--gray-300);font-family:var(--font-body);color:var(--sakura-red);cursor:pointer;border-radius:.375rem;align-items:center;gap:.25rem;padding:.375rem .75rem;font-weight:700;transition:background-color .2s,border-color .2s,color .2s;display:flex}.ThemeSwitcher-module__BfdX3q__button:hover{background-color:var(--white);border-color:var(--sakura-red)}.ThemeSwitcher-module__BfdX3q__buttonIcon{align-items:center;font-size:1rem;display:flex}.ThemeSwitcher-module__BfdX3q__button svg{width:1rem;height:1rem;transition:transform .2s}.ThemeSwitcher-module__BfdX3q__button[aria-expanded=true] svg{transform:rotate(180deg)}.ThemeSwitcher-module__BfdX3q__menu{background-color:var(--white);box-shadow:var(--shadow-lg);z-index:60;opacity:0;pointer-events:none;border:1px solid var(--slate-200);border-radius:.5rem;width:max-content;padding:.5rem 0;list-style:none;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-10px)}.ThemeSwitcher-module__BfdX3q__menuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.ThemeSwitcher-module__BfdX3q__itemButton{text-align:left;cursor:pointer;width:100%;color:inherit;font-size:.9rem;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1.5rem;transition:background-color .2s,color .2s;display:flex}.ThemeSwitcher-module__BfdX3q__itemButton:hover{background-color:var(--sakura-red-light);color:var(--sakura-red)}.ThemeSwitcher-module__BfdX3q__itemButtonActive{color:var(--sakura-red);background-color:var(--sakura-red-light);font-weight:700}.ThemeSwitcher-module__BfdX3q__itemIcon{align-items:center;font-size:.85rem;display:flex}
.Navigation-module__BeEnUW__desktop{gap:1.5rem;display:flex}.Navigation-module__BeEnUW__list{margin:0;padding:0;list-style:none}.Navigation-module__BeEnUW__desktop .Navigation-module__BeEnUW__list{align-items:center;gap:1.5rem;display:flex}.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.Navigation-module__BeEnUW__link{color:var(--charcoal-gray);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:relative}.Navigation-module__BeEnUW__textWrapper{transition:transform .2s;display:inline-block}.Navigation-module__BeEnUW__link:hover .Navigation-module__BeEnUW__textWrapper{transform:translateY(-2px)}.Navigation-module__BeEnUW__link.Navigation-module__BeEnUW__active{color:var(--sakura-red)}.Navigation-module__BeEnUW__link:after{content:"";background-color:var(--sakura-red);transform-origin:0;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-5px;left:0;transform:scaleX(0)}.Navigation-module__BeEnUW__link:hover:after,.Navigation-module__BeEnUW__link.Navigation-module__BeEnUW__active:after{transform:scaleX(1)}.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__link{border-radius:.5rem;padding:.75rem 1rem;font-size:1.125rem;transition:background-color .2s,color .2s}.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__link:hover{background-color:var(--hover-bg);color:var(--sakura-red)}.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__link.Navigation-module__BeEnUW__active{background-color:var(--sakura-red-light);color:var(--sakura-red);font-weight:700}.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__link.Navigation-module__BeEnUW__active:after,.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__link:hover:after{display:none}.Navigation-module__BeEnUW__mobile .Navigation-module__BeEnUW__textWrapper{transform:none}
.Header-module__hBw1pG__header{z-index:50;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;padding:1.5rem 0;position:sticky;top:0}@media (max-width:768px){.Header-module__hBw1pG__header{padding:.75rem 0}.Header-module__hBw1pG__logo img{height:1.75rem}}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-heading);font-size:var(--fs-2xl);color:var(--sakura-red);font-weight:800}.Header-module__hBw1pG__logo img{height:2.25rem}.Header-module__hBw1pG__controls{align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__mobileToggle{color:var(--charcoal-gray);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background-color .2s}.Header-module__hBw1pG__mobileToggle:hover{background-color:var(--hover-bg)}.Header-module__hBw1pG__mobileToggle:focus{outline-offset:2px;box-shadow:0 0 0 3px var(--sakura-red-light);outline:2px solid #0000}.Header-module__hBw1pG__mobileToggle svg{width:1.75rem;height:1.75rem}.Header-module__hBw1pG__desktopNavContainer{display:none}.Header-module__hBw1pG__offCanvasNav{z-index:1200;border-top:4px solid var(--primary-color);background:#fff;border-radius:1rem 0 0 1rem;width:320px;height:100%;padding:4rem 2rem 2rem;transition:transform .3s ease-in-out;position:fixed;top:0;right:-320px;box-shadow:-10px 0 30px -15px #0003}.Header-module__hBw1pG__offCanvasNav.Header-module__hBw1pG__isOpen{transform:translate(-320px)}.Header-module__hBw1pG__closeButton{cursor:pointer;color:var(--charcoal-gray);background:0 0;border:none;padding:.5rem;position:absolute;top:1.5rem;right:1.5rem}.Header-module__hBw1pG__closeButton:hover{background-color:var(--hover-bg);border-radius:.5rem}.Header-module__hBw1pG__closeButton svg{width:1.75rem;height:1.75rem}.Header-module__hBw1pG__overlay{z-index:1150;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s ease-in-out;position:fixed;inset:0}.Header-module__hBw1pG__overlay.Header-module__hBw1pG__isOpen{opacity:1;pointer-events:auto}.Header-module__hBw1pG__desktopOnly{display:none}.Header-module__hBw1pG__sidebarTheme{border-top:1px solid var(--slate-200);margin-top:2rem;padding-top:1.5rem}.Header-module__hBw1pG__sidebarTheme>div{position:static}.Header-module__hBw1pG__sidebarTheme ul{opacity:1;pointer-events:auto;box-shadow:none;border:none;gap:.5rem;padding:.5rem 0 0;display:flex;position:static;transform:none}.Header-module__hBw1pG__sidebarTheme ul li{flex:1}.Header-module__hBw1pG__sidebarTheme ul li button{border:1px solid var(--slate-200);border-radius:.5rem;justify-content:center;align-items:center;width:100%;padding:.75rem .5rem!important}.Header-module__hBw1pG__sidebarTheme ul li button span:first-child{font-size:1.25rem!important}.Header-module__hBw1pG__sidebarTheme ul li button span:last-child,.Header-module__hBw1pG__sidebarTheme>div>button:first-child{display:none}@media (min-width:768px){.Header-module__hBw1pG__desktopNavContainer,.Header-module__hBw1pG__desktopOnly{display:block}.Header-module__hBw1pG__mobileToggle,.Header-module__hBw1pG__closeButton{display:none}.Header-module__hBw1pG__offCanvasNav,.Header-module__hBw1pG__overlay{display:none!important}}[data-theme=dark] .Header-module__hBw1pG__header{background-color:var(--bg-surface)}[data-theme=dark] .Header-module__hBw1pG__offCanvasNav{background:var(--bg-surface-solid)}[data-theme=dark] .Header-module__hBw1pG__mobileToggle{color:var(--text-primary-dark)}[data-theme=dark] .Header-module__hBw1pG__closeButton{color:var(--text-primary-dark)}
.Footer-module__S6Hkya__footer{background-color:var(--charcoal-gray);color:var(--white);text-align:center;z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:20px 20px;padding:4rem 0;position:relative}.Footer-module__S6Hkya__logoText{font-size:var(--fs-2xl);font-weight:800;font-family:var(--font-heading)}.Footer-module__S6Hkya__columnTitle{font-size:var(--fs-xl);color:var(--charcoal-gray);font-weight:700;font-family:var(--font-heading);margin-bottom:1.5rem}.Footer-module__S6Hkya__social{margin-bottom:2rem}.Footer-module__S6Hkya__socialTitle{font-family:var(--font-heading);font-size:var(--fs-xl);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-weight:800}.Footer-module__S6Hkya__socialLinks{justify-content:center;gap:2rem;display:flex}.Footer-module__S6Hkya__socialLink{font-size:var(--fs-4xl);color:var(--white);transition:color .3s,transform .3s}.Footer-module__S6Hkya__socialLink:hover{color:var(--sakura-red);transform:scale(1.1)}.Footer-module__S6Hkya__copyright{font-size:var(--fs-sm);color:var(--gray-300);margin-top:2rem}[data-theme=dark] .Footer-module__S6Hkya__footer{background-color:var(--bg-footer-dark);color:var(--text-primary-dark);background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px)}[data-theme=dark] .Footer-module__S6Hkya__socialTitle{color:var(--text-primary-dark)}[data-theme=dark] .Footer-module__S6Hkya__socialLink{color:var(--text-primary-dark)}[data-theme=dark] .Footer-module__S6Hkya__footer p{color:var(--text-secondary-dark)}
@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__hero{text-align:center;color:var(--charcoal-gray);padding:3rem 0 2rem;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{z-index:1;animation:.8s ease-out both Hero-module__ZARIfG__fadeInUp;position:relative}.Hero-module__ZARIfG__title{font-family:var(--font-heading);font-size:var(--fs-5xl);color:var(--charcoal-gray);text-shadow:0 2px 8px #0000000d;margin-bottom:1rem;font-weight:900;line-height:1.1}.Hero-module__ZARIfG__brandName{color:var(--sakura-red);text-shadow:none}.Hero-module__ZARIfG__subtitle{color:var(--charcoal-gray);margin-top:.75rem;font-size:2rem;font-weight:700;display:block}.Hero-module__ZARIfG__my .Hero-module__ZARIfG__subtitle{margin-top:2rem}.Hero-module__ZARIfG__slogan{font-size:var(--fs-lg);color:var(--gray-600);max-width:55ch;margin:1.25rem auto 2rem;font-weight:400;line-height:1.7}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;align-items:center;gap:.875rem;animation:.8s ease-out .2s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__cta,.Hero-module__ZARIfG__ctaSecondary{font-family:var(--font-heading);font-size:var(--fs-base);text-align:center;border-radius:50px;justify-content:center;align-items:center;width:100%;max-width:280px;padding:1rem 2.5rem;font-weight:700;transition:transform .3s,box-shadow .3s,background-color .3s,border-color .3s,color .3s;display:inline-flex}.Hero-module__ZARIfG__cta{color:var(--white);background-color:var(--sakura-red);border:2px solid var(--sakura-red);box-shadow:0 4px 20px -5px #ef6e6a99}.Hero-module__ZARIfG__cta:hover{background-color:#f07b77;border-color:#f07b77;transform:translateY(-3px);box-shadow:0 8px 28px -5px #ef6e6ab3}.Hero-module__ZARIfG__ctaSecondary{color:var(--sakura-red);border:2px solid var(--sakura-red);box-shadow:none;background-color:#0000}.Hero-module__ZARIfG__ctaSecondary:hover{background-color:var(--sakura-red-light);transform:translateY(-3px);box-shadow:0 4px 16px -4px #ef6e6a4d}.Hero-module__ZARIfG__statsBar{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem;padding:0 .5rem;animation:.8s ease-out .4s both Hero-module__ZARIfG__fadeInUp;display:grid}.Hero-module__ZARIfG__statCard{-webkit-backdrop-filter:blur(12px);text-align:center;background:#ffffffd9;border:1px solid #ef6e6a1a;border-radius:1rem;padding:1.25rem 1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px -2px #0000000f}.Hero-module__ZARIfG__statCard:hover{transform:translateY(-2px);box-shadow:0 6px 20px -4px #ef6e6a26}.Hero-module__ZARIfG__statValueRow{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.Hero-module__ZARIfG__statIcon{width:2rem;height:2rem;color:var(--sakura-red);font-size:var(--fs-sm);filter:drop-shadow(0 1px 2px #ef6e6a4d);background:linear-gradient(135deg,#ef6e6a26,#ffc3a033);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__ZARIfG__statValue{font-family:var(--font-heading);font-size:var(--fs-xl);background:linear-gradient(135deg,#ef6e6a,#e04a46);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-weight:900;line-height:1.4}.Hero-module__ZARIfG__statLabel{font-size:var(--fs-xs);color:var(--gray-600);font-weight:500;line-height:1.4}@media (min-width:640px){.Hero-module__ZARIfG__ctaGroup{flex-direction:row;justify-content:center;gap:1rem}.Hero-module__ZARIfG__cta,.Hero-module__ZARIfG__ctaSecondary{width:auto;max-width:none;padding:1rem 2.5rem}.Hero-module__ZARIfG__statsBar{grid-template-columns:repeat(4,1fr);gap:1rem;padding:0}}@media (min-width:768px){.Hero-module__ZARIfG__hero{padding:4rem 0 2.5rem}.Hero-module__ZARIfG__title{font-size:var(--fs-7xl)}.Hero-module__ZARIfG__subtitle{font-size:var(--fs-4xl)}.Hero-module__ZARIfG__slogan{font-size:var(--fs-xl);margin-bottom:2.5rem}.Hero-module__ZARIfG__cta,.Hero-module__ZARIfG__ctaSecondary{font-size:var(--fs-lg);padding:1.15rem 3rem}.Hero-module__ZARIfG__statsBar{gap:1.5rem;margin-top:3.5rem}.Hero-module__ZARIfG__statCard{border-radius:1.25rem;padding:1.5rem 1.25rem}.Hero-module__ZARIfG__statValue{font-size:var(--fs-4xl)}.Hero-module__ZARIfG__statIcon{width:2.5rem;height:2.5rem;font-size:var(--fs-base)}.Hero-module__ZARIfG__statLabel{font-size:var(--fs-sm)}}[data-theme=dark] .Hero-module__ZARIfG__statCard{background:var(--bg-surface-translucent);border-color:#ef6e6a26}
.Card-module__3ymo2W__card{background-color:var(--white);box-shadow:var(--shadow-lg);text-align:center;border-radius:1rem;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.Card-module__3ymo2W__card:hover{transform:translateY(-8px);box-shadow:0 12px 20px -8px #00000026}
.Founder-module__8XZumW__founder{padding:3rem 0}.Founder-module__8XZumW__founderCard{flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Founder-module__8XZumW__imageWrapper{border:5px solid var(--white);border-radius:50%;width:100%;max-width:200px;margin:0 auto;overflow:hidden;box-shadow:0 5px 15px #0000001a}.Founder-module__8XZumW__founderImage{object-fit:cover;width:100%;height:100%;display:block}.Founder-module__8XZumW__founderInfo{text-align:left;flex:1}.Founder-module__8XZumW__founderName{font-size:var(--fs-xl);font-weight:700;font-family:var(--font-heading);text-align:center;margin-bottom:.5rem}.Founder-module__8XZumW__founderRole{color:var(--gray-600);font-style:italic;font-size:var(--fs-lg)}.Founder-module__8XZumW__founderQuote{font-size:var(--fs-base);max-width:600px;color:var(--charcoal-gray);margin-top:1.5rem;margin-right:auto;font-style:italic;line-height:1.7}
.Contact-module__hcVmEa__contact{text-align:center}.Contact-module__hcVmEa__pillContainer{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:2rem;display:flex}.Contact-module__hcVmEa__pill{background:var(--white);border:1px solid var(--slate-200);color:var(--charcoal-gray);cursor:pointer;border-radius:50px;align-items:center;gap:1rem;padding:1rem 1.75rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000000d}.Contact-module__hcVmEa__pill:hover{border-color:var(--pill-accent,var(--sakura-red));transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.Contact-module__hcVmEa__iconWrapper{justify-content:center;align-items:center;font-size:1.8rem;transition:transform .3s;display:flex}.Contact-module__hcVmEa__pill:hover .Contact-module__hcVmEa__iconWrapper{transform:scale(1.1)}.Contact-module__hcVmEa__textWrapper{text-align:left}.Contact-module__hcVmEa__platformName{font-family:var(--font-heading);font-size:var(--fs-base);color:var(--charcoal-gray);margin:0 0 .1rem;font-weight:700;line-height:1.2}.Contact-module__hcVmEa__handleText{font-family:var(--font-body);font-size:var(--fs-sm);color:var(--gray-600);margin:0;line-height:1.2;transition:color .3s}.Contact-module__hcVmEa__pill:hover .Contact-module__hcVmEa__platformName,.Contact-module__hcVmEa__pill:hover .Contact-module__hcVmEa__handleText{color:var(--pill-accent,var(--sakura-red))}@media (max-width:640px){.Contact-module__hcVmEa__pillContainer{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}.Contact-module__hcVmEa__pill{text-align:left;justify-content:flex-start;padding:1.25rem 2rem}}
.Section-module__eFReUW__section{padding:4rem 0}.Section-module__eFReUW__titleContainer{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}@media (max-width:768px){.Section-module__eFReUW__fullWidthMobile{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}}
.ReviewGallery-module__TsI69a__masonryGrid{columns:2;column-gap:.75rem}.ReviewGallery-module__TsI69a__masonryGrid .ReviewGallery-module__TsI69a__imageCard{break-inside:avoid;cursor:pointer;box-shadow:var(--shadow-md);border-radius:.75rem;margin-bottom:.75rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.ReviewGallery-module__TsI69a__masonryGrid .ReviewGallery-module__TsI69a__imageCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ReviewGallery-module__TsI69a__masonryGrid .ReviewGallery-module__TsI69a__imageCard img{width:100%;height:auto;transition:transform .4s;display:block}.ReviewGallery-module__TsI69a__masonryGrid .ReviewGallery-module__TsI69a__imageCard:hover img{transform:scale(1.03)}.ReviewGallery-module__TsI69a__imageOverlay{opacity:0;background:linear-gradient(#0000 50%,#0000004d);justify-content:center;align-items:flex-end;padding-bottom:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ReviewGallery-module__TsI69a__imageCard:hover .ReviewGallery-module__TsI69a__imageOverlay{opacity:1}.ReviewGallery-module__TsI69a__zoomIcon{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;display:flex}.ReviewGallery-module__TsI69a__viewAllContainer{text-align:center;margin-top:2rem}.ReviewGallery-module__TsI69a__viewAllButton{background:linear-gradient(135deg,var(--sakura-red),#ff8a80);color:var(--white);font-family:var(--font-heading);font-size:var(--fs-base);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 15px #ef6e6a59}.ReviewGallery-module__TsI69a__viewAllButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef6e6a80}.ReviewGallery-module__TsI69a__lightboxOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;justify-content:center;align-items:center;animation:.25s ReviewGallery-module__TsI69a__fadeIn;display:flex;position:fixed;inset:0}@keyframes ReviewGallery-module__TsI69a__fadeIn{0%{opacity:0}to{opacity:1}}.ReviewGallery-module__TsI69a__lightboxContent{justify-content:center;align-items:center;width:90vw;max-width:90vw;height:85vh;max-height:85vh;display:flex;position:relative}.ReviewGallery-module__TsI69a__lightboxImage{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:100%;animation:.3s ReviewGallery-module__TsI69a__zoomIn;display:block;box-shadow:0 10px 30px #00000080}@keyframes ReviewGallery-module__TsI69a__zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.ReviewGallery-module__TsI69a__lightboxClose{color:#fff;cursor:pointer;z-index:10001;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:2rem;transition:background .2s;display:flex;position:fixed;top:1rem;right:1.5rem}.ReviewGallery-module__TsI69a__lightboxClose:hover{background:#fff3}.ReviewGallery-module__TsI69a__lightboxNav{color:#fff;cursor:pointer;z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.ReviewGallery-module__TsI69a__lightboxNav:hover{background:#fff3}.ReviewGallery-module__TsI69a__lightboxPrev{left:1rem}.ReviewGallery-module__TsI69a__lightboxNext{right:1rem}.ReviewGallery-module__TsI69a__lightboxCounter{color:#fffc;font-size:var(--fs-sm);font-family:var(--font-body);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:50px;padding:.35rem 1rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.ReviewGallery-module__TsI69a__allReviewsPage{min-height:100vh;padding-top:6rem;padding-bottom:3rem}.ReviewGallery-module__TsI69a__allReviewsTitle{font-family:var(--font-heading);font-size:var(--fs-3xl);text-align:center;background:linear-gradient(45deg,#ef6e6a,#ffc3a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-weight:800}@media (min-width:768px){.ReviewGallery-module__TsI69a__masonryGrid{columns:3;column-gap:1rem}.ReviewGallery-module__TsI69a__masonryGrid .ReviewGallery-module__TsI69a__imageCard{margin-bottom:1rem}}@media (min-width:1024px){.ReviewGallery-module__TsI69a__masonryGrid{columns:4;column-gap:1.25rem}.ReviewGallery-module__TsI69a__masonryGrid .ReviewGallery-module__TsI69a__imageCard{margin-bottom:1.25rem}}
.FreeLessons-module__EleKgW__allVideosPage{padding-top:2rem;padding-bottom:4rem}.FreeLessons-module__EleKgW__subtitle{text-align:center;color:var(--text-secondary);font-size:var(--font-size-lg);opacity:.9;margin-top:-1rem;margin-bottom:2rem;font-weight:600}.FreeLessons-module__EleKgW__videoGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.FreeLessons-module__EleKgW__videoCard{box-shadow:var(--shadow-md);background:#fff;border-radius:1rem;transition:transform .3s;overflow:hidden}.FreeLessons-module__EleKgW__videoCard:hover{transform:translateY(-5px)}.FreeLessons-module__EleKgW__videoWrapper{height:0;padding-bottom:56.25%;position:relative}.FreeLessons-module__EleKgW__videoWrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}
.AllReviews-module__ggdg2G__reviewsContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem}.AllReviews-module__ggdg2G__reviewsContainer:first-child{padding-top:6rem}.AllReviews-module__ggdg2G__pageTitle{font-family:var(--font-heading);font-size:var(--fs-3xl);text-align:center;background:linear-gradient(45deg,#ef6e6a,#ffc3a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-weight:800}@media (min-width:768px){.AllReviews-module__ggdg2G__reviewsContainer{padding:4rem 2rem}.AllReviews-module__ggdg2G__reviewsContainer:first-child{padding-top:7rem}.AllReviews-module__ggdg2G__pageTitle{font-size:var(--fs-4xl)}}
.Courses-module__y86bqq__coursesSection{padding:3rem 0}.Courses-module__y86bqq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Courses-module__y86bqq__courseCard{border-top:2px solid var(--sakura-red);flex-direction:column;height:100%;display:flex;position:relative}.Courses-module__y86bqq__title{font-family:var(--font-heading);font-size:var(--fs-xl);color:var(--sakura-red);text-align:center;margin-bottom:.75rem;font-weight:800}.Courses-module__y86bqq__description{color:var(--charcoal-gray);text-align:left;white-space:pre-line;flex-grow:1;margin-bottom:1.5rem;line-height:1.7}.Courses-module__y86bqq__seeMoreLink{color:var(--sakura-red);cursor:pointer;margin-left:.5rem;font-weight:600;display:inline-block}.Courses-module__y86bqq__seeMoreLink:hover{text-decoration:underline}.Courses-module__y86bqq__cardFooter{border-top:1px solid var(--slate-200);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.25rem;display:flex}.Courses-module__y86bqq__price{font-family:var(--font-heading);font-size:var(--fs-lg);color:var(--charcoal-gray);white-space:nowrap;background-color:var(--sakura-red-light);border-radius:12px;padding:.4rem .8rem;font-weight:800}.Courses-module__y86bqq__enrollButton:hover{background-color:var(--white);color:var(--sakura-red);border-color:var(--sakura-red);transform:translateY(-3px)scale(1.02);box-shadow:0 10px 20px #d6282833}.Courses-module__y86bqq__enrollButton{background-color:var(--sakura-red);color:var(--white);font-size:var(--fs-sm);white-space:nowrap;border:1.5px solid #0000;border-radius:30px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #d6282826}.Courses-module__y86bqq__buttonIcon{font-size:1rem;transition:transform .3s}.Courses-module__y86bqq__enrollButton:hover .Courses-module__y86bqq__buttonIcon{transform:scale(1.1)rotate(-5deg)}.Courses-module__y86bqq__enrollButton:active{transform:translateY(0)}@media (max-width:480px){.Courses-module__y86bqq__cardFooter{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem}.Courses-module__y86bqq__price{text-align:center;padding:.3rem .6rem;font-size:.9rem}.Courses-module__y86bqq__enrollButton{justify-content:center;padding:.5rem .8rem;font-size:.8rem}}
