.jj-home-sections {
    --jj-navy: #073b66;
    --jj-blue: #1677ff;
    --jj-ice: #f2f6f9;
    --jj-ink: #061b2e;
    --jj-muted: #607080;
    --jj-line: #d8e1e8;
    --jj-quality-blue: #0b4f75;
    width: 100%;
    max-width: none;
    margin-left: 0;
    overflow: hidden;
    background: #fff;
    color: var(--jj-ink);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.jj-home-sections *, .jj-home-sections *::before, .jj-home-sections *::after { box-sizing: border-box; }
.jj-home-sections a { color: inherit; text-decoration: none; }
.jj-home-sections h2, .jj-home-sections h3, .jj-home-sections p { margin-top: 0; }
.jj-home-sections h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.045em; }
.jj-home-sections p { line-height: 1.7; }
.jj-shell { width: min(1210px, calc(100% - 48px)); margin-inline: auto; }
.jj-section { padding: 112px 0; }
.jj-eyebrow { margin: 0 0 30px; color: var(--jj-blue); font-size: 11px; font-weight: 700; letter-spacing: .34em; }
.jj-eyebrow.jj-light { color: #b7d7f5; }

.jj-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.jj-intro-copy { margin-bottom: 0; font-size: 20px; }
.jj-intro-copy .jj-fine { margin: 25px 0 0; padding-top: 24px; border-top: 1px solid var(--jj-line); color: var(--jj-muted); font-size: 14px; }

.jj-value-rail { background: var(--jj-navy); color: #fff; }
.jj-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.jj-value-grid > div { display: flex; align-items: center; gap: 18px; padding: 27px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.jj-value-grid > div:first-child { padding-left: 0; }
.jj-value-grid > div:last-child { border: 0; }
.jj-value-grid b { color: #56a2ff; font-size: 10px; letter-spacing: .18em; }
.jj-value-grid span { color: #d4e0e8; font-size: 12px; }

.jj-products { background: #f2f6f9; }
.jj-section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.jj-section-heading h2 { font-size: 52px; }
.jj-heading-note { max-width: 390px; }
.jj-heading-note p { margin: 0 0 22px; color: var(--jj-muted); font-size: 13px; }
.jj-text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 10px; border-bottom: 1px solid #aab7c1; font-size: 13px; font-weight: 700; }
.jj-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.jj-product-card { overflow: hidden; background: #fff; border: 1px solid #dae3e9; transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s; }
.jj-product-card:hover { transform: translateY(-10px); box-shadow: 0 22px 55px rgba(7,27,45,.13); }
.jj-product-art { position: relative; display: grid; place-items: center; height: 250px; overflow: hidden; background: linear-gradient(145deg,#e5edf2,#fafcfd); }
.jj-product-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(115deg,transparent 25%,rgba(255,255,255,.7) 48%,transparent 68%); transform: translateX(-120%); transition: transform .7s; }
.jj-product-card:hover .jj-product-art::after { transform: translateX(120%); }
.jj-product-art span { display: grid; place-items: center; width: 100px; height: 100px; border: 12px solid #9facb5; border-radius: 50%; color: #71828e; font-size: 32px; font-weight: 800; box-shadow: inset 0 0 0 2px #fff,12px 16px 25px rgba(25,43,57,.2); transform: rotate(-12deg); transition: transform .5s; }
.jj-product-card:hover .jj-product-art span { transform: rotate(0) scale(1.05); }
.jj-product-art i { position: absolute; width: 170px; height: 10px; border-radius: 10px; background: linear-gradient(#d8e0e5,#778995,#c5d0d7); transform: rotate(-24deg); }
.jj-product-art i:nth-of-type(2) { width: 125px; transform: rotate(36deg); }
.jj-product-art i:nth-of-type(3) { width: 85px; transform: rotate(90deg); }
.jj-product-art img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .5s; }
.jj-product-card:hover .jj-product-art img { transform: scale(1.045); }
.jj-product-body { padding: 28px; }
.jj-product-body small { color: var(--jj-blue); font-weight: 800; letter-spacing: .22em; }
.jj-product-body h3 { margin: 25px 0 12px; font-size: 20px; }
.jj-product-body p { min-height: 45px; color: var(--jj-muted); font-size: 13px; }
.jj-product-body a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--jj-line); font-size: 12px; font-weight: 700; }

.jj-quality { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--jj-quality-blue); color: #fff; }
.jj-quality-media { position: relative; min-height: 800px; overflow: hidden; background: #061b2e; }
.jj-quality-slides, .jj-quality-slide { position: absolute; inset: 0; }
.jj-quality-slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.025); transition: opacity 1s ease, transform 6s ease; }
.jj-quality-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.jj-quality:hover .jj-quality-slide.is-active { transform: scale(1.035); }
.jj-quality-dots { position: absolute; z-index: 4; bottom: 94px; left: 42px; display: flex; gap: 8px; }
.jj-quality-dot { width: 22px; height: 4px; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.42); box-shadow: none; cursor: pointer; transition: width .25s ease,background .25s ease; }
.jj-quality-dot:hover, .jj-quality-dot:focus-visible, .jj-quality-dot.is-active { width: 36px; background: #fff; }
.jj-media-label { position: absolute; z-index: 3; right: 42px; bottom: 40px; left: 42px; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.55); }
.jj-media-label span { font-size: 10px; letter-spacing: .25em; }
.jj-media-label b { font-size: 13px; }
.jj-quality-copy { padding: 105px max(36px,calc((100vw - 1210px)/2)) 90px 74px; }
.jj-quality-copy h2 { font-size: 58px; }
.jj-quality-copy h2 { color: #fff; }
.jj-quality-lead { max-width: 590px; margin: 32px 0 35px; color: #b9c9d5; font-size: 16px; }
.jj-process-list { margin: 0; padding: 0; list-style: none; }
.jj-process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); transition: padding-left .3s,background .3s; }
.jj-process-list li:hover { padding-left: 12px; background: linear-gradient(90deg,rgba(27,119,255,.1),transparent); }
.jj-process-list span { color: #55a2ff; font-size: 11px; font-weight: 800; }
.jj-process-list b, .jj-process-list small { display: block; }
.jj-process-list b { margin-bottom: 7px; font-size: 15px; }
.jj-process-list small { color: #9db1c0; line-height: 1.5; }
.jj-disclaimer { margin: 25px 0 0; color: #7f99ac; font-size: 11px; }

.jj-customers { background: #fff; }
.jj-customers-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.jj-customers-head > p { max-width: 450px; margin-bottom: 0; color: var(--jj-muted); }
.jj-customer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jj-customer-card { position: relative; min-height: 410px; overflow: hidden; background-position: center; background-size: cover; transition: transform .45s,background-size .7s; }
.jj-customer-card:hover { background-size: auto 108%; transform: translateY(-8px); }
.jj-customer-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(transparent 25%,rgba(3,14,23,.92) 100%); transition: background .4s; }
.jj-customer-card:hover::after { background: linear-gradient(transparent 10%,rgba(3,14,23,.94) 100%); }
.jj-customer-card.jj-utility { background-image: url('https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=900&q=80'); }
.jj-customer-card.jj-epc { background-image: url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=80'); }
.jj-customer-card.jj-distributor { background-image: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=80'); }
.jj-customer-card.jj-supplier { background-image: url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=900&q=80'); }
.jj-customer-card > div { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; color: #fff; transition: transform .4s; }
.jj-customer-card:hover > div { transform: translateY(-8px); }
.jj-customer-card small { color: #7fb6f7; letter-spacing: .2em; }
.jj-customer-card h3 { margin: 16px 0 9px; color: #fff; font-size: 24px; }
.jj-customer-card p { margin: 0; color: #c6d1d9; font-size: 12px; line-height: 1.55; }
.jj-support-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-top: 1px solid var(--jj-line); border-bottom: 1px solid var(--jj-line); }
.jj-support-strip > div { padding: 25px 18px; border-right: 1px solid var(--jj-line); }
.jj-support-strip > div:first-child { padding-left: 0; }
.jj-support-strip > div:last-child { border: 0; }
.jj-support-strip b, .jj-support-strip span { display: block; }
.jj-support-strip b { margin-bottom: 8px; color: var(--jj-blue); font-size: 10px; letter-spacing: .18em; }
.jj-support-strip span { color: var(--jj-muted); font-size: 12px; }

.jj-video { background: #f2f6f9; }
.jj-video-panel { position: relative; height: 650px; overflow: hidden; background: url('https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=1800&q=85') center/cover; color: #fff; }
.jj-video-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,17,29,.92),rgba(3,17,29,.28)); }
.jj-video-copy { position: absolute; top: 70px; left: 65px; }
.jj-video-copy h2 { font-size: 58px; }
.jj-video-copy h2 { color: #fff; }
.jj-play { position: absolute; top: 52%; left: 50%; display: grid; place-items: center; gap: 16px; transform: translate(-50%,-50%); }
.jj-play span { display: grid; place-items: center; width: 92px; height: 92px; padding-left: 5px; border-radius: 50%; background: #fff; color: var(--jj-navy); animation: jjPlayPulse 2.2s infinite; }
.jj-play small { font-size: 9px; letter-spacing: .24em; }
.jj-video-note { position: absolute; bottom: 45px; left: 65px; padding-left: 14px; border-left: 2px solid #fff; color: #c5d0d8; font-size: 11px; }

.jj-rfq { background: #fff; }
.jj-rfq-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.jj-rfq-title > p:last-child { max-width: 440px; margin-top: 30px; color: var(--jj-muted); font-size: 14px; }
.jj-rfq-list { border-top: 1px solid var(--jj-line); }
.jj-rfq-list > div { display: grid; grid-template-columns: 52px 190px 1fr; gap: 18px; align-items: start; padding: 27px 0; border-bottom: 1px solid var(--jj-line); transition: padding-left .3s,background .3s; }
.jj-rfq-list > div:hover { padding-left: 12px; background: linear-gradient(90deg,#f4f8fb,transparent); }
.jj-rfq-list span { color: var(--jj-blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.jj-rfq-list b { font-size: 14px; }
.jj-rfq-list p { margin: 0; color: var(--jj-muted); font-size: 12px; line-height: 1.55; }

body.elementor-editor-active .jj-home-sections [data-jj-reveal],
body.elementor-editor-preview .jj-home-sections [data-jj-reveal] {
    opacity: 1 !important;
    transform: none !important;
}

@keyframes jjPlayPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.35); } 50% { box-shadow: 0 0 0 18px rgba(255,255,255,0); } }
.jj-home-sections [data-jj-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1); }
.jj-home-sections [data-jj-reveal].jj-visible { opacity: 1; transform: none; }
.jj-product-grid [data-jj-reveal]:nth-child(2), .jj-customer-grid [data-jj-reveal]:nth-child(2), .jj-rfq-list [data-jj-reveal]:nth-child(2) { transition-delay: .08s; }
.jj-product-grid [data-jj-reveal]:nth-child(3), .jj-customer-grid [data-jj-reveal]:nth-child(3), .jj-rfq-list [data-jj-reveal]:nth-child(3) { transition-delay: .16s; }
.jj-product-grid [data-jj-reveal]:nth-child(4), .jj-customer-grid [data-jj-reveal]:nth-child(4), .jj-rfq-list [data-jj-reveal]:nth-child(4) { transition-delay: .24s; }

@media (max-width: 900px) {
    .jj-intro, .jj-quality, .jj-customers-head, .jj-rfq-grid { grid-template-columns: 1fr; }
    .jj-value-grid { grid-template-columns: 1fr 1fr; }
    .jj-product-grid, .jj-customer-grid { grid-template-columns: repeat(2,1fr); }
    .jj-quality-media { min-height: 520px; }
    .jj-quality-copy { padding: 80px 40px; }
    .jj-rfq-grid { gap: 55px; }
    .jj-support-strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .jj-shell { width: min(100% - 36px,1210px); }
    .jj-section { padding: 72px 0; }
    .jj-intro { gap: 35px; }
    .jj-intro-copy { font-size: 18px; }
    .jj-value-grid { grid-template-columns: 1fr; }
    .jj-value-grid > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .jj-section-heading { flex-direction: column; align-items: flex-start; gap: 25px; }
    .jj-section-heading h2 { font-size: 40px; }
    .jj-heading-note { max-width: none; }
    .jj-product-grid, .jj-customer-grid { grid-template-columns: 1fr; }
    .jj-product-art { height: 220px; }
    .jj-quality-media { min-height: 410px; }
    .jj-media-label { right: 20px; left: 20px; flex-direction: column; gap: 10px; }
    .jj-quality-dots { bottom: 116px; left: 20px; }
    .jj-quality-copy { padding: 70px 20px; }
    .jj-quality-copy h2, .jj-video-copy h2 { font-size: 40px; }
    .jj-customers-head { gap: 30px; }
    .jj-support-strip { grid-template-columns: 1fr; }
    .jj-support-strip > div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--jj-line); }
    .jj-video-panel { height: 560px; }
    .jj-video-copy { top: 45px; left: 25px; }
    .jj-video-note { right: 25px; left: 25px; }
    .jj-rfq-grid { gap: 40px; }
    .jj-rfq-list > div { grid-template-columns: 38px 1fr; }
    .jj-rfq-list p { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
    .jj-play span { animation: none !important; }
    .jj-home-sections [data-jj-reveal] { opacity: 1; transform: none; transition: none; }
    .jj-product-card, .jj-customer-card { transition: none; }
    .jj-quality-slide { transition: opacity .01ms linear; transform: none !important; }
}
