.filtrosActivosControl {
    margin-right: 10px;
}

.swiper {
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-left: 0px !important;
    margin-right: 20px !important;

}

:root {
    --ct-primary: #304ffe;
    --ct-primary-soft: rgba(48, 79, 254, .10);
    --ct-success: #16a34a;
    --ct-success-soft: rgba(34, 197, 94, .12);
    --ct-warning: #d97706;
    --ct-warning-soft: rgba(245, 158, 11, .15);
    --ct-text: #0f172a;
    --ct-muted: #64748b;
    --ct-border: rgba(15, 23, 42, .08);
    --ct-soft: #f8fafc;
    --ct-card-shadow: 0 10px 30px rgba(2, 6, 23, .07);
    --ct-radius: 18px;
}

.img-responsive {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ct-page {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 260px);
}

.ct-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 15px 40px;
}

.ct-hero {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--ct-card-shadow);
}

.ct-hero-top {
    padding: 22px 22px 12px;
    border-bottom: 1px solid var(--ct-border);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.ct-hero-title {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.05;
    font-weight: 900;
    color: var(--ct-text);
    letter-spacing: -.03em;
}

.ct-hero-title span {
    color: #64748b;
    font-weight: 800;
}

.ct-hero-sub {
    margin: 8px 0 0;
    color: var(--ct-muted);
    font-size: 15px;
}

.ct-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.ct-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid var(--ct-border);
    background: #fff;
    color: var(--ct-text);
    white-space: nowrap;
}

.ct-badge--blue {
    background: var(--ct-primary-soft);
    border-color: rgba(48, 79, 254, .16);
    color: var(--ct-primary);
}

.ct-badge--ok {
    background: var(--ct-success-soft);
    border-color: rgba(34, 197, 94, .18);
    color: var(--ct-success);
}

.ct-badge--warn {
    background: var(--ct-warning-soft);
    border-color: rgba(245, 158, 11, .20);
    color: var(--ct-warning);
}

.ct-badge--muted {
    background: #f3f4f6;
    color: #6b7280;
}

.ct-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 18px;
    padding: 18px;
}

@media(max-width:991px) {
    .ct-main-grid {
        grid-template-columns: 1fr;
    }
}

.ct-gallery-card,
.ct-summary-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: 18px;
    overflow: hidden;
}

.ct-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--ct-border);
    background: #fcfdff;
}

.ct-card-title {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    color: var(--ct-text);
}

.ct-card-sub {
    color: var(--ct-muted);
    font-size: 12px;
    margin-top: 3px;
}

.ct-gallery-wrap {
    padding: 14px;
}

.swiper.ct-swiper {
    width: 100%;
    height: 430px;
    border-radius: 16px;
    overflow: hidden;
    background: #f1f5f9;
}

@media(max-width:767px) {
    .swiper.ct-swiper {
        height: 290px;
    }
}

.swiper.ct-swiper .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    background: #f1f5f9;
}

.swiper.ct-swiper .swiper-button-prev,
.swiper.ct-swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(15, 23, 42, .55);
    color: #fff;
}

.swiper.ct-swiper .swiper-button-prev:after,
.swiper.ct-swiper .swiper-button-next:after {
    font-size: 15px;
    font-weight: 900;
}

.swiper.ct-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.ct-no-photos {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
    color: #92400e;
    border: 1px dashed rgba(217, 119, 6, .3);
    border-radius: 16px;
    padding: 20px;
    font-weight: 700;
}

.ct-summary-body {
    padding: 16px;
}

.ct-price-box {
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    margin-bottom: 14px;
}

.ct-price {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 8px;
    letter-spacing: -.03em;
}

.ct-price-sub {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.5;
}

.ct-mini-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.ct-stat {
    padding: 12px;
    border: 1px solid var(--ct-border);
    border-radius: 14px;
    background: #fff;
}

.ct-stat-label {
    font-size: 12px;
    color: var(--ct-muted);
    margin-bottom: 5px;
    font-weight: 700;
}

.ct-stat-value {
    font-size: 18px;
    font-weight: 900;
    color: var(--ct-text);
    line-height: 1.2;
}

.ct-ai {
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
    border: 1px solid rgba(48, 79, 254, .10);
    margin-bottom: 14px;
}

.ct-ai strong {
    display: block;
    color: var(--ct-text);
    margin-bottom: 6px;
    font-size: 14px;
}

.ct-ai-price {
    font-weight: 900;
    font-size: 22px;
    color: var(--ct-primary);
    line-height: 1.2;
}

.ct-ai-text {
    color: #334155;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
}

.ct-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

@media(max-width:575px) {
    .ct-actions {
        grid-template-columns: 1fr;
    }
}

.ct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    border: 1px solid var(--ct-border);
    background: #fff;
    color: var(--ct-text);
    text-decoration: none !important;
    transition: .18s ease;
}

.ct-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(2, 6, 23, .08);
    color: var(--ct-text);
}

.ct-btn--wa {
    border: none;
    color: #fff !important;
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
}

.ct-btn--dark {
    background: #111827;
    color: #fff !important;
    border-color: #111827;
}

.ct-tabs-wrap {
    margin-top: 22px;
}

.feature-tab {
    gap: 10px;
    border: none !important;
    flex-wrap: wrap;
}

.feature-tab .nav-link {
    border: none !important;
    border-radius: 14px !important;
    padding: 14px 18px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, .05);
    border: 1px solid var(--ct-border) !important;
}

.feature-tab .nav-link.active {
    background: var(--ct-primary) !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(48, 79, 254, .22);
}

.feature-tab .nav-link.active h6,
.feature-tab .nav-link.active i {
    color: #fff !important;
}

.ct-eval-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media(max-width:991px) {
    .ct-eval-grid {
        grid-template-columns: 1fr;
    }
}

.ct-eval-card {
    border: 1px solid var(--ct-border);
    border-radius: 18px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
    height: 100%;
}

.ct-eval-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ct-eval-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ct-primary-soft);
    color: var(--ct-primary);
    font-size: 28px !important;
}

.ct-eval-title {
    font-size: 15px;
    font-weight: 900;
    color: var(--ct-text);
    margin: 0 0 5px;
}

.ct-eval-desc {
    font-size: 13px;
    color: var(--ct-muted);
    line-height: 1.45;
    margin: 0;
}

.ct-eval-badge {
    margin-left: auto;
    align-self: flex-start;
    padding: 8px 10px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid var(--ct-border);
    font-size: 12px;
    font-weight: 900;
    color: var(--ct-text);
    white-space: nowrap;
}

.ct-contact-card {
    border: 1px solid var(--ct-border);
    border-radius: 18px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.ct-contact-side {
    border: 1px solid var(--ct-border);
    border-radius: 18px;
    padding: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ct-seller-name {
    font-weight: 900;
    color: var(--ct-text);
    font-size: 18px;
    margin-top: 10px;
}

.ct-muted {
    color: var(--ct-muted);
}

.modal-content {
    border: none;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(2, 6, 23, .15);
}

.modal-header,
.modal-footer {
    border-color: var(--ct-border);
}

.toast {
    min-width: 280px;
    border: none;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, .18);
}

.gray-light-bg {
    background: transparent !important;
}




.post_wrapper {}

.filtros-autos,
.contenido-lista {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: 100% !important;
}

.card-auto-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

/* --- Grid & card wrapper --- */
.ct-list-wrap {
    padding: 16px;
}

.card-result {
    cursor: pointer;
}

.card-result:focus-within .ct-card,
.card-result:hover .ct-card {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
    /*border-color: rgba(48, 79, 254, .20);*/
}

.ct-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    contain: content;
}

/* --- Image --- */
.ct-card__media {
    position: relative;
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: center;
    background-color: #f3f4f6;
}

@media (max-width: 576px) {
    .ct-card__media {
        height: 170px;
    }
}

/* subtle overlay */
.ct-card__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .22) 100%);
}

/* top badges */
.ct-card__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    z-index: 2;
}

.ct-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .92);
    color: #111827;
    backdrop-filter: blur(6px);
}

.ct-pill--blue {
    background: rgba(48, 79, 254, .92);
    border-color: rgba(48, 79, 254, .35);
    color: #fff;
}

.ct-pill--muted {
    background: rgba(255, 255, 255, .92);
    color: #111827;
}

.ct-pill--loc {
    max-width: 62%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- Body --- */
.ct-card__body {
    padding: 12px 12px 10px;
    flex: 1 1 auto;
}

.ct-title {
    margin: 0;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.25;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ct-sub {
    margin-top: 6px;
    font-size: 12.5px;
    color: rgba(15, 23, 42, .72);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ct-meta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ct-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .06);
    color: #111827;
}

/* --- Footer --- */
.ct-card__footer {
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ct-price {
    font-weight: 1000;
    font-size: 18px !important;
    color: #e46b6b;
    margin: 0;
}

.ct-neg {
    font-weight: 900;
    font-size: 14px;
    margin: 0;
    color: #111827;
}

.ct-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.star-rating {
    width: 78px;
    height: 14px;
    background-size: 78px 14px;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 24"><path fill="black" d="M12 0l3.09 7.26L23 8.27l-6 5.15L18.18 21 12 17.27 5.82 21 7 13.42 1 8.27l7.91-1.01zM36 0l3.09 7.26L47 8.27l-6 5.15L42.18 21 36 17.27 29.82 21 31 13.42 25 8.27l7.91-1.01zM60 0l3.09 7.26L71 8.27l-6 5.15L66.18 21 60 17.27 53.82 21 55 13.42 49 8.27l7.91-1.01zM84 0l3.09 7.26L95 8.27l-6 5.15L90.18 21 84 17.27 77.82 21 79 13.42 73 8.27l7.91-1.01zM108 0l3.09 7.26L119 8.27l-6 5.15L114.18 21 108 17.27 101.82 21 103 13.42 97 8.27l7.91-1.01z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 24"><path fill="black" d="M12 0l3.09 7.26L23 8.27l-6 5.15L18.18 21 12 17.27 5.82 21 7 13.42 1 8.27l7.91-1.01zM36 0l3.09 7.26L47 8.27l-6 5.15L42.18 21 36 17.27 29.82 21 31 13.42 25 8.27l7.91-1.01zM60 0l3.09 7.26L71 8.27l-6 5.15L66.18 21 60 17.27 53.82 21 55 13.42 49 8.27l7.91-1.01zM84 0l3.09 7.26L95 8.27l-6 5.15L90.18 21 84 17.27 77.82 21 79 13.42 73 8.27l7.91-1.01zM108 0l3.09 7.26L119 8.27l-6 5.15L114.18 21 108 17.27 101.82 21 103 13.42 97 8.27l7.91-1.01z"/></svg>');
    background-color: rgba(0, 0, 0, .12);
}

.ct-pill--ok {
    /*background: rgba(22, 163, 74, .92);
    border-color: rgba(22, 163, 74, .35);*/
    background: rgba(34, 197, 94, .92);
    border-color: rgba(34, 197, 94, .35);
    color: #fff;
}

.ct-pill--warn {
    background: rgba(245, 158, 11, .92);
    border-color: rgba(245, 158, 11, .35);
    color: #111827;
}

.ct-pill--good {
    background: rgb(241 78 0);
    border-color: rgb(199 75 28 / 35%);
    color: #fff;
}

.ct-pill--deal {
    background: rgba(16, 185, 129, .92);
    /* verde “oportunidad” */
    border-color: rgba(16, 185, 129, .35);
    color: #fff;
}

.ct-pill--high {
    background: rgba(239, 68, 68, .92);
    border-color: rgba(239, 68, 68, .35);
    color: #fff;
}

.ct-pill--neg {
    background: rgba(59, 130, 246, .92);
    border-color: rgba(59, 130, 246, .35);
    color: #fff;
}

/* chips secundarios */
.ct-chip--good {
    background: rgba(34, 197, 94, .10);
    border-color: rgba(34, 197, 94, .18);
}

.ct-chip--warn {
    background: rgba(245, 158, 11, .10);
    border-color: rgba(245, 158, 11, .18);
}

.ct-pill--deal {
    background: rgba(16, 185, 129, .95);
    /* verde-menta */
    border-color: rgba(16, 185, 129, .35);
    color: #fff;
}

.ct-pill--danger {
    background: rgba(239, 68, 68, .92);
    /* rojo */
    border-color: rgba(239, 68, 68, .35);
    color: #fff;
}

/* ✅ Asegura comportamiento de grid */
.ct-layout-row {
    align-items: flex-start;
}

/* Sidebar sticky solo en desktop */
@media (min-width: 992px) {
    .filtros-autos {
        /* position: sticky;*/
        top: 14px;
        /* ajusta a tu header */
        height: calc(100vh - 28px);
        overflow: hidden;
        /* evita scroll doble */
    }
}

/* En mobile, el sidebar no debe ser sticky */
@media (max-width: 991.98px) {
    .filtros-autos {
        position: relative;
        top: auto;
        height: auto;
        overflow: visible;
    }
}

/* Opcional: evita que algo externo “flote” encima */
.contenido-lista {
    position: relative;
    z-index: 1;
}




















:root {
    --ct-primary: #304ffe;
    --ct-primary-dark: #1939d6;
    --ct-primary-soft: rgba(48, 79, 254, .10);
    --ct-success: #16a34a;
    --ct-success-soft: rgba(22, 163, 74, .12);
    --ct-warning: #d97706;
    --ct-warning-soft: rgba(217, 119, 6, .14);
    --ct-text: #0f172a;
    --ct-muted: #64748b;
    --ct-border: rgba(15, 23, 42, .08);
    --ct-bg: #f8fafc;
    --ct-card: #ffffff;
    --ct-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    --ct-radius: 18px;
}

html,
body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100% !important;
}

body {
    background: #f4f6fb;
}

.ct-page {
    min-height: 100vh;
    padding: 24px 0 40px;
    overflow: visible !important;
}

.ct-shell {
    width: min(1280px, calc(100% - 24px));
    margin: 0 auto;
    overflow: visible !important;
}

.ct-hero {
    background: transparent;
    border: none;
    box-shadow: none;
}

.ct-hero-top {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--ct-shadow);
    margin-bottom: 18px;
}

