/* Fixed-header anchor positioning. */
#models,
.jlp-model-section,
[id="inquiry-form"] {
    scroll-margin-top: 116px;
}

/* Keep the language switcher above the multi-level Products navigation. */
.jlp-header-row,
.jlp-header-actions {
    overflow: visible !important;
}

.jlp-language-slot {
    position: relative !important;
    z-index: 10020 !important;
}

.jlp-language-slot .gt_switcher,
.jlp-language-slot .gt_selected,
.jlp-language-slot .gt_option {
    position: relative;
    z-index: 10021 !important;
}

.jlp-header .jlp-header-actions .jlp-language-slot .gt_switcher .gt_option {
    z-index: 10022 !important;
}

/* Keep the visual carousel dots compact while giving every control a 44px target. */
.jlp-banner-dots {
    gap: 0 !important;
    padding: 4px 7px !important;
}

.jlp-banner-dots button {
    position: relative;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    background: transparent !important;
    border-radius: 10px !important;
}

.jlp-banner-dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    content: "";
    background: rgba(255, 255, 255, .62);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.jlp-banner-dots button.is-active::before {
    width: 28px;
    background: #fff;
    border-radius: 8px;
}

.jlp-banner-dots .jlo-banner-pause::before {
    display: none;
}

.jlp-banner-dots .jlo-banner-pause {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}

.jlp-banner-dots .jlo-banner-pause:hover,
.jlp-banner-dots .jlo-banner-pause:focus-visible {
    background: rgba(255, 255, 255, .18) !important;
    outline: 2px solid #fff;
    outline-offset: -4px;
}

@media (max-width: 1100px) {
    .jlp-menu-toggle {
        min-width: 44px !important;
        min-height: 44px !important;
    }

    #models,
    .jlp-model-section,
    [id="inquiry-form"] {
        scroll-margin-top: 92px;
    }

    .jlp-model-menu a,
    .jlp-mobile-submenu-toggle {
        min-height: 44px !important;
    }
}

