/* why-strip.css — extracted from pages.css */
.why-strip { background:#f8fafc; padding:12px 12px 10px; }
.why-strip::before { content:'WHY GUESTS CHOOSE US'; display:block; font-size:0.68rem; font-weight:800; letter-spacing:1.5px; color:#94a3b8; text-align:center; margin-bottom:9px; }
.why-strip-inner { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; max-width:1200px; margin:0 auto; }
.why-item { background:white; border-radius:8px; border:0.5px solid #e2e8f0; padding:11px 10px; display:flex; flex-direction:column; align-items:flex-start; gap:4px; }
.why-item:last-child { border-right:none; }
.why-icon { width:26px; height:26px; display:flex; align-items:center; margin-bottom:2px; }
.why-icon i { color:var(--accent); font-size:1rem; }
.why-label { font-size:0.72rem; font-weight:700; color:var(--primary); margin:0; }
.why-sub   { font-size:0.65rem; color:#94a3b8; margin:0; line-height:1.3; }
@media (max-width:700px) {
    .why-strip { padding:10px 10px 8px; }
    .why-strip-inner { grid-template-columns:repeat(2,1fr); gap:6px; }
    .why-item { padding:10px; border:1px solid #e2e8f0; border-radius:8px; }
}
