﻿/*
 * JC modular page components
 * Deploy this file on the server. Do not paste it into WordPress Classic Editor.
 * All global rules from the original preview are scoped to .jc-page-module.
 */

/*
==========================================================
JC COMPONENTS — PRODUCTION CLEAN V20
WordPress Classic Editor / Server CSS

This stylesheet contains only selectors required by the
current five production modules, plus their responsive and
WordPress conflict-protection rules.

Do not paste this CSS into Classic Editor.
Deploy this file on the server once.
==========================================================
*/

.jc-fullwidth{
  position:relative;
  left:50%;
  width:100vw;
  max-width:none !important;
  margin-left:-50vw !important;
  margin-right:0 !important;
}

.jc-fullwidth > .jc-container{
  width:min(1240px,calc(100% - 40px));
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width:680px){
  .jc-fullwidth > .jc-container{
    width:min(100% - 28px,1240px);
  }
}

.jc-page-module{
  --jc-dark:#1E293B;
  --jc-dark2:#111827;
  --jc-gold:#C89B3C;
  --jc-gold2:#B8862B;
  --jc-bg:#F8FAFC;
  --jc-card:#FFFFFF;
  --jc-text:#111827;
  --jc-muted:#6B7280;
  --jc-line:#E5E7EB;
  --jc-soft:#F5F2EA;
}

.jc-page-module,
.jc-page-module *{
  box-sizing:border-box;
}

.jc-page-module{
  margin:0;
  background:#fff;
  color:var(--jc-text);
  font-family:Arial,Helvetica,sans-serif;
}

.jc-page-module img{
  max-width:100%;
}

.jc-page-module a{
  text-decoration:none;
  color:inherit;
}

.jc-container{
  width:min(1240px,calc(100% - 40px));
  margin:auto;
}

.jc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:var(--jc-soft);
  color:var(--jc-gold2);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.jc-eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--jc-gold);
}

.jc-title{
  margin:18px 0 16px;
  font-size:clamp(34px,4vw,58px);
  line-height:1.03;
  letter-spacing:-1.8px;
}

.jc-copy{
  margin:0;
  color:var(--jc-muted);
  font-size:17px;
  line-height:1.85;
}

.jc-tech{
  padding:118px 0 112px;
  background:#fff;
}

.jc-products{
  padding:115px 0;
  background:linear-gradient(180deg,#F8FAFC 0%,#fff 100%);
}

.jc-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:48px;
}

.jc-section-head .jc-title{
  max-width:760px;
}

.jc-section-head .jc-copy{
  max-width:430px;
}

.jc-product-grid{
  display:grid;
  grid-template-columns:1.25fr .9fr .9fr;
  grid-template-rows:310px 310px;
  gap:22px;
}

.jc-product-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:var(--jc-dark);
  box-shadow:0 18px 45px rgba(17,24,39,.09);
  isolation:isolate;
}

.jc-product-card.jc-product-featured{
  grid-row:1/3;
}

.jc-product-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease,filter .45s ease;
}

.jc-product-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(17,24,39,.02) 22%,rgba(17,24,39,.88) 100%);
  z-index:1;
}

.jc-product-card:hover img{
  transform:scale(1.055);
  filter:saturate(.9) contrast(1.03);
}

.jc-product-card-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px;
  z-index:2;
  color:#fff;
}

.jc-product-card.jc-product-featured .jc-product-card-content{
  padding:38px;
}

.jc-product-no{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--jc-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.7px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.jc-product-no span:last-child{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  color:#fff;
  font-size:19px;
}

.jc-product-card h3{
  font-size:clamp(24px,2.6vw,38px);
  line-height:1.05;
  margin:0;
  letter-spacing:-.8px;
}

.jc-product-card.jc-product-featured h3{
  font-size:clamp(34px,4vw,54px);
}

.jc-product-meta{
  margin-top:13px;
  color:#E5E7EB;
  font-size:14px;
  line-height:1.6;
  max-width:440px;
}

.jc-articles{
  padding:115px 0;
  background:#fff;
}

.jc-articles-wrap{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:72px;
  align-items:stretch;
}

.jc-articles-visual{
  position:relative;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  background:var(--jc-dark);
}

.jc-articles-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.9;
}

.jc-articles-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(17,24,39,.08),rgba(17,24,39,.88));
}

.jc-articles-overlay{
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  z-index:2;
  color:#fff;
}

.jc-articles-overlay small{
  color:var(--jc-gold);
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.jc-articles-overlay h2{
  font-size:42px;
  line-height:1.05;
  margin:12px 0 13px;
  letter-spacing:-1.2px;
}

.jc-articles-overlay p{
  margin:0;
  color:#D1D5DB;
  line-height:1.7;
}

.jc-article-list{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.jc-article{
  display:grid;
  grid-template-columns:72px 1fr 44px;
  gap:22px;
  align-items:center;
  padding:29px 0;
  border-bottom:1px solid var(--jc-line);
  transition:.3s;
}

.jc-article:first-child{
  border-top:1px solid var(--jc-line);
}

.jc-article:hover{
  padding-left:10px;
}

.jc-article-no{
  font-size:34px;
  font-weight:900;
  color:var(--jc-gold);
}

.jc-article h3{
  font-size:21px;
  line-height:1.35;
  margin:0;
  color:var(--jc-text);
}

.jc-article p{
  margin:8px 0 0;
  color:var(--jc-muted);
  font-size:14px;
  line-height:1.55;
}

.jc-article-arrow{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--jc-soft);
  color:var(--jc-gold2);
  font-size:21px;
  transition:.3s;
}

.jc-article:hover .jc-article-arrow{
  background:var(--jc-gold);
  color:#fff;
  transform:translateX(4px);
}

.jc-industries{
  padding:115px 0;
  background:linear-gradient(135deg,#111827 0%,#1E293B 70%,#273449 100%);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.jc-industries:before{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  border:1px solid rgba(200,155,60,.12);
  border-radius:50%;
  right:-220px;
  top:-180px;
}

.jc-industries-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:80px;
  align-items:center;
}

.jc-industries .jc-title{
  color:#fff;
  max-width:640px;
}

.jc-industries .jc-copy{
  color:#CBD5E1;
}

.jc-industry-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:34px;
}

.jc-industry-card{
  position:relative;
  height:145px;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  background:#243247;
}

.jc-industry-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.7;
  transition:.45s;
}

.jc-industry-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(17,24,39,.05),rgba(17,24,39,.78));
}

.jc-industry-card strong{
  position:absolute;
  left:20px;
  bottom:18px;
  z-index:2;
  font-size:16px;
}

.jc-industry-card:hover img{
  transform:scale(1.06);
  opacity:.82;
}

.jc-benefit-visual{
  position:relative;
  min-height:610px;
}