.ct-hero-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--ct-text);
}

.ct-hero-title span {
    color: #64748b;
    font-weight: 800;
}

.ct-hero-sub {
    margin-top: 10px;
    font-size: 21px;
    color: #64748b;
    font-weight: 500;
}

.ct-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ct-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid var(--ct-border);
    background: #fff;
    color: var(--ct-text);
}

.ct-badge--blue {
    color: var(--ct-primary);
    background: var(--ct-primary-soft);
    border-color: rgba(48, 79, 254, .16);
}

.ct-badge--ok {
    color: var(--ct-success);
    background: var(--ct-success-soft);
    border-color: rgba(22, 163, 74, .16);
}

.ct-badge--warn {
    color: var(--ct-warning);
    background: var(--ct-warning-soft);
    border-color: rgba(217, 119, 6, .16);
}

.ct-badge--muted {
    color: #475569;
    background: #f8fafc;
}

.ct-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) 340px;
    gap: 18px;
    align-items: start;
}

.ct-gallery-card,
.ct-summary-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: 24px;
    box-shadow: var(--ct-shadow);
    overflow: hidden;
}

.ct-card-head {
    padding: 18px 20px;
    border-bottom: 1px solid var(--ct-border);
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.ct-card-title {
    font-size: 18px;
    font-weight: 900;
    color: var(--ct-text);
    line-height: 1.2;
}

.ct-card-sub {
    margin-top: 4px;
    font-size: 13px;
    color: var(--ct-muted);
}

.ct-gallery-wrap {
    padding: 16px;
}

.swiper.ct-swiper {
    width: 100%;
    height: 520px;
    border-radius: 18px;
    overflow: hidden;
    background: #edf2f7;
}

.swiper.ct-swiper .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper.ct-swiper .swiper-button-prev,
.swiper.ct-swiper .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(15, 23, 42, .52);
    color: #fff;
    backdrop-filter: blur(6px);
}

.swiper.ct-swiper .swiper-button-prev:after,
.swiper.ct-swiper .swiper-button-next:after {
    font-size: 15px;
    font-weight: 900;
}

.swiper.ct-swiper .swiper-pagination-bullet {
    opacity: .55;
}

.swiper.ct-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.ct-no-photos {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px dashed rgba(148, 163, 184, .35);
    border-radius: 18px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
}

.ct-summary-card {
    position: sticky;
    top: 16px;
}

.ct-summary-body {
    padding: 18px;
}

.ct-price-box {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.ct-price {
    margin: 0;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
    color: #ff7b7b;
}

.ct-price-sub {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}

.ct-mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.ct-stat {
    border: 1px solid var(--ct-border);
    border-radius: 16px;
    padding: 12px;
    background: #fff;
}

.ct-stat-label {
    font-size: 12px;
    color: var(--ct-muted);
    font-weight: 700;
    margin-bottom: 4px;
}

.ct-stat-value {
    font-size: 18px;
    color: var(--ct-text);
    font-weight: 900;
    line-height: 1.2;
}

.ct-ai {
    border: 1px solid rgba(48, 79, 254, .10);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}

.ct-ai strong {
    display: block;
    color: var(--ct-text);
    margin-bottom: 8px;
    font-size: 15px;
}

.ct-ai-price {
    font-size: 24px;
    font-weight: 900;
    color: var(--ct-primary);
    line-height: 1.2;
}

.ct-ai-text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
}

.ct-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ct-btn {
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid var(--ct-border);
    background: #fff;
    color: var(--ct-text);
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    transition: .18s ease;
}

.ct-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
    color: var(--ct-text);
}

.ct-btn--wa {
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    border: none;
    color: #fff !important;
}

.ct-btn--dark {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff !important;
}

.ct-tabs-wrap {
    margin-top: 22px;
}

.feature-tab {
    gap: 12px;
    border-bottom: none !important;
}

.feature-tab .nav-link {
    padding: 14px 22px;
    border-radius: 16px !important;
    border: 1px solid var(--ct-border) !important;
    background: #fff !important;
    color: var(--ct-text) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.feature-tab .nav-link.active {
    background: linear-gradient(90deg, #304ffe 0%, #2340de 100%) !important;
    color: #fff !important;
    border-color: #304ffe !important;
    box-shadow: 0 12px 24px rgba(48, 79, 254, .22);
}

.feature-tab .nav-link.active i,
.feature-tab .nav-link.active h6 {
    color: #fff !important;
}

.ct-eval-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ct-eval-card {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.ct-eval-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ct-eval-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--ct-primary-soft);
    color: var(--ct-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
}

.ct-eval-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--ct-text);
    font-weight: 900;
}

.ct-eval-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ct-muted);
}

.ct-eval-badge {
    margin-left: auto;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
    white-space: nowrap;
}

.ct-contact-card,
.ct-contact-side {
    background: #fff;
    border: 1px solid var(--ct-border);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.ct-contact-side {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ct-muted {
    color: var(--ct-muted);
}

.ct-seller-name {
    font-size: 20px;
    font-weight: 900;
    color: var(--ct-text);
    margin: 12px 0 6px;
}

.form-control {
    border-radius: 14px;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, .12);
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.btn.btn-primary {
    border: none;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 800;
    background: linear-gradient(90deg, #304ffe 0%, #1d4ed8 100%);
}

.toast {
    border: none;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
}

@media (max-width: 1199px) {
    .ct-main-grid {
        grid-template-columns: 1fr;
    }

    .ct-summary-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 991px) {
    .ct-eval-grid {
        grid-template-columns: 1fr;
    }

    .swiper.ct-swiper {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .ct-shell {
        width: min(100%, calc(100% - 16px));
    }

    .ct-hero-top {
        padding: 18px;
        border-radius: 18px;
    }

    .ct-hero-title {
        font-size: 32px;
    }

    .ct-hero-sub {
        font-size: 17px;
    }

    .ct-badge {
        font-size: 12px;
        padding: 8px 12px;
    }

    .swiper.ct-swiper {
        height: 280px;
    }

    .ct-actions,
    .ct-mini-stats {
        grid-template-columns: 1fr;
    }

    .ct-eval-row {
        flex-wrap: wrap;
    }

    .ct-eval-badge {
        margin-left: 0;
    }
}



:root {
    --ctdet-primary: #304ffe;
    --ctdet-primary-soft: rgba(48, 79, 254, .10);
    --ctdet-success: #16a34a;
    --ctdet-success-soft: rgba(22, 163, 74, .12);
    --ctdet-warning: #d97706;
    --ctdet-warning-soft: rgba(217, 119, 6, .14);
    --ctdet-text: #0f172a;
    --ctdet-muted: #64748b;
    --ctdet-border: rgba(15, 23, 42, .08);
    --ctdet-bg: #f4f7fb;
    --ctdet-card: #ffffff;
    --ctdet-shadow: 0 12px 32px rgba(15, 23, 42, .08);
    --ctdet-radius: 20px;
}

html,
body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100% !important;
}

.ctdet-wrap {
    width: min(1280px, calc(100% - 24px));
    margin: 0 auto;
    padding: 20px 0 40px;
    min-height: 100vh;
    /*min-height: 100vh;
    overflow: visible !important;
    */
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.ctdet-head {
    background: #fff;
    border: 1px solid var(--ctdet-border);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--ctdet-shadow);
    margin-bottom: 18px;
    margin-top: 0px;
}

.ctdet-head__title {
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
    color: var(--ctdet-text);
}

.ctdet-head__title span {
    color: #64748b;
    font-weight: 800;
}

.ctdet-head__subtitle {
    margin-top: 10px;
    font-size: 20px;
    color: var(--ctdet-muted);
}

.ctdet-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ctdet-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid var(--ctdet-border);
    background: #fff;
    color: var(--ctdet-text);
}

.ctdet-badge--blue {
    color: var(--ctdet-primary);
    background: var(--ctdet-primary-soft);
    border-color: rgba(48, 79, 254, .16);
}

.ctdet-badge--ok {
    color: var(--ctdet-success);
    background: var(--ctdet-success-soft);
    border-color: rgba(22, 163, 74, .16);
}

.ctdet-badge--warn {
    color: var(--ctdet-warning);
    background: var(--ctdet-warning-soft);
    border-color: rgba(217, 119, 6, .16);
}

.ctdet-badge--muted {
    color: #475569;
    background: #f8fafc;
}

.ctdet-main {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) 350px;
    gap: 18px;
    align-items: start;
}

.ctdet-card {
    background: #fff;
    border: 1px solid var(--ctdet-border);
    border-radius: 24px;
    box-shadow: var(--ctdet-shadow);
    overflow: hidden;
}

.ctdet-card--sticky {
    position: sticky;
    top: 16px;
}

.ctdet-card__head {
    padding: 18px 20px;
    border-bottom: 1px solid var(--ctdet-border);
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.ctdet-card__title {
    font-size: 18px;
    font-weight: 900;
    color: var(--ctdet-text);
}

.ctdet-card__sub {
    margin-top: 4px;
    font-size: 13px;
    color: var(--ctdet-muted);
}

.ctdet-card__body {
    padding: 18px;
}

.ctdet-card__body--gallery {
    padding: 16px;
}

.ctdet-swiper {
    width: 100%;
    height: 520px;
    border-radius: 18px;
    overflow: hidden;
    background: #edf2f7;
}

.ctdet-swiper__slide {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.ctdet-swiper__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ctdet-swiper .swiper-button-prev,
.ctdet-swiper .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(15, 23, 42, .52);
    color: #fff;
    backdrop-filter: blur(6px);
}

.ctdet-swiper .swiper-button-prev:after,
.ctdet-swiper .swiper-button-next:after {
    font-size: 15px;
    font-weight: 900;
}

.ctdet-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.ctdet-no-photos {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    border: 2px dashed rgba(148, 163, 184, .35);
    border-radius: 18px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
}

.ctdet-no-photos__icon {
    font-size: 40px;
}

.ctdet-pricebox {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.ctdet-pricebox__price {
    margin: 0;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
    color: #ff7b7b;
}

.ctdet-pricebox__price--offer {
    color: #fff;
    font-size: 30px;
}

.ctdet-pricebox__meta {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}

.ctdet-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.ctdet-stat {
    border: 1px solid var(--ctdet-border);
    border-radius: 16px;
    padding: 12px;
    background: #fff;
}

.ctdet-stat__label {
    font-size: 12px;
    color: var(--ctdet-muted);
    font-weight: 700;
    margin-bottom: 4px;
}

.ctdet-stat__value {
    font-size: 18px;
    color: var(--ctdet-text);
    font-weight: 900;
    line-height: 1.2;
}

.ctdet-ai {
    border: 1px solid rgba(48, 79, 254, .10) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%) !important;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}




.ctdet-ai__title {
    color: var(--ctdet-text);
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}

.ctdet-ai__price {
    font-size: 24px;
    font-weight: 900;
    color: var(--ctdet-primary);
    line-height: 1.2;
}

.ctdet-ai__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
}




.ctdet-ai__title {
    color: var(--ctdet-text);
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}

.ctdet-ai__price {
    font-size: 24px;
    font-weight: 900;
    color: var(--ctdet-primary);
    line-height: 1.2;
}

.ctdet-ai__text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
}

.ctdet-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ctdet-btn {
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid var(--ctdet-border);
    background: #fff;
    color: var(--ctdet-text);
    font-size: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    transition: .18s ease;
}

