.faq-intro{display:flex;align-items:center;gap:24px;margin-bottom:48px}
.faq-intro-icon{flex-shrink:0}
.faq-intro-text{flex:1;min-width:0}
.faq-intro-title{font-size:var(--font-title);font-weight:600;color:#111;margin:0 0 12px}
.faq-list{display:flex;flex-direction:column;gap:24px}
.faq-card{position:relative;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.07);padding:45px 70px;overflow:hidden}
.faq-card-head{display:flex;align-items:flex-start;gap:0;margin-bottom:16px}
.faq-card-badge span{position:absolute;top:0;left:0;color:#fff;height:44px;width:44px;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:2}
.faq-card-badge::before{content:'';background-color:var(--public-color);width:120px;height:120px;display:inline-block;position:absolute;top:-68px;left:-62px;border-radius:50%;z-index:1}
.faq-card-q{font-size:var(--font-h4);font-weight:600;color:#111;margin:0;flex:1;min-width:0;line-height:1.4;padding-top:2px}
.faq-card-a{font-size:var(--font-body);color:#666;line-height:1.65;margin:0}

.product-list{padding:60px 0;background:#fff}
.product-list-header{display:flex;flex-direction:column;gap:0}
.product-list-filter-form{width:100%}
.product-list-search-inner{display:flex;align-items:stretch;width:100%;min-height:78px;background:#f2f2f2;border-radius:999px;overflow:hidden;border:0 solid #e8e8e8;padding:20px;position:relative;margin-bottom:40px}
.product-list-search-input{flex:1;min-width:0;border:none;background:transparent;padding:0 22px;font-size:var(--font-body);color:#333;outline:none}
.product-list-search-input::placeholder{color:#aaa}
.product-list-search-submit{flex-shrink:0;width:150px;display:flex;align-items:center;justify-content:center;background:#f38b14;color:#fff;border:none;cursor:pointer;transition:background .25s,opacity .25s;margin:4px 4px 4px 0;border-radius:0 999px 999px 0;position:absolute;right:0;top:0;bottom:0}
.product-list-search-submit:hover{background:#e07d0f;color:#fff}
.product-list-search-submit:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}
.product-list-search-submit svg{display:block}
.product-list-tabs{display:flex;flex-wrap:wrap;gap:12px 16px;margin:0 0 30px;padding:0 0 18px;position:relative;z-index:2}
.product-list-tab{position:relative;padding:18px 40px;font-size:var(--font-body);font-weight:500;color:#444;background:#f2f2f2;border:none;border-radius:999px;cursor:pointer;transition:background .25s,color .25s;font-family:inherit;line-height:1.3;min-width:260px;text-align:center;text-decoration:none}
.product-list-tab:hover{color:#222;background:#e8e8e8}
.product-list-tab.active{background:#0a22aa;color:#fff}
.product-list-tab.active:hover{color:#fff;background:#081d8f}
.product-list-tab.active::after{content:'';position:absolute;left:50%;bottom:-9px;transform:translateX(-50%);border-left:9px solid transparent;border-right:9px solid transparent;border-top:10px solid #0a22aa;z-index:3}
.product-list-brand-panel{background:#f2f2f2;border-radius:0;padding:28px 24px 16px;margin-top:-6px;position:relative;z-index:1;border:1px solid #eaeaea}
.product-list-brand-grid-wrap{overflow:hidden;transition:max-height .4s ease}
.product-list-brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px 12px;margin:0;padding:0}
.product-list-brand-item{display:flex;align-items:center;gap:8px;min-width:0;font-size:18px;font-weight:500;color:#444;text-transform:uppercase;letter-spacing:.02em;cursor:pointer}
.product-list-brand-item input{flex-shrink:0;width:20px;height:20px;margin:0;accent-color:#0a22aa;border:1px solid #e6e6e6;border-radius:1px;cursor:pointer;background-color:#fff}
.product-list-brand-item span{min-width:0}
.product-list-brand-toggle-wrap{display:flex;justify-content:center;margin-top:20px;padding-top:8px}
.product-list-brand-toggle{display:flex;align-items:center;justify-content:center;min-width:52px;height:32px;padding:0 18px;border:2px solid var(--public-color-secondary);background:#fff;color:var(--public-color-secondary);cursor:pointer;border-radius:999px;transition:color .2s,background .2s,border-color .2s,box-shadow .2s;box-shadow:0 3px 14px rgba(10,34,162,.18)}
.product-list-brand-toggle:hover{color:#fff;background:var(--public-color-secondary);border-color:var(--public-color-secondary);box-shadow:0 5px 20px rgba(10,34,162,.32)}
.product-list-brand-toggle:focus-visible{outline:3px solid rgba(10,34,162,.35);outline-offset:3px}
.product-list-brand-toggle.is-open{background:var(--public-color-secondary);color:#fff;border-color:var(--public-color-secondary)}
.product-list-brand-toggle svg{display:block;width:22px;height:22px;transition:transform .35s ease;flex-shrink:0}
.product-list-brand-toggle.is-open svg{transform:rotate(180deg)}
.product-list-content{margin-top:48px;padding:0 0 20px;position:relative;scroll-margin-top:calc(var(--h-header) + 8px)}
.product-list-content.is-loading{min-height:200px}
.product-list-loading{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.78);backdrop-filter:blur(2px);transition:opacity .2s ease}
.product-list-loading[hidden]{display:none}
.product-list-loading-spinner{width:44px;height:44px;border:3px solid #e6e6e6;border-top-color:#0a22aa;border-radius:50%;animation:product-list-spin .75s linear infinite}
@keyframes product-list-spin{to{transform:rotate(360deg)}}
.product-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 40px;margin:0}
.product-list-empty{grid-column:1/-1;text-align:center;padding:48px 20px;color:#666;font-size:var(--font-body);margin:0}
.product-list-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center;margin:32px 0 0;padding:0}
.product-list-pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:40px;color:#999;font-size:var(--font-sm);user-select:none;pointer-events:none}
.product-list-pagination-item{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #ddd;color:#333;text-decoration:none;border-radius:4px;font-size:var(--font-sm);transition:background .2s,color .2s,border-color .2s}
.product-list-pagination-item:hover{background:#f5f5f5;color:var(--public-color);border-color:#ccc}
.product-list-pagination-item.active{background:#0a22aa;color:#fff;border-color:#0a22aa}
.product-list-pagination-item.active:hover{color:#fff;background:#081d8f}
.product-list-pagination button.product-list-pagination-item{background:#fff;font-family:inherit;cursor:pointer}
.product-list-pagination span.product-list-pagination-item.active{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #0a22aa;border-radius:4px;font-size:var(--font-sm)}
.product-list-card{background:#fff;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .3s,border-color .3s;border-top:3px solid transparent;border:1px solid #ddd}
.product-list-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-top-color:#001a9e}
.product-list-card-img-link{display:block;background:#fff;aspect-ratio:1;padding:0;line-height:0;overflow:hidden}
.product-list-card-img-link img{width:100%;height:100%;object-fit:contain;display:block}
.product-list-card-footer{padding:20px;flex:1;transition:background .3s,color .3s;background-color:#ededed;display:flex;flex-direction:column}
.product-list-card:hover .product-list-card-footer{background:#001a9e;color:#fff}
.product-list-card-title{margin:0 0 8px;font-size:var(--font-h4);font-weight:600;line-height:1.35}
.product-list-card-title-link{display:block;text-decoration:none}
.product-list-card-footer a{text-decoration:none}
.product-list-card:hover .product-list-card-title-link{color:#fff}
.product-list-card:hover .product-list-card-title-link:hover{color:rgba(255,255,255,.9)}
.product-list-card:not(:hover) .product-list-card-title-link{color:#333;text-decoration:none}
.product-list-card:not(:hover) .product-list-card-title-link:hover{color:var(--public-color)}
.product-list-card-no{font-size:var(--font-sm);margin:0 0 6px;color:inherit}
.product-list-card:hover .product-list-card-no{opacity:.95}
.product-list-card:not(:hover) .product-list-card-no{color:#666}
.product-list-card-eo{font-size:12px;margin:0;color:inherit;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:100%;text-overflow:ellipsis;word-break:break-word}
.product-list-card-eo + .product-list-card-eo{margin-top:2px}
.product-list-card-eo-label{font-weight:500}
.product-list-card:hover .product-list-card-eo{opacity:.85}
.product-list-card:not(:hover) .product-list-card-eo{color:#888}

.product-list-adv{padding:80px 0 100px;background:#fff}
.product-list-adv-row{display:flex;align-items:center;gap:0;margin:0}
.product-list-adv-row:nth-child(even){flex-direction:row-reverse}
.product-list-adv-img{flex:1;min-width:0;border-radius:0;overflow:hidden;line-height:0;background:#f5f5f5}
.product-list-adv-img img{display:block;width:100%;height:auto}
.product-list-adv-text{flex:1;min-width:0;padding:40px;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:700px}
.product-list-adv-row:nth-child(even) .product-list-adv-text{padding-right:80px}
.product-list-adv-text h2{font-size:var(--font-h2);font-weight:600;color:#000;margin:0 0 20px;line-height:1.35;display:flex}
.product-list-adv-text h2::before{content:'';display:inline-block;width:20px;height:30px;background:url(../images/title-before.webp) no-repeat center;margin-right:10px;margin-top:4px}
.product-list-adv-text p{font-size:var(--font-body);color:#555;line-height:1.65;margin:0 0 22px 30px}
.product-list-adv-text ul{margin:0;padding:0;list-style:none;margin-left:30px}
.product-list-adv-text ul li{position:relative;font-size:var(--font-body);color:#333;line-height:1.6;margin-bottom:14px;padding-left:28px}
.product-list-adv-text ul li:last-child{margin-bottom:0}
.product-list-adv-text ul li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path fill="%23e70012" d="M6.2 14L0 7.8l2.1-2.1 4.1 4.1 9.7-9.7L18 1.9z"/></svg>') no-repeat center/contain}
.product-list-adv-text ul li strong{font-weight:600;color:#111}

.product-list .faq-intro-title{font-size:32px}
.product-list .faq-intro-icon{width:66px}

@media(max-width:992px){
 .product-list-brand-grid{grid-template-columns:repeat(4,1fr)}
 .product-list-grid{grid-template-columns:repeat(2,1fr);gap:24px 28px}
 .product-list-adv{padding:56px 0 72px}
 .product-list-adv-row,.product-list-adv-row-reverse{flex-direction:column !important;gap:28px;margin-bottom:56px}
 .product-list-adv-img{width:100%}
}
@media(max-width:768px){
 .product-list{padding:24px 0 40px}
 .product-list-tabs{gap:8px;margin-bottom:20px;padding-bottom:12px}
 .product-list-tab{min-width:0;max-width:100%;padding:12px 14px;font-size:var(--font-sm);flex:1 1 auto;text-align:center}
 .product-list-tab.active::after{bottom:-10px;border-left-width:7px;border-right-width:7px;border-top-width:8px}
 .product-list-brand-panel{padding:18px 12px 10px;margin-top:0}
 .product-list-brand-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px}
 .product-list-brand-item{font-size:var(--font-sm);gap:6px}
 .product-list-brand-item input{width:18px;height:18px}
 .product-list-search-inner{min-height:48px;border-radius:12px;padding:8px 52px 8px 12px;margin-bottom:24px}
 .product-list-search-input{padding:0 8px;font-size:16px}
 .product-list-search-submit{width:44px;margin:3px 3px 3px 0;border-radius:0 10px 10px 0}
 .product-list-brand-toggle{min-width:48px;height:44px;padding:0 14px}
 .product-list-brand-toggle svg{width:20px;height:20px}
 .product-list-content{margin-top:32px}
 .product-list-content{margin-top:24px;padding-bottom:12px;scroll-margin-top:calc(var(--h-header-mb) + 6px)}
 .product-list-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px}
 .product-list-card-img-link{padding:10px}
 .product-list-card-footer{padding:12px}
 .product-list-card-title{font-size:var(--font-sm);line-height:1.3;margin-bottom:6px}
 .product-list-card-no{font-size:12px;margin-bottom:4px}
 .product-list-card-eo{font-size:11px;line-height:1.35}
 .product-list-pagination{margin-top:20px;gap:6px}
 .product-list-pagination-item{min-width:34px;height:34px;padding:0 8px;font-size:12px}
 .product-list-adv{padding:32px 0 48px}
 .product-list-adv-row{gap:20px;margin-bottom:40px}
 .product-list-adv-row:last-child{margin-bottom:0}
 .product-list-adv-text{padding:16px 0;max-width:none}
 .product-list-adv-row:nth-child(even) .product-list-adv-text{padding-right:0}
 .product-list-adv-text h2{font-size:var(--font-h2);margin-bottom:14px}
 .product-list-adv-text p{margin:0 0 16px 0;padding-left:0}
 .product-list-adv-text ul{margin-left:0}
 .product-list-adv-text ul li{padding-left:24px;margin-bottom:10px}
 .product-list .faq-intro{flex-direction:row;align-items:center;gap:16px;margin-bottom:28px}
 .product-list .faq-intro-title{font-size:var(--font-h2);line-height:1.25}
 .product-list .faq-intro-icon{width:52px;flex-shrink:0}
 .product-list .faq-list{gap:14px}
 .product-list .faq-card{padding:22px 16px 22px 18px}
 .product-list .faq-card-badge::before{width:96px;height:96px;top:-56px;left:-50px}
 .product-list .faq-card-badge span{height:40px;width:40px;font-size:16px}
 .product-list .faq-card-head{margin-bottom:12px}
 .product-list .faq-card-q{font-size:var(--font-body);padding:6px 0 0 40px;line-height:1.4}
 .product-list .faq-card-a{font-size:var(--font-sm);line-height:1.55}
}