@media (max-width: 820px) {
    .jlp-banner-dots {
        bottom: 8px !important;
    }

    .jlp-banner-dots button {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Download links and About Us proof section. */
.jlo-brochure-link {
    min-height: 48px;
    border: 1px solid #c9d7ee;
    color: #17375f;
    background: #fff;
}

.jlo-brochure-link:hover,
.jlo-brochure-link:focus-visible {
    color: #fff;
    border-color: var(--jlp-blue);
    background: var(--jlp-blue);
}

.jlo-proof-section {
    background: #fff;
}

.jlo-proof-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 42px;
}

.jlo-proof-heading .jlp-eyebrow {
    margin-bottom: 12px;
    color: var(--jlp-blue);
}

.jlo-proof-heading h2 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.jlo-proof-heading p {
    margin: 0;
    color: var(--jlp-muted);
    font-size: 16px;
}

.jlo-proof-grid {
    display: grid;
    grid-template-columns: 1.25fr .875fr .875fr;
    gap: 18px;
}

.jlo-proof-card {
    overflow: hidden;
    border: 1px solid var(--jlp-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(8, 20, 44, .06);
}

.jlo-proof-card img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
}

.jlo-proof-card:first-child img {
    aspect-ratio: 1.72;
}

.jlo-proof-copy {
    padding: 24px 24px 26px;
}

.jlo-proof-copy span {
    color: var(--jlp-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.jlo-proof-copy h3 {
    margin: 8px 0 9px;
    font-size: 20px;
    line-height: 1.35;
}

.jlo-proof-copy p {
    margin: 0;
    color: var(--jlp-muted);
    font-size: 13px;
    line-height: 1.68;
}

.jlo-proof-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 900px) {
    .jlo-proof-heading,
    .jlo-proof-grid {
        grid-template-columns: 1fr;
    }

    .jlo-proof-heading {
        gap: 18px;
    }

    .jlo-proof-card img,
    .jlo-proof-card:first-child img {
        aspect-ratio: 1.65;
    }
}

.jlo-upload-field input[type="file"] {
    width: 100%;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid #d9e1ec;
    border-radius: 10px;
    color: #34445a;
    background: #fff;
}

.jlo-upload-field small {
    display: block;
    margin-top: 7px;
    color: var(--jlp-muted);
    font-size: 12px;
}

.jlo-contact-notice {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    padding: 14px 16px;
    border: 1px solid #f2b8b5;
    border-radius: 10px;
    color: #8a1c16;
    background: #fff2f1;
    font-size: 13px;
    font-weight: 700;
}

/* Buyer-first conversion and procurement information. */
.jlo-banner-conversion-bar {
    color: #fff;
    background: linear-gradient(110deg, #071a38, #0b4ec4 65%, #126dff);
}

.jlo-banner-conversion-bar > .jlp-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.jlo-banner-conversion-bar strong,
.jlo-banner-conversion-bar span {
    display: block;
}

.jlo-banner-conversion-bar strong {
    margin-bottom: 4px;
    font-size: 18px;
}

.jlo-banner-conversion-bar span {
    color: #c9d9f2;
    font-size: 13px;
}

.jlo-banner-conversion-bar > .jlp-container > div:last-child,
.jlo-case-actions,
.jlo-view-all-cases {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jlo-banner-conversion-bar .jlp-btn {
    white-space: nowrap;
}

.jlo-quote-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 14px 0 0;
    color: var(--jlp-muted);
    font-size: 12px;
}

.jlo-quote-reassurance strong,
.jlo-quote-reassurance span {
    padding: 7px 10px;
    border: 1px solid #dce7f5;
    border-radius: 999px;
    background: #fff;
}

.jlo-quote-reassurance strong {
    color: #0758cf;
}

.jlo-procurement-section {
    padding-top: 62px;
    padding-bottom: 62px;
    border-top: 1px solid var(--jlp-line);
    border-bottom: 1px solid var(--jlp-line);
    background: #f7faff;
}

.jlo-procurement-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.jlo-procurement-grid article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid #dfe8f4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 30, 70, .05);
}

.jlo-procurement-grid span,
.jlo-procurement-grid strong {
    display: block;
}

.jlo-procurement-grid span {
    color: var(--jlp-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.jlo-procurement-grid strong {
    margin: 10px 0 9px;
    color: var(--jlp-ink);
    font-size: 20px;
    line-height: 1.25;
}

.jlo-procurement-grid p,
.jlo-procurement-note {
    margin: 0;
    color: var(--jlp-muted);
    font-size: 13px;
    line-height: 1.65;
}

.jlo-procurement-note {
    margin-top: 18px;
    padding: 15px 17px;
    border-left: 3px solid var(--jlp-blue);
    background: #fff;
}

.jlo-product-faq .jlo-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.jlo-product-faq details {
    padding: 20px 22px;
    border: 1px solid var(--jlp-line);
    border-radius: 16px;
    background: #fff;
}

.jlo-product-faq summary {
    color: var(--jlp-ink);
    font-weight: 850;
    cursor: pointer;
}

.jlo-product-faq details p {
    margin: 13px 0 0;
    color: var(--jlp-muted);
    font-size: 14px;
    line-height: 1.7;
}

.jlo-compare-link {
    display: inline-flex;
    width: auto;
    margin: 0 0 20px;
}

.jlp-model-card .jlo-model-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 128px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #dbe7f7;
    border-radius: 14px;
    background: linear-gradient(145deg, #f7fbff, #e8f2ff);
}

.jlp-model-card .jlo-model-visual.has-product-image {
    height: 190px;
    background: radial-gradient(circle at 50% 42%, #fff 0, #f7fbff 54%, #e8f2ff 100%);
}

.jlp-model-card .jlo-model-visual.has-product-image::before,
.jlp-model-card .jlo-model-visual.has-product-image::after {
    display: none;
}

.jlp-model-card .jlo-model-visual.has-product-image img {
    position: absolute;
    inset: 10px 14px;
    display: block;
    width: calc(100% - 28px);
    height: calc(100% - 20px);
    max-width: none;
    max-height: none;
    padding: 0;
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
    transition: transform .25s ease;
}

.jlp-model-card .jlo-model-visual-wall-mounted-lcd-poster.has-product-image img {
    inset: 24px 12px;
    width: calc(100% - 24px);
    height: calc(100% - 48px);
}

.jlp-model-card .jlo-model-visual-floor-standing-lcd-poster.has-product-image img {
    inset: 8px 18px;
    width: calc(100% - 36px);
    height: calc(100% - 16px);
}

.jlp-model-card:hover .jlo-model-visual.has-product-image img,
.jlp-model-card:focus-visible .jlo-model-visual.has-product-image img {
    transform: scale(1.035);
}

.jlp-model-card .jlo-model-visual::before {
    width: 76px;
    height: 102px;
    content: "";
    border: 5px solid #17233a;
    border-radius: 5px;
    background: linear-gradient(145deg, #0c5eff, #34d8ff);
    box-shadow: 0 10px 18px rgba(16, 73, 156, .18);
}

.jlp-model-card .jlo-model-visual-wall-mounted-lcd-poster::before,
.jlp-model-card .jlo-model-visual-portable-tv::before {
    width: 116px;
    height: 70px;
}

.jlp-model-card .jlo-model-visual-portable-tv::after {
    position: absolute;
    bottom: 16px;
    width: 42px;
    height: 4px;
    content: "";
    border-radius: 4px;
    background: #a9b8cc;
    box-shadow: 0 -4px 0 #fff, 0 -12px 0 -1px #c3cfdd;
}

.jlo-model-visual > span {
    position: absolute;
    right: 10px;
    bottom: 9px;
    z-index: 2;
    padding: 4px 7px;
    color: #0758cf;
    border: 1px solid #cfe0fa;
    border-radius: 999px;
    background: #fff;
    font-size: 11px;
    font-weight: 900;
}

.jlo-model-best-for {
    min-height: 40px;
    margin: 10px 0 14px !important;
    color: #35506f !important;
    font-size: 12px !important;
    font-weight: 750;
    line-height: 1.5;
}

/* Company environment photograph supplied by Jiami Technology. */
.jlo-company-environment {
    padding-top: 36px;
    background: #fff;
}

.jlo-company-environment-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 50px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--jlp-line);
    border-radius: 26px;
    background: linear-gradient(145deg, #f8fbff, #eef5ff);
}

.jlo-company-environment h2 {
    margin: 12px 0 16px;
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.jlo-company-environment p,
.jlo-company-environment li {
    color: var(--jlp-muted);
    font-size: 15px;
    line-height: 1.7;
}

.jlo-company-environment ul {
    display: grid;
    gap: 8px;
    margin: 20px 0 26px;
    padding: 0;
    list-style: none;
}

.jlo-company-environment li::before {
    margin-right: 9px;
    color: var(--jlp-blue);
    content: "✓";
    font-weight: 900;
}

.jlo-company-environment figure {
    margin: 0;
}

.jlo-company-environment img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(8, 25, 54, .13);
}

.jlo-company-environment figcaption {
    margin-top: 9px;
    color: var(--jlp-muted);
    font-size: 11px;
    text-align: right;
}

/* Dedicated case pages. */
.jlo-cases-hero,
.jlo-case-index,
.jlo-case-detail {
    width: min(1220px, calc(100% - 36px));
    margin-right: auto;
    margin-left: auto;
}

.jlo-cases-hero {
    padding: 88px 0 42px;
}

.jlo-case-hero-copy {
    max-width: 850px;
}

.jlo-cases-hero h2,
.jlo-case-detail h2 {
    margin: 12px 0 18px;
    color: var(--jlp-ink);
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.04;
    letter-spacing: -3px;
}

.jlo-cases-hero p,
.jlo-case-detail-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--jlp-muted);
    font-size: 18px;
    line-height: 1.7;
}

.jlo-case-index {
    display: grid;
    gap: 28px;
    padding-bottom: 90px;
}

.jlo-case-index-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
    border: 1px solid var(--jlp-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(8, 25, 54, .07);
}

.jlo-case-index-media {
    min-height: 590px;
    padding: 22px;
    background: #eef3f9;
}

.jlo-case-index-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.jlo-case-index-copy {
    align-self: center;
    padding: 48px;
}

.jlo-case-index-copy > span,
.jlo-case-detail-grid article > span,
.jlo-case-facts span {
    color: var(--jlp-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.jlo-case-index-copy h2 {
    margin: 10px 0 16px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    letter-spacing: -1.3px;
}

.jlo-case-index-copy p,
.jlo-case-index-copy dd {
    color: var(--jlp-muted);
    line-height: 1.7;
}

.jlo-case-index-copy dl {
    margin: 24px 0;
}

.jlo-case-index-copy dl div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid var(--jlp-line);
}

.jlo-case-index-copy dt {
    font-weight: 850;
}

.jlo-case-index-copy dd {
    margin: 0;
}

.jlo-case-detail {
    padding: 72px 0 90px;
}

.jlo-case-detail-hero {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
}

.jlo-case-detail-hero img {
    width: 100%;
    max-height: 720px;
    object-fit: contain;
    border-radius: 22px;
    background: #eef3f9;
}

.jlo-case-detail-grid,
.jlo-case-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 46px;
}

.jlo-case-detail-grid article,
.jlo-case-facts > div {
    padding: 25px;
    border: 1px solid var(--jlp-line);
    border-radius: 18px;
    background: #fff;
}

.jlo-case-detail-grid h2 {
    margin: 10px 0;
    font-size: 20px;
}

.jlo-case-detail-grid p {
    margin: 0;
    color: var(--jlp-muted);
    font-size: 14px;
    line-height: 1.7;
}

.jlo-case-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px;
}

.jlo-case-facts strong {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.jlo-case-actions,
.jlo-view-all-cases {
    margin-top: 28px;
}

.jlo-view-all-cases {
    justify-content: center;
}

/* More useful inquiry fields and response expectations. */
.jlo-response-sla {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 16px;
    color: #17375f;
    border: 1px solid #cfe0f8;
    border-radius: 12px;
    background: #f0f6ff;
    font-size: 13px;
    line-height: 1.55;
}

.jlo-response-sla strong {
    display: block;
    color: #0758cf;
}

@media (max-width: 980px) {
    .jlo-procurement-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jlo-company-environment-grid,
    .jlo-case-index-card,
    .jlo-case-detail-hero {
        grid-template-columns: 1fr;
    }

    .jlo-case-index-media {
        min-height: 460px;
    }

    .jlo-case-detail-grid,
    .jlo-case-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .jlp-banner-arrow {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    .jlo-banner-conversion-bar > .jlp-container {
        align-items: flex-start;
        flex-direction: column;
    }

    .jlo-procurement-grid,
    .jlo-product-faq .jlo-faq-grid,
    .jlo-case-detail-grid,
    .jlo-case-facts {
        grid-template-columns: 1fr;
    }

    .jlo-procurement-grid article {
        min-height: 0;
    }

    .jlo-company-environment-grid {
        gap: 28px;
        padding: 22px;
    }

    .jlo-company-environment-grid > div:first-child {
        order: 2;
    }

    .jlo-company-environment figure {
        order: 1;
    }

    .jlo-case-index-media {
        min-height: 420px;
    }

    .jlo-case-index-copy {
        padding: 28px 24px 34px;
    }

    .jlo-case-index-copy dl div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .jlo-cases-hero h2,
    .jlo-case-detail h2 {
        letter-spacing: -2px;
    }
}
