:root{--font-frontend: "Helvetica Neue", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-serif: "Times New Roman", Times, Georgia, "Noto Serif", serif}.frontend-layout,.frontend-layout *{font-family:var(--font-frontend)}.frontend-layout{display:flex;flex-direction:column;min-height:100vh}.frontend-layout__main{flex:1}.site-header{position:sticky;top:0;left:0;z-index:50;width:100%;height:90px;background:#ffffffb3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.site-header__inner{display:flex;flex-direction:row;align-items:center;gap:255px;max-width:1297px;height:50px;margin:0 auto;padding:0;position:relative;top:50%;transform:translateY(-50%)}.site-header__logo{display:flex;flex-direction:row;align-items:center;gap:16px;width:200px;height:50px;text-decoration:none;flex-shrink:0}.site-header__logo-img{width:auto;height:auto;object-fit:contain;flex-shrink:0}.site-header__logo-text{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:140px;height:44px}.site-header__logo-name{width:140px;height:24px;font-family:var(--font-frontend);font-style:normal;font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase;color:#000;white-space:nowrap}.site-header__logo-tagline{width:140px;height:14px;font-family:var(--font-frontend);font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#000;opacity:.5;white-space:nowrap}.site-header__nav{display:flex;flex-direction:row;align-items:center;width:337px;height:48px;flex-shrink:0}.site-header__nav-list{display:flex;flex-direction:row;align-items:center;padding:0;list-style:none;margin:0}.site-header__nav-item{position:relative}.site-header__nav-item--has-dropdown:hover .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__nav-link{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 16px;gap:10px;height:48px;font-family:var(--font-frontend);font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#000;text-decoration:none;opacity:.5;transition:opacity .2s;white-space:nowrap}.site-header__nav-link:hover{opacity:.75}.site-header__nav-link.active{font-weight:500;opacity:1}.site-header__dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;box-shadow:0 10px 30px #0000001a;border-radius:8px;padding:10px 0;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:100}.site-header__dropdown-link{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;font-family:var(--font-frontend);font-size:14px;color:#000;text-decoration:none;opacity:.7;transition:all .2s;gap:10px}.site-header__dropdown-link:hover{opacity:1;background:#0000000d}.site-header__dropdown-item{position:relative}.site-header__dropdown-item--has-flyout:hover>.site-header__flyout{opacity:1;visibility:visible;transform:translate(0)}.site-header__flyout{position:absolute;top:-10px;left:100%;min-width:200px;background:#fff;box-shadow:10px 10px 30px #0000001a;border-radius:8px;padding:10px 0;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translate(10px);transition:all .3s ease;z-index:101}.site-header__search{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 16px 0 20px;gap:10px;width:250px;height:40px;background:#0000000d;border-radius:50px;border:none;flex-shrink:0;transition:all .2s}.site-header__search:focus-within{background:#00000014;width:280px}.site-header__search-input{border:none;background:transparent;outline:none;font-family:var(--font-frontend);font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#000;opacity:.3;flex:1;min-width:0}.site-header__search-input:focus{opacity:.7}.site-header__search-input::placeholder{color:#000;opacity:1}.site-header__search-btn{background:none;border:none;color:#000;opacity:.3;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.site-header__search-btn:hover{opacity:.7}.site-header__live-results{position:absolute;top:calc(100% + 10px);right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid rgba(0,0,0,.05);z-index:1000;overflow:hidden;animation:slideDownFade .2s ease-out}.site-header__live-section{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05)}.site-header__live-section:last-of-type{border-bottom:none}.site-header__live-label{padding:0 14px 4px;font-size:9px;font-weight:800;color:#0000004d;text-transform:uppercase;letter-spacing:.1em}.site-header__live-item{display:flex;align-items:center;padding:6px 14px;font-size:13px;color:#1a1a1a;text-decoration:none;transition:all .2s}.site-header__live-item:hover{background:#00000005;color:#000;padding-left:18px}.site-header__live-item--with-img{gap:10px}.site-header__live-item--with-img img{width:30px;height:30px;border-radius:6px;object-fit:cover;background:#f3f4f6}.site-header__live-all{display:block;width:100%;padding:10px;background:#000;border:none;font-size:12px;font-weight:700;color:#fff;text-align:center;cursor:pointer;transition:opacity .2s}.site-header__live-all:hover{opacity:.85}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.site-header__menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem;color:#000}.site-header__toggle-icon{display:flex;align-items:center;justify-content:center;position:relative;width:22px;height:22px}.site-header__toggle-icon .icon-menu,.site-header__toggle-icon .icon-close{position:absolute;transition:opacity .2s ease,transform .2s ease}.site-header__toggle-icon .icon-menu{opacity:1;transform:rotate(0)}.site-header__toggle-icon .icon-close{opacity:0;transform:rotate(-90deg)}.site-header__toggle-icon.is-open .icon-menu{opacity:0;transform:rotate(90deg)}.site-header__toggle-icon.is-open .icon-close{opacity:1;transform:rotate(0)}.site-drawer-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:98;opacity:0;transition:opacity .3s ease}.site-drawer-backdrop.is-visible{display:block;opacity:1}.site-drawer{position:fixed;top:0;left:0;height:100dvh;width:min(80vw,320px);background:#fff;z-index:99;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #0000001f;overflow-y:auto}.site-drawer.is-open{transform:translate(0)}.site-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid rgba(0,0,0,.07);flex-shrink:0}.site-drawer__close{background:none;border:none;cursor:pointer;padding:.35rem;color:#000;display:flex;align-items:center;border-radius:6px;transition:background .15s}.site-drawer__close:hover{background:#0000000f}.site-drawer__nav-list{list-style:none;margin:0;padding:.5rem 0;flex:1}.site-drawer__nav-link{display:block;padding:.9rem 1.5rem;font-family:var(--font-frontend);font-size:16px;font-weight:400;color:#000;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);opacity:.7;transition:opacity .15s,background .15s}.site-drawer__nav-link:hover{opacity:1;background:#00000008}.site-drawer__nav-link.active{font-weight:600;opacity:1}.site-drawer__nav-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.05)}.site-drawer__nav-row .site-drawer__nav-link{border-bottom:none;flex:1}.site-drawer__toggle-btn{background:none;border:none;padding:1rem;cursor:pointer;opacity:.4;transition:transform .3s ease,opacity .2s}.site-drawer__toggle-btn:hover{opacity:.7}.site-drawer__toggle-btn.is-open{transform:rotate(180deg);opacity:.8}.site-drawer__submenu{list-style:none;margin:0;padding:0 0 .5rem 1.5rem;background:#00000005}.site-drawer__submenu--deep{padding-left:1rem;background:#00000004}.site-drawer__submenu-link{display:block;padding:.75rem 1.25rem;font-family:var(--font-frontend);font-size:14px;color:#000;text-decoration:none;opacity:.6;transition:opacity .15s}.site-drawer__submenu-link:hover{opacity:1}.site-drawer__search-wrap{padding:1rem 1.25rem 1.5rem;flex-shrink:0}.site-drawer__search{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#00000012;border-radius:50px;padding:10px 16px 10px 20px;border:none;width:100%;box-sizing:border-box}.site-drawer__search-input{border:none;background:transparent;outline:none;font-family:var(--font-frontend);font-size:14px;color:#000;flex:1;min-width:0}.site-drawer__search-input::placeholder{color:#0006}.site-drawer__search-btn{border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;color:#000;flex-shrink:0}.banner{position:relative;width:100%;height:710px;min-height:500px;overflow:hidden;display:flex;align-items:center}.banner__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.banner__overlay{position:absolute;inset:0}.banner__content{position:relative;z-index:1;margin:100px auto 0;width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px}.banner__heading{display:flex;flex-direction:column;gap:4px}.banner__title-accent{font-family:var(--font-serif);font-size:40px;font-weight:700;line-height:1.2;background:linear-gradient(90deg,#e879f9,#60a5fa 40%,#34d399,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-text-stroke:.2px rgba(0,0,0,.4);filter:drop-shadow(0px 0px 1px rgba(0,0,0,.1));margin:0}.banner__title-main{font-family:var(--font-serif);font-size:40px;font-weight:700;line-height:1.2;color:#3a3a3a;margin:0}.banner__description{font-family:var(--font-frontend);font-size:15px;font-weight:400;line-height:1.7;color:#000000bf;max-width:800px;margin:0}.banner__cta{position:relative;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 20px;gap:10px;width:173px;height:48px;box-sizing:border-box;border-radius:50px;border:none;background:transparent;color:#000;font-family:var(--font-frontend);font-size:16px;font-weight:500;line-height:20px;text-align:center;text-decoration:none;cursor:pointer;z-index:0;transition:background .2s}.banner__cta:before{content:"";position:absolute;inset:0;border-radius:50px;padding:1px;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.banner__cta:hover{background:#0000000d}.banner__cta .cta-arrow{font-size:18px;line-height:1}@media(max-width:1400px){.banner__content{margin-top:80px}}@media(max-width:1024px){.banner__content{margin-top:60px;width:80%}.banner__title-accent,.banner__title-main{font-size:30px}.banner__description{font-size:14px}}@media(max-width:768px){.banner{height:auto;min-height:unset;align-items:flex-start}.banner__bg{object-position:70% center}.banner__content{margin-left:0;margin-top:0;width:100%;padding:6rem 1.5rem 4rem;box-sizing:border-box;gap:20px;background:linear-gradient(to bottom,#0000008c,#00000059)}.banner__title-accent,.banner__title-main{font-size:26px;color:#fff}.banner__description{font-size:14px;max-width:100%;color:#ffffffd9}.banner__cta{width:auto;font-size:14px;color:#fff}.banner__cta:hover{background:#ffffff14}}@media(max-width:480px){.banner__title-accent,.banner__title-main{font-size:22px}.banner__content{padding:3rem 1.25rem}}.about-section{width:100%;background:#fff;padding:80px 0}.about-section__inner{max-width:1440px;margin:0 auto;padding:0 5%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:40px}.about-section__features{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:40px 20px}.about-section__features[data-count="5"] .about-feature{flex:0 0 calc(33.333% - 14px);max-width:calc(33.333% - 14px)}.about-section .about-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px)}.about-section .about-feature__icon-wrapper{width:50px;height:50px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.about-section .about-feature__icon{max-width:100%;max-height:100%;object-fit:contain}.about-section .about-feature__title{font-family:var(--font-frontend);font-weight:500;font-size:16px;line-height:20px;color:#000;margin:0}.about-section .about-feature__description{font-family:var(--font-frontend);font-weight:400;font-size:14px;line-height:17px;color:#000;opacity:.5;margin:0;max-width:264px}@media(max-width:1024px){.about-section{padding:60px 0}.about-section__features[data-count="5"] .about-feature,.about-section__features .about-feature{flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}@media(max-width:640px){.about-section{padding:50px 0}.about-section__title{font-size:28px;line-height:36px}.about-section__description{font-size:15px;line-height:24px}.about-section__features[data-count="5"] .about-feature,.about-section__features .about-feature{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}.about-section .about-feature__icon-wrapper{width:40px;height:40px}.about-section .about-feature__description{max-width:100%;font-size:13px;line-height:1.4}}.section-header{display:flex;flex-direction:column;gap:15px;width:100%;margin-bottom:50px}.section-header--align-center{align-items:center;text-align:center}.section-header--align-left{align-items:flex-start;text-align:left}.section-header--align-right{align-items:flex-end;text-align:right}.section-header__subtitle{font-family:var(--font-frontend);font-weight:500;font-size:16px;line-height:20px;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section-header__title{font-family:var(--font-serif);font-weight:700;font-size:34px;line-height:50px;color:#000;margin:0}.section-header__description{font-family:var(--font-frontend);font-weight:400;font-size:16px;line-height:26px;color:#00000080;max-width:970px;margin:0}@media(max-width:640px){.section-header{margin-bottom:30px}.section-header__title{font-size:28px;line-height:36px}.section-header__description{font-size:14px;line-height:22px}}.category-section{width:100%;background:#00040c0d;padding:100px 0;overflow:hidden}.category-section__inner{max-width:1440px;margin:0 auto;padding:0 5%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:60px}.category-section__header{display:flex;flex-direction:column;align-items:center;text-align:center}.category-section__subtitle{font-family:var(--font-frontend);font-weight:500;font-size:16px;line-height:20px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-section__title{font-family:var(--font-serif);font-weight:700;font-size:34px;line-height:50px;color:#000;margin:0}.category-section__gallery{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px;width:100%;max-width:1280px}.category-section .category-card{width:240px;display:flex;flex-direction:column;align-items:center;gap:30px;transition:transform .4s ease}.category-section .category-card__image-wrap{width:100%;background:#d9d9d9;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease}.category-section .category-card__image{width:100%;height:100%;object-fit:cover;display:block}.category-section .category-card__content{text-align:center;display:flex;flex-direction:column;gap:10px;width:100%;height:80px}.category-section .category-card__title{font-family:var(--font-frontend);font-weight:500;font-size:16px;line-height:20px;color:#000;margin:0}.category-section .category-card__description{font-family:var(--font-frontend);font-weight:400;font-size:14px;line-height:17px;color:#00000080;margin:0}.category-section .category-card--outer-left{margin-right:-10px}.category-section .category-card--outer-left .category-card__image-wrap{height:375px;transform:perspective(800px) rotateY(25deg)}.category-section .category-card--outer-left .category-card__content{padding-top:25px}.category-section .category-card--outer-left:hover .category-card__image-wrap{box-shadow:15px 15px 25px #0003}.category-section .category-card--inner-left .category-card__image-wrap{height:330px;transform:perspective(800px) rotateY(15deg)}.category-section .category-card--inner-left .category-card__content{padding-top:20px}.category-section .category-card--inner-left:hover .category-card__image-wrap{box-shadow:8px 10px 15px #00000026}.category-section .category-card--center .category-card__image-wrap{height:315px;transform:perspective(800px) rotateY(0)}.category-section .category-card--center .category-card__content{margin-top:0}.category-section .category-card--center:hover .category-card__image-wrap{box-shadow:0 5px 15px #00000026}.category-section .category-card--inner-right .category-card__image-wrap{height:330px;transform:perspective(800px) rotateY(-15deg)}.category-section .category-card--inner-right .category-card__content{padding-top:20px}.category-section .category-card--inner-right:hover .category-card__image-wrap{box-shadow:-8px 10px 15px #00000026}.category-section .category-card--outer-right{margin-left:-10px}.category-section .category-card--outer-right .category-card__image-wrap{height:375px;transform:perspective(800px) rotateY(-25deg)}.category-section .category-card--outer-right .category-card__content{padding-top:25px}.category-section .category-card--outer-right:hover .category-card__image-wrap{box-shadow:-15px 15px 25px #0003}.category-section .category-card:hover{transform:translateY(-10px) scale(1.02);z-index:10}.category-section__footer{display:flex;justify-content:center;margin-top:20px}.category-section__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 25px;border-radius:50px;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);color:#fff;font-family:var(--font-frontend);font-weight:500;font-size:16px;line-height:20px;text-decoration:none;transition:opacity .2s,transform .2s}.category-section__btn:hover{opacity:.9;transform:scale(1.02)}@media(max-width:1200px){.category-section__gallery{gap:10px}.category-section .category-card{width:200px}}@media(max-width:1024px){.category-section{padding:70px 0}.category-section__gallery{max-width:100%;justify-content:flex-start;overflow-x:auto;padding:20px 0;scroll-snap-type:x mandatory}.category-section__gallery::-webkit-scrollbar{display:none}.category-section__gallery{-ms-overflow-style:none;scrollbar-width:none}.category-section .category-card{flex:0 0 260px;scroll-snap-align:center;margin:0!important}.category-section .category-card__image-wrap{height:auto!important;aspect-ratio:1/1!important;transform:none!important;box-shadow:none!important}.category-section .category-card__content{margin-top:0!important;padding-top:5px!important}.category-section .category-card:hover{transform:none!important}}@media(max-width:640px){.category-section{padding:50px 0}.category-section__inner{gap:40px}.category-section__title{font-size:28px;line-height:36px}.category-section__footer{margin-top:0}.category-section .category-card{flex:0 0 85%}}.product-section{width:100%;padding:100px 0;overflow:hidden;position:relative;background:#fff}.product-section__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 40px;position:relative}.product-section__carousel-wrap{position:relative;display:flex;align-items:center;width:100%}.product-section__gallery{display:flex;flex-direction:row;gap:30px;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;padding:20px 0;scroll-behavior:smooth}.product-section__gallery::-webkit-scrollbar{display:none}.product-section__gallery{-ms-overflow-style:none;scrollbar-width:none}.product-section__gallery--centered{justify-content:center}.product-section__card-wrap{flex:0 0 calc((100% - 90px)/4);width:calc((100% - 90px)/4);height:380px;scroll-snap-align:start}.product-section__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;z-index:10;transition:background .2s ease,transform .2s ease}.product-section__nav-btn:hover{background:#333;transform:translateY(-50%) scale(1.05)}.product-section__nav-btn--prev{left:-25px}.product-section__nav-btn--next{right:-25px}@media(max-width:1200px){.product-section__inner{padding:0 30px}.product-section__card-wrap{flex:0 0 calc((100% - 60px) / 3);width:calc((100% - 60px) / 3)}.product-section__nav-btn--prev{left:5px}.product-section__nav-btn--next{right:5px}}@media(max-width:768px){.product-section{padding:70px 0}.product-section__gallery{gap:20px}.product-section__card-wrap{flex:0 0 calc((100% - 20px)/2);width:calc((100% - 20px)/2);height:auto;min-height:350px}.product-section__nav-btn{width:40px;height:40px}.product-section__nav-btn--prev{left:0}.product-section__nav-btn--next{right:0}}@media(max-width:640px){.product-section{padding:50px 0}.product-section__inner{padding:0 10px}.product-section__gallery{gap:15px}.product-section__card-wrap{flex:0 0 85%;width:85%}}.site-footer{width:100%;background:#f1f1f1b3;color:#000;padding-top:60px;padding-bottom:0;border-top:1px solid rgba(0,0,0,.08)}.site-footer__inner{max-width:1440px;margin:0 auto;padding:0 106px;box-sizing:border-box}.site-footer__columns{display:grid;grid-template-columns:339px 1fr 1fr 1fr;gap:60px;align-items:flex-start;padding-bottom:40px}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.site-footer__logo{display:flex;flex-direction:row;align-items:center;gap:16px;text-decoration:none;width:200px;height:50px}.site-footer__logo-img{width:auto;height:50px;object-fit:contain;flex-shrink:0}.site-footer__logo-text{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:140px}.site-footer__logo-name{font-family:var(--font-frontend);font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase;color:#000}.site-footer__logo-tagline{font-family:var(--font-frontend);font-weight:400;font-size:12px;line-height:14px;color:#000;opacity:.5}.site-footer__brand-tagline{font-family:var(--font-serif);font-weight:700;font-size:22px;line-height:25px;color:#000;margin:0;width:339px}.site-footer__social{display:flex;flex-direction:row;align-items:center;gap:10px}.site-footer__social-link{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#000;text-decoration:none;opacity:.8;transition:opacity .2s}.site-footer__social-link:hover{opacity:1}.site-footer__col-title{font-family:var(--font-frontend);font-weight:700;font-size:16px;line-height:26px;color:#000;margin:0 0 20px}.site-footer__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.site-footer__link-list li{line-height:36px}.site-footer__link-list a{font-family:var(--font-frontend);font-weight:400;font-size:14px;line-height:36px;color:#000;opacity:.5;text-decoration:none;transition:opacity .2s}.site-footer__link-list a:hover{opacity:.9}.site-footer__contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.site-footer__contact-list li{display:flex;flex-direction:row;align-items:center;gap:16px}.site-footer__contact-list li svg{flex-shrink:0;color:#000;opacity:.8}.site-footer__contact-list li a,.site-footer__contact-list li span{font-family:var(--font-frontend);font-weight:400;font-size:14px;line-height:17px;color:#000;opacity:.5;text-decoration:none;transition:opacity .2s}.site-footer__contact-list li a:hover{opacity:.9}.site-footer__newsletter{display:flex;flex-direction:row;align-items:center;padding:10px 10px 10px 20px;gap:14px;width:260px;height:44px;background:#0000000d;border-radius:50px;box-sizing:border-box;border:none}.site-footer__newsletter-input{flex:1;min-width:0;border:none;background:transparent;outline:none;font-family:var(--font-frontend);font-weight:400;font-size:14px;line-height:17px;color:#000}.site-footer__newsletter-input::placeholder{color:#000;opacity:.3}.site-footer__newsletter-btn{border:none;background:transparent;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0;transition:opacity .2s}.site-footer__newsletter-btn:hover{opacity:.7}.site-footer__newsletter-btn:disabled{opacity:.4;cursor:not-allowed}.site-footer__newsletter-msg{display:flex;align-items:center;gap:4px;margin-top:8px;font-family:var(--font-frontend);font-size:12px;line-height:1.4}.site-footer__newsletter-msg--success{color:#4ade80}.site-footer__newsletter-msg--error{color:#f87171}.site-footer__bottom{border-top:1px solid rgba(0,0,0,.08);padding:18px 0;text-align:center}.site-footer__bottom p{font-family:var(--font-frontend);font-weight:400;font-size:14px;line-height:17px;color:#000;opacity:.5;margin:0}@media(max-width:1200px){.site-footer__inner{padding:0 40px}.site-footer__columns{grid-template-columns:1fr 1fr;gap:40px}.site-footer__brand-tagline{width:auto}}@media(max-width:768px){.site-footer__inner{padding:0 1.5rem}.site-footer__columns{grid-template-columns:1fr;gap:32px}.site-footer__newsletter{width:100%}}.cms-section{width:100%;padding:20px 0 120px;overflow:hidden;position:relative}.cms-section__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 40px;position:relative}@media(max-width:1200px){.cms-section__inner{padding:0 30px}}@media(max-width:768px){.cms-section{padding:20px 0 80px}}@media(max-width:640px){.cms-section{padding:20px 0 60px}.cms-section__inner{padding:0 10px}}.cms-section__grid{display:grid;grid-template-columns:520fr 370fr 370fr;gap:20px}.cms-section__grid[data-count="1"]{grid-template-columns:1fr;max-width:900px;margin:0 auto}.cms-section__grid[data-count="2"]{grid-template-columns:1fr 1fr}@media(max-width:1024px){.cms-section__grid{grid-template-columns:1fr!important;max-width:100%!important}.cms-section__grid .cms-card{height:400px}}.cms-card{position:relative;height:460px;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;border:1px solid rgba(255,255,255,.15);background-color:#000d26}.cms-card--video{padding:0}.cms-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cms-card__bg img{width:100%;height:100%;object-fit:cover}.cms-card__bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#c1319240 -27.94%,#4391ee40 41.01%,#56bf8740 91.69%,#fddd2940 144.85%),linear-gradient(180deg,#0000,#000d26 74.13%)}.cms-card:first-child:not(.cms-card--video) .cms-card__bg:after{background:linear-gradient(90deg,#c1319240 -27.94%,#4391ee40 41.01%,#56bf8740 91.69%,#fddd2940 144.85%),linear-gradient(0deg,#000d264d,#000d264d),#ffffff0d}.cms-card__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px}.cms-card__title{font-family:Times New Roman,serif;font-style:normal;font-weight:700;font-size:22px;line-height:1.2;color:#fff;margin:0}.cms-card__description{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:1.57;color:#ffffff80;margin:0}.cms-card__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:3;border-radius:8px}.cms-card__video-cover{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:4}.cms-card__video-cover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;z-index:1}.cms-card__video-cover .cms-card__content{position:absolute;bottom:30px;left:30px;right:30px;z-index:2}.cms-card__play-btn{width:70px;height:70px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:5;border:none;padding-left:4px}.cms-card__play-btn:hover{transform:scale(1.1);background:#f0f0f0}.cms-card__play-btn svg{width:30px;height:30px;stroke-width:3px}.testimonial-section{width:100%;padding:100px 0;background:#fff;overflow:hidden;border-top:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2)}.testimonial-section__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 40px;display:flex;flex-direction:row;align-items:start;gap:60px}.testimonial-section__left{flex:0 0 320px;display:flex;flex-direction:column;align-items:flex-start}.testimonial-section__quote-icon{margin-bottom:24px;width:63px}.testimonial-section__quote-icon svg{display:block}.testimonial-section__subtitle{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:17px;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin:0 0 16px}.testimonial-section__title{font-family:Times New Roman,serif;font-style:normal;font-weight:700;font-size:32px;line-height:1.25;color:#000;margin:0 0 40px}.testimonial-section__nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:178px;height:24px;margin-top:40px}.testimonial-section__nav-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.testimonial-section__nav-btn--disabled{cursor:not-allowed;opacity:.5}.testimonial-section__nav-btn:not(.testimonial-section__nav-btn--disabled):hover{opacity:.7}.testimonial-section__slider{position:relative;flex:1;height:2px;background:#d9d9d9;margin:0 16px;border-radius:1px}.testimonial-section__slider-thumb{position:absolute;top:0;left:0;height:100%;background:#000;border-radius:1px}.testimonial-section__right{flex:1;min-width:0;display:flex;flex-direction:column}.testimonial-section__gallery{display:flex;flex-direction:row;gap:42px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px}.testimonial-section__gallery::-webkit-scrollbar{display:none}.testimonial-section__gallery{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:1024px){.testimonial-section__inner{flex-direction:column;align-items:flex-start;gap:40px}.testimonial-section__left,.testimonial-section__right{flex:none;width:100%;max-width:100%}.testimonial-section__nav{margin-top:20px;margin-bottom:0}}@media(max-width:768px){.testimonial-section{padding:60px 0}.testimonial-section__inner{padding:0 20px}.testimonial-section__title{font-size:28px;line-height:36px}}.testimonial-card{flex:0 0 277px;width:277px;display:flex;flex-direction:column;gap:24px;scroll-snap-align:start}.testimonial-card__header{display:flex;flex-direction:row;align-items:center;gap:20px}.testimonial-card__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-card__author-info{display:flex;flex-direction:column;justify-content:center}.testimonial-card__author-name{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#000;margin:0}.testimonial-card__author-designation{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#00000080;margin:4px 0 0}.testimonial-card__rating{display:flex;flex-direction:row;gap:4px}.testimonial-card__text{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#00000080;margin:0}.blog-section{width:100%;padding:100px 0;background:#fff}.blog-section__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center;gap:50px}.blog-section__carousel-wrap{position:relative;display:flex;align-items:center;width:100%}.blog-section__gallery{display:flex;flex-direction:row;gap:20px;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 0;scroll-behavior:smooth}.blog-section__gallery::-webkit-scrollbar{display:none}.blog-section__gallery{-ms-overflow-style:none;scrollbar-width:none}.blog-section__gallery--centered{justify-content:center}.blog-section__card-wrap{flex:0 0 calc((100% - 60px)/4);width:calc((100% - 60px)/4);scroll-snap-align:start}.blog-section__nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;z-index:10;transition:background .2s ease,transform .2s ease}.blog-section__nav-btn:hover{background:#333;transform:translateY(-50%) scale(1.05)}.blog-section__nav-btn--prev{left:-25px}.blog-section__nav-btn--next{right:-25px}.blog-section__footer{display:flex;justify-content:center;margin-top:20px;width:100%}.blog-section__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 25px;border-radius:50px;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:16px;line-height:20px;text-decoration:none;transition:opacity .2s,transform .2s}.blog-section__btn:hover{opacity:.9;transform:scale(1.02)}@media(max-width:1200px){.blog-section__inner{padding:0 30px}.blog-section__card-wrap{flex:0 0 calc((100% - 40px) / 3);width:calc((100% - 40px) / 3)}.blog-section__nav-btn--prev{left:5px}.blog-section__nav-btn--next{right:5px}}@media(max-width:768px){.blog-section{padding:60px 0}.blog-section__inner{padding:0 20px}.blog-section__gallery{gap:20px}.blog-section__card-wrap{flex:0 0 calc((100% - 20px)/2);width:calc((100% - 20px)/2)}.blog-section__nav-btn{width:40px;height:40px}.blog-section__nav-btn--prev{left:0}.blog-section__nav-btn--next{right:0}}@media(max-width:640px){.blog-section{padding:50px 0}.blog-section__inner{padding:0 10px}.blog-section__gallery{gap:15px}.blog-section__card-wrap{flex:0 0 85%;width:85%}}.blog-card{display:flex;flex-direction:column;gap:15px}.blog-card__image-wrapper{position:relative;width:100%;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);aspect-ratio:310/210}.blog-card__image-wrapper:after{content:"";position:absolute;inset:0;background:#0000000d;pointer-events:none}.blog-card__image{width:100%;height:100%;object-fit:cover;display:block}.blog-card__category{position:absolute;top:20px;right:20px;background:#ffffffb3;border-radius:50px;padding:6px 16px;z-index:2;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:15px;text-align:center;color:#000818}.blog-card__content{display:flex;flex-direction:column;gap:10px}.blog-card__date{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:15px;color:#3b82f6}.blog-card__title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#000;margin:0}.blog-card__excerpt{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#00000080;margin:0}.static-banner{width:100%;padding:20px 0 100px;background:#fff;display:flex;justify-content:center}.static-banner__inner{width:100%;max-width:1440px;padding:0 40px}.static-banner__content-box{width:100%;background-color:#120b18;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px;padding:80px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;overflow:hidden}.static-banner__title{font-family:Times New Roman,serif;font-style:normal;font-weight:700;font-size:34px;line-height:50px;color:#fff;margin:0}.static-banner__description{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#ffffff80;max-width:760px;margin:0}.static-banner__action{margin-top:16px}.static-banner__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 24px;background:transparent;border:1px solid rgba(255,255,255,.5);border-radius:50px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#fff;text-decoration:none;transition:all .3s ease}.static-banner__btn:hover{background:#ffffff1a;border-color:#fff;transform:scale(1.02)}@media(max-width:1024px){.static-banner__content-box{padding:60px 40px}.static-banner__title{font-size:30px;line-height:40px}}@media(max-width:768px){.static-banner{padding:50px 0}.static-banner__inner{padding:0 20px}.static-banner__content-box{padding:40px 20px;border-radius:12px}.static-banner__title{font-size:26px;line-height:36px}.static-banner__description{font-size:13px}}.category-page{width:100%;padding:40px 0 80px}.category-page__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 100px;display:flex;flex-direction:column;gap:0}@media(max-width:1024px){.category-page__inner{padding:0 40px}}@media(max-width:768px){.category-page__inner{padding:0 20px}}.category-page__layout-split{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:60px;position:relative}@media(max-width:1024px){.category-page__layout-split{flex-direction:column;gap:40px}}.category-page__mobile-filter-btn{display:none;align-items:center;justify-content:center;position:fixed;bottom:30px;right:30px;z-index:99;width:48px;height:48px;padding:0;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%);color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #00000040}@media(max-width:1024px){.category-page__mobile-filter-btn{display:flex}}.category-page__sidebar{flex:0 0 280px;display:flex;flex-direction:column;gap:40px;position:sticky;top:100px}@media(max-width:1024px){.category-page__sidebar{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:#fff;z-index:100;padding:80px 20px 40px;overflow-y:auto;box-shadow:4px 0 20px #0000001a;transition:left .3s ease}.category-page__sidebar--open{left:0}}.category-page__sidebar-overlay{display:none}@media(max-width:1024px){.category-page__sidebar-overlay--active{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:90;cursor:pointer}}.category-page__sidebar-close-btn{display:none;position:absolute;top:20px;right:20px;background:none;border:none;color:#000;cursor:pointer;padding:4px}@media(max-width:1024px){.category-page__sidebar-close-btn{display:block}}.category-page__filter-block{display:flex;flex-direction:column;gap:20px}.category-page__filter-title{font-family:Times New Roman,serif;font-weight:700;font-size:24px;line-height:1.2;color:#000;margin:0;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1)}.category-page__checkbox-group{display:flex;flex-direction:column;gap:16px}.category-page__checkbox-label{display:flex;align-items:center;gap:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;color:#333;cursor:pointer}.category-page__checkbox-label input[type=checkbox]{display:none}.category-page__checkbox-label input[type=checkbox]:checked+.category-page__checkbox-custom{background:#000;border-color:#000}.category-page__checkbox-label input[type=checkbox]:checked+.category-page__checkbox-custom:after{content:"";position:absolute;left:6px;top:3px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.category-page__checkbox-custom{width:18px;height:18px;border:1px solid rgba(0,0,0,.3);border-radius:4px;position:relative;transition:all .2s ease}.category-page__range-slider{display:flex;flex-direction:column;gap:12px}.category-page__range-input{width:100%;-webkit-appearance:none;height:4px;background:#d9d9d9;border-radius:2px;outline:none}.category-page__range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#000;cursor:pointer;transition:transform .2s ease}.category-page__range-input::-webkit-slider-thumb:hover{transform:scale(1.2)}.category-page__range-values{display:flex;justify-content:space-between;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#0009;font-weight:500}.category-page__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:40px}.category-page__header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.category-page__header{flex-direction:column;align-items:flex-start;gap:20px}}.category-page__header-text{flex:1}.category-page__title{font-family:Times New Roman,serif;font-weight:700;font-size:36px;line-height:1.2;color:#000;margin:0 0 16px}.category-page__description{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:15px;line-height:1.5;color:#0009;margin:0;max-width:600px}.category-page__sort{display:flex;align-items:center;gap:12px}.category-page__sort-label{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:14px;color:#000;white-space:nowrap}.category-page__sort-select-wrap{position:relative;display:flex;align-items:center}.category-page__sort-select{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid rgba(0,0,0,.2);border-radius:4px;padding:10px 36px 10px 16px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#333;cursor:pointer;outline:none;min-width:180px}.category-page__sort-select:focus{border-color:#000}.category-page__sort-icon{position:absolute;right:12px;pointer-events:none;color:#000}.category-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media(max-width:1200px){.category-page__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.category-page__grid{grid-template-columns:repeat(2,1fr);gap:16px}}.category-page__empty{grid-column:1/-1;text-align:center;padding:60px 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;color:#00000080}.ui-product-card{background:#0000000d;border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:20px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;cursor:pointer;height:100%;text-decoration:none;color:inherit}.ui-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014;background:#fff}.ui-product-card__image-wrap{width:100%;height:240px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.ui-product-card__image-wrap{height:auto;aspect-ratio:1}}.ui-product-card__image{max-width:90%;max-height:90%;object-fit:contain}.ui-product-card__content{display:flex;flex-direction:column;gap:12px;flex:1}.ui-product-card__title{font-family:Times New Roman,serif;font-weight:700;font-size:20px;line-height:1.2;color:#000;margin:0}@media(max-width:768px){.ui-product-card__title{font-size:16px}}.ui-product-card__description{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#00000080;margin:0;flex:1}@media(max-width:768px){.ui-product-card__description{display:none}}.ui-product-card__price{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;font-size:18px;color:#000;margin-top:auto}.ui-breadcrumb{width:100%;margin-bottom:40px}.ui-breadcrumb__list{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:12px}.ui-breadcrumb__item{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;line-height:26px;color:#101010}.ui-breadcrumb__item--active{font-weight:500}.ui-breadcrumb__link{color:#101010;text-decoration:none;transition:opacity .2s ease}.ui-breadcrumb__link:hover{opacity:.7}.ui-breadcrumb__separator{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;color:#101010;opacity:.5;-webkit-user-select:none;user-select:none}.product-detail-page{width:100%;background:#fff}.product-detail-page__upper{width:100%;background-color:#00040c0d;padding:40px 0;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:70px}.product-detail-page__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 100px}@media(max-width:1024px){.product-detail-page__inner{padding:0 40px}}@media(max-width:768px){.product-detail-page__inner{padding:0 20px}}.product-detail-page__top-section{display:flex;flex-direction:row;align-items:flex-start;gap:60px;margin-bottom:40px}@media(max-width:1024px){.product-detail-page__top-section{flex-direction:column}}.product-detail-page__bottom-section{display:flex;flex-direction:column;gap:40px;padding-bottom:100px}.product-gallery{flex:0 0 500px;display:flex;flex-direction:column;gap:30px}@media(max-width:1024px){.product-gallery{flex:1;width:100%;max-width:600px;margin:0 auto}}.product-gallery__main-wrap{width:100%;aspect-ratio:1/1;background:#fff;border:1px solid rgba(255,255,255,.05);border-radius:8px;display:flex;align-items:center;justify-content:center;padding:40px}.product-gallery__main-img{max-width:100%;max-height:100%;object-fit:contain}.product-gallery__thumbnails{display:flex;flex-direction:row;align-items:center;gap:20px}.product-gallery__thumb-btn{width:100px;height:100px;background:transparent;border:1px solid transparent;border-radius:8px;padding:10px;cursor:pointer;transition:border-color .2s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center}.product-gallery__thumb-btn:hover{opacity:.8}.product-gallery__thumb-btn--active{border:1px solid rgba(0,0,0,.25)}.product-gallery__thumb-img{max-width:100%;max-height:100%;object-fit:contain}.product-info{flex:1;display:flex;flex-direction:column;gap:40px}.product-info__title{font-family:Times New Roman,serif;font-weight:700;font-size:34px;line-height:39px;color:#000;margin:0}.product-info__description{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:26px;color:#00000080;margin:0;max-width:620px}.product-info__meta{display:flex;flex-direction:column;gap:16px}.product-info__meta-item{display:flex;align-items:center;gap:24px}.product-info__meta-label{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:26px;color:#00000080;min-width:40px}.product-info__price{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:30px;line-height:37px;background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%),#000;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.product-info__code{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:16px;line-height:26px;color:#000}.product-info__features{display:flex;flex-direction:column;gap:16px}.product-info__features-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:16px;line-height:26px;color:#000;margin:0}.product-info__features-list{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:26px;color:#00000080;margin:0;padding-left:20px;max-width:560px}.product-info__features-list li{margin-bottom:4px}.product-tabs{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.product-tabs__btn{height:44px;padding:0 20px;border-radius:50px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:16px;line-height:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(0,0,0,.2);color:#00000080}.product-tabs__btn:hover{color:#000;border-color:#0006}.product-tabs__btn--active{background:linear-gradient(90deg,#c13192 -27.94%,#4391ee 41.01%,#56bf87 91.69%,#fddd29 144.85%),#fff;border:none;color:#fff}.product-tabs__btn--active:hover{color:#fff;border:none;opacity:.9}.product-tab-content{max-width:800px}.product-tab-content__text{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:26px;color:#00000080;margin:0}.contact-page{width:100%;padding:40px 0 60px;font-family:var(--font-frontend);background-color:#f9f9f9}.contact-page__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 100px;display:flex;flex-direction:column}@media(max-width:1024px){.contact-page__inner{padding:0 40px}}@media(max-width:768px){.contact-page__inner{padding:0 20px}}.contact-page__content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:992px){.contact-page__content{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem}}.contact-page__left{display:flex;flex-direction:column;gap:1rem}.contact-page__right{display:flex;flex-direction:column;min-height:350px}.contact-page__card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem 2rem;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:row;align-items:center;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.contact-page__card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.contact-page__card--social{align-items:center}.contact-page__icon{color:var(--theme-primary, #1e3a8a);flex-shrink:0}.contact-page__icon--muted{color:var(--text-muted);opacity:.5}.contact-page__icon-wrap{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.contact-page__info{display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.contact-page__label{font-size:.875rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.contact-page__text{font-size:1.125rem;font-weight:600;color:var(--text-dark);text-decoration:none;line-height:1.5}.contact-page__text[href]{transition:color .2s}.contact-page__text[href]:hover{color:var(--theme-primary, #1e3a8a)}.contact-page__social-links{display:flex;gap:1rem;margin-top:.5rem}.contact-page__social-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#f3f4f6;color:var(--text-dark);transition:all .2s ease}.contact-page__social-btn:hover{background-color:var(--theme-primary, #1e3a8a);color:var(--bg-white);transform:translateY(-2px)}.contact-page__map-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box}.contact-page__map{width:100%;min-height:350px;height:100%;border-radius:var(--radius-md);overflow:hidden}.contact-page__map iframe{width:100%!important;height:100%!important;border:0!important;display:block;min-height:350px}.about-page{width:100%;padding:60px 0 100px;font-family:var(--font-frontend);background-color:#f9f9f9}.about-page__inner{width:100%;max-width:1440px;margin:0 auto;padding:0 100px;display:flex;flex-direction:column}@media(max-width:1024px){.about-page__inner{padding:0 40px}}@media(max-width:768px){.about-page__inner{padding:0 20px}}.about-page__header{text-align:center;margin-bottom:4rem}.about-page__title{font-size:3rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}@media(max-width:768px){.about-page__title{font-size:2.5rem}}.about-page__subtitle{font-size:1.25rem;color:var(--text-muted);max-width:700px;margin:0 auto;line-height:1.6}.about-page__content{display:flex;flex-direction:column;gap:5rem}.about-page__section{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about-page__section{grid-template-columns:1fr 1fr;gap:5rem}}.about-page__text-content h2{font-size:2rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem}.about-page__text-content p{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.about-page__image-wrapper{width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 25px -5px #0000001a;background-color:#e5e7eb}.about-page__image-placeholder{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fffc;font-size:1.5rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.about-page__mission-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about-page__mission-grid{grid-template-columns:1fr 1fr}}.about-page__mission-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;box-shadow:0 4px 6px -1px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about-page__mission-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.about-page__mission-card h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.about-page__mission-card p{font-size:1rem;color:var(--text-muted);line-height:1.6}.about-page__mission-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background-color:#eff6ff;color:#2563eb;margin-bottom:1.5rem}.about-page__values{text-align:center;padding-top:2rem;border-top:1px solid var(--border-light)}.about-page__values-title{font-size:2rem;font-weight:600;color:var(--text-dark);margin-bottom:3rem}.about-page__values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about-page__values-grid{grid-template-columns:repeat(2,1fr)}}.about-page__value-item{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-light)}.about-page__value-item h4{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.about-page__value-item p{font-size:1rem;color:var(--text-muted);line-height:1.5}.about-page__value-icon{color:#10b981;margin-bottom:1.5rem}.blog-detail-page .blog-content__header{border-bottom:1px solid #f3f4f6;padding-bottom:2.5rem}.blog-detail-page .blog-content__header-image-wrap img{transition:transform .5s ease}.blog-detail-page .blog-content__header-image-wrap img:hover{transform:scale(1.05)}.blog-detail-page .blog-content .blog-rich-content{font-size:1.125rem;line-height:1.8;color:#374151}.blog-detail-page .blog-content .blog-rich-content h1,.blog-detail-page .blog-content .blog-rich-content h2,.blog-detail-page .blog-content .blog-rich-content h3,.blog-detail-page .blog-content .blog-rich-content h4,.blog-detail-page .blog-content .blog-rich-content h5,.blog-detail-page .blog-content .blog-rich-content h6{color:#111827;font-weight:700;margin-top:2rem;margin-bottom:1rem}.blog-detail-page .blog-content .blog-rich-content p{margin-bottom:1.5rem}.blog-detail-page .blog-content .blog-rich-content ul,.blog-detail-page .blog-content .blog-rich-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-detail-page .blog-content .blog-rich-content li{margin-bottom:.5rem}.blog-detail-page .blog-content .blog-rich-content img{border-radius:1rem;margin:2.5rem 0;box-shadow:0 10px 15px -3px #0000001a}.blog-detail-page .blog-content .blog-rich-content blockquote{border-left:4px solid #3b82f6;padding-left:1.5rem;font-style:italic;color:#4b5563;margin:2rem 0}.blog-detail-page .other-blog-card{transition:all .3s ease;padding:8px;margin:-8px;border-radius:12px}.blog-detail-page .other-blog-card:hover{background-color:#f9fafb;transform:translateY(-2px)}@media(max-width:1024px){.blog-detail-page .container{padding-left:1.5rem;padding-right:1.5rem}.blog-detail-page aside{border-top:1px solid #f3f4f6;padding-top:2.5rem;margin-top:1rem}}.search-results-page .search-section{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.search-results-page .search-section:nth-child(1){animation-delay:.1s}.search-results-page .search-section:nth-child(2){animation-delay:.2s}.search-results-page .search-section:nth-child(3){animation-delay:.3s}.search-results-page .animate-blob{animation:blob 7s infinite}.search-results-page .animation-delay-2000{animation-delay:2s}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@media(max-width:1400px){.site-header__inner{gap:0;justify-content:space-between;max-width:100%;padding:0 2rem}}@media(max-width:1024px){.site-header__search{display:none}}@media(max-width:768px){.site-header{height:80px}.site-header__inner{height:40px;padding:0 1rem}.site-header__nav,.site-header__search{display:none}.site-header__menu-toggle{display:flex}.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;text-align:center}}
