.jsp-page, .jsp-section, .jsp-card, .jsp-nav, .jsp-report {
    --jsp-accent: var(--theme-palette-color-1, #ec1212);
    --jsp-text: #fff;
    --jsp-surface: #101010;
    --jsp-border: #373737;
    --jsp-gap: 20px;
    color: var(--jsp-text);
    font-family: REM, sans-serif;
    min-width: 0
}


.jsp-page .jsp-product-actions.e-con > .elementor-widget-button {
    width: auto
}

.jsp-page .jsp-card__name {
    flex-grow: 1
}

.jsp-page {
    background: #000;
    width: 100%;
    --jsp-title: 48px;
    --jsp-section-space: 100px
}

.jsp-page a {
    color: inherit
}

.jsp-page :where(a,button,select,summary):focus-visible {
    outline: 2px solid var(--jsp-accent);
    outline-offset: 5px
}

.jsp-section.e-con {
    display: grid;
    grid-template-columns:minmax(var(--section-gutter, 20px), 1fr) min(90%, var(--theme-normal-container-max-width)) minmax(var(--section-gutter, 20px), 1fr);
    padding: 0;
    gap: 0;
    width: 100%;
    max-width: none
}

.jsp-section.e-con > .jsp-section__inner {
    grid-column: 2;
    width: 100%;
    margin-inline: auto;
    min-width: 0;
    padding: 0
}

.jsp-section .elementor-heading-title {
    color: var(--jsp-text);
    font-family: inherit;
    line-height: 1.15;
    letter-spacing: 0;
    font-weight: 700
}

.jsp-section__title .elementor-heading-title {
    font-size: var(--jsp-title);
    text-transform: uppercase;
    text-align: center
}

.jsp-archive-hero.e-con {
    min-height: 448px;
    background-color: #000;
    background-size: cover;
    background-position: center 45%;
    align-items: center;
    position: relative
}

.jsp-archive-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .12) 66%, rgba(0, 0, 0, .2));
    pointer-events: none
}

.jsp-archive-hero .jsp-section__inner {
    position: relative;
    padding-top: 32px
}

.jsp-archive-hero .elementor-heading-title {
    font-size: 64px;
    text-transform: uppercase;
    text-align: center
}

.jsp-catalog.e-con {
    padding: 0 0 100px
}

.jsp-catalog .jsp-section__inner {
    gap: 48px
}

.jsp-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--jsp-gap);
    line-height: 1.4
}

.jsp-nav a {
    text-decoration: none;
    color: var(--jsp-text);
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    white-space: nowrap
}

.jsp-nav:not(.tooto-brand-slider-enabled) a[aria-current="page"] {
    border-color: var(--jsp-accent)
}

@media (hover: hover) and (pointer: fine) {
    .jsp-nav:not(.tooto-brand-slider-enabled) a:hover {
        border-color: var(--jsp-accent)
    }
}

.jsp-nav--brands { position: relative; }
.jsp-nav--brands.tooto-brand-slider-enabled > a { border-bottom-color: transparent; }
.jsp-nav--brands > a:focus-visible {
    outline: 2px solid var(--jsp-accent);
    outline-offset: -2px;
}
.jsp-nav--brands > .tooto-brand-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    pointer-events: none;
    background: var(--jsp-accent);
    opacity: 0;
    transition: transform 280ms cubic-bezier(.22,.61,.36,1), width 280ms cubic-bezier(.22,.61,.36,1), opacity 120ms ease;
}
.jsp-nav--brands > .tooto-brand-slider[data-visible="true"] { opacity: 1; }
.jsp-nav--brands > .tooto-brand-slider[data-ready="false"] { transition: none; }
@media (prefers-reduced-motion: reduce) {
    .jsp-nav--brands > .tooto-brand-slider { transition: none; }
}

.jsp-nav--brands a + a {
    position: relative
}

.jsp-nav--brands a + a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    left: calc(var(--jsp-gap) / -2);
    top: 50%;
    transform: translateY(-50%);
    background: #666
}

.jsp-nav--breadcrumb {
    justify-content: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    flex-wrap: wrap
}

.jsp-nav--breadcrumb a {
    font-size: inherit;
    padding: 0;
    white-space: normal
}

.jsp-nav--breadcrumb > :is(a,span)::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 6px;
    background: #999;
    mask: url('../../../../assets/svg/breadcrumb-leading.svg') center / contain no-repeat;
}

.jsp-nav--breadcrumb span {
    overflow-wrap: anywhere
}

.jsp-nav--sections {
    gap: 64px;
    justify-content: center;
    padding: 0
}

.jsp-nav--sections:empty {
    display: none
}

.jsp-nav--sections a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 9px;
    color: #999;
    text-transform: uppercase
}

.jsp-nav--pagination label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px
}

