/* iQQuip website update v53 — FAQ product orientation and space-plan previews */
.faq-product-selector{padding:44px clamp(24px,4.5vw,72px) 18px;background:#fff;border-top:1px solid #edf1f4}
.faq-product-selector-heading{max-width:760px;margin-bottom:24px}
.faq-product-selector-heading h2{margin:8px 0 0;color:#0b2f4a;font-size:clamp(28px,3vw,43px);line-height:1.08;font-weight:500;letter-spacing:-.025em}
.faq-product-selector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1120px}
.faq-product-card{min-height:220px;display:grid;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:22px;padding:18px 24px;border:1px solid #dde5ea;background:#f8fafb;color:#0b2f4a;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.faq-product-card:hover{border-color:#87adc6;transform:translateY(-2px);box-shadow:0 8px 24px rgba(11,47,74,.08)}
.faq-product-card:focus-visible{outline:2px solid #0b5d91;outline-offset:4px}
.faq-product-image-wrap{height:184px;display:flex;align-items:center;justify-content:center}
.faq-product-image-wrap img{display:block;max-width:100%;height:100%;object-fit:contain}
.faq-product-card span{display:block;margin-bottom:7px;color:#6a8193;font-size:12px;font-weight:750;letter-spacing:.12em}
.faq-product-card strong{display:block;font-size:22px;line-height:1.18;font-weight:650}
.faq-product-card b{display:block;margin-top:18px;color:#0b5d91;font-size:14px;font-weight:700}
.faq-product-card b i{font-style:normal}
.faq-product-card:hover b{text-decoration:underline;text-underline-offset:3px}
.faq-space-plan-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0 4px}
.faq-space-plan-card{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:15px;padding:12px 14px;border:1px solid #dce5eb;background:#f8fafb;color:#0b2f4a;text-decoration:none;border-radius:6px}
.faq-space-plan-card:hover{border-color:#87adc6;background:#fff}
.faq-space-plan-card:focus-visible{outline:2px solid #0b5d91;outline-offset:3px}
.faq-space-plan-card img{display:block;width:116px;height:86px;object-fit:contain;background:#fff;border:1px solid #e5eaee;border-radius:4px}
.faq-space-plan-card span{display:block}
.faq-space-plan-card strong{display:block;font-size:15px;line-height:1.2}
.faq-space-plan-card b{display:block;margin-top:7px;color:#0b5d91;font-size:13px;line-height:1.3;font-weight:700}
.faq-space-plan-card b i{font-style:normal}
.faq-space-plan-card:hover b{text-decoration:underline;text-underline-offset:3px}
@media(max-width:800px){
 .faq-product-selector-grid{grid-template-columns:1fr}
 .faq-product-card{grid-template-columns:125px minmax(0,1fr);min-height:170px;padding:15px 18px}
 .faq-product-image-wrap{height:145px}
 .faq-space-plan-links{grid-template-columns:1fr}
}
@media(max-width:520px){
 .faq-product-selector{padding:34px 20px 14px}
 .faq-product-card{grid-template-columns:95px minmax(0,1fr);gap:14px;padding:12px}
 .faq-product-image-wrap{height:120px}
 .faq-product-card strong{font-size:18px}
 .faq-space-plan-card{grid-template-columns:88px minmax(0,1fr);gap:11px;padding:10px}
 .faq-space-plan-card img{width:88px;height:70px}
}