.jc-benefit-visual>img{
  position:absolute;
  inset:0 0 45px 38px;
  width:calc(100% - 38px);
  height:calc(100% - 45px);
  object-fit:cover;
  border-radius:32px;
  box-shadow:0 28px 75px rgba(0,0,0,.28);
}

.jc-benefit-panel{
  position:absolute;
  left:0;
  bottom:0;
  width:min(390px,88%);
  padding:30px;
  background:rgba(255,255,255,.96);
  color:var(--jc-text);
  border-radius:24px;
  box-shadow:0 20px 55px rgba(0,0,0,.24);
}

.jc-benefit-panel small{
  color:var(--jc-gold2);
  font-weight:800;
  letter-spacing:1.6px;
}

.jc-benefit-panel h3{
  font-size:27px;
  margin:10px 0 19px;
}

.jc-benefit-list{
  display:grid;
  gap:12px;
}

.jc-benefit-item{
  display:flex;
  gap:11px;
  align-items:center;
  color:#475569;
  font-size:14px;
  font-weight:700;
}

.jc-check{
  display:grid;
  place-items:center;
  flex:0 0 27px;
  width:27px;
  height:27px;
  border-radius:50%;
  background:var(--jc-soft);
  color:var(--jc-gold2);
}

.jc-cta{
  padding:110px 0;
  background:#fff;
}

.jc-cta-box{
  position:relative;
  min-height:500px;
  border-radius:38px;
  overflow:hidden;
  display:grid;
  place-items:center;
  text-align:center;
  padding:70px 30px;
  box-shadow:0 28px 70px rgba(17,24,39,.16);
}

.jc-cta-box>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.jc-cta-box:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(17,24,39,.94),rgba(30,41,59,.78));
}

.jc-cta-inner{
  position:relative;
  z-index:2;
  max-width:820px;
  color:#fff;
}

.jc-cta-inner h2{
  font-size:clamp(40px,5vw,66px);
  line-height:1.02;
  letter-spacing:-2px;
  margin:18px 0;
}

.jc-cta-inner p{
  margin:0 auto;
  color:#D1D5DB;
  font-size:17px;
  line-height:1.8;
  max-width:700px;
}

.jc-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}

.jc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:155px;
  padding:15px 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  transition:.3s;
}

.jc-btn.jc-btn-primary{
  background:var(--jc-gold);
  color:#fff;
  box-shadow:0 12px 30px rgba(200,155,60,.25);
}

.jc-btn.jc-btn-primary:hover{
  background:var(--jc-gold2);
  transform:translateY(-2px);
}

.jc-btn.jc-btn-secondary{
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  background:rgba(255,255,255,.05);
}

.jc-btn.jc-btn-secondary:hover{
  background:#fff;
  color:var(--jc-dark2);
}

@media (max-width:980px){
  .jc-industries-grid,
.jc-articles-wrap{
    grid-template-columns:1fr;
    gap:48px;
  }

  .jc-product-grid{
    grid-template-columns:1fr 1fr;
    grid-template-rows:430px 360px;
  }

  .jc-product-card.jc-product-featured{
    grid-column:1/3;
    grid-row:auto;
  }

  .jc-benefit-visual{
    min-height:520px;
  }
}

@media (max-width:680px){
  .jc-container{
    width:min(100% - 28px,1240px);
  }

  .jc-tech,
.jc-products,
.jc-articles,
.jc-industries,
.jc-cta{
    padding:75px 0;
  }

  .jc-section-head{
    display:block;
  }

  .jc-product-grid{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:none;
  }

  .jc-product-card,
.jc-product-card.jc-product-featured{
    grid-column:auto;
    grid-row:auto;
    height:390px;
  }

  .jc-product-card.jc-product-featured{
    height:500px;
  }

  .jc-articles-visual{
    min-height:430px;
  }

  .jc-article{
    grid-template-columns:54px 1fr 40px;
    gap:12px;
  }

  .jc-article-no{
    font-size:26px;
  }

  .jc-article h3{
    font-size:18px;
  }

  .jc-industry-cards{
    grid-template-columns:1fr;
  }

  .jc-benefit-visual{
    min-height:500px;
  }

  .jc-benefit-visual>img{
    inset:0 0 80px 18px;
    width:calc(100% - 18px);
    height:calc(100% - 80px);
  }

  .jc-cta-box{
    min-height:560px;
    border-radius:28px;
  }
}

@media (max-width:900px){
  .jc-tech-support{
    grid-template-columns:1fr;
  }

  .jc-support-faq{
    border-left:0;
    border-top:1px solid #E5E7EB;
    padding-left:0;
    padding-top:25px;
  }
}

.jc-tech-support{
  margin-top:45px;
  display:grid;
  grid-template-columns:60% 40%;
  gap:0;
}

.jc-support-label{
  color:#B8862B;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.jc-support-title{
  margin:0 0 25px;
  color:#111827;
  letter-spacing:-1px;
}

.jc-support-faq h4{
  margin:0 0 18px;
  font-size:22px;
  color:#111827;
}

@media (max-width:900px){
  .jc-tech-support{
    grid-template-columns:1fr;
  }

  .jc-support-faq{
    border-left:0;
    border-top:1px solid #E5E7EB;
    margin-top:30px;
    padding:30px 0 0;
  }
}

.jc-tech{
  padding-bottom:68px !important;
}

.jc-tech-support-anchor{
  position:relative;
  z-index:8;
  margin-top:-42px;
  padding:0 32px;
}

.jc-tech-support-anchor:before{
  content:"";
  position:absolute;
  left:76px;
  right:76px;
  top:0;
  height:44px;
  background:#1E293B;
  border-radius:0 0 22px 22px;
  z-index:0;
}

.jc-tech-support-anchor:after{
  content:"";
  position:absolute;
  left:54px;
  right:54px;
  top:31px;
  height:1px;
  background:linear-gradient(90deg,transparent 0%,rgba(200,155,60,.55) 14%,rgba(229,231,235,.95) 50%,rgba(200,155,60,.55) 86%,transparent 100%);
  z-index:1;
}

.jc-tech-support{
  position:relative;
  z-index:2;
  width:100%;
  margin:0 !important;
  padding:38px 42px 36px;
  border-radius:24px;
  background:#FFFFFF;
  border:1px solid #E5E7EB;
  box-shadow:none;
  overflow:hidden;
}

.jc-tech-support:before{
  content:"";
  position:absolute;
  left:42px;
  top:0;
  width:96px;
  height:3px;
  background:#C89B3C;
  border-radius:0 0 3px 3px;
  pointer-events:none;
}

.jc-tech-support:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:10px;
  background:linear-gradient(180deg,rgba(248,250,252,0),rgba(248,250,252,.7));
  pointer-events:none;
}

.jc-support-title{
  font-size:29px;
  margin-bottom:24px;
}

