.hero-section.light{--hero-bg:transparent;--hero-overlay-color:rgba(0,0,0,.3);--hero-title-color:#fff;--hero-subtitle-color:#fff;--hero-button-bg:#1f2937;--hero-button-text:#fff;--hero-button-hover:#000;--hero-button-border:#1f2937;--hero-text-primary:#fff;--hero-text-secondary:#fff}.hero-section.dark{--hero-bg:#000;--hero-overlay-color:rgba(0,0,0,.5);--hero-title-color:#fff;--hero-subtitle-color:#d1d5db;--hero-button-bg:#fff;--hero-button-text:#111827;--hero-button-hover:#f3f4f6;--hero-button-border:#fff;--hero-text-primary:#fff;--hero-text-secondary:#d1d5db}.hero-section{--hero-bg:transparent;--hero-overlay-color:rgba(0,0,0,.3);--hero-title-color:#fff;--hero-subtitle-color:#fff;--hero-button-bg:#1f2937;--hero-button-text:#fff;--hero-button-hover:#000;--hero-button-border:#1f2937;--hero-text-primary:#fff;--hero-text-secondary:#fff;background-color:var(--hero-bg);transition:background-color .3s ease-out}.hero-container{width:100%;height:100vh;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{background-color:var(--hero-overlay-color);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;position:relative}.hero-title{color:var(--hero-title-color);max-width:900px;margin-bottom:1rem;font-size:max(2rem,min(5vw,4rem));font-weight:700;line-height:1.2}.hero-subtitle{color:var(--hero-subtitle-color);max-width:700px;margin-bottom:2rem;font-size:max(1rem,min(2vw,1.5rem));line-height:1.5}.hero-button{background-color:var(--hero-button-bg);color:var(--hero-button-text);border:2px solid var(--hero-button-border);cursor:pointer;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease-out;display:inline-block}.hero-button:hover{background-color:var(--hero-button-hover);transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.hero-text-primary{color:var(--hero-text-primary);background:linear-gradient(135deg,#00d4ff 0%,#09f 50%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-text-secondary{color:var(--hero-text-secondary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title-animate{animation:.8s ease-out forwards fadeInUp}.hero-subtitle-animate{opacity:0;animation:.8s ease-out .2s forwards fadeInUp}.hero-button-animate{opacity:0;animation:.8s ease-out .4s forwards fadeInUp}@media (max-width:640px){.hero-title{margin-bottom:.75rem;font-size:1.875rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.hero-button{padding:.625rem 1.5rem;font-size:.875rem}.hero-content{padding:1rem}}
:root[data-theme=light]{--carousel-bg:#fff;--carousel-text-title:#000;--carousel-text-body:#666;--carousel-image-bg-start:#e5e7eb;--carousel-image-bg-end:#d1d5db;--carousel-button-border:#d1d5db;--carousel-button-border-hover:#9ca3af;--carousel-button-bg-hover:#f3f4f6;--carousel-dot-active:#1f2937;--carousel-dot-inactive:#d1d5db;--carousel-button-color:#000}:root[data-theme=dark]{--carousel-bg:#111827;--carousel-text-title:#fff;--carousel-text-body:#d1d5db;--carousel-image-bg-start:#374151;--carousel-image-bg-end:#1f2937;--carousel-button-border:#4b5563;--carousel-button-border-hover:#6b7280;--carousel-button-bg-hover:#1f2937;--carousel-dot-active:#fff;--carousel-dot-inactive:#4b5563;--carousel-button-color:#fff}.carousel-section{background-color:var(--carousel-bg)}.carousel-slide-title{color:var(--carousel-text-title)}.carousel-slide-text{color:var(--carousel-text-body)}.carousel-image-bg{background:linear-gradient(to bottom right,var(--carousel-image-bg-start),var(--carousel-image-bg-end))}.carousel-button{border-color:var(--carousel-button-border);color:var(--carousel-button-color)}.carousel-button:hover{border-color:var(--carousel-button-border-hover);background-color:var(--carousel-button-bg-hover)}.carousel-dot-active{background-color:var(--carousel-dot-active)}.carousel-dot-inactive{background-color:var(--carousel-dot-inactive)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.carousel-slide-animate{animation:.6s ease-out forwards slideUp}.carousel-scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none;scrollbar-gutter:stable}.carousel-scrollbar-hide::-webkit-scrollbar{display:none}
:root[data-theme=light]{--slideshow-bg:#fff;--slideshow-title-color:#000;--slideshow-text-color:#666;--slideshow-menu-bg:#f9fafb;--slideshow-menu-text:#1f2937;--slideshow-menu-text-hover:#000;--slideshow-menu-border-active:#1f2937;--slideshow-arrow-color:#000;--slideshow-arrow-bg-hover:#f3f4f6;--slideshow-description-color:#4b5563;--slideshow-fade-overlay:rgba(255,255,255,.4);--slideshow-transition-speed:.5s}:root[data-theme=dark]{--slideshow-bg:#111827;--slideshow-title-color:#fff;--slideshow-text-color:#d1d5db;--slideshow-menu-bg:#1f2937;--slideshow-menu-text:#9ca3af;--slideshow-menu-text-hover:#fff;--slideshow-menu-border-active:#fff;--slideshow-arrow-color:#fff;--slideshow-arrow-bg-hover:#374151;--slideshow-description-color:#9ca3af;--slideshow-fade-overlay:rgba(17,24,39,.4);--slideshow-transition-speed:.5s}.slideshow-section{background-color:var(--slideshow-bg)}.slideshow-title{color:var(--slideshow-title-color)}.slideshow-subtitle{color:var(--slideshow-text-color)}.slideshow-image-container{background-color:var(--slideshow-menu-bg);position:relative}.slideshow-image{object-fit:cover;width:100%;height:100%;transition:opacity var(--slideshow-transition-speed)ease-out}.slideshow-image-old{animation:fadeOut var(--slideshow-transition-speed)ease-out forwards}.slideshow-menu{background-color:var(--slideshow-menu-bg);-ms-overflow-style:none;scrollbar-width:none;scrollbar-gutter:stable;overflow-y:scroll}.slideshow-menu::-webkit-scrollbar{display:none}.slideshow-menu-item{color:var(--slideshow-menu-text);cursor:pointer;white-space:nowrap;border-color:transparent;border-bottom-style:solid;border-bottom-width:2px;padding-bottom:.5rem;transition:all .3s ease-out}.slideshow-menu-item:hover{color:var(--slideshow-menu-text-hover)}.slideshow-menu-item-active{color:var(--slideshow-menu-text-hover);border-bottom-color:var(--slideshow-menu-border-active)}.slideshow-arrow-button{color:var(--slideshow-arrow-color);border:1px solid var(--slideshow-arrow-color);background-color:transparent;border-radius:.375rem;padding:.5rem;transition:all .3s ease-out}.slideshow-arrow-button:hover{background-color:var(--slideshow-arrow-bg-hover)}.slideshow-arrow-button:disabled{opacity:0;visibility:hidden}.slideshow-menu-fade-left{background:linear-gradient(to right,var(--slideshow-fade-overlay),transparent)}.slideshow-menu-fade-right{background:linear-gradient(to left,var(--slideshow-fade-overlay),transparent)}.slideshow-description{color:var(--slideshow-description-color)}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slideshow-description-animate{animation:.5s ease-out forwards fadeInUp}@media (max-width:768px){.slideshow-container{flex-direction:column}.slideshow-image-container{order:1}.slideshow-menu-container{order:2}}@media (min-width:769px){.slideshow-container{flex-direction:row}.slideshow-image-container{flex:1}.slideshow-menu-container{flex:0 0 250px}}
:root[data-theme=light]{--reviews-bg:#fff;--reviews-title-color:#000;--reviews-text-color:#666;--reviews-card-bg:#f9fafb;--reviews-card-border:#e5e7eb;--reviews-author-color:#1f2937;--reviews-handle-color:#9ca3af;--reviews-marquee-speed:40s;--reviews-fade-color:rgba(255,255,255,.8);--reviews-scroll-thumb:#d1d5db}:root[data-theme=dark]{--reviews-bg:#111827;--reviews-title-color:#fff;--reviews-text-color:#d1d5db;--reviews-card-bg:#1f2937;--reviews-card-border:#374151;--reviews-author-color:#fff;--reviews-handle-color:#9ca3af;--reviews-marquee-speed:40s;--reviews-fade-color:rgba(17,24,39,.8);--reviews-scroll-thumb:#4b5563}.reviews-section{background-color:var(--reviews-bg)}.reviews-title{color:var(--reviews-title-color)}.reviews-subtitle{color:var(--reviews-text-color)}.reviews-card{background-color:var(--reviews-card-bg);border-color:var(--reviews-card-border)}.reviews-author{color:var(--reviews-author-color)}.reviews-handle{color:var(--reviews-handle-color)}.reviews-text{color:var(--reviews-text-color)}.reviews-mask-top{background:linear-gradient(to bottom,var(--reviews-fade-color),transparent)}.reviews-mask-bottom{background:linear-gradient(to top,var(--reviews-fade-color),transparent)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reviews-marquee{animation:marquee var(--reviews-marquee-speed)linear infinite}.reviews-marquee:hover{animation-play-state:paused}.reviews-scrollable{-ms-overflow-style:none;scrollbar-width:none;scrollbar-gutter:stable}.reviews-scrollable::-webkit-scrollbar{height:6px}.reviews-scrollable::-webkit-scrollbar-track{background:0 0}.reviews-scrollable::-webkit-scrollbar-thumb{background-color:var(--reviews-scroll-thumb);border-radius:3px}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reviews-fade-animate{animation:.6s ease-out forwards fadeInUp}.reviews-grid{column-count:1;column-gap:2rem}@media (min-width:768px){.reviews-grid{column-count:2}}@media (min-width:1024px){.reviews-grid{column-count:3}}.reviews-grid-item{break-inside:avoid;margin-bottom:2rem}
