/*
Theme Name: JQH Valve Dynamic
Theme URI: https://jqhvalve.com
Author: JQH Valve
Description: Dynamic WordPress theme for JQH Valve B2B industrial website.
Version: 1.1.0-rc
Text Domain: jqh-valve
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&display=swap');

:root{
  --jqh-blue:#003b88;
  --jqh-dark:#00275d;
  --jqh-light:#eef6ff;
  --jqh-text:#0b2345;
  --jqh-muted:#607086;
  --jqh-border:#dbe6f3;
  --jqh-white:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--jqh-text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1320px,calc(100% - 56px));margin:0 auto}

.topbar{background:var(--jqh-dark);color:#fff;font-size:13px}
.topbar-inner{min-height:30px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:6px 0}
.topbar-inner>span:first-child{padding-left:28px}
.topbar-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}

.site-header{position:sticky;top:0;z-index:99;background:#fff;height:74px;box-shadow:0 2px 14px rgba(0,35,90,.08)}
.nav{height:74px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;line-height:1;margin-right:auto;min-width:170px}
.site-logo img{height:58px;width:auto;display:block;object-fit:contain;max-width:none}
.menu{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:800;text-transform:uppercase}
.menu a{padding:27px 0;color:var(--jqh-text)}
.menu a:hover,.current-menu-item>a{color:var(--jqh-blue)}
.quote-btn,.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:4px;font-size:14px;font-weight:800;text-transform:uppercase}
.quote-btn{height:46px;padding:0 24px;background:#003b88;color:#fff;white-space:nowrap}
.primary-btn{background:var(--jqh-blue);color:#fff}
.secondary-btn{border:1px solid var(--jqh-blue);color:var(--jqh-blue);background:rgba(255,255,255,.7)}
.primary-btn.small,.secondary-btn.small{min-height:38px;padding:0 18px;font-size:12px}
.menu-btn{display:none;border:0;background:var(--jqh-blue);color:#fff;border-radius:4px;font-size:22px;padding:8px 12px}

.jqh-hero{position:relative;overflow:hidden;min-height:520px;background:#eaf4ff}
.jqh-hero-bg{position:absolute;inset:0;z-index:1;background:#dcecf8}
.jqh-hero-bg span{position:absolute;inset:0;background-size:cover;background-position:center right;opacity:0;animation:jqhHeroFade 30s infinite}
.jqh-hero-bg span:nth-child(1){animation-delay:0s}
.jqh-hero-bg span:nth-child(2){animation-delay:6s}
.jqh-hero-bg span:nth-child(3){animation-delay:12s}
.jqh-hero-bg span:nth-child(4){animation-delay:18s}
.jqh-hero-bg span:nth-child(5){animation-delay:24s}
@keyframes jqhHeroFade{0%,16%{opacity:1}22%,94%{opacity:0}100%{opacity:1}}
.jqh-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.64) 28%,rgba(255,255,255,.28) 48%,rgba(255,255,255,0) 68%);z-index:2}
.jqh-hero-admin-product{position:absolute;right:9%;bottom:0;z-index:3;max-width:36%;max-height:500px;object-fit:contain;pointer-events:none}
.jqh-hero-inner{position:relative;z-index:4;min-height:520px;display:flex;align-items:flex-start;padding-top:78px}
.jqh-hero-content{width:690px;max-width:690px}
.jqh-hero-title{margin:0 0 18px;font-family:"Barlow Condensed",Arial,sans-serif;font-weight:700;line-height:.94;letter-spacing:-.6px;text-transform:uppercase;color:#0A2D6F}
.jqh-hero-title span{display:block;white-space:nowrap}
.jqh-hero-title .line-1{font-size:clamp(50px,3.8vw,64px)}
.jqh-hero-title .line-2{font-size:clamp(48px,3.6vw,60px);margin-top:1px}
.jqh-hero-subtitle{margin:0 0 30px;font-size:24px;line-height:1.25;font-weight:500;color:#0D2454}
.jqh-hero-industries{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;width:620px;margin-bottom:30px}
.jqh-hero-industry{text-align:center;color:#0A2D6F;font-size:12px;font-weight:700;line-height:1.16}
.jqh-hero-industry img{width:34px;height:34px;object-fit:contain;display:block;margin:0 auto 8px}
.jqh-hero-actions{display:flex;gap:16px;align-items:center}
.jqh-btn{height:48px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:14px;font-weight:800;text-transform:uppercase}
.jqh-btn-primary{background:#003b88;color:#fff}
.jqh-btn-outline{background:rgba(255,255,255,.78);color:#003b88;border:1px solid #003b88}

.section{padding:26px 0 20px;background:#fff}
.section h2{text-align:center;margin:0;color:var(--jqh-dark);font-size:26px;text-transform:uppercase}
.underline{width:42px;height:3px;background:var(--jqh-blue);margin:10px auto 24px}
.industry-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.industry-card,.product-card,.project-card{background:#fff;border:1px solid var(--jqh-border);border-radius:6px;overflow:hidden;text-align:center;transition:.25s ease}
.industry-card:hover,.product-card:hover,.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,55,120,.12)}
.industry-card .thumb{height:145px;background:#e8f1fa;overflow:hidden}
.industry-card .thumb img{width:100%;height:100%;object-fit:cover}
.industry-card h3{margin:17px 12px 9px;color:var(--jqh-dark);font-size:16px}
.industry-card p{margin:0 16px 20px;color:var(--jqh-muted);font-size:13px;line-height:1.5}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.product-card{padding:16px 12px}
.product-card .thumb{height:130px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}
.product-card .thumb img{max-height:128px;width:auto;margin:auto}
.product-card h3{margin:0 8px 8px;color:var(--jqh-dark);font-size:15px;line-height:1.22}
.center{text-align:center;margin-top:18px}
.split{display:grid;grid-template-columns:290px 1fr 420px;gap:28px;align-items:start}
.why h2,.factory-gallery h2{text-align:left;font-size:20px;margin-bottom:16px}
.why ul{list-style:none;padding:0;margin:0}
.why li{display:grid;grid-template-columns:27px 1fr;gap:10px;margin-bottom:12px;font-size:13px;line-height:1.35;color:var(--jqh-muted)}
.why li img{width:25px;height:25px;object-fit:contain;margin-top:2px}
.why strong{color:var(--jqh-dark)}
.factory-main-card{background:#fff;border:1px solid var(--jqh-border);border-radius:6px;overflow:hidden}
.factory-main-card .factory-photo{height:248px;background:#e8f1fa}
.factory-main-card .factory-photo img{width:100%;height:100%;object-fit:cover}
.stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--jqh-dark);color:#fff}
.stats div{padding:16px 8px;text-align:center;border-right:1px solid rgba(255,255,255,.16)}
.stats strong{display:block;font-size:21px}.stats span{font-size:11px;margin-top:5px;display:block}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.gallery-grid a{height:86px;border-radius:5px;display:grid;place-items:end center;padding:8px;color:#fff;font-weight:700;font-size:13px;background:linear-gradient(to top,rgba(0,39,93,.85),rgba(0,39,93,.05)),#9fc7e8;overflow:hidden;position:relative}
.gallery-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.gallery-grid span{position:relative;z-index:1}.factory-more{margin-top:14px}
.section-head-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;margin-bottom:14px}
.section-head-line h2{font-size:24px}.section-head-line .underline{margin-bottom:0}.section-head-line>a{justify-self:end;color:var(--jqh-blue);font-size:12px;font-weight:800;text-transform:uppercase}
.project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.project-card{text-align:left}.project-card .thumb{height:118px;background:#e8f1fa;overflow:hidden}.project-card .thumb img{width:100%;height:100%;object-fit:cover}
.project-body{padding:10px 14px 12px}.project-card h3{display:block;margin:0 0 8px;font-size:13px;line-height:1.25;color:var(--jqh-dark)}.project-card h3 small{font-size:12px;color:var(--jqh-dark)}.project-card p{margin:0;color:var(--jqh-text);font-size:12px;line-height:1.45}
.flag{display:inline-block;width:20px;height:12px;margin-right:7px;border:1px solid rgba(0,0,0,.12);vertical-align:-1px;background:#ddd}.flag-ph{background:linear-gradient(135deg,#fff 0 34%,transparent 34%),linear-gradient(#0756b5 0 50%,#ce1126 50%)}.flag-th{background:linear-gradient(#da291c 0 16%,#fff 16% 32%,#2d2a4a 32% 68%,#fff 68% 84%,#da291c 84%)}.flag-sa{background:#0b8f3a}.flag-ae{background:linear-gradient(90deg,#ce1126 0 28%,transparent 28%),linear-gradient(#009a44 0 33%,#fff 33% 66%,#000 66%)}.flag-id{background:linear-gradient(#ce1126 0 50%,#fff 50%)}
.footer{background:#00275d;color:#fff;padding-top:42px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1.2fr 1.1fr 1.5fr 1.5fr;gap:30px}.footer-brand{display:flex;align-items:center;margin-bottom:12px}.footer-brand img{height:52px;width:auto;display:block;object-fit:contain;max-width:none}.footer p,.footer a{display:block;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55;margin:0 0 7px}.footer h3{margin:0 0 16px;font-size:16px;text-transform:uppercase}.social-links{display:flex;gap:9px;margin-top:14px}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#0b63c5;color:#fff;font-size:11px;font-weight:800;margin:0}.social-links a:nth-child(2){background:#2f75d6}.social-links a:nth-child(3){background:#e22b2b}.social-links a:nth-child(4){background:#20b15a}.subscribe-form input{width:100%;height:36px;border:0;border-radius:4px;padding:0 12px;margin:2px 0 10px;color:#0b2345}.subscribe-form button{width:100%;height:36px;border:0;border-radius:4px;background:#0054c8;color:#fff;font-weight:800;text-transform:uppercase;font-size:12px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding:14px 20px;color:rgba(255,255,255,.66);font-size:12px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.copyright a{display:inline;color:rgba(255,255,255,.78);margin:0}
.floating-contact{position:fixed;right:0;top:39%;z-index:80;display:flex;flex-direction:column;box-shadow:0 6px 18px rgba(0,33,80,.18)}.floating-contact a{width:58px;min-height:58px;padding:8px 6px;color:#fff;background:var(--jqh-blue);border-bottom:1px solid rgba(255,255,255,.3);text-align:center;font-size:11px;font-weight:700;line-height:1.15}.floating-contact span{display:block;font-size:20px;line-height:1;margin-bottom:5px}.floating-contact a:first-child{background:#14a94f}
@media(max-width:1200px){.container{width:min(1180px,calc(100% - 44px))}.menu{gap:20px;font-size:12px}.jqh-hero-content{width:600px;max-width:600px}.jqh-hero-industries{width:600px}}
@media(max-width:980px){.topbar-inner{flex-direction:column;align-items:center;gap:6px}.topbar-links{justify-content:center}.menu,.quote-btn{display:none}.menu.open{display:flex;position:absolute;left:20px;right:20px;top:76px;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px;box-shadow:0 15px 30px rgba(0,0,0,.15)}.menu.open a{padding:14px 0;border-bottom:1px solid var(--jqh-border)}.menu-btn{display:block}.jqh-hero{min-height:auto}.jqh-hero-admin-product{display:none}.jqh-hero-inner{min-height:auto;padding:70px 0}.jqh-hero-content{width:100%;max-width:100%}.jqh-hero-title .line-1,.jqh-hero-title .line-2{font-size:clamp(46px,9vw,64px);white-space:normal}.jqh-hero-industries{width:100%;grid-template-columns:repeat(2,1fr)}.industry-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.related-card-grid{grid-template-columns:repeat(3,1fr)}.split,.single-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.brand{min-width:0}.site-logo img{height:50px;width:auto}.footer-brand img{height:48px}.industry-grid,.product-grid,.project-grid,.related-card-grid,.footer-grid{grid-template-columns:1fr}.spec-table{min-width:560px}.project-details{min-width:520px}.spec-table th{border-bottom:0;padding-bottom:6px}.spec-table td{padding-top:0}.quote-btn,.primary-btn,.secondary-btn,.jqh-btn,.submit-btn{width:100%;min-height:46px;white-space:normal;text-align:center}.cta-row,.jqh-hero-actions{flex-direction:column;align-items:stretch}.form-row input,.form-row textarea{font-size:16px}.stats{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.floating-contact{display:none}}

.page-title{padding:70px 0;background:var(--jqh-light);text-align:center}
.page-title h1{margin:0;color:var(--jqh-dark);font-size:42px;text-transform:uppercase}
.breadcrumbs{background:#f7fbff;border-bottom:1px solid var(--jqh-border);font-size:13px;color:var(--jqh-muted)}
.breadcrumbs .container{display:flex;gap:8px;align-items:center;padding:12px 0;flex-wrap:wrap}
.breadcrumbs a{color:var(--jqh-blue);font-weight:700}
.breadcrumbs strong{color:var(--jqh-text);font-weight:700}
.content-area{padding:55px 0}
.single-layout{display:grid;grid-template-columns:1fr 320px;gap:40px}
.single-layout > *{min-width:0}
.entry-content{line-height:1.75;color:#263b58}
.entry-content > img,.entry-content .wp-post-image{border-radius:6px;margin-bottom:24px}
.spec-table{width:100%;border-collapse:collapse;margin:24px 0 30px;background:#fff;border:1px solid var(--jqh-border)}
.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.spec-table th,.spec-table td{border-bottom:1px solid var(--jqh-border);padding:13px 16px;text-align:left;vertical-align:top}
.spec-table th{width:230px;background:#f7fbff;color:var(--jqh-dark)}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}
.related-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:18px 0 30px}
.term-filter{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 0 28px}
.term-filter a{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border:1px solid var(--jqh-border);border-radius:4px;background:#fff;color:var(--jqh-blue);font-weight:800;font-size:13px;text-transform:uppercase}
.sidebar-box{border:1px solid var(--jqh-border);padding:22px;border-radius:6px;margin-bottom:20px}
.sidebar-box h3{margin-top:0;color:var(--jqh-dark)}
.sidebar-box a{display:block;color:var(--jqh-blue);font-weight:700;margin:10px 0}
.form-row{margin-bottom:14px}.form-row label{display:block;font-weight:700;margin-bottom:6px}
.form-row input,.form-row textarea{width:100%;border:1px solid var(--jqh-border);padding:12px;border-radius:4px;font-size:15px}
.form-row textarea{min-height:120px}.submit-btn{border:0;background:var(--jqh-blue);color:#fff;padding:13px 24px;border-radius:4px;font-weight:800;text-transform:uppercase;cursor:pointer}
.form-notice{padding:12px 14px;border-radius:4px;margin:0 0 16px;font-weight:700}
.form-notice.success{background:#e9f8ef;color:#116b35;border:1px solid #bde5cb}
.form-notice.error{background:#fff1f1;color:#a02828;border:1px solid #f1c0c0}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 24px}
.cta-panel{background:var(--jqh-light);border:1px solid var(--jqh-border);border-radius:6px;padding:24px;margin:28px 0}
.cta-panel h2{text-align:left;margin-top:0}
.inline-links{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 26px}
.inline-links a{border:1px solid var(--jqh-border);border-radius:4px;padding:9px 13px;color:var(--jqh-blue);font-weight:700;background:#fff}

/* Product Detail Page V1.1 */
.jqh-product-detail{background:#fff;color:var(--jqh-text)}
.jqh-product-hero{background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);padding:44px 0 38px;border-bottom:1px solid var(--jqh-border)}
.jqh-product-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1fr);gap:46px;align-items:center}
.jqh-product-gallery,.jqh-product-summary{min-width:0}
.jqh-product-main-image{height:470px;background:#fff;border:1px solid var(--jqh-border);border-radius:8px;box-shadow:0 14px 34px rgba(0,44,104,.08);display:flex;align-items:center;justify-content:center;padding:34px}
.jqh-product-main-image img{width:100%;height:100%;object-fit:contain}
.jqh-product-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:14px}
.jqh-product-thumbs button{height:78px;border:1px solid var(--jqh-border);border-radius:6px;background:#fff;padding:8px;cursor:pointer}
.jqh-product-thumbs button.active{border-color:var(--jqh-blue);box-shadow:0 0 0 2px rgba(0,59,136,.12)}
.jqh-product-thumbs img{width:100%;height:100%;object-fit:contain}
.jqh-product-kicker{margin:0 0 10px;color:var(--jqh-blue);font-size:13px;font-weight:800;text-transform:uppercase}
.jqh-product-summary h1{margin:0 0 12px;color:var(--jqh-dark);font-size:44px;line-height:1.08;text-transform:uppercase}
.jqh-product-subtitle{margin:0 0 14px;font-size:20px;color:#173763;font-weight:700}
.jqh-product-description{margin:0 0 22px;color:#45566f;font-size:16px;line-height:1.7}
.jqh-product-selling-points{display:grid;gap:9px;margin:0 0 26px;padding:0;list-style:none}
.jqh-product-selling-points li{position:relative;padding-left:24px;color:#273d5f;line-height:1.5}
.jqh-product-selling-points li:before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:50%;background:var(--jqh-blue)}
.jqh-product-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.jqh-product-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:4px;font-size:13px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.jqh-product-btn.primary{background:var(--jqh-blue);color:#fff}
.jqh-product-btn.outline{border:1px solid var(--jqh-blue);color:var(--jqh-blue);background:#fff}
.jqh-product-btn.whatsapp{border:1px solid #18a857;background:#18a857;color:#fff}
.jqh-product-btn.disabled{border:1px solid var(--jqh-border);background:#f5f8fb;color:#7a8798;cursor:not-allowed}
.jqh-product-quick-specs{background:var(--jqh-dark);color:#fff}
.jqh-product-spec-grid{display:grid;grid-template-columns:repeat(6,1fr)}
.jqh-product-spec-grid div{padding:18px 16px;border-right:1px solid rgba(255,255,255,.14);min-width:0}
.jqh-product-spec-grid span{display:block;margin-bottom:6px;font-size:12px;color:rgba(255,255,255,.66);text-transform:uppercase;font-weight:800}
.jqh-product-spec-grid strong{display:block;font-size:14px;line-height:1.35}
.jqh-product-tabs{position:sticky;top:104px;z-index:70;background:#fff;border-bottom:1px solid var(--jqh-border);box-shadow:0 6px 16px rgba(0,35,90,.05)}
.jqh-product-tabs .container{display:flex;gap:28px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.jqh-product-tabs a{flex:0 0 auto;padding:15px 0;color:var(--jqh-text);font-size:13px;font-weight:800;text-transform:uppercase}
.jqh-product-tabs a:hover,.jqh-product-tabs a.active{color:var(--jqh-blue)}
.jqh-product-section{padding:56px 0;border-bottom:1px solid #edf2f8}
.jqh-product-section h2{margin:0 0 22px;color:var(--jqh-dark);font-size:28px;line-height:1.15;text-transform:uppercase}
.jqh-product-richtext{color:#42556f;line-height:1.75}
.jqh-product-richtext > :first-child{margin-top:0}
.jqh-product-overview-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:28px;align-items:start}
.jqh-product-cutaway{min-height:320px;background:#fff;border:1px solid var(--jqh-border);border-radius:8px;padding:26px;display:flex;align-items:center;justify-content:center}
.jqh-product-cutaway img{max-height:300px;width:100%;object-fit:contain}
.jqh-product-feature-box{background:#f7fbff;border:1px solid var(--jqh-border);border-radius:8px;padding:24px}
.jqh-product-feature-box ol{margin:0;padding-left:20px;color:#2f4562;line-height:1.8;font-weight:700}
.jqh-product-advantages{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.jqh-product-advantages span{background:#fff;border:1px solid var(--jqh-border);border-left:4px solid var(--jqh-blue);border-radius:6px;padding:13px 14px;font-weight:800;color:var(--jqh-dark)}
.jqh-product-application-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.jqh-product-application-grid a{display:block;border:1px solid var(--jqh-border);border-radius:7px;overflow:hidden;background:#fff;text-align:center}
.jqh-product-application-grid img{height:138px;width:100%;object-fit:cover}
.jqh-product-application-grid strong{display:block;margin:16px 10px 7px;color:var(--jqh-dark)}
.jqh-product-application-grid span{display:block;margin:0 14px 18px;color:var(--jqh-muted);font-size:13px;line-height:1.45}
.product-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.product-spec-table{width:100%;min-width:640px;border-collapse:collapse;border:1px solid var(--jqh-border);background:#fff}
.product-spec-table th,.product-spec-table td{padding:15px 18px;border-bottom:1px solid var(--jqh-border);text-align:left;vertical-align:top}
.product-spec-table th{width:260px;background:#f7fbff;color:var(--jqh-dark)}
.product-spec-table tr:last-child th,.product-spec-table tr:last-child td{border-bottom:0}
.jqh-product-dimension-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.jqh-product-dimension-grid p,.jqh-product-download-head p{color:#51657f;line-height:1.65}
.jqh-product-drawing{border:1px solid var(--jqh-border);border-radius:8px;background:#fff;padding:20px}
.jqh-product-drawing img{width:100%;max-height:360px;object-fit:contain}
.jqh-product-download-head{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px}
.jqh-product-download-head h2,.jqh-product-download-head p{margin-top:0}
.jqh-product-download-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.jqh-product-download-card{border:1px solid var(--jqh-border);border-radius:7px;background:#fff;padding:20px;min-height:128px;display:flex;flex-direction:column;justify-content:space-between}
.jqh-product-download-card strong{color:var(--jqh-dark);font-size:16px}
.jqh-product-download-card a{color:var(--jqh-blue);font-weight:800;text-transform:uppercase;font-size:13px}
.jqh-product-download-card span{color:#7a8798;font-weight:700;font-size:13px}
.jqh-product-faq{display:grid;gap:12px}
.jqh-product-faq details{border:1px solid var(--jqh-border);border-radius:7px;background:#fff;overflow:hidden}
.jqh-product-faq summary{padding:17px 20px;cursor:pointer;color:var(--jqh-dark);font-weight:800}
.jqh-product-faq p{margin:0;padding:0 20px 18px;color:#465a74;line-height:1.65}
.jqh-product-related-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.jqh-product-final-cta{padding:58px 0;background:linear-gradient(135deg,#00275d,#003b88);color:#fff}
.jqh-product-cta-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}
.jqh-product-final-cta h2{margin:0 0 12px;font-size:32px;line-height:1.15}
.jqh-product-final-cta p{margin:0;color:rgba(255,255,255,.78);line-height:1.7}
.jqh-product-form-card{background:#fff;color:var(--jqh-text);border-radius:8px;padding:24px;box-shadow:0 18px 40px rgba(0,0,0,.18)}

@media(max-width:1200px){
  .jqh-product-hero-grid{grid-template-columns:1fr 1fr;gap:32px}
  .jqh-product-main-image{height:410px}
  .jqh-product-summary h1{font-size:38px}
  .jqh-product-related-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){
  .jqh-product-hero-grid,.jqh-product-overview-grid,.jqh-product-dimension-grid,.jqh-product-cta-grid{grid-template-columns:1fr}
  .jqh-product-spec-grid{grid-template-columns:repeat(3,1fr)}
  .jqh-product-application-grid{grid-template-columns:repeat(2,1fr)}
  .jqh-product-download-grid{grid-template-columns:repeat(2,1fr)}
  .jqh-product-tabs{top:74px}
}
@media(max-width:620px){
  .jqh-product-hero{padding:28px 0}
  .jqh-product-main-image{height:310px;padding:20px}
  .jqh-product-summary h1{font-size:31px}
  .jqh-product-subtitle{font-size:17px}
  .jqh-product-actions{flex-direction:column;align-items:stretch}
  .jqh-product-btn{width:100%;white-space:normal;text-align:center}
  .jqh-product-spec-grid{grid-template-columns:1fr 1fr}
  .jqh-product-spec-grid div{padding:14px 12px}
  .jqh-product-section{padding:38px 0}
  .jqh-product-section h2{font-size:23px}
  .jqh-product-advantages,.jqh-product-application-grid,.jqh-product-download-grid,.jqh-product-related-grid{grid-template-columns:1fr}
  .jqh-product-download-head{display:block}
  .jqh-product-download-head .jqh-product-btn{margin-top:14px}
  .jqh-product-form-card{padding:18px}
}

/* Product Detail Page V1.2 Lite */
.jqh-product-lite{background:#fff;color:var(--jqh-text)}
.jqh-product-lite-hero{background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);padding:42px 0 38px;border-bottom:1px solid var(--jqh-border)}
.jqh-product-lite-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:48px;align-items:center}
.jqh-product-lite-gallery,.jqh-product-lite-summary{min-width:0}
.jqh-product-lite-main-image{min-height:520px;background:#fff;border:1px solid var(--jqh-border);border-radius:8px;box-shadow:0 14px 32px rgba(0,44,104,.08);display:flex;align-items:center;justify-content:center;padding:24px}
.jqh-product-lite-main-image img{width:88%;height:460px;max-width:88%;max-height:460px;object-fit:contain}
.jqh-product-lightbox-trigger{width:100%;height:100%;min-height:inherit;border:0;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:zoom-in}
.jqh-product-lightbox-trigger img{object-fit:contain}
.jqh-product-lite-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px}
.jqh-product-lite-thumbs button{height:72px;border:1px solid var(--jqh-border);border-radius:6px;background:#fff;padding:8px;cursor:pointer}
.jqh-product-lite-thumbs button.active{border-color:var(--jqh-blue);box-shadow:0 0 0 2px rgba(0,59,136,.12)}
.jqh-product-lite-thumbs img{width:100%;height:100%;object-fit:contain}
.jqh-product-lite-kicker{margin:0 0 10px;color:var(--jqh-blue);font-size:13px;font-weight:800;text-transform:uppercase}
.jqh-product-lite-summary h1{margin:0 0 12px;color:var(--jqh-dark);font-size:40px;line-height:1.1;text-transform:uppercase}
.jqh-product-lite-subtitle{margin:0 0 14px;font-size:19px;color:#173763;font-weight:700}
.jqh-product-lite-description{margin:0 0 22px;color:#45566f;font-size:16px;line-height:1.65;max-width:620px}
.jqh-product-lite-points{display:grid;gap:8px;margin:0 0 24px;padding:0;list-style:none}
.jqh-product-lite-points li{position:relative;padding-left:22px;color:#273d5f;line-height:1.45}
.jqh-product-lite-points li:before{content:"";position:absolute;left:0;top:.58em;width:8px;height:8px;border-radius:50%;background:var(--jqh-blue)}
.jqh-product-lite-actions,.jqh-product-lite-cta-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.jqh-product-lite-actions{margin-top:28px}
.jqh-product-lite-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:4px;font-size:13px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.jqh-product-lite-btn.primary{background:var(--jqh-blue);color:#fff}
.jqh-product-lite-btn.outline{border:1px solid var(--jqh-blue);color:var(--jqh-blue);background:#fff}
.jqh-product-lite-btn.outline.light{border-color:rgba(255,255,255,.68);color:#fff;background:transparent}
.jqh-product-lite-actions .jqh-product-lite-btn.primary{min-width:220px}
.jqh-product-lite-actions .jqh-product-lite-btn.outline,.jqh-product-lite-actions .jqh-product-lite-btn.disabled{min-width:190px}
.jqh-product-lite-actions .jqh-product-lite-btn.whatsapp{min-width:170px}
.jqh-product-lite-btn.whatsapp{background:#25d366;color:#fff}
.jqh-product-lite-btn.disabled{border:1px solid var(--jqh-border);background:#f5f8fb;color:#7a8798;cursor:not-allowed}
.jqh-product-lite-specs{background:#f4f8fd;border-bottom:1px solid var(--jqh-border)}
.jqh-product-lite-spec-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.jqh-product-lite-spec-grid div{padding:13px 18px;border-right:1px solid var(--jqh-border);min-width:0}
.jqh-product-lite-spec-grid div:last-child{border-right:0}
.jqh-product-lite-spec-grid span{display:block;margin-bottom:6px;font-size:12px;color:var(--jqh-blue);text-transform:uppercase;font-weight:800}
.jqh-product-lite-spec-grid strong{display:block;font-size:15px;line-height:1.32;color:var(--jqh-dark)}
.jqh-product-lite-tabs{position:sticky;top:104px;z-index:70;background:#fff;border-bottom:1px solid var(--jqh-border);box-shadow:0 6px 16px rgba(0,35,90,.05)}
.jqh-product-lite-tabs .container{display:flex;gap:28px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.jqh-product-lite-tabs a{flex:0 0 auto;padding:15px 0;color:var(--jqh-text);font-size:13px;font-weight:800;text-transform:uppercase}
.jqh-product-lite-tabs a:hover,.jqh-product-lite-tabs a.active{color:var(--jqh-blue)}
.jqh-product-lite-section{padding:52px 0;border-bottom:1px solid #edf2f8}
.jqh-product-lite-section h2{margin:0 0 20px;color:var(--jqh-dark);font-size:27px;line-height:1.15;text-transform:uppercase}
.jqh-product-lite-copy{color:#42556f;line-height:1.75}
.jqh-product-lite-copy > :first-child{margin-top:0}
.jqh-product-lite-overview{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:40px;align-items:center}
.jqh-product-lite-side-image{min-height:300px;background:#fff;border:1px solid var(--jqh-border);border-radius:8px;padding:26px;display:flex;align-items:center;justify-content:center}
.jqh-product-lite-side-image img{max-height:290px;width:100%;object-fit:contain}
.jqh-product-lite-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.jqh-overview-feature{background:#fff;border:1px solid #dbe6f3;border-radius:8px;padding:20px 18px;box-shadow:0 8px 22px rgba(0,35,90,.06)}
.jqh-overview-feature img{width:38px;height:38px;object-fit:contain;margin-bottom:12px}
.jqh-overview-feature h3{font-size:16px;color:#00275d;margin:0 0 8px;line-height:1.25}
.jqh-overview-feature p{font-size:14px;color:#607086;line-height:1.5;margin:0}
.jqh-product-lite-apps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.jqh-product-lite-apps a{display:block;border:1px solid var(--jqh-border);border-radius:7px;overflow:hidden;background:#fff;text-align:center}
.jqh-product-lite-apps img{height:136px;width:100%;object-fit:cover}
.jqh-product-lite-apps strong{display:block;margin:15px 10px 6px;color:var(--jqh-dark)}
.jqh-product-lite-apps span{display:block;margin:0 14px 17px;color:var(--jqh-muted);font-size:13px;line-height:1.45}
.product-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.product-spec-table{width:100%;min-width:640px;border-collapse:collapse;border:1px solid var(--jqh-border);background:#fff}
.product-spec-table th,.product-spec-table td{padding:14px 18px;border-bottom:1px solid var(--jqh-border);text-align:left;vertical-align:top}
.product-spec-table th{width:250px;background:#f7fbff;color:var(--jqh-dark)}
.product-spec-table tr:last-child th,.product-spec-table tr:last-child td{border-bottom:0}
.jqh-product-lite-dimensions{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.jqh-product-lite-dimensions p{color:#51657f;line-height:1.65}
.jqh-product-lite-drawing{border:1px solid var(--jqh-border);border-radius:8px;background:#fff;padding:20px}
.jqh-product-lite-drawing img{width:100%;max-height:340px;object-fit:contain}
.jqh-product-lite-downloads{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.jqh-product-lite-downloads div{border:1px solid var(--jqh-border);border-radius:7px;background:#fff;padding:18px;min-height:112px;display:flex;flex-direction:column;justify-content:space-between}
.jqh-product-lite-downloads strong{color:var(--jqh-dark)}
.jqh-product-lite-downloads a{color:var(--jqh-blue);font-weight:800;text-transform:uppercase;font-size:13px}
.jqh-product-lite-downloads span{color:#7a8798;font-weight:700;font-size:13px}
.jqh-product-lite-faq{display:grid;gap:12px}
.jqh-product-lite-faq details{border:1px solid var(--jqh-border);border-radius:7px;background:#fff;overflow:hidden}
.jqh-product-lite-faq summary{padding:16px 20px;cursor:pointer;color:var(--jqh-dark);font-weight:800}
.jqh-product-lite-faq p{margin:0;padding:0 20px 18px;color:#465a74;line-height:1.65}
.jqh-product-lite-related{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.jqh-product-lite-cta{padding:54px 0;background:#00275d;color:#fff}
.jqh-product-lite-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:24px}
.jqh-product-lite-cta h2{margin:0 0 10px;font-size:30px;line-height:1.15}
.jqh-product-lite-cta p{margin:0;color:rgba(255,255,255,.78);line-height:1.65}
.jqh-product-lite-form{max-width:760px;margin:28px 0 0;background:#fff;color:var(--jqh-text);border-radius:8px;padding:22px;display:none}
.jqh-product-lite-form:target{display:block}
.jqh-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,20,48,.88);display:flex;align-items:center;justify-content:center;padding:26px;cursor:zoom-out}
.jqh-lightbox img{max-width:min(1100px,96vw);max-height:92vh;object-fit:contain;background:#fff;border-radius:6px}
.jqh-lightbox button{position:fixed;right:24px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#003b88;font-size:28px;line-height:1;cursor:pointer}

@media(max-width:1200px){
  .jqh-product-lite-hero-grid{gap:34px}
  .jqh-product-lite-main-image{min-height:470px}
  .jqh-product-lite-main-image img{height:420px;max-height:420px}
  .jqh-product-lite-summary h1{font-size:36px}
  .jqh-product-lite-related{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){
  .jqh-product-lite-hero-grid,.jqh-product-lite-overview,.jqh-product-lite-dimensions{grid-template-columns:1fr}
  .jqh-product-lite-spec-grid{grid-template-columns:repeat(3,1fr)}
  .jqh-product-lite-apps{grid-template-columns:repeat(2,1fr)}
  .jqh-product-lite-downloads{grid-template-columns:repeat(2,1fr)}
  .jqh-product-lite-feature-grid{grid-template-columns:repeat(2,1fr)}
  .jqh-product-lite-tabs{top:74px}
  .jqh-product-lite-cta-panel{display:block}
  .jqh-product-lite-cta-actions{margin-top:18px}
}
@media(max-width:620px){
  .jqh-product-lite-hero{padding:26px 0 30px}
  .jqh-product-lite-main-image{min-height:330px;padding:18px}
  .jqh-product-lite-main-image img{width:86%;height:300px;max-width:86%;max-height:300px}
  .jqh-product-lite-summary h1{font-size:30px}
  .jqh-product-lite-subtitle{font-size:17px}
  .jqh-product-lite-actions,.jqh-product-lite-cta-actions{flex-direction:column;align-items:stretch}
  .jqh-product-lite-btn{width:100%;white-space:normal;text-align:center}
  .jqh-product-lite-spec-grid{grid-template-columns:1fr}
  .jqh-product-lite-spec-grid div{border-right:0;border-bottom:1px solid var(--jqh-border);padding:12px}
  .jqh-product-lite-section{padding:38px 0}
  .jqh-product-lite-section h2{font-size:23px}
  .jqh-product-lite-apps,.jqh-product-lite-downloads,.jqh-product-lite-feature-grid,.jqh-product-lite-related{grid-template-columns:1fr}
  .jqh-product-lite-form{padding:18px}
}

/* Stage 2 Structure Pages */
.jqh-structure-page .page-title p,.jqh-news-page .page-title p{max-width:760px;margin:14px auto 0;color:#405776;font-size:17px;line-height:1.6;text-transform:none}
.jqh-structure-section{padding:56px 0;background:#fff}
.jqh-structure-section.light{background:#f7fbff}
.jqh-structure-section h2{margin:0 0 16px;color:var(--jqh-dark);font-size:28px;line-height:1.18}
.jqh-structure-section h3{margin:0 0 10px;color:var(--jqh-dark);font-size:18px}
.jqh-structure-section p{color:#405776;line-height:1.7;margin:0 0 14px}
.jqh-two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}
.jqh-info-card,.jqh-card-grid article,.jqh-download-grid article,.jqh-application-card{background:#fff;border:1px solid var(--jqh-border);border-radius:8px;padding:24px;box-shadow:0 12px 28px rgba(0,44,104,.05)}
.jqh-card-grid{display:grid;gap:20px}
.jqh-card-grid.three{grid-template-columns:repeat(3,1fr)}
.jqh-check-list{padding:0;margin:0;list-style:none;display:grid;gap:12px}
.jqh-check-list li{position:relative;padding-left:26px;color:#405776;line-height:1.65}
.jqh-check-list li:before{content:"";position:absolute;left:0;top:.65em;width:10px;height:10px;border-radius:50%;background:var(--jqh-blue)}
.jqh-placeholder-box{min-height:260px;border:1px dashed #b9c9dc;border-radius:8px;background:#f7fbff;display:flex;align-items:center;justify-content:center;text-align:center;color:#5c6f86;font-weight:700;padding:24px}
.jqh-bottom-cta{padding:48px 0;background:linear-gradient(135deg,#00275d,#003b88);color:#fff;text-align:center}
.jqh-bottom-cta h2{margin:0 0 10px;color:#fff;font-size:30px}
.jqh-bottom-cta p{margin:0 auto 22px;max-width:720px;color:rgba(255,255,255,.78);line-height:1.7}
.jqh-application-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.jqh-application-card h2{font-size:22px}
.jqh-application-card details{border-top:1px solid var(--jqh-border);padding-top:12px;margin-top:12px;color:#405776}
.jqh-application-card summary{cursor:pointer;font-weight:800;color:var(--jqh-dark)}
.jqh-download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.jqh-download-grid article p{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;background:#eef6ff;border-radius:4px;color:var(--jqh-blue);font-weight:800}
.jqh-news-layout{display:grid;grid-template-columns:1fr 300px;gap:34px;align-items:start}
.jqh-news-search{display:flex;gap:10px;margin:0 0 24px}
.jqh-news-search input,.search-form input{flex:1;min-height:44px;border:1px solid var(--jqh-border);border-radius:4px;padding:0 13px;font-size:15px}
.jqh-news-search button,.search-form .search-submit{min-height:44px;border:0;border-radius:4px;background:var(--jqh-blue);color:#fff;padding:0 20px;font-weight:800;text-transform:uppercase}
.jqh-news-list{display:grid;gap:18px}
.jqh-news-card{display:grid;grid-template-columns:210px 1fr;gap:20px;background:#fff;border:1px solid var(--jqh-border);border-radius:8px;padding:16px}
.jqh-news-thumb{height:140px;background:#f1f6fb;border-radius:6px;overflow:hidden}
.jqh-news-thumb img{width:100%;height:100%;object-fit:cover}
.jqh-news-meta{color:#6a7b91;font-size:13px;margin-bottom:8px}
.jqh-news-card h2{margin:0 0 8px;font-size:22px;color:var(--jqh-dark)}
.jqh-news-card p{margin:0 0 10px;color:#405776;line-height:1.6}
.jqh-news-tax a,.jqh-tag-cloud a{display:inline-flex;margin:0 6px 6px 0;padding:5px 9px;border-radius:4px;background:#eef6ff;color:var(--jqh-blue);font-size:12px;font-weight:800}
.jqh-news-sidebar{border:1px solid var(--jqh-border);border-radius:8px;padding:20px;background:#fff}
.jqh-news-sidebar h3{margin:0 0 12px;color:var(--jqh-dark)}
.jqh-news-sidebar ul{list-style:none;margin:0 0 24px;padding:0}
.jqh-news-sidebar li{margin:0 0 8px}
.jqh-news-sidebar a{color:var(--jqh-blue);font-weight:700}
.jqh-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:34px 0;border-top:1px solid var(--jqh-border);padding-top:22px}
.jqh-post-nav a{color:var(--jqh-blue);font-weight:800}
.jqh-related-posts{margin-top:34px}
.jqh-pagination{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:28px 0 0}
.jqh-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 12px;border:1px solid var(--jqh-border);border-radius:4px;color:var(--jqh-blue);font-weight:800;background:#fff}
.jqh-pagination .current{background:var(--jqh-blue);color:#fff;border-color:var(--jqh-blue)}

@media(max-width:980px){
  .jqh-two-col,.jqh-card-grid.three,.jqh-application-grid,.jqh-download-grid,.jqh-news-layout,.jqh-news-card,.jqh-post-nav{grid-template-columns:1fr}
  .jqh-news-search{flex-direction:column}
  .jqh-news-thumb{height:190px}
}
@media(max-width:620px){
  .jqh-structure-section{padding:38px 0}
  .jqh-structure-section h2{font-size:23px}
  .jqh-application-card,.jqh-info-card,.jqh-card-grid article,.jqh-download-grid article{padding:18px}
}