.jc-support-faq{
  border-left:1px solid #E5E7EB;
  padding-left:34px;
}

.jc-products{
  padding-top:92px;
}

@media (max-width:900px){
  .jc-tech{
    padding-bottom:60px !important;
  }

  .jc-tech-support-anchor{
    margin-top:-30px;
    padding:0 10px;
  }

  .jc-tech-support-anchor:before{
    left:34px;
    right:34px;
    height:32px;
    border-radius:0 0 18px 18px;
  }

  .jc-tech-support-anchor:after{
    left:24px;
    right:24px;
    top:24px;
  }

  .jc-tech-support{
    padding:31px 28px 29px;
    border-radius:22px;
  }

  .jc-tech-support:before{
    left:28px;
    width:76px;
  }
}

@media (max-width:680px){
  .jc-tech{
    padding-bottom:52px !important;
  }

  .jc-tech-support-anchor{
    margin-top:-20px;
    padding:0 2px;
  }

  .jc-tech-support-anchor:before{
    left:18px;
    right:18px;
    height:24px;
    border-radius:0 0 14px 14px;
  }

  .jc-tech-support-anchor:after{
    left:12px;
    right:12px;
    top:18px;
  }

  .jc-tech-support{
    padding:28px 22px 26px;
    border-radius:20px;
  }

  .jc-tech-support:before{
    left:22px;
    width:62px;
  }

  .jc-products{
    padding-top:75px;
  }
}

.jc-tech-support-anchor-v9{
  position:relative;
  z-index:8;
  margin-top:-48px;
  padding:0 34px;
}

.jc-tech-support-anchor-v9:before{
  content:"";
  position:absolute;
  left:78px;
  right:78px;
  top:0;
  height:48px;
  background:#1E293B;
  border-radius:0 0 18px 18px;
  z-index:0;
  box-shadow:none;
}

.jc-tech-support-anchor-v9:after{
  display:none;
}

.jc-tech-support-v9{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:60% 40%;
  gap:0;
  margin:0 !important;
  padding:34px 38px 32px;
  border:1px solid #E5E7EB;
  background:#FFFFFF;
  box-shadow:none;
  overflow:hidden;
}

.jc-tech-support-v9:before{
  content:"";
  position:absolute;
  left:38px;
  top:0;
  height:3px;
  background:#C89B3C;
}

.jc-tech-support-v9:after{
  display:none;
}

.jc-tech-v9-process{
  padding-right:36px;
}

.jc-tech-v9-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.jc-tech-v9-track-line{
  position:absolute;
  height:1px;
  z-index:0;
}

.jc-tech-v9-node{
  position:relative;
  z-index:1;
}

.jc-tech-v9-node h4{
  margin:0 0 5px;
  color:#111827;
  font-size:15px;
}

.jc-tech-v9-node p{
  margin:0;
  color:#6B7280;
  font-size:12px;
  line-height:1.5;
}

.jc-support-faq-v9{
  border-left:1px solid #E5E7EB;
  padding-left:32px;
}

.jc-support-faq-v9 h4,
.jc-support-faq-v9 h3{
  margin:0 0 14px;
  color:#111827;
  line-height:1.15;
}

@media (max-width:800px){
  .jc-tech-support-v9{
    grid-template-columns:1fr;
  }

  .jc-tech-v9-process{
    padding-right:0;
  }

  .jc-support-faq-v9{
    border-left:0;
    border-top:1px solid #E5E7EB;
    margin-top:28px;
    padding:26px 0 0;
  }
}

@media (max-width:680px){
  .jc-tech-support-anchor-v9{
    margin-top:-26px;
    padding:0 5px;
  }

  .jc-tech-support-anchor-v9:before{
    left:20px;
    right:20px;
    height:26px;
    border-radius:0 0 13px 13px;
  }

  .jc-tech-support-v9{
    padding:28px 22px 25px;
    border-radius:18px;
  }

  .jc-tech-support-v9:before{
    left:22px;
  }

  .jc-tech-v9-track{
    grid-template-columns:1fr;
    gap:20px;
  }

  .jc-tech-v9-track-line{
    display:none;
  }
}

.jc-tech-v9-track{
  gap:30px;
}

.jc-tech-v9-track-line{
  top:24px;
  left:18px;
  right:18px;
  background:linear-gradient(90deg,#E5E7EB 0%,#D9DEE6 50%,#E5E7EB 100%);
}

.jc-tech-v9-node{
  background:transparent;
}

.jc-tech-v10-icon{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:14px;
  background:#FFFFFF;
  border:1px solid #D9DEE6;
  color:#C89B3C;
  font-size:20px;
  box-shadow:none;
}

.jc-tech-v10-icon:after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#1E293B;
  right:-4px;
  top:50%;
  transform:translateY(-50%);
  box-shadow:0 0 0 4px #FFFFFF;
}

.jc-tech-v9-node:last-child .jc-tech-v10-icon{
  background:#1E293B;
  border-color:#1E293B;
  color:#C89B3C;
}

.jc-tech-v9-node:last-child .jc-tech-v10-icon:after{
  background:#C89B3C;
}

.jc-support-faq-v9{
  background:linear-gradient(180deg,#FFFFFF 0%,#FCFCFD 100%);
}

.jc-support-faq-v9 h4,
.jc-support-faq-v9 h3{
  font-size:20px;
}

.jc-tech-support-v9{
  border-radius:18px;
}

.jc-tech-support-v9:before{
  width:70px;
}

@media (max-width:800px){
  .jc-tech-v9-track-line{
    display:none;
  }

  .jc-tech-v10-icon:after{
    display:none;
  }
}

.jc-tech-v12{
  padding:112px 0 70px !important;
  background:#FFFFFF;
}

.jc-tech-v12-stage{
  display:grid;
  grid-template-columns:29% 71%;
  min-height:430px;
  background:linear-gradient(145deg,#08111B 0%,#111827 52%,#1E293B 100%);
  isolation:isolate;
}

.jc-tech-v12-stage:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(125deg,rgba(200,155,60,.04),transparent 32%);
  pointer-events:none;
  z-index:2;
}

.jc-tech-v12-intro{
  position:relative;
  z-index:4;
  padding:46px 38px 116px 44px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.jc-tech-v12-intro:after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(255,255,255,.26);
}

.jc-tech-v12-overline{
  color:#C89B3C;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.jc-tech-v12-intro h2{
  margin:24px 0 20px;
  color:#fff;
  font-size:clamp(44px,4.2vw,62px);
  line-height:1.05;
  letter-spacing:-2px;
  font-weight:500;
}

.jc-tech-v12-goldline{
  display:block;
  width:38px;
  height:3px;
  background:#C89B3C;
  margin-bottom:22px;
}

.jc-tech-v12-intro p{
  margin:0;
  color:#D1D5DB;
  font-size:14px;
  line-height:1.65;
}

.jc-tech-v12-gallery{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  min-width:0;
}

.jc-tech-v12-shot{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-left:1px solid rgba(255,255,255,.36);
  background:#1E293B;
}

.jc-tech-v12-shot:first-child{
  border-left:0;
}

.jc-tech-v12-shot img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:saturate(.78) contrast(1.08) brightness(.88);
  transform:scale(1.01);
  transition:transform .55s ease,filter .45s ease;
}

