:root {
    --jcr-red: #ef2626;
    --jcr-dark-red: #b90d0d;
    --jcr-green: #19c857;
    --jcr-green-dark: #10a845;
    --jcr-blue: #090e2d;
    --jcr-text: #22242c;
    --jcr-muted: #626978;
    --jcr-bg: #f7f8fb;
    --jcr-black: #111111;
}

.jcr-motores-page, .jcr-motores-page * {
    box-sizing: border-box;
}

.jcr-motores-page {
    background: #fff;
    color: var(--jcr-text);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.45;
}

.jcr-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.jcr-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #6f7582;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 32px;
}

.jcr-breadcrumb a {
    color: var(--jcr-red);
    text-decoration: none;
}

.jcr-breadcrumb strong {
    color: var(--jcr-blue);
}

.jcr-single-hero {
    padding: 44px 0 28px;
    overflow: hidden;
    background: radial-gradient(circle at 78% 36%, #edf0f5 0 0, transparent 36%), #fff;
}

.jcr-single-hero__grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 36px;
    align-items: center;
}

.jcr-kicker {
    display: block;
    color: var(--jcr-blue);
    font-size: clamp(38px, 5vw, 70px);
    line-height: .95;
    letter-spacing: -2px;
    font-weight: 950;
    text-transform: uppercase;
}

.jcr-single-hero h1 {
    margin: 6px 0 8px;
    color: var(--jcr-blue);
    font-size: clamp(32px, 4.3vw, 58px);
    line-height: 1.02;
    letter-spacing: -1.5px;
    font-weight: 900;
}

.jcr-single-hero h2 {
    margin: 0 0 18px;
    color: var(--jcr-red);
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.1;
    font-weight: 900;
}

.jcr-single-hero p {
    max-width: 600px;
    margin: 0 0 18px;
    color: #2e3340;
    font-size: 17px;
}

.jcr-checklist {
    list-style: none;
    margin: 22px 0 24px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.jcr-checklist li {
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    color: #222;
}

.jcr-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--jcr-red);
    font-weight: 950;
    font-size: 20px;
}

.jcr-main-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: min(100%, 530px);
    padding: 16px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--jcr-green), #08b84e);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(10, 164, 69, .25);
    transition: transform .18s ease, box-shadow .18s ease;
}

.jcr-main-whatsapp:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(10, 164, 69, .32);
}

.jcr-whatsapp-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 3px solid rgba(255,255,255,.88);
    border-radius: 50%;
    line-height: 1;
    flex: 0 0 58px;
}

.jcr-whatsapp-icon svg {
    width: 31px;
    height: 31px;
    display: block;
    color: #fff;
}

.jcr-main-whatsapp strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.5px;
}

.jcr-main-whatsapp small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .2px;
}

.jcr-single-hero__image {
    position: relative;
    text-align: center;
}

.jcr-single-hero__image::after {
    content: "";
    position: absolute;
    right: -22px;
    bottom: 8px;
    width: 210px;
    height: 150px;
    opacity: .2;
    background-image: radial-gradient(#9aa4b4 1px, transparent 1px);
    background-size: 14px 14px;
    z-index: 0;
}

.jcr-single-hero__image img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0 20px 28px rgba(10, 14, 45, .12));
}

.jcr-offers {
    padding: 22px 0 32px;
    background: #fff;
}

.jcr-offers .jcr-container {
    display: grid;
    gap: 16px;
}

.jcr-offer-card {
    display: grid;
    grid-template-columns: 120px minmax(190px, 1fr) auto auto;
    align-items: center;
    gap: 28px;
    min-height: 92px;
    padding: 22px 28px;
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(10, 14, 45, .13);
}

.jcr-offer-card--black {
    background: linear-gradient(135deg, #0c0c0d, #191919);
    color: #fff;
}

.jcr-offer-card--red {
    background: linear-gradient(135deg, #e80f12, #f1292f);
    color: #fff;
}

.jcr-offer-icon {
    display: grid;
    place-items: center;
    min-height: 54px;
    border-right: 1px solid rgba(255,255,255,.36);
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}

.jcr-offer-title strong {
    display: block;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1;
    font-weight: 900;
}

.jcr-offer-title span {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    opacity: .95;
}

.jcr-offer-price {
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 950;
    white-space: nowrap;
}

.jcr-offer-btn {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.88);
    font-weight: 900;
    transition: transform .18s ease, background .18s ease;
}

.jcr-offer-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    background: var(--jcr-green);
    border-color: #fff;
}

.jcr-single-content {
    padding: 26px 0 70px;
    background: #fff;
}

.jcr-section-title {
    max-width: 880px;
    margin: 0 auto 28px;
    text-align: left;
}