.ctdet-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
    color: var(--ctdet-text);
}

.ctdet-btn--wa {
    background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
    border: none;
    color: #fff !important;
}

.ctdet-btn--dark {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff !important;
}

.ctdet-tabs-wrap {
    margin-top: 22px;
}

.ctdet-tabs {
    gap: 12px;
    border-bottom: none !important;
}

.ctdet-tabs .nav-link {
    padding: 14px 22px;
    border-radius: 16px !important;
    border: 1px solid var(--ctdet-border) !important;
    background: #fff !important;
    color: var(--ctdet-text) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
    font-weight: 800;
}

.ctdet-tabs .nav-link.active {
    background: linear-gradient(90deg, #304ffe 0%, #2340de 100%) !important;
    color: #fff !important;
    border-color: #304ffe !important;
    box-shadow: 0 12px 24px rgba(48, 79, 254, .22);
}

.ctdet-tabs .nav-link.active i,
.ctdet-tabs .nav-link.active span {
    color: #fff !important;
}

.ctdet-tabs__content {
    margin-top: 18px;
}

.ctdet-evalgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ctdet-evalcard {
    background: #fff;
    border: 1px solid var(--ctdet-border);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.ctdet-evalcard__row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ctdet-evalcard__icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--ctdet-primary-soft);
    color: var(--ctdet-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
}

.ctdet-evalcard__content {
    min-width: 0;
    flex: 1;
}

.ctdet-evalcard__title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.25;
    color: var(--ctdet-text);
    font-weight: 900;
}

.ctdet-evalcard__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ctdet-muted);
}

.ctdet-evalcard__badge {
    margin-left: auto;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
    white-space: nowrap;
}

.ctdet-contactcard,
.ctdet-sellercard {
    background: #fff;
    border: 1px solid var(--ctdet-border);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.ctdet-contactcard__title {
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
}

.ctdet-contactcard__text,
.ctdet-sellercard__status {
    color: var(--ctdet-muted);
}

.ctdet-sellercard {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.ctdet-sellercard__name {
    font-size: 20px;
    font-weight: 900;
    color: var(--ctdet-text);
    margin: 12px 0 6px;
}

.ctdet-empty {
    background: #fff;
    border: 1px solid var(--ctdet-border);
    border-radius: 24px;
    box-shadow: var(--ctdet-shadow);
    padding: 40px 26px;
    text-align: center;
}

.ctdet-empty__icon {
    font-size: 48px;
    color: var(--ctdet-primary);
    margin-bottom: 12px;
}

.ctdet-empty__title {
    font-weight: 900;
    color: var(--ctdet-text);
    margin-bottom: 8px;
}

.ctdet-empty__text,
.ctdet-empty__meta {
    color: var(--ctdet-muted);
}

.ctdet-modal {
    border: none;
    border-radius: 18px;
}

#ctdetToast {
    border: none;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
}

#ctdetWrap .form-control {
    border-radius: 14px;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, .12);
    box-shadow: none !important;
}

#ctdetWrap textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

#ctdetWrap .btn.btn-primary {
    border: none;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 800;
    background: linear-gradient(90deg, #304ffe 0%, #1d4ed8 100%);
}

@media (max-width: 1199px) {
    .ctdet-main {
        grid-template-columns: 1fr;
    }

    .ctdet-card--sticky {
        position: relative;
        top: auto;
    }
}

@media (max-width: 991px) {
    .ctdet-evalgrid {
        grid-template-columns: 1fr;
    }

    .ctdet-swiper {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .ctdet-wrap {
        width: min(100%, calc(100% - 16px));
        padding-top: 14px;
    }

    .ctdet-head {
        padding: 18px;
        border-radius: 18px;
    }

    .ctdet-head__title {
        font-size: 32px;
    }

    .ctdet-head__subtitle {
        font-size: 17px;
    }

    .ctdet-badge {
        font-size: 12px;
        padding: 8px 12px;
    }

    .ctdet-swiper {
        height: 280px;
    }

    .ctdet-actions,
    .ctdet-stats {
        grid-template-columns: 1fr;
    }

    .ctdet-evalcard__row {
        flex-wrap: wrap;
    }

    .ctdet-evalcard__badge {
        margin-left: 0;
    }
}

.ctdet-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: #111827;
}

.ctdet-wrap * {
    box-sizing: border-box;
}

.ctdet-empty {
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    text-align: center;
}

.ctdet-empty__icon {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: .8;
}

.ctdet-empty__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}

.ctdet-empty__text,
.ctdet-empty__meta {
    color: #6b7280;
    font-size: 14px;
}

/* =========================
   HEADER
   ========================= */
.ctdet-head {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.ctdet-head__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.ctdet-head__titles {
    min-width: 0;
    width: 100%;
}

.ctdet-head__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    word-break: break-word;
}

.ctdet-head__title span {
    font-weight: 700;
    opacity: .88;
}

.ctdet-head__subtitle {
    margin-top: 8px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    word-break: break-word;
}

.ctdet-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.ctdet-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: #f3f4f6;
    color: #111827;
    border: 1px solid rgba(0, 0, 0, .05);
    max-width: 100%;
}

.ctdet-badge--blue {
    background: #e8f0ff;
    color: #2349a6;
}

.ctdet-badge--muted {
    background: #f3f4f6;
    color: #4b5563;
}

.ctdet-badge--ok {
    background: #eafaf0;
    color: #157347;
}

.ctdet-badge--warn {
    background: #fff6e6;
    color: #b26a00;
}

/* =========================
   MAIN GRID
   ========================= */
.ctdet-main {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
    gap: 18px;
    align-items: start;
}

.ctdet-main__gallery,
.ctdet-main__summary {
    min-width: 0;
}

/* =========================
   CARDS
   ========================= */
.ctdet-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    overflow: hidden;
}

.ctdet-card--sticky {
    position: sticky;
    top: 16px;
}

.ctdet-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.ctdet-card__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.ctdet-card__sub {
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.ctdet-card__body {
    padding: 18px 20px 20px;
}

.ctdet-card__body--gallery {
    padding: 16px;
}

/* =========================
   GALERÍA
   ========================= */
.ctdet-swiper {
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #f8fafc;
}

#ctdetLightGallery,
.swiper-wrapper {
    align-items: stretch;
}

.ctdet-swiper__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
}

.ctdet-swiper__img {
    display: block;
    width: 100%;
    height: 460px;
    max-height: 70vh;
    object-fit: cover;
    border-radius: 16px;
}

.ctdet-swiper__prev,
.ctdet-swiper__next {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px;
    background: rgba(17, 24, 39, .72);
    backdrop-filter: blur(4px);
}

.ctdet-swiper__prev:after,
.ctdet-swiper__next:after {
    font-size: 16px !important;
    color: #fff;
    font-weight: 700;
}

.ctdet-swiper__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
}

.ctdet-no-photos {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6b7280;
    padding: 25px;
    border: 1px dashed rgba(0, 0, 0, .12);
    border-radius: 18px;
    background: #fafafa;
}

.ctdet-no-photos__icon {
    font-size: 34px;
    margin-bottom: 10px;
}

/* =========================
   PRICE BOX / STATS
   ========================= */
.ctdet-pricebox {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #fff;
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 16px;
}

.ctdet-pricebox__price {
    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;
    word-break: break-word;
}

.ctdet-pricebox__price--offer {
    font-size: 28px;
}

.ctdet-pricebox__meta {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.5;
}

.ctdet-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.ctdet-stat {
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    padding: 14px;
    min-width: 0;
}

.ctdet-stat__label {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 5px;
}

.ctdet-stat__value {
    font-size: 16px;
    font-weight: 800;
    word-break: break-word;
}

/* =========================
   BOTONES
   ========================= */
.ctdet-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ctdet-btn {
    appearance: none;
    border: none;
    outline: none;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #eef2f7;
    color: #111827;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .18s ease;
    width: 100%;
}

.ctdet-btn:hover {
    transform: translateY(-1px);
    color: #111827;
}

.ctdet-btn--dark {
    background: #111827;
    color: #fff;
}

.ctdet-btn--dark:hover {
    color: #fff;
}

.ctdet-btn--wa {
    background: #25d366;
    color: #fff;
}

.ctdet-btn--wa:hover {
    color: #fff;
}

/* =========================
   IA
   ========================= */
.ctdet-tabs-wrap {
    margin-top: 18px;
}

.ctdet-ai {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    padding: 18px 20px;
    margin-bottom: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.ctdet-ai__title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.ctdet-ai__price {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
    word-break: break-word;
}

.ctdet-ai__text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

/* =========================
   TABS
   ========================= */
.ctdet-tabs {
    border: none;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.ctdet-tabs .nav-item {
    margin-bottom: 0;
}

.ctdet-tabs .nav-link {
    border: none !important;
    border-radius: 14px !important;
    background: #f3f4f6;
    color: #111827;
    font-weight: 700;
    padding: 12px 16px;
}

.ctdet-tabs .nav-link.active {
    background: #111827;
    color: #fff;
}

.ctdet-tabs__content {
    /*background: #fff;*/
    /* border: 1px solid rgba(0, 0, 0, .08);*/
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

/* =========================
   EVALUACIÓN
   ========================= */
.ctdet-evalgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ctdet-evalcard {
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 18px;
    padding: 14px;
    background: #fff;
}

.ctdet-evalcard__row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.ctdet-evalcard__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f4f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ctdet-evalcard__content {
    min-width: 0;
}

.ctdet-evalcard__title {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 800;
}

.ctdet-evalcard__desc {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.ctdet-evalcard__badge {
    white-space: nowrap;
    background: #eef2f7;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
}

/* =========================
   CONTACTO
   ========================= */
.ctdet-contactcard,
.ctdet-sellercard {
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 18px;
    padding: 18px;
    background: #fff;
    /*height: 100%;*/
}

.ctdet-contactcard__title {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
}

.ctdet-contactcard__text,
.ctdet-sellercard__status {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}

.ctdet-sellercard {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.ctdet-sellercard__name {
    font-size: 18px;
    font-weight: 800;
}

/* =========================
   MODAL
   ========================= */
.ctdet-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1199.98px) {
    .ctdet-main {
        grid-template-columns: 1fr;
    }

    .ctdet-card--sticky {
        position: relative;
        top: auto;
    }
}

@media (max-width: 991.98px) {
    .ctdet-head {
        padding: 18px;
    }

    .ctdet-head__title {
        font-size: 26px;
    }

    .ctdet-swiper__img {
        height: 360px;
        max-height: 58vh;
    }

    .ctdet-evalgrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ctdet-head {
        padding: 16px;
        border-radius: 18px;
    }

    .ctdet-head__title {
        font-size: 22px;
    }

    .ctdet-head__subtitle {
        font-size: 13px;
    }

    .ctdet-badges {
        gap: 8px;
    }

    .ctdet-badge {
        font-size: 12px;
        padding: 7px 10px;
    }

    .ctdet-card,
    .ctdet-ai,
    .ctdet-tabs__content {
        border-radius: 18px;
    }

    .ctdet-card__head {
        padding: 16px 16px 12px;
    }

    .ctdet-card__body {
        padding: 16px;
    }

    .ctdet-card__body--gallery {
        padding: 12px;
    }

    .ctdet-swiper__img {
        height: 260px;
        max-height: 46vh;
        object-fit: cover;
    }

    .ctdet-swiper__prev,
    .ctdet-swiper__next {
        width: 34px !important;
        height: 34px !important;
    }

    .ctdet-swiper__prev:after,
    .ctdet-swiper__next:after {
        font-size: 12px !important;
    }

    .ctdet-pricebox {
        padding: 16px;
        border-radius: 16px;
    }

    .ctdet-pricebox__price {
        font-size: 28px;
    }

    .ctdet-stats {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .ctdet-stat {
        padding: 12px;
        border-radius: 14px;
    }

    .ctdet-actions {
        grid-template-columns: 1fr;
    }

    .ctdet-btn {
        min-height: 44px;
        font-size: 14px;
        padding: 11px 12px;
    }

    .ctdet-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .ctdet-tabs::-webkit-scrollbar {
        display: none;
    }

    .ctdet-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 14px;
        font-size: 13px;
    }

    .ctdet-tabs__content {
        padding: 14px;
    }

    .ctdet-evalcard {
        padding: 12px;
        border-radius: 16px;
    }

    .ctdet-evalcard__row {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 10px;
    }

    .ctdet-evalcard__icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        font-size: 18px;
    }

    .ctdet-evalcard__badge {
        grid-column: 1 / -1;
        justify-self: flex-start;
        margin-top: 6px;
        white-space: normal;
    }

    .ctdet-contactcard,
    .ctdet-sellercard {
        padding: 16px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .ctdet-head__title {
        font-size: 20px;
    }

    .ctdet-swiper__img {
        height: 220px;
        max-height: 40vh;
    }

    .ctdet-pricebox__price {
        font-size: 24px;
    }

    .ctdet-stats {
        grid-template-columns: 1fr;
    }

    .ctdet-ai__price {
        font-size: 24px;
    }
}

/* =========================
   SKELETON LISTA AUTOS
   ========================= */
.autos-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.autos-skeleton-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.autos-skeleton-media,
.autos-skeleton-line,
.autos-skeleton-chip,
.autos-skeleton-btn {
    position: relative;
    overflow: hidden;
    background: #e9edf3;
}

.autos-skeleton-media::after,
.autos-skeleton-line::after,
.autos-skeleton-chip::after,
.autos-skeleton-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .65) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: autosSkeletonShimmer 1.25s infinite;
}

@keyframes autosSkeletonShimmer {
    100% {
        transform: translateX(100%);
    }
}

.autos-skeleton-media {
    width: 100%;
    height: 190px;
}

.autos-skeleton-body {
    padding: 14px;
}

.autos-skeleton-line {
    height: 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.autos-skeleton-line.title {
    height: 16px;
    width: 78%;
    margin-bottom: 14px;
}

.autos-skeleton-line.w90 {
    width: 90%;
}

.autos-skeleton-line.w70 {
    width: 70%;
}

.autos-skeleton-line.w55 {
    width: 55%;
}

.autos-skeleton-line.w40 {
    width: 40%;
}

.autos-skeleton-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 12px 0 14px;
}

.autos-skeleton-chip {
    width: 72px;
    height: 26px;
    border-radius: 999px;
}

.autos-skeleton-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.autos-skeleton-btn {
    width: 110px;
    height: 38px;
    border-radius: 12px;
}

.autos-skeleton-price {
    width: 90px;
    height: 18px;
    border-radius: 999px;
    background: #e9edf3;
    position: relative;
    overflow: hidden;
}

.autos-skeleton-price::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .65) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: autosSkeletonShimmer 1.25s infinite;
}