.jc-tech-v12-shot:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(17,24,39,.08),rgba(17,24,39,.18));
}

.jc-tech-v12-shot:hover img{
  transform:scale(1.055);
  filter:saturate(.9) contrast(1.08) brightness(.96);
}

.jc-tech-v12-info{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}

.jc-tech-v12-card{
  min-width:0;
  background:#fff;
}

.jc-tech-v12-card+.jc-tech-v12-card{
  border-left:1px solid #EEF0F3;
}

.jc-tech-v12-card h3{
  margin:0 0 14px;
  color:#111827;
  line-height:1.2;
  letter-spacing:-.3px;
}

.jc-tech-v12-card p{
  margin:0;
  color:#4B5563;
}

.jc-tech-v12-card .jc-tech-v12-linkline{
  margin-top:16px;
}

.jc-tech-v12-card a{
  color:#B8862B;
  font-weight:800;
}

.jc-tech-v12-card a:hover{
  color:#C89B3C;
}

.jc-tech-v12-support-anchor:before{
  left:78px !important;
  right:78px !important;
  top:-18px !important;
  height:36px !important;
  background:#1E293B !important;
  border-radius:18px !important;
}

.jc-tech-v12 + .jc-products{
  padding-top:92px;
}

@media (max-width:1100px){
  .jc-tech-v12-stage{
    grid-template-columns:33% 67%;
    min-height:410px;
  }

  .jc-tech-v12-intro{
    padding-left:34px;
    padding-right:28px;
  }

  .jc-tech-v12-info{
    grid-template-columns:repeat(3,1fr);
    margin-top:-58px;
  }

  .jc-tech-v12-card:nth-child(4){
    border-left:0;
    border-top:1px solid #EEF0F3;
  }

  .jc-tech-v12-card:nth-child(5){
    border-top:1px solid #EEF0F3;
  }
}

@media (max-width:800px){
  .jc-tech-v12-stage{
    grid-template-columns:1fr;
    min-height:auto;
    border-radius:26px 26px 0 0;
  }

  .jc-tech-v12-intro{
    padding:38px 28px 34px;
  }

  .jc-tech-v12-intro:after{
    display:none;
  }

  .jc-tech-v12-gallery{
    height:300px;
  }

  .jc-tech-v12-info{
    grid-template-columns:1fr 1fr;
    margin:-34px 12px 0;
  }

  .jc-tech-v12-card{
    padding:23px 20px;
  }

  .jc-tech-v12-card:nth-child(odd){
    border-left:0;
  }

  .jc-tech-v12-card:nth-child(n/**/+3){
    border-top:1px solid #EEF0F3;
  }

  .jc-tech-v12-card:nth-child(5){
    grid-column:1/-1;
  }

  .jc-tech-v12-support-anchor{
    margin-top:38px !important;
    padding:0 8px !important;
  }
}

@media (max-width:560px){
  .jc-tech-v12{
    padding-top:74px !important;
  }

  .jc-tech-v12-gallery{
    height:235px;
    grid-template-columns:repeat(5,42%);
    overflow-x:auto;
    scroll-snap-type:x mandatory;
  }

  .jc-tech-v12-shot{
    scroll-snap-align:start;
  }

  .jc-tech-v12-info{
    grid-template-columns:1fr;
    margin:-18px 5px 0;
  }

  .jc-tech-v12-card+.jc-tech-v12-card{
    border-left:0;
    border-top:1px solid #EEF0F3;
  }

  .jc-tech-v12-card:nth-child(5){
    grid-column:auto;
  }

  .jc-tech-v12-support-anchor:before{
    left:18px !important;
    right:18px !important;
  }
}

.jc-tech-v12-stage{
  overflow:hidden;
}

.jc-tech-v12-info{
  padding-top:68px;
}

.jc-tech-v12-card h3{
  font-size:19px;
  margin-bottom:16px;
}

.jc-tech-v12-card p{
  font-size:12.5px;
  line-height:1.72;
}

.jc-tech-v12-support-anchor{
  padding:0 24px !important;
}

.jc-tech-v12-support-anchor .jc-tech-support-v9{
  padding:38px 42px 36px;
  border-radius:22px;
}

@media (max-width:1100px){
  .jc-tech-v12-info{
    margin:-28px 0 0 !important;
    padding-top:58px;
    min-height:auto;
  }

  .jc-tech-v12-card{
    padding:27px 23px 30px;
  }
}

@media (max-width:800px){
  .jc-tech-v12-stage{
    border-radius:26px;
  }

  .jc-tech-v12-info{
    margin:-22px 0 0 !important;
    padding-top:48px;
    border-radius:0 0 22px 22px;
  }

  .jc-tech-v12-support-anchor{
    padding:0 8px !important;
    margin-top:42px !important;
  }
}

@media (max-width:560px){
  .jc-tech-v12-info{
    margin:-18px 0 0 !important;
    padding-top:40px;
  }

  .jc-tech-v12-card{
    padding:24px 20px 27px;
  }
}

.jc-tech-v12-stage{
  position:relative;
  z-index:10;
  width:calc(100% - 56px);
  margin:0 auto;
  border-radius:30px;
  box-shadow:0 24px 58px rgba(17,24,39,.16);
}

.jc-tech-v12-info{
  position:relative;
  z-index:3;
  width:100%;
  margin:-76px 0 0 !important;
  padding:116px 22px 36px;
  min-height:468px;
  border:1px solid #E5E7EB;
  border-radius:28px;
  background:#FFFFFF;
  box-shadow:0 16px 38px rgba(17,24,39,.06);
  overflow:visible;
}

.jc-tech-v12-card{
  padding:22px 24px 30px;
}

.jc-tech-v12-card:first-child{
  padding-left:28px;
}

.jc-tech-v12-card:last-child{
  padding-right:28px;
}

.jc-tech-v12-info:before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:75px;
  height:1px;
  background:linear-gradient(90deg,transparent,#E5E7EB 8%,#E5E7EB 92%,transparent);
  pointer-events:none;
}

.jc-tech-v12-support-anchor{
  margin-top:58px !important;
}

@media (max-width:1100px){
  .jc-tech-v12-stage{
    width:calc(100% - 40px);
  }

  .jc-tech-v12-info{
    margin-top:-64px !important;
    padding-top:100px;
    min-height:auto;
  }
}

