/* FirePatch 站点增强样式 */
.skip-link { position:absolute; left:-9999px; top:0; background:#1f2a37; color:#fff; padding:8px 12px; border-radius:6px; z-index:99999; }
.skip-link:focus { left:8px; top:8px; outline:2px solid #f04e23; }
.hero-product img { display:block; max-width:100%; height:auto; border-radius:12px; }
.product-card img { aspect-ratio: 1 / 1; object-fit: cover; }
.faq { padding:40px 0; background:#fff; }
.faq h2 { text-align:center; margin:0 0 18px; font-size:22px; color:#1f2a37; }
.faq details { max-width:720px; margin:0 auto 8px; background:#f6f7f9; border-radius:8px; padding:10px 14px; }
.faq summary { cursor:pointer; font-weight:600; color:#1f2a37; font-size:15px; }
.faq details[open] { background:#fff; border:1px solid #eee; }
.faq p { margin:8px 0 4px; color:#4a5563; font-size:14px; line-height:1.6; }
:focus-visible { outline:2px solid #f04e23; outline-offset:2px; border-radius:4px; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
.trust-card { text-align:center; padding:18px 12px; }
.trust-card img { width:56px; height:56px; display:block; margin:0 auto 10px; }