/* opcional: bajar opacidad durante carga */
.results-is-loading {
    position: relative;
}

.results-is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .35);
    z-index: 2;
    pointer-events: none;
    border-radius: 14px;
}

/* responsive */
@media (max-width: 1199.98px) {
    .autos-skeleton-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .autos-skeleton-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .autos-skeleton-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .autos-skeleton-media {
        height: 180px;
    }
}


/* =========================
   SKELETON DETALLE AUTO
   ========================= */
.detail-skeleton {
    padding: 20px;
    width: 100%;
}

.detail-skeleton * {
    box-sizing: border-box;
}

.detail-skeleton-block,
.detail-skeleton-line,
.detail-skeleton-chip,
.detail-skeleton-btn,
.detail-skeleton-box,
.detail-skeleton-thumb {
    position: relative;
    overflow: hidden;
    background: #e9edf3;
}

.detail-skeleton-block::after,
.detail-skeleton-line::after,
.detail-skeleton-chip::after,
.detail-skeleton-btn::after,
.detail-skeleton-box::after,
.detail-skeleton-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .68) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: detailSkeletonShimmer 1.2s infinite;
}

@keyframes detailSkeletonShimmer {
    100% {
        transform: translateX(100%);
    }
}

.detail-skeleton-header {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.detail-skeleton-line {
    height: 12px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.detail-skeleton-line.title {
    height: 28px;
    width: 44%;
    border-radius: 12px;
}

.detail-skeleton-line.subtitle {
    height: 14px;
    width: 58%;
}

.detail-skeleton-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.detail-skeleton-chip {
    width: 110px;
    height: 34px;
    border-radius: 999px;
}

.detail-skeleton-main {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
    gap: 18px;
    align-items: start;
}

.detail-skeleton-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.detail-skeleton-card-head {
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.detail-skeleton-card-body {
    padding: 16px;
}

.detail-skeleton-gallery {
    width: 100%;
    height: 460px;
    border-radius: 18px;
}

.detail-skeleton-summary-top {
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 16px;
    background: #f3f6fb;
}

.detail-skeleton-price {
    height: 34px;
    width: 58%;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #dde5ef;
    position: relative;
    overflow: hidden;
}

.detail-skeleton-price::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .68) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: detailSkeletonShimmer 1.2s infinite;
}

.detail-skeleton-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.detail-skeleton-box {
    height: 74px;
    border-radius: 16px;
}

.detail-skeleton-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.detail-skeleton-btn {
    height: 46px;
    border-radius: 14px;
}

.detail-skeleton-section {
    margin-top: 18px;
}

.detail-skeleton-ai {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    padding: 18px 20px;
    margin-bottom: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.detail-skeleton-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.detail-skeleton-tab {
    width: 170px;
    height: 42px;
    border-radius: 14px;
    background: #e9edf3;
    position: relative;
    overflow: hidden;
}

.detail-skeleton-tab::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, .68) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: detailSkeletonShimmer 1.2s infinite;
}

.detail-skeleton-content {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.detail-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.detail-skeleton-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
}

.detail-skeleton-thumb {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

@media (max-width: 1199.98px) {
    .detail-skeleton-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .detail-skeleton {
        padding: 12px;
    }

    .detail-skeleton-header,
    .detail-skeleton-card,
    .detail-skeleton-ai,
    .detail-skeleton-content {
        border-radius: 18px;
    }

    .detail-skeleton-header {
        padding: 16px;
    }

    .detail-skeleton-line.title {
        width: 72%;
        height: 24px;
    }

    .detail-skeleton-line.subtitle {
        width: 90%;
    }

    .detail-skeleton-gallery {
        height: 240px;
    }

    .detail-skeleton-stats {
        grid-template-columns: 1fr 1fr;
    }

    .detail-skeleton-actions {
        grid-template-columns: 1fr;
    }

    .detail-skeleton-grid {
        grid-template-columns: 1fr;
    }

    .detail-skeleton-tabs {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .detail-skeleton-tab {
        min-width: 140px;
    }
}

@media (max-width: 480px) {
    .detail-skeleton-stats {
        grid-template-columns: 1fr;
    }
}

.ctdet-wrap--ajax {
    padding: 20px;
}

@media (max-width: 767.98px) {
    .ctdet-wrap--ajax {
        padding: 12px;
    }
}

/* =========================
   TACÓMETRO PREMIUM PRECIO VS IA
   ========================= */
.ctdet-ai-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 16px;
    align-items: stretch;
}

.ct-gauge-card {
    border: 1px solid rgba(15, 23, 42, .08);
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
    min-width: 0;
}

.ct-gauge-title {
    font-size: 14px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 6px;
}

.ct-gauge-sub {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.45;
}

.ct-gauge-wrap {
    position: relative;
    padding-top: 24px;
}

.ct-gauge-bar {
    position: relative;
    height: 18px;
    border-radius: 999px;
    overflow: visible;
    background: #e5e7eb;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08);
}

/* zonas */
.ct-gauge-zone {
    position: absolute;
    top: 0;
    bottom: 0;
}

.ct-gauge-zone--opportunity {
    left: 0;
    width: 18%;
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
    border-radius: 999px 0 0 999px;
}

.ct-gauge-zone--ideal {
    left: 18%;
    width: 64%;
    background: linear-gradient(90deg, #84cc16 0%, #facc15 50%, #fb923c 100%);
}

.ct-gauge-zone--high {
    left: 82%;
    width: 18%;
    background: linear-gradient(90deg, #fb923c 0%, #ef4444 100%);
    border-radius: 0 999px 999px 0;
}

/* resaltar el rango IA */
.ct-gauge-range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, .95);
    box-shadow: 0 0 0 2px rgba(15, 23, 42, .10);
    background: rgba(255, 255, 255, .12);
    pointer-events: none;
}

/* puntero */
.ct-gauge-pointer {
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    pointer-events: none;
}

.ct-gauge-pointer__label {
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 7px 9px;
    border-radius: 999px;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 8px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, .18);
}

.ct-gauge-pointer__needle {
    width: 2px;
    height: 28px;
    margin: 0 auto;
    position: relative;
    border-radius: 999px;
}

.ct-gauge-pointer__needle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 12px;
    height: 12px;
    transform: translateX(-50%);
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .92);
}

/* color del puntero por estado */
.ct-gauge-pointer--good .ct-gauge-pointer__label,
.ct-gauge-pointer--good .ct-gauge-pointer__needle,
.ct-gauge-pointer--good .ct-gauge-pointer__needle:after {
    background: #166534;
}

.ct-gauge-pointer--ok .ct-gauge-pointer__label,
.ct-gauge-pointer--ok .ct-gauge-pointer__needle,
.ct-gauge-pointer--ok .ct-gauge-pointer__needle:after {
    background: #1d4ed8;
}

.ct-gauge-pointer--danger .ct-gauge-pointer__label,
.ct-gauge-pointer--danger .ct-gauge-pointer__needle,
.ct-gauge-pointer--danger .ct-gauge-pointer__needle:after {
    background: #b91c1c;
}

.ct-gauge-pointer--muted .ct-gauge-pointer__label,
.ct-gauge-pointer--muted .ct-gauge-pointer__needle,
.ct-gauge-pointer--muted .ct-gauge-pointer__needle:after {
    background: #475569;
}

.ct-gauge-scale {
    display: grid;
    grid-template-columns: 18% 64% 18%;
    gap: 6px;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 900;
    color: #475569;
    text-align: center;
}

.ct-gauge-scale span {
    display: block;
}

.ct-gauge-values {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    font-size: 12px;
    color: #64748b;
    font-weight: 800;
}

.ct-gauge-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.ct-gauge-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid transparent;
}

.ct-gauge-status--ok {
    background: rgba(34, 197, 94, .12);
    color: #15803d;
    border-color: rgba(34, 197, 94, .18);
}

.ct-gauge-status--good {
    background: rgba(59, 130, 246, .10);
    color: #1d4ed8;
    border-color: rgba(59, 130, 246, .18);
}

.ct-gauge-status--danger {
    background: rgba(239, 68, 68, .10);
    color: #b91c1c;
    border-color: rgba(239, 68, 68, .18);
}

.ct-gauge-status--muted {
    background: #f8fafc;
    color: #64748b;
    border-color: rgba(15, 23, 42, .08);
}

.ct-gauge-diff {
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
}

.ct-gauge-diff b {
    color: #0f172a;
}

@media (max-width: 991px) {
    .ctdet-ai-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ct-gauge-card {
        padding: 14px;
        border-radius: 16px;
    }

    .ct-gauge-pointer__label {
        font-size: 10px;
        padding: 6px 8px;
    }

    .ct-gauge-scale,
    .ct-gauge-values {
        font-size: 10px;
    }
}




.ct-gauge-legend {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    border: 1px solid transparent;
}

.ct-gauge-legend--good {
    background: rgba(34, 197, 94, .10);
    color: #166534;
    border-color: rgba(34, 197, 94, .18);
}

.ct-gauge-legend--ok {
    background: rgba(59, 130, 246, .10);
    color: #1d4ed8;
    border-color: rgba(59, 130, 246, .18);
}

.ct-gauge-legend--danger {
    background: rgba(239, 68, 68, .10);
    color: #b91c1c;
    border-color: rgba(239, 68, 68, .18);
}

:root {
    --ct-bg: #f5f7fb;
    --ct-card: #ffffff;
    --ct-border: #e8edf3;
    --ct-text: #111827;
    --ct-muted: #6b7280;
    --ct-soft: #f3f6fa;
    --ct-primary: #111111;
    --ct-accent: #ff9f1c;
    --ct-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    --ct-shadow-hover: 0 18px 45px rgba(15, 23, 42, .14);
    --ct-radius: 22px;
}

.ct-list-wrap {
    align-items: stretch;
}

.card-result {
    outline: none;
}

.card-result .ct-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--ct-card);
    border: 1px solid var(--ct-border);
    border-radius: var(--ct-radius);
    overflow: hidden;
    box-shadow: var(--ct-shadow);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    cursor: pointer;
}

.card-result:hover .ct-card,
.card-result:focus .ct-card {
    transform: translateY(-4px);
    box-shadow: var(--ct-shadow-hover);
    /* border-color: rgba(255, 159, 28, .28);*/
}

.ct-card__media {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-color: #eef2f6;
}

.ct-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17, 24, 39, .45) 0%, rgba(17, 24, 39, .10) 35%, rgba(17, 24, 39, 0) 60%);
    pointer-events: none;
}