@media (max-width:800px){
  .jc-tech-v12-stage{
    width:calc(100% - 20px);
    border-radius:25px;
  }

  .jc-tech-v12-info{
    margin-top:-48px !important;
    padding:78px 10px 24px;
    border-radius:24px;
  }

  .jc-tech-v12-info:before{
    top:47px;
    left:18px;
    right:18px;
  }
}

@media (max-width:560px){
  .jc-tech-v12-stage{
    width:calc(100% - 10px);
  }

  .jc-tech-v12-info{
    margin-top:-34px !important;
    padding-top:62px;
  }

  .jc-tech-v12-info:before{
    top:33px;
  }
}

@media (min-width:1101px){
  .jc-tech-v12-stage{
    width:92%;
    margin-left:auto;
    margin-right:auto;
  }

  .jc-tech-v12-info{
    width:calc(100% + 96px);
    margin:-42px -48px 0 !important;
    padding-top:78px;
    min-height:455px;
    border-radius:22px;
    box-shadow:0 22px 54px rgba(17,24,39,.09);
  }

  .jc-tech-v12-card{
    padding:32px 28px 38px;
  }

  .jc-tech-v12-support-anchor{
    margin-top:58px !important;
  }
}

@media (min-width:1280px){
  .jc-tech-v12-stage{
    width:90%;
  }

  .jc-tech-v12-info{
    width:calc(100% + 140px);
    margin:-46px -70px 0 !important;
    padding-top:84px;
  }
}

@media (max-width:1100px) and (min-width:801px){
  .jc-tech-v12-stage{
    width:94%;
    margin-left:auto;
    margin-right:auto;
  }

  .jc-tech-v12-info{
    width:calc(100% + 44px);
    margin:-30px -22px 0 !important;
    padding-top:62px;
  }
}

.jc-faq-accordion{
  border-top:1px solid #E5E7EB;
}

.jc-faq-item{
  border-bottom:1px solid #E5E7EB;
}

.jc-faq-item:last-child{
  border-bottom:0;
}

.jc-faq-question{
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 0;
  color:#374151;
  font:inherit;
  font-size:13px;
  line-height:1.45;
  text-align:left;
  cursor:pointer;
}

.jc-faq-question>span:first-child{
  font-weight:600;
}

.jc-faq-plus{
  flex:0 0 auto;
  color:#C89B3C;
  font-size:22px;
  font-weight:700;
  line-height:1;
  transition:transform .28s ease,color .28s ease;
}

.jc-faq-answer{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transition:grid-template-rows .32s ease,opacity .25s ease;
}

.jc-faq-answer>p{
  overflow:hidden;
  margin:0;
  padding:0 30px 0 0;
  color:#6B7280;
  font-size:12.5px;
  line-height:1.68;
}

.jc-faq-accordion .jc-faq-question{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 32px !important;
  align-items:center !important;
  column-gap:16px !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:15px 0 !important;
  border:0 !important;
  background:transparent !important;
  box-sizing:border-box !important;
  text-align:left !important;
}

.jc-faq-accordion .jc-faq-question > span:first-child{
  min-width:0;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  justify-self:stretch;
}

.jc-faq-accordion .jc-faq-plus{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  justify-self:end !important;
  width:32px !important;
  min-width:32px !important;
  max-width:32px !important;
  height:32px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center !important;
  box-sizing:border-box !important;
  position:static !important;
  float:none !important;
}

@media (max-width:680px){
  .jc-faq-accordion .jc-faq-question{
    grid-template-columns:minmax(0,1fr) 28px !important;
    column-gap:12px !important;
  }

  .jc-faq-accordion .jc-faq-plus{
    width:28px !important;
    min-width:28px !important;
    max-width:28px !important;
    height:28px !important;
  }
}

.jc-fullwidth,
.jc-fullwidth *,
.jc-fullwidth *:before,
.jc-fullwidth *:after{
  box-sizing:border-box !important;
}

.jc-fullwidth img{
  max-width:100% !important;
}

.jc-products .jc-product-grid{
  display:grid !important;
  grid-template-columns:1.25fr .9fr .9fr !important;
  grid-template-rows:310px 310px !important;
  gap:22px !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  position:relative !important;
}

.jc-products .jc-product-card{
  position:relative !important;
  display:block !important;
  min-width:0 !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:28px !important;
  background:#1E293B !important;
  box-shadow:0 18px 45px rgba(17,24,39,.09) !important;
  text-decoration:none !important;
  isolation:isolate !important;
}

.jc-products .jc-product-card.jc-product-featured{
  grid-row:1 / 3 !important;
}

.jc-products .jc-product-card > img{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  border:0 !important;
  border-radius:0 !important;
  float:none !important;
  transform-origin:center center !important;
  z-index:0 !important;
}

.jc-products .jc-product-card:after{
  z-index:1 !important;
}

.jc-products .jc-product-card-content{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  margin:0 !important;
  z-index:2 !important;
}

.jc-products .jc-product-card p,
.jc-products .jc-product-card figure{
  margin:0 !important;
  padding:0 !important;
}

.jc-products .jc-product-card figure{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
}

.jc-products .jc-product-card figure img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  margin:0 !important;
}

.jc-tech-v12 .jc-tech-v12-intro h2{
  margin:24px 0 20px !important;
  color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(44px,4.2vw,62px) !important;
  line-height:1.05 !important;
  letter-spacing:-2px !important;
  font-weight:500 !important;
  text-transform:none !important;
}

.jc-products .jc-section-head h2.jc-title{
  margin:18px 0 16px !important;
  color:#111827 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(34px,4vw,58px) !important;
  line-height:1.03 !important;
  letter-spacing:-1.8px !important;
  font-weight:700 !important;
  text-transform:none !important;
}

.jc-articles .jc-articles-overlay h2{
  margin:12px 0 13px !important;
  color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:42px !important;
  line-height:1.05 !important;
  letter-spacing:-1.2px !important;
  font-weight:700 !important;
  text-transform:none !important;
}

.jc-industries h2.jc-title{
  margin:18px 0 16px !important;
  color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(34px,4vw,58px) !important;
  line-height:1.03 !important;
  letter-spacing:-1.8px !important;
  font-weight:700 !important;
  text-transform:none !important;
}

.jc-cta .jc-cta-inner h2{
  margin:18px 0 !important;
  color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(40px,5vw,66px) !important;
  line-height:1.02 !important;
  letter-spacing:-2px !important;
  font-weight:700 !important;
  text-transform:none !important;
}

@media (max-width:980px){
  .jc-products .jc-product-grid{
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:430px 360px !important;
  }

  .jc-products .jc-product-card.jc-product-featured{
    grid-column:1 / 3 !important;
    grid-row:auto !important;
  }
}