.jsp-page-select {
    color: #fff;
    background: #000;
    border: 1px solid #888;
    border-radius: 4px;
    min-height: 44px;
    width: auto;
    min-width: 64px;
    padding: 6px 10px
}

/* Keep long product names from expanding the loop grid columns. */
.e-loop-item:has(.jsp-card) {
    min-width: 0;
}

.jsp-card.e-con {
    border: 1px solid #5a5a5a;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    position: relative;
    gap: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.jsp-card__image {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.jsp-card__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain
}

.jsp-card__image .elementor-widget-container {
    width: 100%;
    height: 100%
}

.jsp-card__name {
    width: 100%;
    background: #323232;
    padding: 20px 16px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}

.jsp-card__name > .elementor-widget-container {
    width: 100%;
    min-width: 0;
}

.jsp-card__name .elementor-heading-title {
    min-width: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.jsp-card__overlay.e-con {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 32px 92px;
    gap: 28px;
    background: rgba(0, 0, 0, .68);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 240ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1), visibility 320ms
}

.jsp-card__overlay .elementor-heading-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff
}

.jsp-card__overlay > :is(.elementor-widget-heading, .elementor-widget-tooto-product-parameters) {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 320ms cubic-bezier(.22, 1, .36, 1);
}

.jsp-card:focus-within .jsp-card__overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.jsp-card:focus-within .jsp-card__overlay > :is(.elementor-widget-heading, .elementor-widget-tooto-product-parameters) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 40ms;
}

@media (hover: hover) and (pointer: fine) {
    .jsp-card:hover .jsp-card__overlay {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .jsp-card:hover .jsp-card__overlay > :is(.elementor-widget-heading, .elementor-widget-tooto-product-parameters) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 40ms;
    }
}

.jsp-card__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.jsp-card__button .elementor-button {
    width: 100%;
    border-radius: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--jsp-accent);
    color: #fff;
    font-family: inherit;
    font-size: 14px
}

.jsp-specs.e-con {
    gap: 0;
    width: 100%;
    padding: 0
}

.jsp-spec-row.e-con {
    display: grid;
    grid-template-columns:42% 1fr;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #494949;
    width: 100%;
    align-items: start
}

.jsp-spec-row .elementor-widget {
    min-width: 0
}

.jsp-spec-row .elementor-heading-title, .jsp-spec-row .elementor-widget-text-editor {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff
}

.jsp-spec-row p {
    margin: 0
}

.jsp-spec-row a {
    color: inherit;
    text-decoration: none
}

@media (hover: hover) and (pointer: fine) {
    .jsp-spec-row a:hover {
        text-decoration: underline
    }
}

.jsp-card .jsp-spec-row.e-con {
    padding: 5px 0
}

.jsp-card .jsp-spec-row .elementor-heading-title, .jsp-card .jsp-spec-row .elementor-widget-text-editor {
    font-size: 14px
}

.jsp-product-hero.e-con {
    padding: 64px 0 42px
}

.jsp-product-hero .jsp-section__inner {
    display: grid;
    grid-template-columns:minmax(0, 520fr) minmax(0, 677fr);
    gap: 43px;
    align-items: start
}

.jsp-product-hero__info.e-con {
    margin-top: 71px;
    gap: 30px;
    padding: 0;
    min-width: 0
}

.jsp-product-title .elementor-heading-title {
    font-size: 48px;
    text-transform: uppercase;
    overflow-wrap: anywhere
}

.jsp-product-hero__info > .jsp-specs {
    max-width: 390px;
    margin: 20px 0 0
}

.jsp-product-actions.e-con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin-top: -10px
}

.jsp-product-actions .elementor-button {
    font-family: inherit;
    background: var(--jsp-accent);
    border: 1px solid var(--jsp-accent);
    border-radius: 6px;
    color: #fff;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    min-height: 48px
}

.jsp-product-actions .jsp-button--outline .elementor-button {
    background: transparent;
    border-color: #ffffff45
}

.jsp-section--features.e-con, .jsp-section--internal.e-con, .jsp-section--independent.e-con {
    padding-top: var(--jsp-section-space);
    scroll-margin-top: 40px
}

.jsp-section--independent.e-con {
    padding-bottom: var(--jsp-section-space)
}

.jsp-section--features > .jsp-section__inner, .jsp-section--internal > .jsp-section__inner, .jsp-section--independent > .jsp-section__inner {
    gap: 52px
}

.jsp-editor-notice {
    padding: 30px;
    border: 1px dashed #666;
    color: #ccc;
    background: #111
}

.jsp-page .elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #fff;
    margin-top: 48px
}

.jsp-page .elementor-pagination .page-numbers {
    display: inline-flex;
    min-width: 36px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0
}

.jsp-page .elementor-pagination .current {
    background: var(--jsp-accent)
}

.jsp-page .elementor-posts-nothing-found {
    padding: 60px 20px;
    text-align: center
}