.ct-card__topbar {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.ct-card__leftbadges,
.ct-card__rightbadges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

.ct-card__bottom {
    position: absolute;
    z-index: 2;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.ct-card__location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: 70%;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #111827;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ct-card__pricefloat {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(17, 24, 39, .82);
    color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.ct-card__pricefloat small {
    font-size: 11px;
    line-height: 1;
    color: rgba(255, 255, 255, .72);
    margin: 0;
}

.ct-card__pricefloat strong {
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.02em;
    margin: 0;
    font-weight: 800;
}

.ct-card__body {
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.ct-title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.2;
    font-weight: 800;
    color: var(--ct-text);
    letter-spacing: -.01em;
}

.ct-sub {
    margin: 0;
    font-size: .93rem;
    color: var(--ct-muted);
    line-height: 1.35;
    min-height: 38px;
}

.ct-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ct-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--ct-soft);
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(15, 23, 42, .06);
}

.ct-chip i {
    font-size: 12px;
}

.ct-chip--good {
    background: #eaf8ef;
    color: #166534;
    border-color: #d4f0dc;
}

.ct-chip--warn {
    background: #fff7e8;
    color: #b45309;
    border-color: #fde7bf;
}

.ct-card__insight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--ct-border);
    background: #fafbfd;
    border-radius: 16px;
}

.ct-card__insight .label {
    font-size: 12px;
    color: var(--ct-muted);
    font-weight: 600;
}

.ct-card__insight .value {
    font-size: 13px;
    color: var(--ct-text);
    font-weight: 800;
}

.ct-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px 18px;
}

.ct-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ct-price-caption {
    font-size: 11px;
    color: var(--ct-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
}

.ct-price {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900;
    color: var(--ct-primary);
    letter-spacing: -.03em;
}

.ct-neg {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 800;
    color: #0f766e;
}

.ct-card__cta {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 14px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .18s ease, background .18s ease;
}

.card-result:hover .ct-card__cta {
    background: #0b1220;
    transform: translateX(2px);
}

.ct-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .10);
}

.ct-pill--blue {
    background: rgba(255, 255, 255, .95);
    color: #111827;
}

.ct-pill--muted {
    background: rgba(255, 255, 255, .92);
    color: #4b5563;
}

.ct-pill--ok {
    background: #ecfeff;
    color: #0f766e;
}

.ct-pill--good {
    background: #e8f7ee;
    color: #15803d;
}

.ct-pill--deal {
    background: #dcfce7;
    color: #166534;
}

.ct-pill--warn {
    background: #fff7ed;
    color: #c2410c;
}

.ct-pill--danger {
    background: #fef2f2;
    color: #b91c1c;
}

@media (max-width: 991.98px) {
    .ct-card__media {
        height: 220px;
    }

    .ct-card__pricefloat strong {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .ct-card__media {
        height: 215px;
    }

    .ct-card__topbar {
        top: 12px;
        left: 12px;
        right: 12px;
    }

    .ct-card__bottom {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .ct-card__body {
        padding: 16px 16px 12px;
    }

    .ct-card__footer {
        padding: 0 16px 16px;
    }

    .ct-price {
        font-size: 1.35rem;
    }

    .ct-card__cta {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 10px;
    padding: 0;
    list-style: none;
}

/* reset general de elementos internos */
.pagination>a,
.pagination>li,
.pagination>li>a,
.pagination>a>li {
    text-decoration: none !important;
    list-style: none;
}

/* items numericos y flechas */
.pagination>li,
.pagination>a>li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    transition: all .18s ease;
    cursor: pointer;
}

/* anchors internos */
.pagination>li>a,
.pagination>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a !important;
    font-weight: 700;
    text-decoration: none !important;
}

/* hover */
.pagination>li:hover,
.pagination>a>li:hover,
.pagination>li:hover>a,
.pagination>a:hover>li {
    border-color: rgba(37, 99, 235, 0.22);
    background: #fbfdff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.10);
    transform: translateY(-1px);
    color: #2563eb !important;
}

/* activa */
.pagination>li.active,
.pagination>li.paginate_button.page-item.active {
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    border-color: #2563eb;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
    color: #fff;
}

.pagination>li.active>a,
.pagination>li.paginate_button.page-item.active>a,
.pagination>li.active .page-link {
    color: #fff !important;
    background: transparent !important;
}

/* flechas */
.pagination .back,
.pagination .next {
    min-width: 50px;
    font-size: 18px;
    font-weight: 800;
    padding: 0 12px;
}

/* page-link heredado de bootstrap / plugins */
.pagination .page-link {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    color: inherit;
    padding: 0;
    line-height: 1;
}

/* quitar apariencia vieja */
.pagination .paginate_button {
    border: 1px solid rgba(15, 23, 42, 0.08);
}

/* focus accesible */
.pagination>li:focus,
.pagination>li>a:focus,
.pagination>a:focus,
.pagination>a>li:focus {
    outline: none;
}

.pagination>li:focus-within,
.pagination>a:focus-within>li {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 10px 24px rgba(37, 99, 235, 0.10);
    border-color: rgba(37, 99, 235, 0.28);
}

/* deshabilitado por si luego lo usas */
.pagination .disabled,
.pagination .disabled a,
.pagination .disabled span {
    opacity: .45;
    pointer-events: none;
    cursor: not-allowed;
}

/* mobile */
@media (max-width: 767.98px) {
    .pagination {
        gap: 8px;
        margin-top: 22px;
    }

    .pagination>li,
    .pagination>a>li {
        min-width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 13px;
        padding: 0 12px;
    }

    .pagination .back,
    .pagination .next {
        min-width: 42px;
        font-size: 16px;
    }
}

.ctdet-ai-wrap {
    position: relative;
}

.ctdet-ai-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(135deg, #0b1220 0%, #0f172a 42%, #111827 100%);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 26px 24px;
}

.ctdet-ai-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -20px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .24) 0%, rgba(37, 99, 235, 0) 68%);
    pointer-events: none;
}

.ctdet-ai-card::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, .16) 0%, rgba(14, 165, 233, 0) 70%);
    pointer-events: none;
}

.ctdet-ai-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ctdet-ai-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 12px;
}

.ctdet-ai-kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
    flex: 0 0 8px;
}

.ctdet-ai__title {
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin: 0;
}

.ctdet-ai__subtitle {
    margin-top: 8px;
    color: rgba(226, 232, 240, .74);
    font-size: .96rem;
    line-height: 1.6;
    max-width: 760px;
}

.ctdet-ai-pricebox {
    min-width: 240px;
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .06) 100%);
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-ai-pricebox__label {
    color: rgba(226, 232, 240, .66);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 7px;
}

.ctdet-ai__price {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
}

.ctdet-ai-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr .85fr;
    gap: 18px;
    align-items: stretch;
}

.ctdet-ai-copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ctdet-ai__text {
    margin: 0;
    padding: 20px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: .98rem;
    line-height: 1.78;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-ai-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(226, 232, 240, .66);
    font-size: .86rem;
    line-height: 1.6;
}

.ctdet-ai-note__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    color: #93c5fd;
    font-size: 14px;
    margin-top: 1px;
}

.ctdet-ai-insights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ctdet-ai-mini {
    position: relative;
    overflow: hidden;
    padding: 16px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .05) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-ai-mini__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ctdet-ai-mini__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    color: #93c5fd;
    font-size: 15px;
    flex: 0 0 38px;
}

.ctdet-ai-mini__label {
    color: rgba(226, 232, 240, .68);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
    line-height: 1.2;
}

.ctdet-ai-mini__value {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 4px;
}

.ctdet-ai-mini__desc {
    color: rgba(226, 232, 240, .68);
    font-size: .84rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .ctdet-ai-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ctdet-ai-card {
        border-radius: 20px;
        padding: 20px 16px;
    }

    .ctdet-ai__title {
        font-size: 1.2rem;
    }

    .ctdet-ai__price {
        font-size: 1.65rem;
    }

    .ctdet-ai-pricebox {
        width: 100%;
        min-width: 100%;
    }

    .ctdet-ai__text {
        padding: 16px 14px;
        font-size: .94rem;
        line-height: 1.7;
        border-radius: 16px;
    }

    .ctdet-ai-mini {
        border-radius: 16px;
        padding: 14px;
    }
}

.ctdet-ai-wrap {
    position: relative;
}

.ctdet-ai-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(135deg, #0b1220 0%, #0f172a 42%, #111827 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 26px 24px;
}

.ctdet-ai-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -20px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .24) 0%, rgba(37, 99, 235, 0) 68%);
    pointer-events: none;
}

.ctdet-ai-card::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, .16) 0%, rgba(14, 165, 233, 0) 70%);
    pointer-events: none;
}

.ctdet-ai-top {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    margin-bottom: 18px;
    align-items: stretch;
}

.ctdet-ai-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 12px;
}

.ctdet-ai-kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
    flex: 0 0 8px;
}

.ctdet-ai__title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin: 0;
}

.ctdet-ai__subtitle {
    margin-top: 8px;
    color: rgba(226, 232, 240, .74);
    font-size: .96rem;
    line-height: 1.6;
    max-width: 760px;
}

.ctdet-ai-top-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ctdet-ai-pricebox,
.ctdet-ai-scorebox {
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .06) 100%);
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-ai-pricebox__label,
.ctdet-ai-scorebox__label {
    color: rgba(226, 232, 240, .66);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 7px;
}

.ctdet-ai__price {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
}

.ctdet-ai-scorebox__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.ctdet-ai-score {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}

.ctdet-ai-score-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    white-space: nowrap;
}

.ctdet-ai-scorebox.is-great .ctdet-ai-score-badge {
    background: rgba(16, 185, 129, .16);
    color: #6ee7b7;
    border: 1px solid rgba(16, 185, 129, .18);
}

.ctdet-ai-scorebox.is-good .ctdet-ai-score-badge {
    background: rgba(59, 130, 246, .16);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, .18);
}

.ctdet-ai-scorebox.is-review .ctdet-ai-score-badge {
    background: rgba(245, 158, 11, .16);
    color: #fcd34d;
    border: 1px solid rgba(245, 158, 11, .18);
}

.ctdet-ai-progress {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    overflow: hidden;
    margin-bottom: 10px;
}

.ctdet-ai-progress>span {
    display: block;
    height: 100%;
    border-radius: 999px;
}

.ctdet-ai-scorebox.is-great .ctdet-ai-progress>span {
    background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
}

.ctdet-ai-scorebox.is-good .ctdet-ai-progress>span {
    background: linear-gradient(90deg, #2563eb 0%, #38bdf8 100%);
}

.ctdet-ai-scorebox.is-review .ctdet-ai-progress>span {
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
}

.ctdet-ai-score-desc {
    color: rgba(226, 232, 240, .7);
    font-size: .84rem;
    line-height: 1.55;
}

.ctdet-ai-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr .85fr;
    gap: 18px;
    align-items: stretch;
}

.ctdet-ai-copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ctdet-ai__text {
    margin: 0;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-size: .98rem;
    line-height: 1.78;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-ai-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(226, 232, 240, .66);
    font-size: .86rem;
    line-height: 1.6;
}

.ctdet-ai-note__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    color: #93c5fd;
    font-size: 14px;
    margin-top: 1px;
}

.ctdet-ai-insights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ctdet-ai-mini {
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .05) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-ai-mini__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ctdet-ai-mini__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    color: #93c5fd;
    font-size: 15px;
    flex: 0 0 38px;
}

.ctdet-ai-mini__label {
    color: rgba(226, 232, 240, .68);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .35px;
    text-transform: uppercase;
    line-height: 1.2;
}

.ctdet-ai-mini__value {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 4px;
}

.ctdet-ai-mini__desc {
    color: rgba(226, 232, 240, .68);
    font-size: .84rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {

    .ctdet-ai-top,
    .ctdet-ai-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ctdet-ai-card {
        border-radius: 20px;
        padding: 20px 16px;
    }

    .ctdet-ai__title {
        font-size: 1.2rem;
    }

    .ctdet-ai__price,
    .ctdet-ai-score {
        font-size: 1.65rem;
    }

    .ctdet-ai__text {
        padding: 16px 14px;
        font-size: .94rem;
        line-height: 1.7;
        border-radius: 16px;
    }

    .ctdet-ai-mini,
    .ctdet-ai-pricebox,
    .ctdet-ai-scorebox {
        border-radius: 16px;
        padding: 14px;
    }

    .ctdet-ai-scorebox__top {
        align-items: flex-start;
        flex-direction: column;
    }
}


.ctdet-pricebox {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.ctdet-pricebox__price {
    margin: 0;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
    color: #ff7b7b;
}

.ctdet-pricebox__price--offer {
    color: #fff;
    font-size: 30px;
}

.ctdet-pricebox__meta {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}

.ctdet-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.ctdet-stat {
    border: 1px solid var(--ctdet-border);
    border-radius: 16px;
    padding: 12px;
    background: #fff;
}

.ctdet-stat__label {
    font-size: 12px;
    color: var(--ctdet-muted);
    font-weight: 700;
    margin-bottom: 4px;
}

.ctdet-stat__value {
    font-size: 18px;
    color: var(--ctdet-text);
    font-weight: 900;
    line-height: 1.2;
}

.ctdet-ai {
    border: 1px solid rgba(48, 79, 254, .10);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}

.ctdet-pricebox {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 18px;
    border-radius: 22px;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: linear-gradient(135deg, #0f172a 0%, #111827 45%, #0b1220 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
    margin-bottom: 18px;
}

.ctdet-pricebox::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, .18) 0%, rgba(56, 189, 248, 0) 70%);
    pointer-events: none;
}