@media (max-width:680px){
  .jc-products .jc-product-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:none !important;
    gap:18px !important;
  }

  .jc-products .jc-product-card,
.jc-products .jc-product-card.jc-product-featured{
    grid-column:auto !important;
    grid-row:auto !important;
    height:390px !important;
  }

  .jc-products .jc-product-card.jc-product-featured{
    height:500px !important;
  }

  .jc-products .jc-section-head h2.jc-title{
    font-size:clamp(34px,10vw,48px) !important;
  }
}

/* ==========================================================
   V21 — FAQ INTERACTION + PRODUCT LABEL CLEANUP
   ========================================================== */

/* Product card: remove Product 01/02/... label and keep arrow aligned right */
.jc-products .jc-product-no.jc-product-no-arrow{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  margin-bottom:10px !important;
}

.jc-products .jc-product-no.jc-product-no-arrow span{
  display:grid !important;
  place-items:center !important;
  width:38px !important;
  height:38px !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:50% !important;
  color:#FFFFFF !important;
  font-size:19px !important;
  line-height:1 !important;
}

/* ==========================================================
   V22 — FAQ DYNAMIC OPEN STATE RESTORED
   IMPORTANT:
   .is-open is added dynamically by JavaScript and therefore
   must never be removed just because it is absent in static HTML.
   ========================================================== */

.jc-faq-answer{
  display:grid !important;
  grid-template-rows:0fr !important;
  opacity:0 !important;
  overflow:hidden !important;
  transition:grid-template-rows .32s ease, opacity .25s ease !important;
}

.jc-faq-answer > p{
  overflow:hidden !important;
  margin:0 !important;
  padding:0 30px 0 0 !important;
  color:#6B7280 !important;
  font-size:12.5px !important;
  line-height:1.68 !important;
}

.jc-faq-item.jc-faq-open .jc-faq-answer{
  grid-template-rows:1fr !important;
  opacity:1 !important;
}

.jc-faq-item.jc-faq-open .jc-faq-answer > p{
  padding-bottom:16px !important;
}

.jc-faq-item.jc-faq-open .jc-faq-plus{
  transform:rotate(45deg) !important;
  color:#B8862B !important;
}

/* ==========================================================
   V23 — TECHNOLOGY TITLE CONTAINMENT
   Keep the same wording and stage height.
   ========================================================== */

/* Desktop: give the editorial intro enough room without increasing height */
@media(min-width:1101px){
  .jc-tech-v12-stage{
    grid-template-columns:32% 68% !important;
    min-height:430px !important;
  }

  .jc-tech-v12-intro{
    padding-left:42px !important;
    padding-right:30px !important;
  }

  .jc-tech-v12-intro h2{
    max-width:100% !important;
    margin:24px 0 20px !important;
    font-size:clamp(40px,3.35vw,54px) !important;
    line-height:1.02 !important;
    letter-spacing:-1.6px !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
  }
}

/* Medium desktop / tablet landscape */
@media(max-width:1100px) and (min-width:801px){
  .jc-tech-v12-stage{
    grid-template-columns:35% 65% !important;
    min-height:410px !important;
  }

  .jc-tech-v12-intro{
    padding-left:32px !important;
    padding-right:24px !important;
  }

  .jc-tech-v12-intro h2{
    max-width:100% !important;
    font-size:clamp(38px,4.2vw,50px) !important;
    line-height:1.02 !important;
    letter-spacing:-1.4px !important;
  }
}

/* ==========================================================
   JC PRODUCTION V26 — CLASSIC EDITOR / WPAUTOP SAFE
   ========================================================== */

.jc-page-module{
  display:block !important;
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  clear:both !important;
  font-family:Arial,Helvetica,sans-serif !important;
}

.jc-page-module,
.jc-page-module *,
.jc-page-module *::before,
.jc-page-module *::after{
  box-sizing:border-box !important;
}

.jc-page-module .jc-fullwidth{
  position:relative !important;
  left:50% !important;
  right:auto !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:-50vw !important;
  margin-right:0 !important;
}

.jc-page-module .jc-container{
  width:min(1240px,calc(100% - 40px)) !important;
  max-width:1240px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Defensive wpautop cleanup */
.jc-page-module .jc-product-grid > p,
.jc-page-module .jc-article-list > p,
.jc-page-module .jc-buttons > p{
  display:contents !important;
  margin:0 !important;
  padding:0 !important;
}
.jc-page-module .jc-product-grid > br,
.jc-page-module .jc-article-list > br,
.jc-page-module .jc-buttons > br{
  display:none !important;
}

/* PRODUCTS — exactly four real grid cards */
.jc-page-module .jc-products .jc-product-grid{
  display:grid !important;
  grid-template-columns:1.25fr .9fr .9fr !important;
  grid-template-rows:310px 310px !important;
  grid-template-areas:
    "feature card2 card3"
    "feature card4 card4" !important;
  gap:22px !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

.jc-page-module .jc-products .jc-product-card{
  position:relative !important;
  display:block !important;
  min-width:0 !important;
  min-height:0 !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:28px !important;
  background:#1E293B !important;
  box-shadow:0 18px 45px rgba(17,24,39,.09) !important;
  isolation:isolate !important;
}

.jc-page-module .jc-products .jc-product-card:nth-child(1){grid-area:feature !important;}
.jc-page-module .jc-products .jc-product-card:nth-child(2){grid-area:card2 !important;}
.jc-page-module .jc-products .jc-product-card:nth-child(3){grid-area:card3 !important;}
.jc-page-module .jc-products .jc-product-card:nth-child(4){grid-area:card4 !important;}

.jc-page-module .jc-products .jc-product-card-link{
  all:unset !important;
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
  color:inherit !important;
}

.jc-page-module .jc-products .jc-product-card-link > img{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  float:none !important;
  z-index:0 !important;
  transition:transform .65s ease,filter .45s ease !important;
}

.jc-page-module .jc-products .jc-product-card::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(17,24,39,.02) 22%,rgba(17,24,39,.88) 100%) !important;
  pointer-events:none !important;
  z-index:1 !important;
}

.jc-page-module .jc-products .jc-product-card-content{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  margin:0 !important;
  padding:28px !important;
  color:#fff !important;
  z-index:2 !important;
}

.jc-page-module .jc-products .jc-product-card.jc-product-featured .jc-product-card-content{
  padding:38px !important;
}

.jc-page-module .jc-products .jc-product-card:hover .jc-product-card-link > img{
  transform:scale(1.055) !important;
  filter:saturate(.9) contrast(1.03) !important;
}

/* FAQ — block control, no theme button dependency */
.jc-page-module .jc-faq-question{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 32px !important;
  align-items:center !important;
  column-gap:16px !important;
  width:100% !important;
  margin:0 !important;
  padding:15px 0 !important;
  border:0 !important;
  background:transparent !important;
  color:#374151 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:13px !important;
  line-height:1.45 !important;
  text-align:left !important;
  cursor:pointer !important;
  user-select:none !important;
}