@media (max-width: 1024px) {
    .jsp-page {
        --jsp-title: 36px;
        --jsp-section-space: 72px
    }

    .jsp-archive-hero.e-con {
        min-height: 360px
    }

    .jsp-archive-hero .elementor-heading-title {
        font-size: 48px
    }

    .jsp-nav--brands {
        --jsp-gap: 16px
    }

    .jsp-nav--brands a {
        font-size: 15px
    }

    .jsp-product-hero .jsp-section__inner {
        gap: 28px;
        grid-template-columns:1fr 1fr
    }

    .jsp-product-title .elementor-heading-title {
        font-size: 36px
    }

    .jsp-product-hero__info.e-con {
        margin-top: 0;
        gap: 24px
    }

    .jsp-product-hero__info > .jsp-specs {
        margin: 0
    }

    .jsp-spec-row .elementor-heading-title, .jsp-spec-row .elementor-widget-text-editor {
        font-size: 14px
    }

    .jsp-card__overlay.e-con {
        padding: 24px 24px 80px;
        gap: 20px
    }
}

@media (max-width: 768px) {
    .jsp-page {
        --jsp-title: 28px;
        --jsp-section-space: 56px
    }

    .jsp-section.e-con {
        grid-template-columns:minmax(20px, 1fr) min(90%, calc(100% - 40px), 1600px) minmax(20px, 1fr)
    }

    .jsp-archive-hero.e-con {
        min-height: 320px
    }

    .jsp-archive-hero .elementor-heading-title {
        font-size: 36px
    }

    .jsp-catalog.e-con {
        padding-bottom: 60px
    }

    .jsp-catalog .jsp-section__inner {
        gap: 32px
    }

    .jsp-nav--brands {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        max-width: 100%;
        padding: 8px 0;
        --jsp-gap: 24px
    }

    .jsp-nav a {
        min-height: 44px
    }

    .jsp-nav--sections {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 24px
    }

    .jsp-nav--sections a {
        font-size: 14px
    }

    .jsp-product-hero.e-con {
        padding: 48px 0 32px
    }

    .jsp-product-hero .jsp-section__inner {
        grid-template-columns:1fr;
        gap: 32px
    }

    .jsp-product-title .elementor-heading-title {
        font-size: 32px
    }

    .jsp-product-hero__info.e-con {
        margin-top: 0;
        gap: 24px
    }

    .jsp-product-actions.e-con {
        margin: 0
    }

    .jsp-product-actions .elementor-button {
        padding: 14px 20px
    }

    .jsp-section--features > .jsp-section__inner, .jsp-section--internal > .jsp-section__inner, .jsp-section--independent > .jsp-section__inner {
        gap: 32px
    }

    .jsp-card__overlay.e-con {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        background: #101010;
        backdrop-filter: none;
        padding: 24px 24px 80px;
        gap: 20px
    }

    .jsp-card__overlay > :is(.elementor-widget-heading, .elementor-widget-tooto-product-parameters) {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .jsp-card__name {
        display: none
    }

    .jsp-card__image {
        aspect-ratio: 4/3
    }

    .jsp-card__image img {
        aspect-ratio: 4/3
    }

    .jsp-card__overlay .elementor-heading-title {
        font-size: 20px
    }
}

@media (hover: none) {
    .jsp-card__overlay.e-con {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
        background: #101010;
        backdrop-filter: none;
        padding: 24px 24px 80px;
        gap: 20px
    }

    .jsp-card__overlay > :is(.elementor-widget-heading, .elementor-widget-tooto-product-parameters) {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .jsp-card__name {
        display: none
    }
}

/* The archive keeps Elementor's two-column mobile Loop Grid and its editable gaps. */
@media (max-width: 767px) {
    .jsp-page--archive .jsp-nav--brands {
        --jsp-gap: 12px;
        padding: 0;
        scrollbar-width: none;
    }

    .jsp-page--archive .jsp-nav--brands::-webkit-scrollbar {
        display: none;
    }

    .jsp-page--archive .jsp-nav--brands > a {
        min-height: 44px;
        padding: 3px 0 10px;
        font-size: 20px;
        font-weight: 300;
    }

    .jsp-page--archive .jsp-nav--brands > a[aria-current="page"] {
        font-weight: 600;
    }

    .jsp-page--archive .jsp-nav--brands a + a::before {
        height: 10px;
    }

    .jsp-page--archive .jsp-card.e-con {
        border-radius: 10px;
    }

    .jsp-page--archive .jsp-card__image,
    .jsp-page--archive .jsp-card__image img {
        aspect-ratio: 1;
    }

    .jsp-page--archive .jsp-card__name {
        display: flex;
        min-height: 56px;
        padding: 10px 12px;
        transition: background-color .2s ease;
    }

    .jsp-page--archive .jsp-card__name .elementor-heading-title {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        text-overflow: clip;
        overflow-wrap: anywhere;
        font-size: 13px;
        line-height: 1.4;
    }

    .jsp-page--archive .jsp-card__overlay.e-con {
        display: none;
    }

    .jsp-page--archive .jsp-card:focus-within .jsp-card__name,
    .jsp-page--archive .jsp-card:active .jsp-card__name {
        background: var(--jsp-accent);
    }
}

@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
    .jsp-page--archive .jsp-card:hover .jsp-card__name {
        background: var(--jsp-accent);
    }
}

@media (prefers-reduced-motion: reduce) {
    .jsp-page--archive .jsp-card__name {
        transition: none;
    }

    .jsp-card__overlay.e-con,
    .jsp-card__overlay > :is(.elementor-widget-heading, .elementor-widget-tooto-product-parameters) {
        transition: none;
        transform: none;
    }
}

/* Product-specific content; template and every asynchronous tab share these rules. */
.tooto-product-features {
    display: grid;
    gap: 50px;
    color: var(--jsp-text, #fff)
}

.tooto-product-features__item {
    display: grid;
    grid-template-columns:minmax(0, 699fr) minmax(0, 519fr);
    gap: 22px;
    align-items: stretch
}

.tooto-product-features__item:nth-child(even) {
    grid-template-columns:minmax(0, 519fr) minmax(0, 699fr)
}

.tooto-product-features__item:nth-child(even) .tooto-product-features__image {
    order: 2
}

.tooto-product-features__item:has(>:only-child) {
    grid-template-columns:1fr
}

.tooto-product-features__image {
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tooto-product-features__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 699 / 482;
    min-height: 100%
}

.tooto-product-features__copy {
    min-width: 0;
    padding: 36px;
    background: var(--jsp-surface, #161616);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    overflow-wrap: anywhere
}

.tooto-product-features__copy h3 {
    font-size: 20px;
    color: inherit;
    margin: 0 0 16px
}

.tooto-product-features__copy p:last-child {
    margin-bottom: 0
}

.tooto-product-features__copy ul {
    padding-left: 1.25em
}

.jsp-product-actions .elementor-button {
    padding: 12px 24px;
    min-height: 44px;
    border-radius: 8px
}

.jsp-product-hero__info > .jsp-specs {
    margin: 0;
    max-width: 377px
}

.jsp-product-hero .jsp-spec-row:last-child {
    border-bottom: 0
}

.jsp-product-hero .jsp-spec-row .elementor-heading-title, .jsp-product-hero .jsp-spec-row .elementor-widget-text-editor {
    font-size: 14px;
    line-height: 1.6
}

.jsp-nav--sections a[aria-current="location"] {
    border-color: var(--jsp-accent);
    color: #fff
}

.jsp-section--features.e-con, .jsp-section--internal.e-con, .jsp-section--independent.e-con {
    scroll-margin-top: calc(var(--header-sticky-height, 80px) + 24px)
}

.jsp-report {
    font-size: 14px;
    line-height: 1.4;
    min-width: 0
}

.jsp-report :where(button,a,summary,[tabindex]):focus-visible {
    outline: 2px solid var(--jsp-accent);
    outline-offset: 4px
}

.jsp-report__tabs {
    display: flex;
    justify-content: safe center;
    gap: 32px;
    overflow-x: auto;
    margin-bottom: 36px;
    padding: 4px;
    scrollbar-width: thin
}

.jsp-report__tabs[hidden] {
    display: none
}

.jsp-report .jsp-report__tabs button {
    position: relative;
    flex-shrink: 0;
    background: none;
    color: var(--jsp-text);
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    font: 300 18px/1.4 REM, sans-serif;
    text-transform: uppercase;
    min-height: 44px;
    padding: 8px 4px;
    cursor: pointer;
    white-space: nowrap
}

.jsp-report .jsp-report__tabs button + button:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 13px;
    height: 19px;
    width: 1px;
    background: #555
}

.jsp-report .jsp-report__tabs button[aria-selected="true"] {
    border-bottom-color: var(--jsp-accent);
    font-weight: 600
}

.jsp-report__panel {
    display: grid;
    gap: 20px;
    min-width: 0
}

.jsp-report__row {
    display: grid;
    gap: 20px;
    min-width: 0;
    align-items: stretch
}

.jsp-report__row--vehicle {
    grid-template-columns:minmax(0, 880fr) minmax(0, 340fr)
}

.jsp-report__row--video {
    grid-template-columns:minmax(0, 505fr) minmax(0, 715fr)
}

.jsp-report__row--results {
    grid-template-columns:minmax(0, 715fr) minmax(0, 505fr)
}

.jsp-report__row--single {
    grid-template-columns:minmax(0, 1fr)
}

.jsp-report__box {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--jsp-border, rgba(255, 255, 255, .18));
    border-radius: 20px;
    background: var(--jsp-surface, #0b0b0b);
    box-shadow: 0 18px 40px -16px #0006;
    overflow: hidden
}

.jsp-report__box h3 {
    font: 700 20px/1.6 REM, sans-serif;
    color: var(--jsp-text);
    border-left: 4px solid var(--jsp-accent);
    padding-left: 16px;
    margin: 0 0 24px
}

.jsp-report__chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px
}

.jsp-report .jsp-report__chart-header h3 {
    font: 600 20px/1.6 "REM", Arial, sans-serif;
    margin: 0;
}

.jsp-report__chart-header > span {
    font-size: 14px;
    color: #b8b8b8
}

.jsp-report__files {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #ffffff0a;
    border-color: #ffffff3d;
    min-height: 184px
}

.jsp-report__organization {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    flex: 1
}

.jsp-report__organization strong {
    font-size: 16px;
    overflow-wrap: anywhere
}

.jsp-report__logo {
    max-width: 40%;
    max-height: 100px;
    object-fit: contain
}

.jsp-report__logo--jsp {
    width: 175px;
    max-width: 90%;
    height: auto
}

.jsp-report__download {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    background: var(--jsp-accent);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 500
}

.jsp-report__download img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.jsp-report dl {
    margin: 0
}

.jsp-report__overview {
    display: flex;
    flex-direction: column
}

.jsp-report__vehicle-card {
    background: #161616;
    border: 0;
    box-shadow: none;
    padding: 24px 32px;
}
.jsp-report__vehicle {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 16px;
}
.jsp-report dt { color: #b3b3b3; font-size: 12px; font-weight: 300; line-height: 1.4; }
.jsp-report dd { color: var(--jsp-text); font-size: 16px; line-height: 1.4; font-weight: 700; margin: 6px 0 0; overflow-wrap: anywhere; }
.jsp-report__overview dl { border: 1px solid #ffffff1a; border-radius: 8px; overflow: hidden; }
.jsp-report__overview dl > div { display: grid; grid-template-columns: 30% minmax(0,1fr); min-height: 48px; border-bottom: 1px solid #ffffff14; }
.jsp-report__overview dl > div:last-child { border-bottom: 0; }
.jsp-report__overview dl > div:nth-child(even) { background: #131313; }
.jsp-report__overview dt { padding: 12px 16px; align-self: center; font-weight: 500; overflow-wrap: anywhere; }
.jsp-report__overview dd { margin: 0; padding: 12px 24px; font-size: 14px; align-self: center; }

.jsp-report__table-scroll {
    overflow: auto;
    max-width: 100%;
    max-height: 500px;
    scrollbar-width: thin
}

.jsp-report table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

.jsp-report th, .jsp-report td {
    border: 0;
    border-bottom: 1px solid #ffffff14;
    padding: 12px;
    vertical-align: middle;
    overflow-wrap: anywhere
}

.jsp-report th {
    text-align: left;
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 300
}

.jsp-report td {
    color: var(--jsp-text);
    font-weight: 600
}

.jsp-report tbody tr:nth-child(even) {
    background: #ffffff08
}

.jsp-report tbody tr:last-child > * {
    border-bottom: 0
}

.jsp-report__results {
    table-layout: fixed
}

.jsp-report__results td {
    height: 48px;
    text-align: center;
    font-weight: 700
}

.jsp-report__results thead th {
    background: #222;
    text-align: center;
    font-weight: 600;
    height: 48px;
    padding-block: 12px
}

.jsp-report__results thead th:first-child {
    text-align: left
}

.jsp-report__results tr > *:nth-child(2) {
    border-inline: 1px solid var(--jsp-accent)
}

.jsp-report__results thead th:nth-child(2) {
    border-top: 1px solid var(--jsp-accent)
}

.jsp-report__results tbody tr:last-child td:nth-child(2) {
    border-bottom: 1px solid var(--jsp-accent)
}

.jsp-report__video {
    position: relative;
    min-height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.jsp-report__video h3 {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 1;
    text-shadow: 0 1px 4px #000;
    pointer-events: none
}

.jsp-report__video:has(video) h3, .jsp-report__video:has(iframe) h3 {
    display: none
}

.jsp-report__play {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: #090909;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.jsp-report__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
    opacity: .65
}

.jsp-report__play-icon {
    position: relative;
    width: 64px;
    height: 64px;
    background: #1118;
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff45;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.jsp-report__play-icon img {
    width: 20px;
    height: 24px;
    object-fit: contain;
    transform: rotate(90deg)
}

.jsp-report__video video, .jsp-report__video iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
    object-fit: contain
}

.jsp-report--independent .jsp-report__video, .jsp-report--independent .jsp-report__play, .jsp-report--independent .jsp-report__video video, .jsp-report--independent .jsp-report__video iframe {
    aspect-ratio: 1240/623
}

.jsp-report__plot {
    position: relative;
    height: 390px;
    min-width: 0
}

.jsp-report__axes, .jsp-report__static-curves, .jsp-report__curves {
    position: absolute;
    inset: 0
}

/* Overlay belongs to the figure, outside the plot's image semantics. */
.jsp-report__figure { position: relative; min-width: 0; }
.jsp-report__legend {
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    width: max-content;
    max-width: calc(100% - 136px);
    padding: 8px;
    margin: 0;
    border: 1px solid #444;
    border-radius: 2px;
    background: #fafafa;
    color: #111;
    z-index: 1;
}
.jsp-report__run { display: grid; align-content: start; gap: 2px; min-width: 0; }
.jsp-report__run + .jsp-report__run { padding-left: 16px; border-left: 1px solid #aaa; }
.jsp-report .jsp-report__legend button {
    font: 11px/1.4 Arial, sans-serif;
    color: #111;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    padding: 0;
    min-height: 0;
    display: flex;
    align-items: baseline;
    gap: 6px;
    cursor: pointer;
    overflow-wrap: anywhere;
}
.jsp-report__legend button:before { content: ""; flex: 0 0 10px; height: 10px; background: var(--tooto-series-color); }
.jsp-report__legend button[aria-pressed="false"] { text-decoration: line-through; opacity: .55; }

.jsp-report__note {
    font-size: 11px;
    line-height: 1.5;
    color: #aaa;
    text-align: center;
    margin: 16px 0 0
}

.jsp-report__note:empty, .jsp-report__status:empty, .jsp-report__chart-status:empty {
    display: none
}

.jsp-report__status, .jsp-report__chart-status {
    color: #bbb;
    font-size: 13px
}

.jsp-report__status button, .jsp-report__chart-status button {
    background: none;
    color: inherit;
    border: 1px solid currentColor;
    border-radius: 4px;
    padding: 8px 14px;
    margin-left: 12px;
    min-height: 44px;
    cursor: pointer
}

.jsp-report__plot--animate .jsp-report__curves {
    animation: tooto-dyno-reveal 9s ease-in-out infinite
}

.jsp-report__plot--paused .jsp-report__curves {
    animation-play-state: paused
}

@keyframes tooto-dyno-reveal {
    0%, 15%, 100% {
        clip-path: inset(0 0 0 0)
    }
    50%, 60% {
        clip-path: inset(0 calc(100% - var(--tooto-plot-left, 62px)) 0 0)
    }
}

@media (hover: hover) and (pointer: fine) {
    .jsp-report__plot:hover .jsp-report__curves {
        animation: none
    }

    .jsp-report .jsp-report__tabs button:hover {
        border-bottom-color: var(--jsp-accent)
    }

    .jsp-report__download:hover {
        filter: brightness(1.1)
    }
}

@media (max-width: 1024px) {
    .tooto-product-features__copy {
        padding: 24px
    }

    .jsp-report__row--results {
        grid-template-columns:1fr
    }

    .jsp-report__box {
        padding: 20px
    }

    .jsp-report__video {
        padding: 0
    }

    .jsp-report__box h3 {
        font-size: 18px
    }

    .jsp-report__row--video {
        grid-template-columns:minmax(0, 1fr)
    }

    .jsp-report__row--video .jsp-report__video {
        aspect-ratio: 16/9
    }

    .jsp-report__vehicle { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 768px) {
    .tooto-product-features {
        gap: 25px
    }

    .tooto-product-features__item, .tooto-product-features__item:nth-child(even) {
        grid-template-columns:minmax(0, 1fr);
        gap: 11px
    }

    .tooto-product-features__item:nth-child(even) .tooto-product-features__image {
        order: 0
    }

    .tooto-product-features__copy {
        padding: 24px 18px;
        font-size: 13px
    }

    .tooto-product-features__copy h3 {
        font-size: 18px;
        margin-bottom: 8px
    }

    .jsp-report__row, .jsp-report__panel {
        grid-template-columns:minmax(0, 1fr)
    }

    .jsp-report__panel, .jsp-report__row { gap: 16px; }

    .jsp-report__tabs {
        justify-content: flex-start;
        gap: 24px;
        margin-bottom: 32px
    }

    .jsp-report .jsp-report__tabs button {
        font-size: 14px
    }

    .jsp-report .jsp-report__tabs button + button:before {
        left: -12px
    }

    .jsp-report__box {
        padding: 16px;
        border-radius: 10px
    }

    .jsp-report__chart {
        padding: 12px;
        background: rgba(11, 11, 11, .8);
        backdrop-filter: blur(9px)
    }

    .jsp-report__box h3 {
        margin-bottom: 16px;
        padding-left: 8px;
        font-size: 18px;
        line-height: 1.4
    }

    .jsp-report .jsp-report__chart-header h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        border-left-width: 2px;
        margin: 0;
    }

    .jsp-report__chart-header {
        gap: 8px;
        margin-bottom: 12px
    }

    .jsp-report__chart-header > span {
        font-size: 13px
    }

    /* The mobile Figma chart scales its 2x workspace, including axes and legend. */
    .jsp-report__figure {
        width: 200%;
        height: 390px;
        margin-bottom: -195px;
        transform: scale(.5);
        transform-origin: top left
    }

    .jsp-report__plot {
        height: 390px
    }

    .jsp-report__legend {
        bottom: 38px;
        max-width: calc(100% - 100px);
        flex-wrap: wrap
    }

    .jsp-report__run:nth-child(odd) {
        padding-left: 0;
        border-left: 0
    }

    .jsp-report__note {
        margin-top: 8px
    }

    .jsp-report__overview dl > div { grid-template-columns: 29% minmax(0,1fr); min-height: 26px; }
    .jsp-report__overview dt, .jsp-report__overview dd { padding: 6px 8px; font-size: 12px; }

    .jsp-report__video, .jsp-report__row--video .jsp-report__video {
        width: 100%;
        min-height: 0;
        aspect-ratio: 670/423;
        padding: 0
    }

    .jsp-report__play, .jsp-report__video video, .jsp-report__video iframe {
        min-height: 0
    }

    .jsp-report--independent .jsp-report__video,
    .jsp-report--independent .jsp-report__play,
    .jsp-report--independent .jsp-report__video video,
    .jsp-report--independent .jsp-report__video iframe {
        aspect-ratio: 670/423
    }

    .jsp-report__video h3 {
        left: 12px;
        top: 12px
    }

    .jsp-report th, .jsp-report td {
        padding: 12px 8px
    }



    .jsp-report__vehicle-card { padding: 12px; }
    .jsp-report__vehicle { gap: 12px 8px; }
    .jsp-report__vehicle dt { font-size: 11px; }
    .jsp-report__vehicle dd { font-size: 13px; margin-top: 3px; }
    .jsp-report__files { flex-direction: row; min-height: 64px; padding: 12px; gap: 12px; }
    .jsp-report__organization { flex: 1 1 50%; min-width: 0; gap: 8px; }
    .jsp-report__organization strong { flex: 1; min-width: 0; font-size: 13px; }
    .jsp-report__organization .jsp-report__logo { flex: none; width: 46px; max-width: 46px; height: auto; max-height: 40px; }
    .jsp-report__organization .jsp-report__logo--jsp { width: 88px; max-width: 88px; }
    .jsp-report__download { flex: 1 1 50%; width: auto; min-width: 0; min-height: 39px; padding: 8px; gap: 8px; font-size: 13px; text-align: center; }
    .jsp-report__download img { width: 22px; height: 22px; flex: none; }
}

@media (max-width: 340px) {
    .jsp-report__legend {
        gap: 10px;
        max-width: calc(100% - 30px)
    }

    .jsp-report__run:nth-child(even) {
        padding-left: 10px
    }

    .jsp-report .jsp-report__legend button {
        font-size: 10px
    }
}

@media (prefers-reduced-motion: reduce) {
    .jsp-report__plot--animate .jsp-report__curves {
        animation: none
    }
}

.tooto-product-parameters { margin: 0; width: 100%; color: var(--jsp-text,#fff); font-size: 16px; }
.tooto-product-parameters__row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--jsp-border,#373737); }
.tooto-product-parameters__row:last-child { border-bottom: 0; }
.tooto-product-parameters dt { font-weight: 600; overflow-wrap: anywhere; }
.tooto-product-parameters dd { margin: 0; overflow-wrap: anywhere; }
.tooto-product-parameters a { color: inherit; text-decoration: none; }
.jsp-card .tooto-product-parameters { font-size: 14px; }
.jsp-card .tooto-product-parameters__row { padding: 8px 0; }
@media (hover: hover) and (pointer: fine) { .tooto-product-parameters a:hover { color: var(--jsp-accent,#ed1538); } }

/* Figma product detail 1348:3726 (desktop) and 1473:5395 (mobile). */
.jsp-page--single .jsp-section.e-con { grid-template-columns: minmax(20px,1fr) min(90%,1560px) minmax(20px,1fr); }
.jsp-page--single .jsp-section__title .elementor-heading-title { line-height: 1; }
.jsp-page--single .jsp-product-title .elementor-heading-title { line-height: 1.2; }
.jsp-product-hero__info > .elementor-widget-jsp-navigation { margin-bottom: 15px; }
.jsp-product-hero .tooto-product-parameters { max-width: 377px; }
.jsp-product-hero .tooto-product-parameters { font-size: 14px; line-height: 1.4; }
.jsp-product-hero .tooto-product-parameters__row { grid-template-columns: minmax(0,184fr) minmax(0,177fr); padding: 7px 0; }
.jsp-product-hero .tooto-product-parameters dt { font-weight: 500; }
.jsp-product-hero .tooto-product-parameters dd { font-weight: 300; }
.jsp-section--features.e-con { padding-top: 80px; padding-bottom: 80px; }
.jsp-section--features > .jsp-section__inner { gap: 64px; }
.jsp-section--internal.e-con { padding-bottom: var(--jsp-section-space); }
.jsp-section--internal > .jsp-section__inner, .jsp-section--independent > .jsp-section__inner { gap: 36px; }
.jsp-report__chart { min-height: 525px; }
@media (max-width:1024px) {
    .jsp-product-hero.e-con { padding-top: 48px; }
    .jsp-section--features.e-con { padding-block: 72px; }
    .jsp-section--features > .jsp-section__inner { gap: 40px; }
    .jsp-product-hero__info > .elementor-widget-jsp-navigation { margin-bottom: 0; }
}
@media (max-width:768px) {
    .jsp-page--single .jsp-section.e-con { grid-template-columns: 20px minmax(0,1fr) 20px; }
    .jsp-product-hero.e-con { padding-top: 60px; padding-bottom: 60px; }
    .jsp-product-hero .jsp-section__inner { gap: 42px; }
    .jsp-product-hero .elementor-widget-tooto-product-carousel { order: -1; }
    .jsp-product-hero__info.e-con { gap: 12px; }
    .jsp-product-hero__info > .elementor-widget-jsp-navigation { display: none; }
    .jsp-product-title .elementor-heading-title { font-size: 28px; font-weight: 700; }
    .jsp-product-hero .tooto-product-parameters { max-width: none; }
    .jsp-product-hero .tooto-product-parameters__row { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .jsp-product-hero__info > .elementor-widget-tooto-product-parameters { margin-bottom: 12px; }
    .jsp-product-actions.e-con { flex-direction: column; align-items: stretch; gap: 6px; margin-top: 14px; }
    .jsp-product-actions > .elementor-widget-button, .jsp-product-actions .elementor-button-wrapper { width: 100%; }
    .jsp-product-actions .elementor-button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 10px 16px; border-radius: 8px; font-size: 16px; }
    .jsp-product-hero__info > .elementor-widget-tooto-product-socials { margin-top: 18px; }
    .jsp-product-hero .tooto-product-carousel { padding-bottom: 24px; }
    .jsp-product-hero .tooto-product-carousel__controls { bottom: 0; justify-content: center; height: 24px; padding: 0; }
    .jsp-product-hero .tooto-product-carousel__counter { font-size: 12px; }
    .jsp-product-hero .tooto-product-carousel__arrows { position: absolute; inset: 0; width: 100%; justify-content: space-between; opacity: 0; pointer-events: none; }
    .jsp-product-hero .tooto-product-carousel__arrows:focus-within { opacity: 1; pointer-events: auto; }
    .jsp-section--features.e-con { padding-block: 40px; }
    .jsp-section--features > .jsp-section__inner { gap: 32px; }
    .jsp-section--internal.e-con, .jsp-section--independent.e-con { padding-block: 50px; }
    .jsp-section--internal > .jsp-section__inner, .jsp-section--independent > .jsp-section__inner { gap: 32px; }
    .jsp-report__chart { min-height: 0; }
}

.jsp-report__results-card { display: flex; flex-direction: column; }
.jsp-report__results-card > .jsp-report__table-scroll { flex: 1; display: flex; max-height: none; }
.jsp-report__results-card .jsp-report__results { height: 100%; }

.tooto-product-socials { display: flex; flex-wrap: wrap; align-items: center; gap: var(--tooto-social-gap,10px); }
.tooto-product-socials a { display: grid; place-items: center; flex: none; width: var(--tooto-social-size,40px); height: var(--tooto-social-size,40px); background: var(--tooto-social-background,#121212); border: 1px solid var(--tooto-social-border,#2f2f2f); border-radius: 50%; transition: background-color .15s; }
.tooto-product-socials img { display: block; width: var(--tooto-social-icon,24px); height: var(--tooto-social-icon,24px); max-width: 100%; max-height: 100%; object-fit: contain; }
.tooto-product-socials a:focus-visible { outline: 2px solid var(--theme-palette-color-1,#ec1212); outline-offset: 3px; }
.elementor-widget-tooto-product-socials:not(:has(.tooto-product-socials,.jsp-editor-notice)) { display: none; }
@media (hover:hover) and (pointer:fine) { .tooto-product-socials a:hover { background: var(--tooto-social-hover,#ec1212); } }
@media (prefers-reduced-motion:reduce) { .tooto-product-socials a { transition: none; } }