.ctdet-pricebox__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.ctdet-pricebox__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    flex: 0 0 8px;
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .10);
}

.ctdet-pricebox__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ctdet-pricebox__price {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.ctdet-pricebox__price--offer {
    color: #ffffff;
}

.ctdet-pricebox__meta {
    color: rgba(226, 232, 240, .78);
    font-size: .93rem;
    line-height: 1.65;
    max-width: 720px;
}

.ctdet-pricebox__meta b {
    color: #ffffff;
    font-weight: 800;
}

.ctdet-price-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    white-space: nowrap;
    border: 1px solid transparent;
}

.ctdet-price-pill--neutral {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .86);
    border-color: rgba(255, 255, 255, .08);
}

.ctdet-price-pill--up {
    background: rgba(245, 158, 11, .14);
    color: #fcd34d;
    border-color: rgba(245, 158, 11, .18);
}

.ctdet-price-pill--down {
    background: rgba(16, 185, 129, .16);
    color: #86efac;
    border-color: rgba(16, 185, 129, .18);
}

.ctdet-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ctdet-stat {
    position: relative;
    overflow: hidden;
    padding: 16px 16px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.ctdet-stat::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #38bdf8 0%, #2563eb 100%);
    opacity: .9;
}

.ctdet-stat__label {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 8px;
}

.ctdet-stat__value {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.ctdet-stat__hint {
    margin-top: 6px;
    color: #64748b;
    font-size: .82rem;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .ctdet-summary-card {
        border-radius: 20px;
    }

    .ctdet-summary-card .ctdet-card__head {
        padding: 18px 16px 12px;
    }

    .ctdet-summary-card .ctdet-card__body {
        padding: 16px;
    }

    .ctdet-pricebox {
        padding: 18px 16px 16px;
        border-radius: 18px;
    }

    .ctdet-pricebox__price {
        font-size: 1.7rem;
    }

    .ctdet-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ctdet-stat {
        border-radius: 16px;
        padding: 14px;
    }
}

.ctdet-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.ctdet-gallery-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .10) 0%, rgba(37, 99, 235, 0) 68%);
    pointer-events: none;
}

.ctdet-gallery-card .ctdet-card__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.ctdet-gallery-card .ctdet-card__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ctdet-gallery-card .ctdet-card__sub {
    margin-top: 6px;
    color: #64748b;
    font-size: .92rem;
    line-height: 1.55;
}

.ctdet-gallery-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid rgba(37, 99, 235, .10);
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.ctdet-gallery-meta i {
    font-size: 12px;
}

.ctdet-gallery-card .ctdet-card__body--gallery {
    position: relative;
    z-index: 2;
    padding: 16px;
}

.ctdet-gallery-frame {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .5),
        0 12px 30px rgba(15, 23, 42, 0.06);
}

.ctdet-swiper {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.ctdet-swiper__slide {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dbe4ee;
}

.ctdet-swiper__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, .06) 100%);
    z-index: 1;
    pointer-events: none;
}

.ctdet-swiper__slide::after {
    content: "Ver foto";
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .70);
    border: 1px solid rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .20);
    opacity: .95;
}

.ctdet-swiper__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.ctdet-swiper__slide:hover .ctdet-swiper__img {
    transform: scale(1.035);
}

.ctdet-swiper__prev,
.ctdet-swiper__next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(15, 23, 42, .78);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 12px 24px rgba(15, 23, 42, .18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all .18s ease;
}

.ctdet-swiper__prev:hover,
.ctdet-swiper__next:hover {
    background: rgba(37, 99, 235, .92);
    transform: translateY(-1px);
}

.ctdet-swiper__prev::after,
.ctdet-swiper__next::after {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}

.ctdet-swiper__pagination {
    bottom: 14px !important;
}

.ctdet-swiper__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .45);
    opacity: 1;
    transition: all .18s ease;
}

.ctdet-swiper__pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: #ffffff;
}

.ctdet-no-photos {
    min-height: 400px;
    border-radius: 22px;
    border: 1px dashed rgba(15, 23, 42, .12);
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 18px;
}

.ctdet-no-photos__icon {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #2563eb;
    font-size: 30px;
    margin-bottom: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .55),
        0 10px 25px rgba(37, 99, 235, .08);
}

.ctdet-no-photos__text {
    color: #475569;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    max-width: 340px;
}

.ctdet-no-photos__sub {
    margin-top: 8px;
    color: #94a3b8;
    font-size: .9rem;
    line-height: 1.55;
    max-width: 320px;
}

@media (max-width: 767.98px) {
    .ctdet-gallery-card {
        border-radius: 20px;
    }

    .ctdet-gallery-card .ctdet-card__head {
        padding: 18px 16px 12px;
        align-items: flex-start;
        flex-direction: column;
    }

    .ctdet-gallery-card .ctdet-card__body--gallery {
        padding: 14px;
    }

    .ctdet-gallery-frame,
    .ctdet-swiper,
    .ctdet-no-photos {
        border-radius: 18px;
    }

    .ctdet-swiper__slide {
        aspect-ratio: 4 / 3;
    }

    .ctdet-swiper__slide::after {
        right: 12px;
        bottom: 12px;
        min-height: 30px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .ctdet-swiper__prev,
    .ctdet-swiper__next {
        width: 38px;
        height: 38px;
    }

    .ctdet-no-photos {
        min-height: 260px;
        padding: 24px 16px;
    }

    .ctdet-no-photos__icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        font-size: 24px;
    }

    .ctdet-no-photos__text {
        font-size: .94rem;
    }
}

/*header seminuevos*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}


.card-result {
    cursor: pointer;

}

.modal-backdrop {
    z-index: 119 !important;
}

a.nav-link {
    color: #FFF !important;
}

.optActivo {
    border-radius: 5px;
    background: #f3f3f3;

}

.menu-subnav .filtro-radio-label {
    cursor: pointer;
}

.brandOptActivo {
    color: #585858 !important;
    font-weight: bold;
}

.logoBrandActivo {
    color: #585858 !important;
}

.brandNameFilter {
    color: #8d8d8d;
    font-size: 13px;
    position: relative;
    top: 2px
}

span.input-group-text {
    font-size: 28px;
    font-weight: 700;

}

.price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a2a3b7;
}


.range-slider {
    width: 200px;
    position: relative;
    margin: 15px 0 30px 0;
}

input[type=range] {
    /*
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #304ffe;
    cursor: pointer;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #e8e8e8;
    border-radius: 3px;
    border: none;
}



.post,
.post_container {
    -webkit-transition: opacity .3s 0s ease;
    -ms-transition: opacity .3s 0s ease;
    -moz-transition: opacity .3s 0s ease;
    transition: opacity .3s 0s ease
}

.post_wrapper .post_card {
    padding-bottom: 20px
}

.post_lander .post_card {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 0 #e6e6eb;
    -moz-box-shadow: 0 1px 0 0 #e6e6eb;
    box-shadow: 0 1px 0 0 #e6e6eb;
    border: 0
}

.post_card {
    background: #fff
}

.post_card .card_header {
    width: 100%;
    padding: 10px 0
}

.post_card .card_header .user {
    width: auto;
    min-width: 200px
}

.post_card .card_header hr {
    margin-bottom: 0
}

.post_card .card_header img {
    display: block;
    max-width: 100%
}

.post_card .card_description {
    margin: 0 auto 10px;
    font-family: LFTEtica-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size-adjust: .52;
    font-weight: 200;
    font-style: normal;
    max-width: 740px;
    font-size: 1em;
    padding: 0 10px
}

@media (min-width: 769px) {
    .post_card .card_description {
        margin: 0 auto 20px
    }
}

.post_card .card_footer {
    max-width: 740px;
    padding: 0 10px;
    margin: 0 auto 10px
}

.post_card .card_footer .recall a.hidden {
    pointer-events: none;
    cursor: default;
    display: block !important;
    background: #e52d27;
    border-color: #d8201a;
    color: #FFF;
    opacity: .5;
    -webkit-box-shadow: 0 1px 0 0 #d8201a;
    -moz-box-shadow: 0 1px 0 0 #d8201a;
    box-shadow: 0 1px 0 0 #d8201a
}

@media (min-width: 769px) {
    .post_card .card_footer {
        padding: 0 20px
    }
}

@media (max-width: 479px) {
    .post_card .card_footer .recall {
        width: 30%
    }

    .post_card .card_footer .upvote {
        width: 67%;
        margin-right: 3%
    }

    .post_card .card_footer .upvote a.btn {
        width: 100%;
        text-align: center
    }

    .post_card .card_footer .upvote a.btn * {
        float: none;
        display: inline
    }

    .post_card .card_footer .upvote a.btn i {
        position: relative;
        left: auto;
        transform: translate(0, 0);
        top: auto;
        line-height: 10px;
        vertical-align: middle;
        margin-left: -25px
    }
}

@media (min-width: 1025px) {
    .post_container {
        display: none;
        position: fixed;
        z-index: 120;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        opacity: 1;
        /*padding: 20px 20px 80px*/
    }

    .post_container .close-post {
        visibility: visible;
        display: block
    }

    .post_wrapper {
        background: #f5f5f5 !important;
        position: absolute;
        z-index: 121;
        top: 0;
        right: 12px;
        /* bottom: 0;*/
        overflow-y: auto !important;
        width: 100%;
        max-width: 73%;
        padding-top: 60px;
        background: #fff;
        transform: translateX(0);
        -webkit-transition: transform .2s .2s ease;
        -ms-transition: transform .2s .2s ease;
        -moz-transition: transform .2s .2s ease;
        transition: transform .2s .2s ease;
        margin: 0 auto
    }

    .post_wrapper>div {
        background: #F4F4F6
    }

    .post_widgets {
        padding: 0 20px
    }

    .post.inactive {
        opacity: 0;
        -webkit-transition: opacity .3s .2s ease;
        -ms-transition: opacity .3s .2s ease;
        -moz-transition: opacity .3s .2s ease;
        transition: opacity .3s .2s ease
    }

    .post.inactive .post_wrapper {
        transform: translateX(100%);
        -webkit-transition: transform .2s 0 ease;
        -ms-transition: transform .2s 0 ease;
        -moz-transition: transform .2s 0 ease;
        transition: transform .2s 0 ease
    }

    .post.inactive .close-post {
        visibility: hidden;
        opacity: 0;
        right: 120%;
        -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease
    }
}

.close-post {
    position: fixed;
    z-index: 121;
    /*top: 80px;*/
    font-size: 11px;
    padding: 8px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #C8C9D0;
    font-family: LFTEtica-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size-adjust: .53;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    background: #F4F4F6;
    border-radius: 0 0 0 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
    display: inline-block;
    width: 75px;
    text-align: center;
    line-height: 10px;
    opacity: 1;
    visibility: hidden;
    right: 73.5%;
}

.close-post:hover {
    background: #e52d27;
    color: #FFF
}

.close-post i {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px
}


.filtros-container {
    background-color: #fff;
    height: 100%;
    float: left;

}

.filtro-seminuevos {
    max-height: 250px !important;

}

@media (max-width: 767px) {
    .filtros-container {
        display: none;
    }
}

.filtros-autos {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 5% 20px;
    min-height: 500px;
}

.contenido-lista {
    float: right;
    padding-top: 5%;
    min-height: 500px;
}

@media (max-width: 767px) {
    .contenido-lista {
        float: none;
        padding-top: 15%;
    }
}

.remove-filter {
    cursor: pointer;
}

blog .breadcrumb-item,
.blog .breadcrumb-item.active,
.blog .breadcrumb-item::before,
.blog .breadcrumb-item>a {
    color: #868994 !important;
    font-size: 13px !important;
}

.filtro-marca {
    max-height: 400px !important;
    /* overflow: scroll;*/
}

::-webkit-scrollbar {
    width: 10px;
    content: '';
    position: absolute;
    top: 0;
    /*
     width: 200%; 
     */
    height: 100%;

}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 5px;
}


::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

/*
    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }*/
.featured {
    border: 2px solid #ffa088 !important;
    background: #fffcf6 !important;
}