.jc-page-module .jc-faq-question > span:first-child{
  display:block !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  font-weight:600 !important;
}

.jc-page-module .jc-faq-plus{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  justify-self:end !important;
  width:32px !important;
  height:32px !important;
  margin:0 !important;
  padding:0 !important;
  color:#C89B3C !important;
  font-size:22px !important;
  font-weight:700 !important;
  line-height:1 !important;
  transition:transform .28s ease,color .28s ease !important;
}

.jc-page-module .jc-faq-answer{
  display:grid !important;
  grid-template-rows:0fr !important;
  opacity:0 !important;
  overflow:hidden !important;
  transition:grid-template-rows .32s ease,opacity .25s ease !important;
}

.jc-page-module .jc-faq-answer > p{
  overflow:hidden !important;
  margin:0 !important;
  padding:0 30px 0 0 !important;
  color:#6B7280 !important;
  font-size:12.5px !important;
  line-height:1.68 !important;
}

.jc-page-module .jc-faq-item.jc-faq-open .jc-faq-answer{
  grid-template-rows:1fr !important;
  opacity:1 !important;
}
.jc-page-module .jc-faq-item.jc-faq-open .jc-faq-answer > p{
  padding-bottom:16px !important;
}
.jc-page-module .jc-faq-item.jc-faq-open .jc-faq-plus{
  transform:rotate(45deg) !important;
  color:#B8862B !important;
}

/* TECHNICAL ARTICLES — article is the flex child, not raw anchor */
.jc-page-module .jc-article-list .jc-article{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border-bottom:1px solid #E5E7EB !important;
}
.jc-page-module .jc-article-list .jc-article:first-child{
  border-top:1px solid #E5E7EB !important;
}
.jc-page-module .jc-article-list .jc-article-link{
  display:grid !important;
  grid-template-columns:72px 1fr 44px !important;
  gap:22px !important;
  align-items:center !important;
  width:100% !important;
  margin:0 !important;
  padding:29px 0 !important;
  color:inherit !important;
  text-decoration:none !important;
}

/* CTA — avoid generic primary/secondary collisions */
.jc-page-module .jc-btn.jc-btn-primary{
  background:#C89B3C !important;
  color:#fff !important;
}
.jc-page-module .jc-btn.jc-btn-primary:hover{
  background:#B8862B !important;
}
.jc-page-module .jc-btn.jc-btn-secondary{
  border:1px solid rgba(255,255,255,.35) !important;
  color:#fff !important;
  background:rgba(255,255,255,.05) !important;
}
.jc-page-module .jc-btn.jc-btn-secondary:hover{
  background:#fff !important;
  color:#111827 !important;
}

@media(max-width:980px){
  .jc-page-module .jc-products .jc-product-grid{
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:430px 360px 360px !important;
    grid-template-areas:
      "feature feature"
      "card2 card3"
      "card4 card4" !important;
  }
}

@media(max-width:680px){
  .jc-page-module .jc-container{
    width:min(100% - 28px,1240px) !important;
  }
  .jc-page-module .jc-products .jc-product-grid{
    grid-template-columns:1fr !important;
    grid-template-rows:500px 390px 390px 390px !important;
    grid-template-areas:
      "feature"
      "card2"
      "card3"
      "card4" !important;
    gap:18px !important;
  }
  .jc-page-module .jc-faq-question{
    grid-template-columns:minmax(0,1fr) 28px !important;
    column-gap:12px !important;
  }
  .jc-page-module .jc-faq-plus{
    width:28px !important;
    height:28px !important;
  }
  .jc-page-module .jc-article-list .jc-article-link{
    grid-template-columns:54px 1fr 40px !important;
    gap:12px !important;
  }
}

/* ==========================================================
   V27 — LIVE WORDPRESS / WPAUTOP COMPATIBILITY FIXES
   Verified against the rendered CASE page on jchmould.com.
   ========================================================== */

/* WordPress inserts empty paragraphs around block markup. They must not
   become grid/flex children or create theme paragraph margins. */