.jcr-section-title span {
    display: block;
    width: 86px;
    height: 4px;
    margin-bottom: 12px;
    border-radius: 99px;
    background: var(--jcr-red);
}

.jcr-section-title h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    letter-spacing: -.8px;
}

.jcr-section-title h2 strong {
    font-weight: 950;
}

.jcr-section-title p {
    margin: 0;
    color: var(--jcr-muted);
    font-size: 16px;
}

.jcr-content-card {
    max-width: 960px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid #eceef3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(10, 14, 45, .06);
}

.jcr-content-card :first-child { margin-top: 0; }
.jcr-content-card :last-child { margin-bottom: 0; }
.jcr-content-card p, .jcr-content-card li { font-size: 17px; color: #2e3340; }
.jcr-content-card strong { color: #111; }

.jcr-final-cta {
    max-width: 960px;
    margin: 28px auto 0;
    padding: 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, #101010, #1f1f1f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.jcr-final-cta h2 { margin: 0 0 5px; font-size: 26px; }
.jcr-final-cta p { margin: 0; color: rgba(255,255,255,.78); }

.jcr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 20px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.jcr-btn:hover { transform: translateY(-1px); text-decoration: none; }
.jcr-btn--green { background: var(--jcr-green); color: #fff; box-shadow: 0 10px 18px rgba(25, 200, 87, .25); }
.jcr-btn--green:hover { color: #fff; background: var(--jcr-green-dark); }
.jcr-btn--red { background: var(--jcr-red); color: #fff; box-shadow: 0 10px 18px rgba(239, 38, 38, .18); }
.jcr-btn--red:hover { color: #fff; background: var(--jcr-dark-red); }

.jcr-archive-hero {
    padding: 54px 0;
    background: linear-gradient(135deg, #070a18, #111627);
    color: #fff;
}

.jcr-archive-hero .jcr-breadcrumb strong { color: #fff; }
.jcr-archive-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1;
    color: #fff;
    font-weight: 950;
}
.jcr-archive-hero p { max-width: 680px; margin: 0 0 24px; color: rgba(255,255,255,.82); font-size: 18px; }

.jcr-search-form {
    display: flex;
    gap: 10px;
    max-width: 720px;
}
.jcr-search-form input {
    flex: 1;
    min-height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    font-size: 16px;
}
.jcr-search-form button {
    min-height: 52px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--jcr-red);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.jcr-motores-list-section { padding: 48px 0 70px; background: var(--jcr-bg); }
.jcr-motores-grid { display: grid; gap: 22px; }
.jcr-motor-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    gap: 34px;
    min-height: 270px;
    padding: 28px 38px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(10, 14, 45, .09);
}
.jcr-motor-card__image img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    display: block;
}
.jcr-motor-card__content h2 { margin: 0 0 12px; color: var(--jcr-blue); font-size: clamp(24px, 3vw, 36px); line-height: 1.05; font-weight: 950; }
.jcr-motor-card__content h2 a { color: inherit; text-decoration: none; }
.jcr-motor-card__content p { margin: 0 0 20px; color: var(--jcr-muted); font-size: 17px; }
.jcr-motor-card__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.jcr-pagination { margin: 34px 0 0; text-align: center; }
.jcr-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    margin: 4px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--jcr-blue);
    text-decoration: none;
    font-weight: 800;
}
.jcr-pagination .page-numbers.current { background: var(--jcr-red); color: #fff; }

.jcr-empty-state {
    padding: 44px;
    background: #fff;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(10, 14, 45, .08);
}

@media (max-width: 920px) {
    .jcr-single-hero__grid { grid-template-columns: 1fr; }
    .jcr-single-hero__image { order: -1; }
    .jcr-offer-card { grid-template-columns: 72px 1fr; gap: 18px; }
    .jcr-offer-price, .jcr-offer-btn { grid-column: 2; justify-self: start; }
    .jcr-motor-card { grid-template-columns: 1fr; padding: 24px; }
    .jcr-motor-card__image img { height: 220px; }
    .jcr-final-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
    .jcr-container { width: min(100% - 24px, 1180px); }
    .jcr-single-hero { padding-top: 28px; }
    .jcr-main-whatsapp { width: 100%; padding: 14px 16px; gap: 12px; }
    .jcr-main-whatsapp strong { font-size: 23px; }
    .jcr-main-whatsapp small { font-size: 11px; }
    .jcr-whatsapp-icon { width: 50px; height: 50px; font-size: 26px; }
    .jcr-offer-card { padding: 20px; }
    .jcr-offer-title strong { font-size: 22px; }
    .jcr-offer-title span { font-size: 18px; }
    .jcr-offer-btn { min-width: 0; width: 100%; }
    .jcr-search-form { flex-direction: column; }
    .jcr-search-form button { width: 100%; }
}