.star-rating::before {
    content: "⭐⭐⭐⭐⭐";
}

.star-rating {
    display: inline-block;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0.1);
}

.filtro-evaluacion {
    cursor: pointer;
}

.filtro-evaluacion:hover span {
    color: #ccc !important;
    font-weight: bold;
}

.filtro-evaluacion:hover {
    font-weight: bold !important;
    color: #fff !important;

}

.elementoDesactivado {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}

/*
    .star-rating:hover {
        background-image: linear-gradient(to right, #ffaa0e 10%, #ffa800 98%, #e7e7e7 0%, black 100%) !important;
    }
*/
.filtro-evaluacion:hover .star-rating {
    background-image: linear-gradient(to right, #ffaa0e 10%, #ffa800 98%, #e7e7e7 0%, black 100%) !important;
}







/* item principal */
#liControl.single-status {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px !important;
    margin-bottom: 18px;
    border: 1px solid var(--ct-line);
    border-radius: 20px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: var(--ct-shadow);
    list-style: none;
}

/* columna izquierda */
#liControl .status-location-heading.filtrosActivosControl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

/* chips generales */
#liControl .brandBadgeFilter,
#liControl .modelBadgeFilter,
#liControl .anioBadgeFilter,

#liControl .estadoBadgeFilter,


#liControl .versionBadgeFilter,
#liControl .priceBadgeFilter,
#liControl .kmBadgeFilter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 8px 12px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    border: 1px solid rgba(37, 99, 235, 0.10);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: var(--ct-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: all .18s ease;
    white-space: nowrap;
}

/* chip principal marca */
#liControl .brandBadgeFilter {
    background: linear-gradient(135deg, var(--ct-primary) 0%, var(--ct-accent) 100%);
    color: #fff !important;
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

/* resto de filtros */
#liControl .modelBadgeFilter,
#liControl .anioBadgeFilter,

#liControl .estadoBadgeFilter #liControl .versionBadgeFilter,
#liControl .priceBadgeFilter,
#liControl .kmBadgeFilter {
    background: #f8fafc;
    color: #0f172a !important;
}

/* hover elegante */
#liControl .brandBadgeFilter:hover,
#liControl .modelBadgeFilter:hover,
#liControl .anioBadgeFilter:hover,

#liControl .estadoBadgeFilter:hover,

#liControl .versionBadgeFilter:hover,
#liControl .priceBadgeFilter:hover,
#liControl .kmBadgeFilter:hover {
    transform: translateY(-1px);
    box-shadow: var(--ct-shadow-soft);
}

/* neutralizar clases viejas */
#liControl .color-7,
#liControl .color-3-bg {
    color: inherit !important;
    background: inherit !important;
}

/* strong interno */
#liControl .brandBadgeFilter strong,
#liControl .modelBadgeFilter strong,
#liControl .anioBadgeFilter strong,

#liControl .estadoBadgeFilter strong,


#liControl .versionBadgeFilter strong,
#liControl .priceBadgeFilter strong,
#liControl .kmBadgeFilter strong {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: inherit;
}

/* botón remover */
#liControl .remove-filter,
#liControl .eliminar-filtro {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .18s ease;
    opacity: .86;
}

/* remover en chip marca */
#liControl .brandBadgeFilter .remove-filter,
#liControl .brandBadgeFilter .eliminar-filtro {
    color: #64748b;
}

/* remover en chips secundarios */
#liControl .modelBadgeFilter .remove-filter,
#liControl .modelBadgeFilter .eliminar-filtro,
#liControl .anioBadgeFilter .remove-filter,
#liControl .anioBadgeFilter .eliminar-filtro,

#liControl .estadoBadgeFilter .remove-filter,
#liControl .estadoBadgeFilter .eliminar-filtro,

#liControl .versionBadgeFilter .remove-filter,
#liControl .versionBadgeFilter .eliminar-filtro,
#liControl .priceBadgeFilter .remove-filter,
#liControl .priceBadgeFilter .eliminar-filtro,
#liControl .kmBadgeFilter .remove-filter,
#liControl .kmBadgeFilter .eliminar-filtro {
    color: #64748b;
}

/* hover remover */
#liControl .remove-filter:hover,
#liControl .eliminar-filtro:hover {
    transform: scale(1.08);
    opacity: 1;
}

#liControl .brandBadgeFilter .remove-filter:hover,
#liControl .brandBadgeFilter .eliminar-filtro:hover {
    color: #ef4444;
}

#liControl .modelBadgeFilter .remove-filter:hover,
#liControl .modelBadgeFilter .eliminar-filtro:hover,
#liControl .anioBadgeFilter .remove-filter:hover,
#liControl .anioBadgeFilter .eliminar-filtro:hover,
#liControl .estadoBadgeFilter .remove-filter,
#liControl .estadoBadgeFilter .eliminar-filtro,
#liControl .versionBadgeFilter .remove-filter:hover,
#liControl .versionBadgeFilter .eliminar-filtro:hover,
#liControl .priceBadgeFilter .remove-filter:hover,
#liControl .priceBadgeFilter .eliminar-filtro:hover,
#liControl .kmBadgeFilter .remove-filter:hover,
#liControl .kmBadgeFilter .eliminar-filtro:hover {
    color: #ef4444;
}

/* icono svg */
#liControl .remove-filter svg,
#liControl .eliminar-filtro svg,
#liControl svg.remove-filter,
#liControl svg.eliminar-filtro {
    width: 12px;
    height: 12px;
    display: block;
}

/* bloque derecho */
#liControl .status-mode {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

#liControl .card-toolbar {
    margin-left: 0 !important;
}

/* dropdown ordenar */
#liControl .dropdown-inline>a.dropdown-toggle,
#liControl .outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px !important;
    border-radius: 14px !important;
    border: 1px solid var(--ct-line);
    background: #fff;
    color: var(--ct-text) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    transition: all .18s ease;
}

#liControl .dropdown-inline>a.dropdown-toggle:hover,
#liControl .outline-btn:hover {
    border-color: rgba(37, 99, 235, 0.22);
    background: #fbfdff;
    color: var(--ct-primary) !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.10);
    transform: translateY(-1px);
}

#liControl .dropdown-inline>a.dropdown-toggle i {
    margin-right: 8px;
    color: #64748b;
}

#liControl .orderByTxt {
    font-weight: 800;
}

/* menú dropdown */
#liControl .dropdown-menu {
    min-width: 210px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid var(--ct-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

#liControl .dropdown-menu .navi {
    margin: 0;
    padding: 0;
    list-style: none;
}

#liControl .dropdown-menu .navi-item {
    padding: 0 !important;
    list-style: none;
}

#liControl .dropdown-menu .navi-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--ct-text) !important;
    text-decoration: none !important;
    transition: all .18s ease;
}

#liControl .dropdown-menu .navi-link:hover {
    background: rgba(37, 99, 235, 0.08);
    color: var(--ct-primary) !important;
}

#liControl .dropdown-menu .navi-text {
    font-size: 13px;
    font-weight: 700;
}

/* si quieres un título visual antes de chips */
#liControl .filtrosActivosControl::before {
    content: "Filtros activos";
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
    color: var(--ct-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
}

/* responsive */
@media (max-width: 991.98px) {
    #liControl.single-status {
        flex-direction: column;
        align-items: stretch !important;
        gap: 14px;
        padding: 14px !important;
    }

    #liControl .status-location-heading.filtrosActivosControl {
        width: 100%;
    }

    #liControl .status-mode {
        width: 100%;
    }

    #liControl .card-toolbar,
    #liControl .dropdown,
    #liControl .dropdown-inline {
        width: 100%;
    }

    #liControl .dropdown-inline>a.dropdown-toggle,
    #liControl .outline-btn {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 575.98px) {
    #liControl.single-status {
        border-radius: 16px !important;
    }

    #liControl .brandBadgeFilter,
    #liControl .modelBadgeFilter,
    #liControl .anioBadgeFilter,

    #liControl .estadoBadgeFilter,



    #liControl .versionBadgeFilter,
    #liControl .priceBadgeFilter,
    #liControl .kmBadgeFilter {
        min-height: 36px;
        padding: 7px 11px !important;
        font-size: 12px;
    }

    #liControl .filtrosActivosControl::before {
        width: 100%;
        margin-bottom: 2px;
    }
}

.ct-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1036;
    height: 38px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(8, 17, 32, .98) 0%, rgba(13, 27, 49, .98) 50%, rgba(8, 17, 32, .98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    overflow: hidden;
}

.ct-topbar::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -30px;
    width: 260px;
    height: 120px;
    background: radial-gradient(circle, rgba(14, 165, 233, .18) 0%, transparent 68%);
    pointer-events: none;
}

.ct-topbar::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -30px;
    width: 260px;
    height: 120px;
    background: radial-gradient(circle, rgba(37, 99, 235, .18) 0%, transparent 68%);
    pointer-events: none;
}

.ct-topbar-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 38px;
}

.ct-topbar-trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15px;
    white-space: nowrap;
}

.ct-topbar-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ct-success);
    box-shadow: 0 0 0 5px rgba(16, 185, 129, .12);
    flex: 0 0 8px;
}

.ct-topbar-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ct-topbar-links a {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .18s ease;
}

.ct-topbar-links a:hover {
    color: #fff;
}

.ct-topbar-sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .14);
}

.ct-premium-header {
    position: fixed;

    <?php if(isMobile()) {
        ?>
        /*top: 38px;*/
        <?php
    }

    ?>left: 0;
    right: 0;
    z-index: 1035;
    background: linear-gradient(180deg, rgba(8, 17, 32, .94) 0%, rgba(11, 18, 32, .88) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ct-line-soft);
    box-shadow: 0 8px 30px rgba(2, 8, 23, .14);
    transition: all .25s ease;
}

.ct-premium-header::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 220px;
    background: radial-gradient(circle at left center, rgba(14, 165, 233, .16), transparent 60%);
    pointer-events: none;
}

.ct-premium-header::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 240px;
    background: radial-gradient(circle at right center, rgba(37, 99, 235, .18), transparent 60%);
    pointer-events: none;
}

.ct-nav-shell {
    position: relative;
    z-index: 2;
    padding-left: 18px;
    padding-right: 18px;
}

.ct-navbar {
    min-height: 70px;
    padding: 10px 0;
}

.ct-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-right: 18px;
}

.ct-brand img.logo {
    height: 34px;
    width: auto;
    display: block;
    filter: drop-shadow(0 6px 18px rgba(37, 99, 235, .12));
}

.ct-brand-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ct-nav-list {
    align-items: center;
    gap: 4px;
}

.ct-nav-list .nav-item {
    position: relative;
}

.ct-nav-list .nav-link {
    /*color: var(--ct-text-soft) !important;*/
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1px;
    padding: 12px 16px !important;
    border-radius: 12px;
    transition: all .18s ease;
}

.ct-nav-list .nav-link:hover,
.ct-nav-list .nav-link:focus {
    color: var(--ct-white) !important;
    background: rgba(255, 255, 255, .05);
}

.ct-nav-list .nav-link.is-active {
    color: #fff !important;
    background: rgba(37, 99, 235, .14);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .16);
}

.ct-nav-divider {
    width: 1px;
    height: 26px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .22) 50%, transparent 100%);
    margin: 0 8px;
}

.ct-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ct-header-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-weight: 800 !important;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    text-decoration: none !important;
    transition: all .18s ease;
}

.ct-header-secondary:hover,
.ct-header-secondary:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, .10);
    transform: translateY(-1px);
}

.ct-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px !important;
    border-radius: 14px !important;
    color: #fff !important;
    font-weight: 800 !important;
    /*background: linear-gradient(135deg, var(--ct-primary) 0%, var(--ct-accent) 100%);*/
    box-shadow: 0 12px 28px rgba(37, 99, 235, .26);
    border: 1px solid rgba(255, 255, 255, .08);
    text-decoration: none !important;
}

.ct-header-cta:hover,
.ct-header-cta:focus {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(37, 99, 235, .32);
    background: linear-gradient(135deg, var(--ct-primary-2) 0%, var(--ct-accent) 100%);
}

.ct-user-trigger {
    width: 46px;
    height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    padding: 0 !important;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #fff !important;
}

.ct-user-trigger:hover,
.ct-user-trigger:focus {
    background: rgba(255, 255, 255, .10);
    color: #fff !important;
}

.ct-user-trigger i {
    font-size: 15px;
}

.ct-user-menu {
    margin-top: 14px;
    min-width: 230px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(12px);
}

.ct-user-menu .dropdown-item {
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    transition: all .18s ease;
}

.ct-user-menu .dropdown-item:hover,
.ct-user-menu .dropdown-item:focus {
    background: rgba(37, 99, 235, .08);
    color: var(--ct-primary);
}

