:root{--ch-navy: #0f2744;--ch-navy-mid: #1a3a5c;--ch-navy-light: #1e4d7a;--ch-orange: #e8761e;--ch-orange-light: #f5935a;--ch-orange-pale: #fff4ec;--ch-cream: #faf8f4;--ch-text: #1c1c1c;--ch-text-muted: #666;--ch-border: #e4e0d8;--ch-white: #ffffff;--ch-green: #1a7a4a;--ch-font-heading: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ch-font-accent: Georgia, "Times New Roman", "DejaVu Serif", serif;--ch-font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.category-hero{background:linear-gradient(135deg,var(--ch-navy) 0%,var(--ch-navy-mid) 60%,var(--ch-navy-light) 100%);color:#fff;padding:52px 0 48px;position:relative;overflow:hidden}.category-hero: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}.category-hero: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}.category-hero__inner{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:center;position:relative;z-index:1}.category-hero__tag{display:inline-flex;align-items:center;gap:6px;background:#e8761e33;border:1px solid rgba(232,118,30,.4);color:var(--ch-orange-light);font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:16px;width:fit-content}.category-hero__tag-dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.category-hero__title{font-family:var(--ch-font-heading);font-size:52px;font-weight:800;line-height:1.08;letter-spacing:-.01em;margin:0 0 18px;color:var(--ch-white)}.category-hero__title em{font-style:normal;color:var(--ch-orange-light)}.category-hero__desc{font-size:16px;line-height:1.7;color:#ffffffc7;max-width:560px;margin:0 0 28px;font-family:var(--ch-font-accent)}.category-hero__stats{display:flex;gap:32px}.category-hero__stat{text-align:left}.category-hero__stat-num{font-family:var(--ch-font-heading);font-size:36px;font-weight:800;color:var(--ch-orange-light);line-height:1}.category-hero__stat-label{font-size:12px;color:#fff9;margin-top:3px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.category-hero__finder{background:#ffffff12;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:28px 24px}.category-hero__finder-title{font-family:var(--ch-font-heading);font-size:20px;font-weight:700;letter-spacing:.02em;margin:0 0 16px;color:#fff}.category-hero__finder-select{width:100%;padding:10px 36px 10px 14px;border-radius:8px;border:1.5px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;font-size:14px;font-family:var(--ch-font-body);cursor:pointer;outline:none;margin-bottom:10px;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 14px center;transition:border-color .2s,opacity .2s}.category-hero__finder-select:focus{border-color:var(--ch-orange)}.category-hero__finder-select:disabled{opacity:.4;cursor:not-allowed}.category-hero__finder-select option{background:var(--ch-navy);color:#fff;font-size:14px}.category-hero__finder-select optgroup{background:var(--ch-navy);color:#ffffff80;font-size:12px}.category-hero__finder-btn{width:100%;padding:11px;background:var(--ch-orange);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:var(--ch-font-body);letter-spacing:.02em;transition:background .18s;margin-top:4px}.category-hero__finder-btn:hover:not(:disabled){background:var(--ch-orange-light)}.category-hero__finder-btn:disabled{opacity:.4;cursor:not-allowed}.category-hero-trust{background:var(--ch-white);border-bottom:1px solid var(--ch-border);padding:14px 0}.category-hero-trust__inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:0}.category-hero-trust__item{display:flex;align-items:center;gap:10px;padding:0 32px;border-right:1px solid var(--ch-border)}.category-hero-trust__item:last-child{border-right:none}.category-hero-trust__icon{width:36px;height:36px;border-radius:50%;background:var(--ch-orange-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.category-hero-trust__text strong{display:block;font-size:13.5px;font-weight:600;color:var(--ch-navy)}.category-hero-trust__text span{font-size:11.5px;color:var(--ch-text-muted)}@media(max-width:1080px){.category-hero__inner{grid-template-columns:1fr;gap:32px}.category-hero__content{text-align:center}.category-hero__tag{margin-left:auto;margin-right:auto}.category-hero__title{text-align:center}.category-hero__desc{margin-left:auto;margin-right:auto;text-align:center}.category-hero__stats{justify-content:center;flex-wrap:wrap}.category-hero__finder{max-width:480px;margin:0 auto}.category-hero-trust__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.category-hero-trust__item{border-right:none;padding:8px 16px}}@media(max-width:640px){.category-hero{padding:36px 0 32px}.category-hero__title{font-size:32px}.category-hero__desc{font-size:15px;margin-bottom:20px}.category-hero__stats{gap:20px}.category-hero__stat-num{font-size:28px}.category-hero__finder{padding:24px 18px}.category-hero-trust__inner{grid-template-columns:1fr;gap:12px}.category-hero-trust__item{border-right:none;padding:6px 0}}@media(max-width:400px){.category-hero__title{font-size:26px}.category-hero__stat-num{font-size:24px}.category-hero__stats{gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/category-hero.css.map */
