.fitment-page { max-width: 640px; margin: 0 auto; padding: 24px 16px 48px; }
.fitment-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; box-shadow: 0 4px 24px rgba(0,0,0,.06); padding: 32px 28px; }
.fitment-title { font-size: 24px; font-weight: 700; margin: 0 0 8px; color: #0f172a; }
.fitment-subtitle { font-size: 15px; color: #64748b; margin: 0 0 24px; line-height: 1.4; }
.fitment-row { margin-bottom: 20px; }
.fitment-row label { display: block; font-weight: 600; margin-bottom: 8px; color: #334155; font-size: 15px; }
.fitment-row select { width: 100%; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 12px; font-size: 15px; background: #fff; color: #0f172a; transition: border-color 0.2s, box-shadow 0.2s; }
.fitment-row select:hover { border-color: #94a3b8; }
.fitment-row select:focus { outline: none; border-color: var(--accentColor, #00AFEF); box-shadow: 0 0 0 3px rgba(0, 175, 239, 0.2); }
.fitment-submit { display: block; width: 100%; margin-top: 24px; padding: 14px 20px; border-radius: 12px; background: var(--accentColor, #00AFEF); color: #fff; border: none; font-size: 17px; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.05s; }
.fitment-submit:hover:not(:disabled) { background: #0284c7; }
.fitment-submit:active:not(:disabled) { transform: scale(0.99); }
.fitment-submit:disabled { opacity: 0.55; cursor: not-allowed; }
.fitment-back { margin-top: 20px; text-align: center; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.fitment-back a { color: var(--accentColor, #00AFEF); text-decoration: none; font-size: 15px; font-weight: 500; }
.fitment-back a:hover { text-decoration: underline; }
@media (min-width: 560px) { .fitment-card { padding: 36px 32px; } }

.fitment-unavail { display: grid; place-items: center; padding: clamp(16px,3vw,32px); }
.fitment-unavail .card { width: min(720px,92vw); background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 6px 24px rgba(0,0,0,.06); padding: 24px; text-align: center; }
.fitment-unavail .title { font-size: clamp(22px,2vw,28px); font-weight: 700; margin: 0 0 8px; }
.fitment-unavail .muted { color: #6b7280; margin: 0 0 16px; }
.fitment-unavail .row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.fitment-unavail .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border-radius: 12px; border: 1px solid #e5e7eb; background: #fff; color: inherit; text-decoration: none; min-height: 44px; }
.fitment-unavail .btn--primary { background: #0ea5e9; color: #fff; border-color: #0ea5e9; }
.fitment-unavail .emoji { font-size: 42px; margin-bottom: 8px; }

.fasteners-unavail { display: grid; place-items: center; padding: clamp(16px,3vw,32px); }
.fasteners-unavail .card { width: min(720px,92vw); background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 6px 24px rgba(0,0,0,.06); padding: 24px; text-align: center; }
.fasteners-unavail .title { font-size: clamp(22px,2vw,28px); font-weight: 700; margin: 0 0 8px; }
.fasteners-unavail .muted { color: #6b7280; margin: 0 0 16px; }
.fasteners-unavail .row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.fasteners-unavail .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border-radius: 12px; border: 1px solid #e5e7eb; background: #fff; color: inherit; text-decoration: none; min-height: 44px; }
.fasteners-unavail .btn--primary { background: #0ea5e9; color: #fff; border-color: #0ea5e9; }
.fasteners-unavail .emoji { font-size: 42px; margin-bottom: 8px; }