.jc-page-module p:empty,
.jc-page-module .jc-tech-v12-stage > p,
.jc-page-module .jc-tech-v12-gallery > p,
.jc-page-module .jc-articles-wrap > p,
.jc-page-module .jc-article-list > p,
.jc-page-module .jc-article > p,
.jc-page-module .jc-industries-grid > p,
.jc-page-module .jc-benefit-visual > p,
.jc-page-module .jc-cta-box > p,
.jc-page-module .jc-buttons > p{
  display:none !important;
  width:0 !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

/* wpautop wraps the decorative gold line in a paragraph. */
.jc-page-module .jc-tech-v12-intro > p:has(> .jc-tech-v12-goldline){
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
}

/* Keep the five gallery images in a single row even when an empty paragraph
   is present in the saved editor HTML. */
.jc-page-module .jc-tech-v12-gallery{
  grid-template-rows:minmax(0,1fr) !important;
  grid-auto-rows:0 !important;
}

/* The original desktop expansion exceeded the viewport at exactly 1280px. */
.jc-page-module .jc-tech-v12-info{
  width:min(1380px,calc(100vw - 32px)) !important;
  margin-left:50% !important;
  margin-right:0 !important;
  transform:translateX(-50%) !important;
}

/* The live editor inserts a leading empty p inside every article link and a
   trailing p after it. Pin the three real children to their intended columns. */
.jc-page-module .jc-article-list .jc-article{
  height:auto !important;
  min-height:0 !important;
}

.jc-page-module .jc-article-list .jc-article-link{
  grid-template-columns:72px minmax(0,1fr) 44px !important;
  grid-template-rows:auto !important;
  height:auto !important;
  min-height:0 !important;
}

.jc-page-module .jc-article-link > .jc-article-no{
  grid-column:1 !important;
  grid-row:1 !important;
}

.jc-page-module .jc-article-link > div:not([class]){
  grid-column:2 !important;
  grid-row:1 !important;
  min-width:0 !important;
}

.jc-page-module .jc-article-link > .jc-article-arrow{
  grid-column:3 !important;
  grid-row:1 !important;
}

.jc-page-module .jc-articles-wrap,
.jc-page-module .jc-articles-visual,
.jc-page-module .jc-article-list{
  min-height:560px !important;
  height:auto !important;
}

@media(max-width:1100px){
  .jc-page-module .jc-tech-v12-info{
    width:calc(100vw - 32px) !important;
  }
}

@media(max-width:980px){
  .jc-page-module .jc-articles-wrap,
  .jc-page-module .jc-articles-visual,
  .jc-page-module .jc-article-list{
    min-height:0 !important;
  }
}

@media(max-width:680px){
  .jc-page-module .jc-tech-v12-info{
    width:calc(100vw - 28px) !important;
  }

  .jc-page-module .jc-article-list .jc-article-link{
    grid-template-columns:54px minmax(0,1fr) 40px !important;
  }
}

/* ==========================================================
   V28 — PRODUCT CARD THEME ISOLATION
   The live theme applies Rubik, dark heading colors and capitalize to h3.
   Lock the complete card typography and interactive presentation.
   ========================================================== */

.jc-page-module .jc-products .jc-product-card-link{
  color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  text-decoration:none !important;
  text-transform:none !important;
}

.jc-page-module .jc-products .jc-product-card-content{
  color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-style:normal !important;
  text-align:left !important;
  text-transform:none !important;
}

.jc-page-module .jc-products .jc-product-card-content > h3{
  display:block !important;
  width:auto !important;
  max-width:none !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(24px,2.6vw,38px) !important;
  font-style:normal !important;
  font-weight:700 !important;
  line-height:1.05 !important;
  letter-spacing:-.8px !important;
  text-align:left !important;
  text-decoration:none !important;
  text-shadow:0 2px 16px rgba(0,0,0,.18) !important;
  text-transform:none !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.jc-page-module .jc-products .jc-product-card.jc-product-featured .jc-product-card-content > h3{
  font-size:clamp(34px,4vw,54px) !important;
}

.jc-page-module .jc-products .jc-product-meta{
  margin:13px 0 0 !important;
  padding:0 !important;
  color:#E5E7EB !important;
  -webkit-text-fill-color:#E5E7EB !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:14px !important;
  font-style:normal !important;
  font-weight:400 !important;
  line-height:1.6 !important;
  letter-spacing:0 !important;
  text-align:left !important;
  text-transform:none !important;
}

.jc-page-module .jc-products .jc-product-no,
.jc-page-module .jc-products .jc-product-no > span{
  font-family:Arial,Helvetica,sans-serif !important;
  font-style:normal !important;
  text-decoration:none !important;
  text-transform:none !important;
}

.jc-page-module .jc-products .jc-product-no > span{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  font-size:19px !important;
  font-weight:400 !important;
  line-height:1 !important;
}

.jc-page-module .jc-products .jc-product-card-link:focus-visible{
  outline:3px solid #C89B3C !important;
  outline-offset:-5px !important;
  border-radius:28px !important;
}

@media(max-width:680px){
  .jc-page-module .jc-products .jc-product-card-content > h3{
    font-size:clamp(28px,8vw,38px) !important;
  }

  .jc-page-module .jc-products .jc-product-card.jc-product-featured .jc-product-card-content > h3{
    font-size:clamp(38px,11vw,50px) !important;
  }
}

/* ==========================================================
   V29 — PROCESS ICON / WPAUTOP STATE FIX
   wpautop appends an empty p after the third process node, so :last-child
   no longer identifies the final Custom Solution step on the live page.
   ========================================================== */

.jc-page-module .jc-tech-v9-node .jc-tech-v10-icon{
  position:relative !important;
  z-index:2 !important;
  display:grid !important;
  place-items:center !important;
  width:48px !important;
  min-width:48px !important;
  max-width:48px !important;
  height:48px !important;
  min-height:48px !important;
  max-height:48px !important;
  margin:0 0 14px !important;
  padding:0 !important;
  border:1px solid #D9DEE6 !important;
  border-radius:14px !important;
  background:#FFFFFF !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:1 !important;
  text-align:center !important;
  box-shadow:none !important;
}

.jc-page-module .jc-tech-v9-node .jc-tech-v10-icon::before{
  display:block !important;
  color:#C89B3C !important;
  -webkit-text-fill-color:#C89B3C !important;
  font-family:"Segoe UI Symbol","Arial Unicode MS",Arial,sans-serif !important;
  font-size:20px !important;
  font-style:normal !important;
  font-weight:400 !important;
  line-height:1 !important;
  text-align:center !important;
  text-decoration:none !important;
  text-transform:none !important;
}

.jc-page-module .jc-tech-v9-node:nth-of-type(2) .jc-tech-v10-icon::before{
  content:"▣" !important;
}

.jc-page-module .jc-tech-v9-node:nth-of-type(3) .jc-tech-v10-icon::before{
  content:"⚙" !important;
}

.jc-page-module .jc-tech-v9-node:nth-of-type(4) .jc-tech-v10-icon::before{
  content:"◇" !important;
}

/* Use last-of-type as the semantic fallback and nth-of-type(4) for the live
   track structure: track line + three div nodes + wpautop paragraph. */
.jc-page-module .jc-tech-v9-node:last-of-type .jc-tech-v10-icon,
.jc-page-module .jc-tech-v9-node:nth-of-type(4) .jc-tech-v10-icon{
  border-color:#1E293B !important;
  background:#1E293B !important;
}

.jc-page-module .jc-tech-v9-node .jc-tech-v10-icon::after{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  right:-4px !important;
  display:block !important;
  width:7px !important;
  height:7px !important;
  border:0 !important;
  border-radius:50% !important;
  background:#1E293B !important;
  box-shadow:0 0 0 4px #FFFFFF !important;
  transform:translateY(-50%) !important;
}

.jc-page-module .jc-tech-v9-node:last-of-type .jc-tech-v10-icon::after,
.jc-page-module .jc-tech-v9-node:nth-of-type(4) .jc-tech-v10-icon::after{
  background:#C89B3C !important;
}

@media(max-width:800px){
  .jc-page-module .jc-tech-v9-node .jc-tech-v10-icon::after{
    display:none !important;
  }
}

/* ==========================================================
   V30 — PROCESS GLYPH OPTICAL CENTERING
   Unicode symbol ink is not centered inside its font metric box. Position
   the glyph layer independently from the connector dot and compensate gear.
   ========================================================== */

.jc-page-module .jc-tech-v9-node .jc-tech-v10-icon::before{
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  width:20px !important;
  height:20px !important;
  margin:0 !important;
  padding:0 !important;
  transform:translate(-50%,-50%) !important;
  transform-origin:center center !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
}

.jc-page-module .jc-tech-v9-node:nth-of-type(3) .jc-tech-v10-icon::before{
  transform:translate(-50%,calc(-50% + 1px)) !important;
}

/* ==========================================================
   V31 — PROCESS GLYPH VISUAL SIZE RESTORE
   Segoe UI Symbol has a smaller ink box than the earlier theme fallback font.
   Increase only the inner glyph layer; keep the 48px containers unchanged.
   ========================================================== */

.jc-page-module .jc-tech-v9-node .jc-tech-v10-icon::before{
  width:24px !important;
  height:24px !important;
  font-size:24px !important;
  line-height:24px !important;
}

