.destacadas {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 8px 24px 48px;
}
.destacadas-encabezado { text-align: center; }
.destacadas-kicker {
    margin: 0 0 6px;
    color: #F35C14;
    font-family: Sora, Manrope, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.destacadas-encabezado h1 {
    margin: 0;
    font-family: Sora, Manrope, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}
.destacadas-encabezado p:last-child { margin: 8px 0 0; color: #8a7a6b; }
.destacadas-encabezado p a { color: #F35C14; font-weight: 800; }
.destacadas-pestanas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 8px;
}
.destacadas-pestanas button {
    min-height: 44px;
    padding: 0 18px;
    border: 1.5px solid rgba(243, 92, 20, 0.45);
    border-radius: 999px;
    background: #fff;
    color: #1b130d;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
}
.destacadas-pestanas button.activo {
    background: #F35C14;
    border-color: #F35C14;
    color: #fff;
}
.destacadas-panel[hidden] { display: none; }
.destacadas-vacio a { color: #F35C14; font-weight: 800; }
.destacadas-vacio {
    margin-top: 28px;
    padding: 28px;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(27, 19, 13, 0.08);
}
.destacadas-portada h2,
.destacadas-lista h2 {
    margin: 32px 0 16px;
    font-family: Sora, Manrope, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
}
.destacadas .rejilla { margin-top: 0; }
.destacada {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(27, 19, 13, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px -24px rgba(27, 19, 13, 0.45);
}
.destacada-foto {
    position: relative;
    display: block;
    height: 190px;
    background: #fff1e8;
}
.destacada-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.destacada-lugar {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #1b130d;
    color: #fff;
    font-family: Sora, Manrope, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
}
.destacada-descuento {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #F35C14;
    color: #fff;
    font-family: Sora, Manrope, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
}
.destacada-cuerpo {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px 20px;
}
.destacada-meta {
    margin: 0;
    color: #F35C14;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.destacada h3 {
    margin: 0;
    font-family: Sora, Manrope, sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
}
.destacada h3 a { text-decoration: none; color: inherit; }
.destacada h3 a:hover { color: #F35C14; }
.destacada-vende {
    margin: 0;
    color: #5c514a;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.destacada-precio {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 0;
}
.destacada-precio s { color: #8a7a6b; }
.destacada-precio strong {
    font-family: Sora, Manrope, sans-serif;
    font-size: 1.3rem;
}
.destacada-puntaje {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: #8a7a6b;
    font-size: 0.82rem;
}
.destacada-votos {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fff4ec;
    color: #F35C14;
    font-weight: 800;
}
.destacada-acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}
.destacada-ficha,
.destacada-tienda {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
}
.destacada-ficha { background: #F35C14; color: #fff; }
.destacada-tienda {
    background: #fff7f3;
    color: #1b130d;
    box-shadow: inset 0 0 0 1px rgba(243, 92, 20, 0.35);
}
.destacadas-filas {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(27, 19, 13, 0.08);
    border-radius: 24px;
    overflow: hidden;
}
.destacadas-filas li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(27, 19, 13, 0.06);
}
.destacadas-filas li:last-child { border-bottom: 0; }
.destacada-fila-lugar {
    color: #8a7a6b;
    font-family: Sora, Manrope, sans-serif;
    font-weight: 800;
    min-width: 24px;
}
.destacada-fila-titulo {
    flex: 1 1 260px;
    color: #1b130d;
    font-weight: 700;
    text-decoration: none;
}
.destacada-fila-titulo:hover { color: #F35C14; }
.destacada-fila-sitio { color: #8a7a6b; font-size: 0.85rem; }
.destacada-fila-precio { font-family: Sora, Manrope, sans-serif; font-weight: 800; }
@media (max-width: 800px) {
    .destacadas { padding: 8px 16px 40px; }
    .destacadas-filas li { padding: 12px 14px; gap: 8px; }
}