.navbar-light .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    border-radius: 12px;
    padding: 17px 10px;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-light .navbar-toggler:hover {
    background: rgba(255, 255, 255, .10);
}

.navbar-light .navbar-toggler-icon {
    background-image: none !important;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 999px;
    vertical-align: middle;
}

.navbar-light .navbar-toggler-icon::before,
.navbar-light .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.navbar-light .navbar-toggler-icon::before {
    top: -7px;
}

.navbar-light .navbar-toggler-icon::after {
    top: 7px;
}

.ct-header-offset {
    height: 126px;
}

.ct-premium-header.is-scrolled {
    background: rgba(8, 17, 32, .97);
    box-shadow: 0 16px 40px rgba(2, 8, 23, .20);
}

.ct-premium-header.is-scrolled .ct-navbar {
    min-height: 74px;
}

@media (min-width: 992px) {
    .ct-nav-list .nav-item+.nav-item {
        margin-left: 2px;
    }
}

@media (max-width: 991.98px) {
    .ct-topbar {
        height: 34px;
    }

    .ct-topbar-inner {
        min-height: 34px;
    }

    .ct-topbar-trust {
        font-size: 11px;
    }

    .ct-topbar-links {
        display: none;
    }

    .ct-premium-header {
        /* top: 34px;*/
    }

    .ct-navbar {
        min-height: 74px;
    }

    .ct-brand img.logo {
        height: 30px;
    }

    .ct-brand-tag {
        display: none !important;
    }

    #appo-menu {
        margin-top: 320px;
        position: fixed;
        min-width: 94%;
        padding: 14px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgb(30 57 80) 0%, rgb(31 58 81) 100%) !important;
        border: 1px solid rgba(255, 255, 255, .08);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    }

    .ct-nav-list {
        align-items: stretch;
        gap: 8px;
    }

    .ct-nav-list .nav-link {
        width: 100%;
        padding: 13px 14px !important;
        border-radius: 14px;
        background: rgba(255, 255, 255, .03);
    }

    .ct-nav-divider {
        display: none !important;
    }

    .ct-header-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-top: 4px;
    }

    .ct-header-secondary,
    .ct-header-cta {
        width: 100%;
        min-height: 48px;
    }

    .ct-user-trigger {
        width: 100%;
        justify-content: flex-start;
        padding: 0 16px !important;
        gap: 10px;
        border-radius: 14px;
        height: 48px;
    }

    .ct-user-trigger::after {
        margin-left: auto;
    }

    .ct-user-menu {
        margin-top: 8px;
        border-radius: 14px;
    }

    .ct-header-offset {
        height: 112px;
    }
}

@media (max-width: 575.98px) {
    .ct-nav-shell {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ct-navbar {
        min-height: 70px;
    }

    .ct-brand img.logo {
        margin-top: -11px;
        height: 28px;
    }

    .ct-header-offset {
        height: 108px;
    }
}

.ctdet-breadcrumbs-wrap {
    margin-bottom: 18px;
}

.ctdet-breadcrumbs-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 14px 18px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.ctdet-breadcrumbs-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .08) 0%, rgba(37, 99, 235, 0) 70%);
    pointer-events: none;
}

.ctdet-breadcrumbs-card__nav {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-width: 0;
}

.ctdet-breadcrumbs-card__nav .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
}

.ctdet-breadcrumbs-card__nav .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
}

.ctdet-breadcrumbs-card__nav .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #94a3b8;
    font-weight: 700;
    padding: 0 2px 0 0;
    margin-right: 6px;
}

.ctdet-breadcrumbs-card__nav .bc-m {
    display: inline-flex;
    align-items: center;
    color: #64748b !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .18s ease;
    max-width: 240px;
}

.ctdet-breadcrumbs-card__nav .bc-m:hover {
    color: #2563eb !important;
}

.ctdet-breadcrumbs-card__nav .bc-m,
.ctdet-breadcrumbs-card__nav .breadcrumb-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ctdet-breadcrumbs-card__nav .breadcrumb-item:last-child {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid rgba(37, 99, 235, .10);
    color: #2563eb !important;
    font-weight: 800;
    max-width: 220px;
}

.ctdet-breadcrumbs-back {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all .18s ease;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.ctdet-breadcrumbs-back:hover {
    color: #2563eb;
    border-color: rgba(37, 99, 235, .16);
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .08);
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .ctdet-breadcrumbs-card {
        padding: 12px 14px;
        border-radius: 16px;
    }

    .ctdet-breadcrumbs-card__nav .breadcrumb {
        gap: 6px;
    }

    .ctdet-breadcrumbs-card__nav .breadcrumb-item {
        font-size: 12px;
    }

    .ctdet-breadcrumbs-card__nav .breadcrumb-item:last-child {
        max-width: 100%;
    }

    .ctdet-breadcrumbs-back {
        width: 100%;
        justify-content: center;
    }
}



<style>.ctdet-eval-wrap {
    position: relative;
}

.ctdet-eval-panel {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(135deg, #0b1220 0%, #0f172a 42%, #111827 100%);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 24px;
}

.ctdet-eval-panel::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -20px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .24) 0%, rgba(37, 99, 235, 0) 68%);
    pointer-events: none;
}

.ctdet-eval-panel::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, .16) 0%, rgba(14, 165, 233, 0) 70%);
    pointer-events: none;
}

.ctdet-eval-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ctdet-eval-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 12px;
}

.ctdet-eval-kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
    flex: 0 0 8px;
}

.ctdet-eval-title {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin: 0;
}

.ctdet-eval-subtitle {
    margin-top: 8px;
    color: rgba(226, 232, 240, .74);
    font-size: .96rem;
    line-height: 1.6;
    max-width: 760px;
}

.ctdet-eval-side {
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .06) 100%);
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    min-width: 220px;
}

.ctdet-eval-side__label {
    color: rgba(226, 232, 240, .66);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 7px;
}

.ctdet-eval-side__value {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.45;
}

.ctdet-evalgrid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ctdet-evalcard {
    position: relative;
    overflow: hidden;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .05) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ctdet-evalcard:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, .18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .04),
        0 14px 28px rgba(2, 8, 23, .14);
}

.ctdet-evalcard__row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
}

.ctdet-evalcard__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    color: #93c5fd;
    font-size: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.ctdet-evalcard__icon span {
    line-height: 1;
}

.ctdet-evalcard__content {
    min-width: 0;
}

.ctdet-evalcard__title {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.ctdet-evalcard__desc {
    margin: 0;
    color: rgba(226, 232, 240, .72);
    font-size: .89rem;
    line-height: 1.62;
}

.ctdet-evalcard__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    white-space: nowrap;
    max-width: 180px;
    text-align: center;
    border: 1px solid transparent;
}

.ctdet-evalcard__badge--success {
    background: rgba(16, 185, 129, .16);
    border-color: rgba(16, 185, 129, .18);
    color: #86efac;
}

.ctdet-evalcard__badge--good {
    background: rgba(37, 99, 235, .16);
    border-color: rgba(37, 99, 235, .18);
    color: #bfdbfe;
}

.ctdet-evalcard__badge--warn {
    background: rgba(245, 158, 11, .16);
    border-color: rgba(245, 158, 11, .18);
    color: #fcd34d;
}

.ctdet-evalcard__badge--danger {
    background: rgba(239, 68, 68, .16);
    border-color: rgba(239, 68, 68, .18);
    color: #fca5a5;
}

.ctdet-evalcard__badge--neutral {
    background: rgba(148, 163, 184, .14);
    border-color: rgba(148, 163, 184, .18);
    color: #cbd5e1;
}

.ctdet-eval-note {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    color: rgba(226, 232, 240, .66);
    font-size: .86rem;
    line-height: 1.6;
}

.ctdet-eval-note__icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    color: #93c5fd;
    font-size: 14px;
    margin-top: 1px;
}

@media (max-width: 991.98px) {
    .ctdet-evalgrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .ctdet-eval-panel {
        border-radius: 20px;
        padding: 20px 16px;
    }

    .ctdet-eval-title {
        font-size: 1.18rem;
    }

    .ctdet-eval-side {
        width: 100%;
        min-width: 100%;
        border-radius: 16px;
        padding: 14px;
    }

    .ctdet-evalcard {
        border-radius: 16px;
        padding: 14px;
    }

    .ctdet-evalcard__row {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .ctdet-evalcard__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 18px;
    }

    .ctdet-evalcard__badge {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 4px;
    }

    .ctdet-evalcard__title {
        font-size: .96rem;
    }

    .ctdet-evalcard__desc {
        font-size: .86rem;
        line-height: 1.58;
    }
}

.ctdet-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 18px;
}

.ctdet-contact-panel,
.ctdet-seller-panel {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(135deg, #0b1220 0%, #0f172a 42%, #111827 100%);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 22px;
}

.ctdet-contact-panel::before,
.ctdet-seller-panel::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -20px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, .24) 0%, rgba(37, 99, 235, 0) 68%);
    pointer-events: none;
}

.ctdet-contact-panel::after,
.ctdet-seller-panel::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, .16) 0%, rgba(14, 165, 233, 0) 70%);
    pointer-events: none;
}

.ctdet-contact-head,
.ctdet-seller-head {
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
}

.ctdet-contact-kicker,
.ctdet-seller-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .35px;
    margin-bottom: 12px;
}

.ctdet-contact-kicker-dot,
.ctdet-seller-kicker-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
    flex: 0 0 8px;
}

.ctdet-contactcard__title,
.ctdet-sellercard__title {
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin: 0;
}

.ctdet-contactcard__text,
.ctdet-sellercard__text {
    margin: 8px 0 0;
    color: rgba(226, 232, 240, .74);
    font-size: .95rem;
    line-height: 1.62;
}

.ctdet-contact-form {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
}

.ctdet-field {
    position: relative;
}

.ctdet-field label {
    display: block;
    margin: 0 0 8px;
    color: rgba(226, 232, 240, .82);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .28px;
}

.ctdet-field .form-control {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .07);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    transition: all .18s ease;
}

.ctdet-field textarea.form-control {
    min-height: 140px;
    resize: vertical;
    padding-top: 14px;
}

.ctdet-field .form-control::placeholder {
    color: rgba(226, 232, 240, .48);
}

.ctdet-field .form-control:focus {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(96, 165, 250, .28);
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, .12),
        inset 0 1px 0 rgba(255, 255, 255, .03);
    color: #fff;
    outline: none;
}

.ctdet-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.ctdet-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .1px;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .26);
    transition: all .18s ease;
}

.ctdet-btn-primary:hover,
.ctdet-btn-primary:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(37, 99, 235, .30);
}

.ctdet-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: all .18s ease;
}

.ctdet-btn-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    transform: translateY(-1px);
}

.ctdet-sellercard {
    position: relative;
    z-index: 2;
}

.ctdet-sellerbox {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .05) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    margin-bottom: 14px;
}

.ctdet-sellerbox__avatar {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, .16);
    border: 1px solid rgba(37, 99, 235, .18);
    overflow: hidden;
    flex: 0 0 56px;
}

.ctdet-sellerbox__avatar img {
    width: 30px;
    height: auto;
    display: block;
}

.ctdet-sellerbox__meta {
    min-width: 0;
}

.ctdet-sellercard__name {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 4px;
}

.ctdet-sellercard__status {
    margin: 0;
    color: rgba(226, 232, 240, .72);
    font-size: .9rem;
    line-height: 1.55;
}

.ctdet-seller-notes {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
}

.ctdet-seller-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    color: rgba(226, 232, 240, .74);
    font-size: .88rem;
    line-height: 1.58;
}

.ctdet-seller-note i {
    color: #93c5fd;
    margin-top: 2px;
}

.ctdet-btn--wa-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
    border: 0;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 32px rgba(34, 197, 94, .24);
    transition: all .18s ease;
}

.ctdet-btn--wa-premium:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(34, 197, 94, .28);
}

.ctdet-btn--wa-premium i {
    margin-right: 8px;
    font-size: 17px;
}

@media (max-width: 991.98px) {
    .ctdet-contact-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {

    .ctdet-contact-panel,
    .ctdet-seller-panel {
        border-radius: 20px;
        padding: 20px 16px;
    }

    .ctdet-contactcard__title,
    .ctdet-sellercard__title {
        font-size: 1.15rem;
    }

    .ctdet-sellerbox {
        border-radius: 16px;
        padding: 14px;
    }

    .ctdet-sellerbox__avatar {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        flex: 0 0 50px;
    }

    .ctdet-contact-actions {
        grid-template-columns: 1fr;
    }

    .ctdet-btn-primary,
    .ctdet-btn-secondary {
        width: 100%;
    }
}

/*
    .listado-lock {
        overflow: hidden !important;
        pointer-events: none;
    }
*/