/* ════════════════════════════════════════════════════════════
   FC 404 · Página de error 404 marketplace
   Reutiliza la paleta Fullcarro y estética del home.
   ════════════════════════════════════════════════════════════ */

.fc404-body {
    background: #F7F9FC;
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #101820;
}

.fc404 {
    min-height: 70vh;
    padding: 48px 20px 80px;
}
.fc404__inner {
    max-width: 1180px;
    margin: 0 auto;
}

/* ── HERO ────────────────────────────────────────────────── */
.fc404__hero {
    text-align: center;
    padding: 32px 0 56px;
    position: relative;
}
.fc404__visual {
    margin: 0 auto 18px;
    max-width: 280px;
    animation: fc404-shake 3s ease-in-out infinite;
}
@keyframes fc404-shake {
    0%, 100% { transform: translateY(0) rotate(0); }
    25% { transform: translateY(-2px) rotate(-.4deg); }
    75% { transform: translateY(2px) rotate(.4deg); }
}
.fc404__code {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    color: #FF9540;
    background: #FFE6D2;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.fc404__title {
    font-family: 'Comfortaa', 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 5vw, 56px);
    letter-spacing: -.02em;
    line-height: 1.05;
    margin: 0 0 14px;
    color: #1E2D3D;
}
.fc404__title em {
    font-style: normal;
    color: #FF9540;
}
.fc404__sub {
    font-size: 17px;
    color: #374B5C;
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.55;
}
.fc404__sub strong {
    color: #1E2D3D;
    font-weight: 700;
}

/* ── SEARCH ─────────────────────────────────────────────── */
.fc404__search {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #D4DCE4;
    border-radius: 14px;
    padding: 6px 6px 6px 18px;
    max-width: 580px;
    margin: 0 auto 28px;
    box-shadow: 0 1px 3px rgba(15,27,38,.06), 0 16px 40px -8px rgba(15,27,38,.10);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.fc404__search:focus-within {
    border-color: #FF9540;
    box-shadow: 0 0 0 4px rgba(255,149,64,.18), 0 16px 40px -8px rgba(15,27,38,.14);
}
.fc404__search-icon {
    color: #7B8C9C;
    display: inline-flex;
    flex-shrink: 0;
}
.fc404__search input {
    flex: 1;
    border: 0;
    outline: 0;
    font-size: 16px;
    background: transparent;
    color: #1E2D3D;
    padding: 12px 8px;
    font-family: inherit;
    min-width: 0;
}
.fc404__search input::placeholder {
    color: #7B8C9C;
}
.fc404__search button {
    background: #FF9540;
    color: #fff;
    border: 0;
    height: 40px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
    flex-shrink: 0;
    transition: background .15s ease;
}
.fc404__search button:hover { background: #e88636; }

/* ── ACTIONS ─────────────────────────────────────────────── */
.fc404__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.fc404__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #E8EDF2;
    color: #1E2D3D;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .15s ease;
}
.fc404__action svg { flex-shrink: 0; color: #7B8C9C; }
.fc404__action:hover {
    border-color: #FF9540;
    color: #FF9540;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15,27,38,.08);
}
.fc404__action:hover svg { color: #FF9540; }
.fc404__action--primary {
    background: #1E2D3D;
    border-color: #1E2D3D;
    color: #fff;
}
.fc404__action--primary svg { color: #FF9540; }
.fc404__action--primary:hover {
    background: #FF9540;
    border-color: #FF9540;
    color: #fff;
}
.fc404__action--primary:hover svg { color: #fff; }

/* ── SECTION HEADS ───────────────────────────────────────── */
.fc404__section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.fc404__section-title {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.015em;
    margin: 0;
    color: #1E2D3D;
}
.fc404__section-title em {
    font-style: normal;
    color: #FF9540;
}
.fc404__more {
    font-size: 13px;
    font-weight: 600;
    color: #FF9540;
    text-decoration: none;
    transition: gap .15s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.fc404__more:hover { gap: 8px; }

/* ── BRANDS ─────────────────────────────────────────────── */
.fc404__brands {
    margin-top: 56px;
    padding-top: 36px;
    border-top: 1px solid #E8EDF2;
}
.fc404__brands .fc404__section-title {
    text-align: center;
    margin-bottom: 22px;
}
.fc404__brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.fc404__brand-pill {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    color: #1E2D3D;
    transition: all .15s ease;
    text-align: center;
}
.fc404__brand-pill strong {
    display: block;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -.01em;
    margin-bottom: 2px;
}
.fc404__brand-pill span {
    font-size: 11px;
    color: #7B8C9C;
}
.fc404__brand-pill:hover {
    border-color: #FF9540;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15,27,38,.06);
}

/* ── LISTINGS ───────────────────────────────────────────── */
.fc404__listings {
    margin-top: 56px;
    padding-top: 36px;
    border-top: 1px solid #E8EDF2;
}
.fc404__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.fc404__card {
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all .25s ease;
    display: block;
}
.fc404__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(15,27,38,.12);
    border-color: transparent;
}
.fc404__card-img {
    aspect-ratio: 1.4 / 1;
    background-size: cover;
    background-position: center;
    background-color: #F1F4F8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc404__card-placeholder {
    font-size: 48px;
    opacity: .35;
}
.fc404__card-body {
    padding: 14px;
}
.fc404__card-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #1E2D3D;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fc404__card-meta {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #7B8C9C;
    margin-bottom: 10px;
}
.fc404__card-price {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1E2D3D;
    letter-spacing: -.01em;
}

/* ── BAND ────────────────────────────────────────────────── */
.fc404__band {
    margin-top: 56px;
    background: #fff;
    border: 1px solid #E8EDF2;
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.fc404__band-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #FF9540, #ffb074);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.fc404__band-text {
    flex: 1;
}
.fc404__band-text strong {
    display: block;
    font-size: 15px;
    color: #1E2D3D;
    font-weight: 700;
    margin-bottom: 2px;
}
.fc404__band-text span {
    font-size: 13px;
    color: #374B5C;
}
.fc404__band-cta {
    background: #1E2D3D;
    color: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    transition: background .15s ease;
}
.fc404__band-cta:hover {
    background: #FF9540;
}

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 900px) {
    .fc404 { padding: 32px 16px 56px; }
    .fc404__visual { max-width: 220px; }
    .fc404__brand-grid { grid-template-columns: repeat(2, 1fr); }
    .fc404__cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
    .fc404__title { font-size: 32px; }
    .fc404__sub { font-size: 15px; }
    .fc404__search { padding: 4px 4px 4px 14px; }
    .fc404__search input { font-size: 14px; }
    .fc404__search button { padding: 0 14px; height: 36px; font-size: 12px; }
    .fc404__actions { gap: 6px; }
    .fc404__action { padding: 8px 12px; font-size: 12px; }
    .fc404__cards { grid-template-columns: 1fr; }
    .fc404__band {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        padding: 20px;
    }
}
