.hero-category{background:linear-gradient(135deg,var(--tp-navy) 0%,var(--tp-navy-mid) 60%,var(--tp-navy-light) 100%);color:#fff;padding:52px 0 48px;position:relative;overflow:hidden}.hero-category:before{content:"";position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;border:60px solid rgba(232,118,30,.12);pointer-events:none}.hero-category:after{content:"";position:absolute;bottom:-60px;left:10%;width:200px;height:200px;border-radius:50%;border:30px solid rgba(255,255,255,.05);pointer-events:none}.hero-category__inner{max-width:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;position:relative;z-index:1}.hero-category__content{padding:0 48px 0 200px}.hero-category__tag{margin-bottom:16px}.hero-category__title{font-family:var(--tp-font-system);font-size:52px;font-weight:800;line-height:1.15;letter-spacing:-.01em;margin:0 0 16px;color:var(--tp-white)}.hero-category__title em{font-style:normal;color:var(--tp-orange-light)}.hero-category__desc{font-size:var(--tp-fs-lg);line-height:1.7;color:#ffffffc7;max-width:560px;margin:0 0 28px;font-family:var(--tp-font-accent)}.hero-category__stats{display:flex;gap:32px}.hero-category__stat{text-align:left}.hero-category__stat-num{font-family:var(--tp-font-system);font-size:var(--tp-fs-5xl);font-weight:800;color:var(--tp-orange-light);line-height:1}.hero-category__stat-label{font-size:var(--tp-fs-xs);color:#fff9;margin-top:4px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.hero-category__finder{background:#ffffff12;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-xl);padding:28px 24px;width:100%;max-width:400px;justify-self:center;margin-left:0;margin-right:64px}.hero-category__finder-title{font-family:var(--tp-font-system);font-size:var(--tp-fs-2xl);font-weight:700;letter-spacing:.04em;margin:0 0 16px;color:#fff}.hero-category__finder-select{width:100%;padding:8px 40px 8px 16px;border-radius:var(--radius-sm);border:1.5px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;font-size:var(--tp-fs-base);font-family:var(--tp-font-system);cursor:pointer;outline:none;margin-bottom:8px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='rgba(255,255,255,0.6)' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;transition:border-color var(--transition-hover),opacity var(--transition-hover)}.hero-category__finder-select:focus{border-color:var(--tp-orange)}.hero-category__finder-select:disabled{opacity:.4;cursor:not-allowed}.hero-category__finder-select option{background:var(--tp-navy);color:#fff;font-size:var(--tp-fs-base)}.hero-category__finder-select optgroup{background:var(--tp-navy);color:#ffffff80;font-size:var(--tp-fs-xs)}.hero-category__finder-btn{width:100%;padding:12px;background:var(--tp-orange);border:none;border-radius:var(--radius-sm);color:#fff;font-size:var(--tp-fs-base);font-weight:700;cursor:pointer;font-family:var(--tp-font-system);letter-spacing:.04em;transition:background var(--transition-hover);margin-top:4px}.hero-category__finder-btn:hover:not(:disabled){background:var(--tp-orange-light)}.hero-category__finder-btn:disabled{opacity:.4;cursor:not-allowed}.hero-category-trust{background:var(--tp-white);border-bottom:1px solid var(--tp-border);padding:16px 0}.hero-category-trust__inner{max-width:1320px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.hero-category-trust__item{display:flex;align-items:center;gap:16px;padding:0 28px;border-right:1px solid var(--tp-border)}.hero-category-trust__item:last-child{border-right:none}.hero-category-trust__icon{width:44px;height:44px;min-width:44px;border-radius:var(--radius-md);background:var(--tp-orange-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--tp-fs-2xl)}.hero-category-trust__text{display:flex;flex-direction:column;justify-content:center;gap:0;line-height:1}.hero-category-trust__text strong{display:block;font-size:var(--tp-fs-base);font-weight:600;color:var(--tp-navy);line-height:1.15}.hero-category-trust__text span{display:block;font-size:var(--tp-fs-xs);color:var(--tp-text-muted);line-height:1.15;margin-top:2px}@media(max-width:1200px){.hero-category__content{padding:0 32px 0 40px}.hero-category__finder{margin-right:40px}}@media(max-width:1080px){.hero-category__inner{grid-template-columns:1fr;gap:32px;padding:0}.hero-category__content{padding:0 32px;text-align:center}.hero-category__tag{margin-left:auto;margin-right:auto}.hero-category__title{text-align:center}.hero-category__desc{margin-left:auto;margin-right:auto;text-align:center}.hero-category__stats{justify-content:center;flex-wrap:wrap}.hero-category__finder{max-width:480px;margin-left:auto;margin-right:auto;justify-self:center}.hero-category-trust__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hero-category-trust__item{border-right:none;padding:8px 16px}}@media(max-width:640px){.hero-category{padding:36px 0 32px}.hero-category__content{padding:0 20px}.hero-category__title{font-size:var(--tp-fs-6xl)}.hero-category__desc{font-size:var(--tp-fs-md);margin-bottom:20px}.hero-category__stats{gap:20px}.hero-category__stat-num{font-size:var(--tp-fs-5xl)}.hero-category__finder{padding:24px 16px;margin-left:20px;margin-right:20px;width:auto}.hero-category-trust__inner{grid-template-columns:1fr;gap:12px}.hero-category-trust__item{border-right:none;padding:8px 0}}@media(max-width:400px){.hero-category__title{font-size:var(--tp-fs-5xl)}.hero-category__stat-num{font-size:var(--tp-fs-4xl)}.hero-category__stats{gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/hero-category.css.map */
