/* Data-driven WooCommerce product detail layout. Header and footer remain theme-controlled. */
body.zlht-pdp-enabled .site-content,
body.zlht-pdp-enabled .inside-article{
    background:#fff;
}
body.zlht-pdp-enabled .inside-article{
    padding:0!important;
}
body.zlht-pdp-page-enabled .entry-header{
    display:none!important;
}
body.zlht-pdp-enabled .woocommerce-breadcrumb,
body.zlht-pdp-enabled .woocommerce-notices-wrapper,
body.zlht-pdp-enabled div.product > .woocommerce-product-gallery,
body.zlht-pdp-enabled div.product > .summary,
body.zlht-pdp-enabled div.product > .woocommerce-tabs,
body.zlht-pdp-enabled div.product > .related,
body.zlht-pdp-enabled div.product > .upsells{
    display:none!important;
}
.zlht-pdp{
    --pdp-blue:#0b62b4;
    --pdp-blue-dark:#064985;
    --pdp-dark:#111827;
    --pdp-muted:#5b6472;
    --pdp-line:#e4e8ee;
    color:var(--pdp-dark);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
    -webkit-user-select:none;
    user-select:none;
}
.zlht-pdp img,
.zlht-pdp-lightbox img{
    -webkit-user-drag:none;
    user-drag:none;
    -webkit-touch-callout:none;
}
.zlht-pdp a{text-decoration:none}
.zlht-pdp-hero-shell{
    background:#f3f3f3;
    box-shadow:inset 0 14px 24px rgba(17,24,39,.08);
}
.zlht-pdp-breadcrumb{
    max-width:1250px;
    margin:0 auto;
    padding:78px 24px 18px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:28px;
    color:#666b73;
    font-size:14px;
}
.zlht-pdp-breadcrumb a,
.zlht-pdp-breadcrumb span{color:#686d75}
.zlht-pdp-breadcrumb strong{color:#111827;font-weight:500}
.zlht-pdp-home-crumb{
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#111827!important;
    font-size:20px;
    line-height:1;
}
.zlht-pdp-hero{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
    gap:74px;
    align-items:start;
    max-width:1250px;
    margin:0 auto;
    padding:18px 24px 58px;
}
.zlht-pdp-main-image{
    min-height:560px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent!important;
}
.zlht-pdp-main-trigger{
    border:0;
    padding:0;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    color:inherit!important;
    cursor:zoom-in;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:none!important;
    outline:none;
    -webkit-appearance:none;
    appearance:none;
}
.zlht-pdp-main-trigger:hover,
.zlht-pdp-main-trigger:focus,
.zlht-pdp-main-trigger:active{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    color:inherit!important;
    box-shadow:none!important;
    outline:none;
}
.zlht-pdp-enabled button.zlht-pdp-main-trigger,
.zlht-pdp-enabled button.zlht-pdp-main-trigger:hover,
.zlht-pdp-enabled button.zlht-pdp-main-trigger:focus,
.zlht-pdp-enabled button.zlht-pdp-main-trigger:active{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    border-color:transparent!important;
    box-shadow:none!important;
}
.zlht-pdp-main-image img{
    width:min(430px,100%);
    max-height:560px;
    object-fit:contain;
    display:block;
    background:transparent!important;
    background-color:transparent!important;
    filter:drop-shadow(0 24px 26px rgba(17,24,39,.16));
}
.zlht-pdp-thumbs{
    display:grid;
    grid-template-columns:repeat(5,108px);
    gap:18px;
    margin-top:8px;
    justify-content:center;
}
.zlht-pdp-thumbs button{
    aspect-ratio:1;
    border:1px solid transparent;
    background:#fff!important;
    color:#111827!important;
    border-radius:0;
    padding:12px;
    cursor:pointer;
    transition:border-color .18s,box-shadow .18s;
}
.zlht-pdp-thumbs .zlht-pdp-more-thumb{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111827;
    font-size:28px;
    font-weight:400;
}
.zlht-pdp-thumbs button.is-active,
.zlht-pdp-thumbs button:hover{
    background:#fff!important;
    color:#111827!important;
    border-color:#d9dde3;
    box-shadow:0 10px 22px rgba(17,24,39,.08);
}
.zlht-pdp-thumbs img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.zlht-pdp-lightbox{
    position:fixed;
    inset:0;
    z-index:99999;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.9);
}
.zlht-pdp-lightbox.is-open{
    display:flex;
}
.zlht-pdp-lightbox-panel{
    position:relative;
    width:min(900px,72vw);
    height:min(900px,78vh);
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}
.zlht-pdp-lightbox-image{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    display:block;
}
.zlht-pdp-lightbox-close,
.zlht-pdp-lightbox-arrow{
    position:absolute;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
    line-height:1;
}
.zlht-pdp-lightbox-close{
    top:24px;
    right:24px;
    font-size:56px;
    font-weight:200;
}
.zlht-pdp-lightbox-arrow{
    top:50%;
    transform:translateY(-50%);
    width:72px;
    height:72px;
    font-size:64px;
    opacity:.78;
}
.zlht-pdp-lightbox-prev{left:28px}
.zlht-pdp-lightbox-next{right:28px}
.zlht-pdp-lightbox-arrow:hover,
.zlht-pdp-lightbox-close:hover{opacity:1}
.zlht-pdp-lightbox-thumbs{
    position:absolute;
    left:50%;
    bottom:30px;
    transform:translateX(-50%);
    display:flex;
    gap:12px;
    max-width:min(760px,80vw);
    overflow-x:auto;
    padding:0 6px;
}
.zlht-pdp-lightbox-thumbs button{
    width:72px;
    height:72px;
    min-width:72px;
    padding:6px;
    border:0;
    background:rgba(255,255,255,.5);
    cursor:pointer;
}
.zlht-pdp-lightbox-thumbs button.is-active{
    background:#fff;
}
.zlht-pdp-lightbox-thumbs img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.zlht-pdp-summary{
    max-width:590px;
    padding-top:42px;
}
.zlht-pdp-kicker{
    margin:0 0 14px;
    color:#111827;
    font-size:22px;
    font-weight:700;
}
.zlht-pdp-summary h1{
    margin:0 0 26px;
    font-size:clamp(34px,3.15vw,45px);
    line-height:1.18;
    font-weight:400;
    letter-spacing:0;
}
.zlht-pdp-lead{
    margin:0;
    color:#5e636b;
    font-size:20px;
    line-height:1.62;
}
.zlht-pdp-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:46px;
}
.zlht-pdp-primary,
.zlht-pdp-secondary,
.zlht-pdp-cart,
.zlht-pdp-checkout{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 24px;
    border-radius:999px;
    font-weight:700;
    line-height:1.1;
    white-space:nowrap;
}
.zlht-pdp-primary{background:#fff;color:#111827!important}
.zlht-pdp-secondary{border:1px solid var(--pdp-blue);color:var(--pdp-blue)!important;background:#fff}
.zlht-pdp-cart{
    background:#111827;
    color:#fff!important;
}
.zlht-pdp-checkout{
    background:var(--pdp-blue);
    color:#fff!important;
}
.zlht-pdp-cart:hover,
.zlht-pdp-checkout:hover{
    color:#fff!important;
    filter:brightness(.96);
}
.zlht-pdp-hero-links{
    margin-top:54px;
    padding-top:34px;
    border-top:1px solid #d5d7da;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px 42px;
}
.zlht-pdp-hero-links a{
    display:grid;
    grid-template-columns:42px 1fr;
    align-items:center;
    gap:14px;
    color:#8b9098;
    min-height:42px;
}
.zlht-pdp-hero-links span{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e2e4e7;
    color:#111827;
    font-size:21px;
    font-weight:400;
}
.zlht-pdp-hero-links svg{
    width:23px;
    height:23px;
    display:block;
    fill:none;
    stroke:#111827;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.zlht-pdp-hero-links .zlht-pdp-icon-pdf svg{
    width:24px;
    height:24px;
    stroke-width:1.55;
}
.zlht-pdp-hero-links .zlht-pdp-icon-play svg{
    width:24px;
    height:24px;
    stroke-width:1.8;
}
.zlht-pdp-hero-links b{
    color:#8b9098;
    font-weight:500;
}
.zlht-pdp-product-nav{
    position:sticky;
    top:0;
    z-index:30;
    min-height:72px;
    padding:0 max(24px,calc((100vw - 1180px)/2));
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    background:#fff;
    border-top:1px solid var(--pdp-line);
    border-bottom:0;
    box-shadow:0 10px 24px rgba(17,24,39,.18);
}
.zlht-pdp-product-nav strong{
    font-size:17px;
    font-weight:600;
    color:#111827;
}
.zlht-pdp-product-nav nav{
    display:flex;
    align-items:center;
    gap:34px;
}
.zlht-pdp-product-nav a{
    color:#111827;
    font-size:15px;
    font-weight:500;
    white-space:nowrap;
}
.zlht-pdp-product-nav a:hover{color:var(--pdp-blue)}
.zlht-pdp-band,
.zlht-pdp-overview,
.zlht-pdp-features,
.zlht-pdp-resources,
.zlht-pdp-detail-panels,
.zlht-pdp-spec-table,
.zlht-pdp-scenarios,
.zlht-pdp-accessory-catalog,
.zlht-pdp-videos,
.zlht-pdp-integration,
.zlht-pdp-services,
.zlht-pdp-solutions,
.zlht-pdp-ai,
.zlht-pdp-faq{
    padding:62px max(24px,calc((100vw - 1180px)/2));
    scroll-margin-top:112px;
}
.zlht-pdp-band,
.zlht-pdp-spec-table,
.zlht-pdp-accessory-catalog,
.zlht-pdp-videos,
.zlht-pdp-resources,
.zlht-pdp-ai{background:#f7f8fa}
.zlht-pdp-overview,
.zlht-pdp-features,
.zlht-pdp-detail-panels,
.zlht-pdp-scenarios,
.zlht-pdp-integration,
.zlht-pdp-services,
.zlht-pdp-solutions,
.zlht-pdp-faq{background:#fff}
.zlht-pdp-band h2,
.zlht-pdp-overview h2,
.zlht-pdp-features h2,
.zlht-pdp-resources h2,
.zlht-pdp-detail-panels h2,
.zlht-pdp-spec-table h2,
.zlht-pdp-scenarios h2,
.zlht-pdp-accessory-catalog h2,
.zlht-pdp-videos h2,
.zlht-pdp-integration h2,
.zlht-pdp-services h2,
.zlht-pdp-solutions h2,
.zlht-pdp-ai h2,
.zlht-pdp-faq h2{
    margin:0 0 28px;
    font-size:32px;
    line-height:1.25;
    text-align:center;
    letter-spacing:0;
}
.zlht-pdp-card-grid,
.zlht-pdp-resource-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.zlht-pdp-card-grid article,
.zlht-pdp-resource-card{
    background:#fff;
    border:1px solid var(--pdp-line);
    border-radius:6px;
    overflow:hidden;
}
.zlht-pdp-card-grid article{padding:26px}
.zlht-pdp-card-grid h3{
    margin:0 0 10px;
    font-size:20px;
    line-height:1.35;
}
.zlht-pdp-card-grid p,
.zlht-pdp-section-lead{
    color:var(--pdp-muted);
    line-height:1.75;
}
.zlht-pdp-card-grid p,
.zlht-pdp-feature-list p{margin:0}
.zlht-pdp-section-lead{
    max-width:780px;
    margin:0 auto 78px;
    text-align:center;
    font-size:18px;
}
.zlht-pdp-overview h2{
    font-size:34px;
    font-weight:400;
    margin-bottom:54px;
}
.zlht-pdp-overview > h3{
    margin:0 0 26px;
    text-align:center;
    font-size:24px;
    line-height:1.35;
    font-weight:400;
}
.zlht-pdp-specs{
    max-width:1120px;
    margin:0 auto;
    padding-top:70px;
    border-top:1px solid #dedede;
}
.zlht-pdp-specs h3{
    margin:0 0 52px;
    text-align:center;
    font-size:30px;
    line-height:1.3;
    font-weight:400;
    letter-spacing:0;
}
.zlht-pdp-spec-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:44px 56px;
    border:0;
    background:#fff;
}
.zlht-pdp-spec{
    min-height:64px;
    padding:0;
    border:0;
    display:grid;
    grid-template-columns:56px 1fr;
    align-items:center;
    justify-content:start;
    gap:20px;
    text-align:left;
    color:#6a6f78;
    font-weight:400;
    line-height:1.45;
}
.zlht-pdp .zlht-pdp-spec img{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    object-fit:contain;
    display:block;
    padding:0;
    border-radius:0;
    background:transparent;
    box-sizing:border-box;
    opacity:1!important;
    filter:none!important;
}
.zlht-pdp-feature-list{
    max-width:1120px;
    margin:58px auto 0;
    border-top:0;
}
.zlht-pdp-feature-list article{
    display:grid;
    grid-template-columns:240px 1fr;
    gap:80px;
    padding:30px 0;
    border-bottom:0;
}
.zlht-pdp-feature-list h3{
    margin:0;
    font-size:24px;
    line-height:1.35;
    color:#111827;
    font-weight:500;
}
.zlht-pdp-feature-list p{
    color:var(--pdp-muted);
    font-size:17px;
    line-height:1.8;
}
.zlht-pdp-detail-panels{
    padding-top:0;
}
.zlht-pdp-detail-panels article{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);
    gap:52px;
    align-items:center;
    padding:62px 0;
    border-bottom:1px solid var(--pdp-line);
}
.zlht-pdp-detail-panels article:nth-child(even){
    grid-template-columns:minmax(360px,.86fr) minmax(0,1fr);
}
.zlht-pdp-detail-panels article:nth-child(even) .zlht-pdp-detail-media{grid-column:2}
.zlht-pdp-detail-panels article:nth-child(even) .zlht-pdp-detail-copy{grid-column:1;grid-row:1}
.zlht-pdp-detail-media{
    min-height:300px;
    background:#f4f6f9;
    display:flex;
    align-items:center;
    justify-content:center;
}
.zlht-pdp-detail-media img{
    width:100%;
    max-height:360px;
    object-fit:cover;
    display:block;
}
.zlht-pdp-detail-media img[src$=".svg"]{
    width:120px;
    height:120px;
    object-fit:contain;
}
.zlht-pdp-detail-copy > p{
    margin:0 0 12px;
    color:var(--pdp-blue);
    font-weight:700;
}
.zlht-pdp-detail-copy h2{
    text-align:left;
    margin-bottom:16px;
}
.zlht-pdp-detail-copy div{
    color:var(--pdp-muted);
    font-size:17px;
    line-height:1.78;
}
.zlht-pdp-detail-copy ul{
    margin:22px 0 0;
    padding:0;
    list-style:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.zlht-pdp-detail-copy li{
    position:relative;
    padding-left:20px;
    color:#263241;
    font-weight:600;
}
.zlht-pdp-detail-copy li::before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--pdp-blue);
}
.zlht-pdp-spec-table table{
    width:100%;
    max-width:980px;
    margin:0 auto;
    border-collapse:collapse;
    background:#fff;
    border:1px solid var(--pdp-line);
}
.zlht-pdp-spec-table th,
.zlht-pdp-spec-table td{
    padding:16px 20px;
    border-bottom:1px solid var(--pdp-line);
    text-align:left;
    vertical-align:top;
}
.zlht-pdp-spec-table th{
    background:#111827;
    color:#fff;
    font-weight:700;
}
.zlht-pdp-spec-table td:first-child{
    width:220px;
    color:#111827;
    font-weight:700;
}
.zlht-pdp-scenario-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.zlht-pdp-scenario-grid article{
    border:1px solid var(--pdp-line);
    padding:26px;
    background:#fff;
}
.zlht-pdp-scenario-grid h3{
    margin:0 0 10px;
    font-size:20px;
}
.zlht-pdp-scenario-grid p{
    margin:0;
    color:var(--pdp-muted);
    line-height:1.7;
}
.zlht-pdp-resource-card{
    color:#111827;
    display:flex;
    flex-direction:column;
    min-height:100%;
    transition:transform .18s,box-shadow .18s,border-color .18s;
}
.zlht-pdp-resource-card:hover{
    color:#111827;
    border-color:#b9d2ec;
    box-shadow:0 14px 30px rgba(15,34,58,.08);
    transform:translateY(-2px);
}
.zlht-pdp-resource-image{
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:16/10;
    background:#eef2f6;
    border-bottom:1px solid var(--pdp-line);
}
.zlht-pdp-resource-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:contrast(1.08) saturate(1.08);
}
.zlht-pdp-resource-body{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:22px;
    min-height:160px;
}
.zlht-pdp-resource-body strong{
    font-size:19px;
    line-height:1.35;
}
.zlht-pdp-resource-body em{
    color:var(--pdp-muted);
    font-style:normal;
    font-weight:400;
    line-height:1.65;
}
.zlht-pdp-resource-body b{
    margin-top:auto;
    color:var(--pdp-blue);
    font-weight:700;
}
.zlht-pdp-video-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.zlht-pdp-video-grid a{
    color:#111827;
    background:#fff;
    border:1px solid var(--pdp-line);
    display:flex;
    flex-direction:column;
}
.zlht-pdp-video-grid img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    display:block;
}
.zlht-pdp-video-grid strong,
.zlht-pdp-video-grid span,
.zlht-pdp-video-grid b{
    margin-left:22px;
    margin-right:22px;
}
.zlht-pdp-video-grid strong{
    margin-top:20px;
    font-size:19px;
    line-height:1.35;
}
.zlht-pdp-video-grid span{
    margin-top:8px;
    color:var(--pdp-muted);
    line-height:1.65;
}
.zlht-pdp-video-grid b{
    margin-top:auto;
    padding:18px 0 22px;
    color:var(--pdp-blue);
}
.zlht-pdp-frequently .zlht-pdp-card-grid article{
    min-height:150px;
}
.zlht-pdp-frequently{
    position:relative;
    padding-top:72px;
    padding-bottom:118px;
    background:#f1f1f1;
    box-shadow:inset 0 14px 24px rgba(17,24,39,.08);
}
.zlht-pdp-frequently h2{
    margin-bottom:56px;
    font-size:30px;
    font-weight:400;
}
.zlht-pdp-tabbed .zlht-pdp-overview,
.zlht-pdp-tabbed .zlht-pdp-features,
.zlht-pdp-tabbed .zlht-pdp-final-cta,
.zlht-pdp-tabbed .zlht-pdp-accessory-catalog,
.zlht-pdp-tabbed .zlht-pdp-resources,
.zlht-pdp-tabbed .zlht-pdp-videos,
.zlht-pdp-tabbed .zlht-pdp-integration,
.zlht-pdp-tabbed .zlht-pdp-services{
    display:none;
}
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-overview,
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-features,
.zlht-pdp-tabbed[data-active-tab="accessories"] .zlht-pdp-accessory-catalog,
.zlht-pdp-tabbed[data-active-tab="resources"] .zlht-pdp-resources,
.zlht-pdp-tabbed[data-active-tab="resources"] .zlht-pdp-videos,
.zlht-pdp-tabbed[data-active-tab="integration"] .zlht-pdp-integration,
.zlht-pdp-tabbed[data-active-tab="services"] .zlht-pdp-services{
    display:block;
}
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-final-cta{
    display:flex;
}
.zlht-pdp-tabbed .zlht-pdp-section-tabs--top{
    display:none;
}
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-overview,
.zlht-pdp-tabbed[data-active-tab="accessories"] .zlht-pdp-accessory-catalog,
.zlht-pdp-tabbed[data-active-tab="resources"] .zlht-pdp-resources,
.zlht-pdp-tabbed[data-active-tab="integration"] .zlht-pdp-integration,
.zlht-pdp-tabbed[data-active-tab="services"] .zlht-pdp-services{
    position:relative;
    padding-top:170px;
    padding-bottom:92px;
    background:#fff;
    box-shadow:inset 0 1px 0 rgba(17,24,39,.05);
}
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-overview::before,
.zlht-pdp-tabbed[data-active-tab="accessories"] .zlht-pdp-accessory-catalog::before,
.zlht-pdp-tabbed[data-active-tab="resources"] .zlht-pdp-resources::before,
.zlht-pdp-tabbed[data-active-tab="integration"] .zlht-pdp-integration::before,
.zlht-pdp-tabbed[data-active-tab="services"] .zlht-pdp-services::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:min(1120px,calc(100vw - 48px));
    height:1px;
    transform:translateX(-50%);
    background:#e1e1e1;
}
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-features{
    padding-top:0;
    padding-bottom:116px;
    background:#fff;
}
.zlht-pdp-tabbed[data-active-tab="resources"] .zlht-pdp-videos{
    padding-top:28px;
    padding-bottom:106px;
    background:#fff;
}
.zlht-pdp-tabbed[data-active-tab="overview"] .zlht-pdp-final-cta{
    margin-top:0;
}
.zlht-pdp-bundle-grid{
    max-width:1280px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:54px;
}
.zlht-pdp-bundle-grid article{
    display:grid;
    grid-template-columns:150px minmax(0,1fr);
    align-items:start;
    gap:30px;
}
.zlht-pdp-bundle-image{
    display:block;
    width:150px;
    height:150px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 12px 26px rgba(17,24,39,.1);
}
.zlht-pdp-bundle-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.zlht-pdp-bundle-grid h3{
    margin:2px 0 12px;
    color:#111827;
    font-size:19px;
    line-height:1.35;
    font-weight:500;
}
.zlht-pdp-bundle-grid p{
    margin:0 0 16px;
    color:#666b73;
    font-size:15px;
    line-height:1.7;
}
.zlht-pdp-bundle-grid article div > a{
    color:var(--pdp-blue);
    font-size:15px;
    font-weight:500;
}
.zlht-pdp-section-tabs{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translate(-50%,50%);
    display:grid;
    grid-template-columns:repeat(5,108px);
    background:#eef0f2;
    z-index:4;
}
.zlht-pdp-section-tabs a{
    min-height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:1px solid #e2e4e7;
    color:#111827;
    font-size:15px;
}
.zlht-pdp-section-tabs a:first-child{border-left:0}
.zlht-pdp-section-tabs a.is-active{
    background:#fff;
}
.zlht-pdp-section-tabs--top{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    width:max-content;
    margin:-62px auto 78px;
}
.zlht-pdp-overview{
    padding-top:104px;
}
.zlht-pdp-accessory-catalog h2,
.zlht-pdp-resources h2,
.zlht-pdp-integration h2,
.zlht-pdp-services h2{margin-bottom:58px}
.zlht-pdp-accessory-catalog,
.zlht-pdp-resources,
.zlht-pdp-integration,
.zlht-pdp-services{
    padding-top:0;
}
.zlht-pdp-accessory-group{
    max-width:1180px;
    margin:90px auto 0;
}
.zlht-pdp-accessory-group:first-of-type{margin-top:0}
.zlht-pdp-accessory-group > h3{
    margin:0 0 62px;
    font-size:26px;
    line-height:1.3;
    text-align:center;
    font-weight:400;
}
.zlht-pdp-accessory-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:42px 48px;
}
.zlht-pdp-accessory-grid article{
    background:#fff;
    border:0;
    border-bottom:1px solid #d8d8d8;
    min-height:100%;
    padding:0 0 34px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.zlht-pdp-accessory-grid img{
    width:100%;
    max-width:248px;
    height:236px;
    object-fit:contain;
    display:block;
    margin-bottom:26px;
}
.zlht-pdp-accessory-grid h4{
    margin:0 0 28px;
    min-height:56px;
    font-size:19px;
    line-height:1.35;
}
.zlht-pdp-accessory-grid p{
    margin:0;
    color:var(--pdp-muted);
    font-size:14px;
    line-height:1.65;
}
.zlht-pdp-resource-grid,
.zlht-pdp-video-grid,
.zlht-pdp-integration-list{
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
}
.zlht-pdp-final-cta{
    margin:0;
    padding:46px max(24px,calc((100vw - 1180px)/2));
    background:linear-gradient(135deg,var(--pdp-blue-dark),var(--pdp-blue));
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:24px;
    text-align:center;
}
.zlht-pdp-final-cta h2{
    margin:0;
    font-size:26px;
    line-height:1.25;
    font-weight:400;
    letter-spacing:0;
}
.zlht-pdp-final-cta p{
    margin:0;
    max-width:760px;
    color:rgba(255,255,255,.86);
    font-size:17px;
    line-height:1.75;
}
.zlht-pdp-final-cta a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 34px;
    border:1px solid rgba(255,255,255,.78);
    border-radius:999px;
    color:#fff!important;
    font-weight:700;
    white-space:nowrap;
}
.zlht-pdp-final-cta a:hover{background:#fff;color:var(--pdp-blue)!important}
.zlht-pdp-integration h2{margin-bottom:14px}
.zlht-pdp-integration > h3{
    margin:0 0 34px;
    text-align:center;
    font-size:26px;
    line-height:1.3;
    letter-spacing:0;
}
.zlht-pdp-integration-list{
    display:flex;
    flex-direction:column;
    gap:40px;
}
.zlht-pdp-integration-list article{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);
    gap:48px;
    align-items:center;
}
.zlht-pdp-integration-list article:nth-child(2){
    grid-template-columns:minmax(320px,.86fr) minmax(0,1fr);
}
.zlht-pdp-integration-list article:nth-child(2) img{grid-column:2}
.zlht-pdp-integration-list article:nth-child(2) div{grid-column:1;grid-row:1}
.zlht-pdp-integration-list img{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
}
.zlht-pdp-integration-list h4{
    margin:0 0 14px;
    font-size:26px;
    line-height:1.3;
}
.zlht-pdp-integration-list p{
    margin:0 0 22px;
    color:var(--pdp-muted);
    font-size:17px;
    line-height:1.75;
}
.zlht-pdp-integration-list a{
    display:inline-flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    border:1px solid var(--pdp-blue);
    border-radius:4px;
    color:var(--pdp-blue);
    font-weight:700;
}
.zlht-pdp-integration-list a:hover{background:var(--pdp-blue);color:#fff}
.zlht-pdp-services h2{margin-bottom:34px}
.zlht-pdp-services-eyebrow{
    margin:0 0 140px;
    text-align:center;
    font-size:42px;
    line-height:1.2;
    color:#111827;
}
.zlht-pdp-service-card{
    max-width:480px;
    margin:0 auto;
    border:0;
    background:#fff;
    box-shadow:0 18px 46px rgba(17,24,39,.06);
    display:block;
}
.zlht-pdp-service-card > div{
    padding:46px 42px;
    border-right:0;
    border-bottom:1px solid var(--pdp-line);
    text-align:center;
}
.zlht-pdp-service-card h3{
    margin:0;
    font-size:30px;
    line-height:1.35;
    font-weight:400;
}
.zlht-pdp-service-card p{
    display:none;
    margin:0;
    color:var(--pdp-muted);
    line-height:1.75;
}
.zlht-pdp-service-card ul{
    margin:0;
    padding:34px 86px 48px;
    list-style:none;
}
.zlht-pdp-service-card li{
    position:relative;
    padding:11px 0;
    color:#111827;
    font-size:18px;
    font-weight:400;
}
.zlht-pdp-service-card li::before{display:none}
.zlht-pdp-solutions h2{margin-bottom:34px}
.zlht-pdp-solution-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    border-top:1px solid var(--pdp-line);
    border-left:1px solid var(--pdp-line);
}
.zlht-pdp-solution-grid article{
    min-height:278px;
    padding:34px 24px;
    border-right:1px solid var(--pdp-line);
    border-bottom:1px solid var(--pdp-line);
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.zlht-pdp-solution-grid img{
    width:54px!important;
    height:54px!important;
    object-fit:contain;
    display:block;
    margin-bottom:18px;
}
.zlht-pdp-solution-grid h3{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.3;
}
.zlht-pdp-solution-grid p{
    margin:0;
    color:var(--pdp-muted);
    line-height:1.7;
}
.zlht-pdp-solution-grid a{
    margin-top:auto;
    padding-top:18px;
    color:var(--pdp-blue);
    font-weight:700;
}
.zlht-pdp-ai{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(260px,360px);
    align-items:center;
    gap:44px;
}
.zlht-pdp-ai h2{
    text-align:left;
    margin-bottom:14px;
}
.zlht-pdp-ai p{
    margin:0 0 24px;
    color:var(--pdp-muted);
    font-size:17px;
    line-height:1.75;
}
.zlht-pdp-ai a{
    display:inline-flex;
    min-height:46px;
    align-items:center;
    justify-content:center;
    padding:0 22px;
    border-radius:4px;
    background:var(--pdp-blue);
    color:#fff!important;
    font-weight:700;
}
.zlht-pdp-ai img{
    width:100%;
    max-width:360px;
    justify-self:end;
    display:block;
}
.zlht-pdp-faq-list{
    max-width:920px;
    margin:0 auto;
    border-top:1px solid var(--pdp-line);
}
.zlht-pdp-faq details{
    border-bottom:1px solid var(--pdp-line);
    padding:0;
}
.zlht-pdp-faq summary{
    cursor:pointer;
    padding:22px 0;
    font-size:19px;
    font-weight:700;
    color:#111827;
}
.zlht-pdp-faq p{
    margin:0;
    padding:0 0 22px;
    color:var(--pdp-muted);
    line-height:1.75;
}
@media (max-width:900px){
    .zlht-pdp-breadcrumb{
        padding-top:34px;
        gap:14px 22px;
    }
    .zlht-pdp-hero{
        grid-template-columns:1fr;
        gap:20px;
        padding-top:12px;
    }
    .zlht-pdp-summary{
        padding-top:0;
        max-width:none;
    }
    .zlht-pdp-main-image{min-height:420px}
    .zlht-pdp-thumbs{
        grid-template-columns:repeat(5,minmax(72px,96px));
        gap:12px;
    }
    .zlht-pdp-card-grid,
    .zlht-pdp-accessory-grid,
    .zlht-pdp-resource-grid,
    .zlht-pdp-bundle-grid,
    .zlht-pdp-video-grid,
    .zlht-pdp-scenario-grid,
    .zlht-pdp-spec-grid,
    .zlht-pdp-solution-grid{grid-template-columns:1fr 1fr}
    .zlht-pdp-feature-list article{
        grid-template-columns:1fr;
        gap:12px;
    }
    .zlht-pdp-bundle-grid{
        gap:26px;
    }
    .zlht-pdp-section-tabs{
        width:min(calc(100vw - 32px),540px);
        grid-template-columns:repeat(5,minmax(88px,1fr));
        overflow-x:auto;
    }
    .zlht-pdp-section-tabs--top{
        width:min(calc(100vw - 32px),540px);
        margin:-62px auto 56px;
        left:auto;
        right:auto;
        bottom:auto;
        transform:none;
    }
    .zlht-pdp-detail-panels article,
    .zlht-pdp-detail-panels article:nth-child(even){
        grid-template-columns:1fr;
        gap:22px;
    }
    .zlht-pdp-detail-panels article:nth-child(even) .zlht-pdp-detail-media,
    .zlht-pdp-detail-panels article:nth-child(even) .zlht-pdp-detail-copy{grid-column:auto;grid-row:auto}
    .zlht-pdp-final-cta{text-align:center}
    .zlht-pdp-integration-list article,
    .zlht-pdp-integration-list article:nth-child(2){
        grid-template-columns:1fr;
        gap:20px;
    }
    .zlht-pdp-integration-list article:nth-child(2) img,
    .zlht-pdp-integration-list article:nth-child(2) div{grid-column:auto;grid-row:auto}
    .zlht-pdp-service-card,
    .zlht-pdp-ai{grid-template-columns:1fr}
    .zlht-pdp-service-card > div{border-right:0;border-bottom:1px solid var(--pdp-line)}
    .zlht-pdp-ai img{justify-self:start}
    .zlht-pdp-final-cta a{justify-self:start}
}
@media (max-width:640px){
    .zlht-pdp-breadcrumb{
        padding:24px 16px 10px;
        display:flex;
        gap:10px 18px;
        font-size:13px;
    }
    .zlht-pdp-home-crumb{width:18px;height:18px;font-size:17px}
    .zlht-pdp-product-nav{
        position:relative;
        top:auto;
        min-height:auto;
        padding:16px;
        display:block;
    }
    .zlht-pdp-product-nav strong{
        display:block;
        margin-bottom:14px;
    }
    .zlht-pdp-product-nav nav{
        gap:24px;
    }
    .zlht-pdp-product-nav a{
        font-size:14px;
    }
    .zlht-pdp-hero,
    .zlht-pdp-band,
    .zlht-pdp-overview,
    .zlht-pdp-features,
    .zlht-pdp-resources,
    .zlht-pdp-detail-panels,
    .zlht-pdp-spec-table,
    .zlht-pdp-scenarios,
    .zlht-pdp-accessory-catalog,
    .zlht-pdp-videos,
    .zlht-pdp-integration,
    .zlht-pdp-services,
    .zlht-pdp-solutions,
    .zlht-pdp-ai,
    .zlht-pdp-final-cta{
        padding-left:16px;
        padding-right:16px;
    }
    .zlht-pdp-hero{
        padding-top:18px;
        padding-bottom:32px;
        gap:18px;
    }
    .zlht-pdp-gallery{
        order:1;
    }
    .zlht-pdp-summary{
        order:2;
    }
    .zlht-pdp-main-image{
        min-height:340px;
        margin-bottom:14px;
    }
    .zlht-pdp-main-image img{
        width:min(280px,82vw);
        max-height:340px;
    }
    .zlht-pdp-summary h1{font-size:34px;margin-bottom:18px}
    .zlht-pdp-kicker{font-size:20px}
    .zlht-pdp-lead,
    .zlht-pdp-section-lead{font-size:16px}
    .zlht-pdp-actions{margin-top:28px}
    .zlht-pdp-thumbs{
        grid-template-columns:repeat(5,minmax(0,1fr));
        gap:8px;
        margin-top:0;
    }
    .zlht-pdp-thumbs button{
        min-height:0;
        padding:7px;
    }
    .zlht-pdp-thumbs .zlht-pdp-more-thumb{
        font-size:24px;
    }
    .zlht-pdp-hero-links{
        margin-top:34px;
        padding-top:24px;
        grid-template-columns:1fr;
        gap:16px;
    }
    .zlht-pdp-card-grid,
    .zlht-pdp-accessory-grid,
    .zlht-pdp-resource-grid,
    .zlht-pdp-bundle-grid,
    .zlht-pdp-video-grid,
    .zlht-pdp-scenario-grid,
    .zlht-pdp-spec-grid,
    .zlht-pdp-solution-grid{grid-template-columns:1fr}
    .zlht-pdp-frequently{
        padding-top:46px;
        padding-bottom:86px;
    }
    .zlht-pdp-frequently h2{
        margin-bottom:30px;
        font-size:26px;
    }
    .zlht-pdp-bundle-grid article{
        grid-template-columns:112px minmax(0,1fr);
        gap:18px;
    }
    .zlht-pdp-bundle-image{
        width:112px;
        height:112px;
    }
    .zlht-pdp-section-tabs{
        left:16px;
        right:16px;
        width:auto;
        transform:translateY(50%);
        grid-template-columns:repeat(5,88px);
        justify-content:start;
    }
    .zlht-pdp-section-tabs a{
        min-height:52px;
        font-size:14px;
    }
    .zlht-pdp-section-tabs--top{
        left:auto;
        right:auto;
        width:auto;
        margin:-46px 0 54px;
        transform:none;
    }
    .zlht-pdp-overview{
        padding-top:82px;
    }
    .zlht-pdp-spec{
        min-height:64px;
        grid-template-columns:46px 1fr;
    }
    .zlht-pdp-solution-grid article{min-height:220px}
    .zlht-pdp-service-card > div,
    .zlht-pdp-service-card ul{padding:24px}
    .zlht-pdp-ai h2{text-align:left}
    .zlht-pdp-ai a{width:100%}
    .zlht-pdp-feature-list h3,
    .zlht-pdp-specs h3{font-size:22px}
    .zlht-pdp-detail-copy ul{grid-template-columns:1fr}
    .zlht-pdp-detail-media{min-height:220px}
    .zlht-pdp-spec-table th,
    .zlht-pdp-spec-table td{padding:13px 12px}
    .zlht-pdp-spec-table td:first-child{width:120px}
    .zlht-pdp-final-cta h2{font-size:28px}
    .zlht-pdp-final-cta a{width:100%}
}
