:root{--nce-primary:#1E78D7;--nce-dark:#0C1F33;--nce-accent:#0B5A9D;--nce-light:#F4F8FB}
#nce-showcase,*{box-sizing:border-box}
#nce-showcase{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;color:#213548;line-height:1.7}
#nce-showcase a{color:inherit;text-decoration:none}
#nce-showcase img{max-width:100%;display:block}
.nce-container{width:min(1380px,calc(100% - 50px));margin:0 auto}
.nce-topbar{background:var(--nce-dark);color:#d8e7f3;font-size:13px}
.nce-topbar-inner{display:flex;justify-content:space-between;align-items:center;min-height:40px;gap:20px}
.nce-top-icons,.nce-top-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.nce-top-icons a,.nce-social-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:11px;font-weight:700;text-transform:lowercase;letter-spacing:0;padding:0}
.nce-top-icons a:hover,.nce-social-icon:hover{background:rgba(255,255,255,.12)}
.nce-social-icon.is-facebook span{font-family:Arial,sans-serif;font-size:15px;font-weight:700;transform:translateY(-.5px)}
.nce-social-icon.is-instagram span{font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:-.2px;text-transform:lowercase}
.nce-social-icon.is-linkedin span{font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:-.3px;text-transform:lowercase}
.nce-top-meta a,.nce-top-lang{color:#fff;opacity:.95}
.nce-top-meta a:hover,.nce-top-lang:hover{opacity:1}
.nce-header-main{background:#fff;border-bottom:1px solid #e3ebf1}
.nce-header-main-inner{display:grid;grid-template-columns:230px minmax(0,1fr) 54px auto;align-items:center;gap:20px;min-height:96px}
.nce-brand{display:flex;align-items:center;min-height:64px;overflow:visible}
.nce-brand img{max-height:52px;width:auto;object-fit:contain;object-position:left center;background:transparent!important;padding:0!important;box-shadow:none!important;border:0!important}
.nce-desktop-nav{min-width:0;display:flex;justify-content:center;align-items:center;align-self:stretch}
.nce-main-menu,.nce-footer-menu,.nce-mobile-menu{list-style:none;margin:0;padding:0}
.nce-main-menu{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;height:100%}
.nce-main-menu>li{position:relative;display:flex;align-items:center}
.nce-main-menu>li>a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 14px;color:var(--nce-dark);font-size:13px;font-weight:800;text-transform:uppercase;white-space:nowrap;letter-spacing:.15px;line-height:1}
.nce-main-menu>li:hover>a,.nce-main-menu>li.current-menu-item>a{color:var(--nce-primary)}
.nce-main-menu>li.menu-item-has-children>a:after{content:"";display:inline-block;margin-left:8px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--nce-primary);transform:translateY(2px)}
.nce-main-menu .sub-menu{position:absolute;left:0;top:100%;min-width:290px;background:#fff;padding:12px 0;box-shadow:0 18px 32px rgba(0,0,0,.18);border:1px solid #dfe7ee;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:50}
.nce-main-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nce-main-menu .sub-menu li a{display:block;padding:12px 18px;color:#111;font-size:14px;font-weight:700}
.nce-main-menu .sub-menu li a:hover{background:#f3f6f9;color:var(--nce-primary)}
.nce-header-search{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#eef1f4;border:1px solid #d8e0e8;color:var(--nce-dark);font-size:24px}
.nce-header-search:hover{background:#e6edf4;color:var(--nce-primary)}
.nce-search-icon{line-height:1;transform:translateY(-1px)}
.nce-mobile-cta,.nce-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.4px;text-transform:uppercase}
.nce-menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent;padding:0;cursor:pointer}
.nce-menu-toggle span{display:block;height:2px;background:var(--nce-dark);margin:7px 10px}
.nce-mobile-panel{display:none;background:#fff;border-top:1px solid #d7e3ef;padding:10px 14px 18px}
.nce-mobile-menu>li{border-bottom:1px solid #edf2f7}
.nce-mobile-menu>li>a{display:block;padding:12px 0;font-weight:800;text-transform:uppercase;color:var(--nce-dark)}
.nce-mobile-menu .sub-menu{list-style:none;padding:0 0 10px 14px;margin:0}
.nce-mobile-menu .sub-menu li a{display:block;padding:8px 0;color:#365069;font-size:14px}
.nce-mobile-cta{margin-top:12px;min-height:44px;padding:0 18px;background:var(--nce-primary);color:#fff}

.nce-hero{position:relative;overflow:hidden;background:#10253b}
.nce-hero.full-screen,.nce-hero-track{height:calc(100vh - 152px);min-height:620px;max-height:920px}
.nce-hero-track{position:relative}
.nce-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;background:#eef2f5;overflow:hidden}
.nce-hero-slide.is-active{opacity:1;z-index:2}
.nce-hero-bg-blur{position:absolute;inset:-18px;width:calc(100% + 36px);height:calc(100% + 36px);object-fit:cover;object-position:center center;filter:blur(18px);transform:scale(1.03);opacity:.42}.nce-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;z-index:1}
.nce-hero-slide:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(12,31,51,.78) 0%,rgba(12,31,51,.60) 32%,rgba(12,31,51,.20) 62%,rgba(12,31,51,.06) 100%)}
.nce-hero-content-wrap{position:relative;z-index:3;height:100%;display:flex;align-items:center}
.nce-hero-copy{max-width:700px;color:#fff;padding:0 10px}
.nce-hero-kicker{display:inline-block;margin-bottom:16px;font-size:13px;font-weight:900;letter-spacing:2px;color:#9ec8f7;text-transform:uppercase}
.nce-hero-copy h2{margin:0;font-size:58px;line-height:1.08;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.15)}
.nce-hero-copy p{margin:18px 0 0;font-size:18px;line-height:1.7;color:#e6eef7;max-width:620px}
.nce-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:54px;height:54px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.16);color:#fff;font-size:34px;line-height:1;cursor:pointer}
.nce-prev{left:18px}.nce-next{right:18px}
.nce-hero-dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px;z-index:4}
.nce-hero-dots button{width:12px;height:12px;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer}
.nce-hero-dots button.is-active{background:#fff}

.nce-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}
.nce-section-head.centered{justify-content:center;text-align:center}
.nce-tag{display:inline-block;font-size:12px;font-weight:900;letter-spacing:2px;color:var(--nce-primary);text-transform:uppercase;margin-bottom:12px}
.nce-tag.light{color:#b8d7fb}
.nce-section-head h2,.nce-about-copy h2,.nce-contact-copy h2,.nce-page-banner h1,.nce-download-card h2{margin:0;color:var(--nce-dark);font-size:38px;line-height:1.2}
.nce-section-head p{margin:14px 0 0;color:#5c7184}
.nce-page-banner{padding:72px 0;background:linear-gradient(135deg,var(--nce-dark),var(--nce-primary));color:#fff}
.nce-page-banner h1{color:#fff}
.nce-page-banner p{max-width:760px;margin:14px 0 0;color:#d6e6f8;font-size:17px}
.nce-why,.nce-about,.nce-products,.nce-news,.nce-download-page,.nce-products-page-overview,.nce-products-listing,.nce-contact{padding:90px 0}
.nce-why{background:#fff}
.nce-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.nce-why-card{border:1px solid #e2e9ee;padding:28px 24px;background:#fff;transition:.25s}
.nce-why-card:hover{transform:translateY(-5px);box-shadow:0 20px 38px rgba(15,52,81,.09)}
.nce-why-icon{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--nce-light);color:var(--nce-primary);font-weight:900;margin-bottom:14px}
.nce-why-card h3{margin:0 0 10px;font-size:22px;color:var(--nce-dark)}
.nce-why-card p{margin:0;color:#627789}
.nce-about{background:var(--nce-light)}
.nce-about.page-mode{background:#fff}
.nce-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.nce-about-media{position:relative}
.nce-about-media:before{content:"";position:absolute;left:-18px;top:-18px;width:140px;height:140px;border-left:5px solid var(--nce-primary);border-top:5px solid var(--nce-primary)}
.nce-about-media img{position:relative;z-index:2;width:100%;aspect-ratio:4/3;object-fit:cover;background:#fff}
.nce-about-badge{position:absolute;right:-16px;bottom:-18px;background:var(--nce-primary);color:#fff;padding:20px 26px;z-index:3}
.nce-about-badge strong{display:block;font-size:32px;line-height:1}
.nce-about-badge span{display:block;font-size:11px;letter-spacing:1.5px;margin-top:4px}
.nce-about-copy p{margin:16px 0;color:#566c7f}
.nce-link{display:inline-flex;gap:8px;align-items:center;color:var(--nce-primary)!important;font-size:13px;font-weight:900;letter-spacing:.7px}
.nce-link b{font-size:18px;transition:.2s}
.nce-link:hover b{transform:translateX(4px)}
.nce-stats{margin-top:58px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dce7ee;background:#fff}
.nce-stat{text-align:center;padding:28px 18px;border-right:1px solid #dce7ee}
.nce-stat:last-child{border-right:0}
.nce-stat strong{display:block;font-size:30px;color:var(--nce-primary);line-height:1.1}
.nce-stat span{display:block;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#6f8495;margin-top:8px}
.nce-products{background:#fff}
.nce-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.nce-product-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e9ee;transition:.25s}
.nce-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(15,52,81,.1)}
.nce-product-image{display:block;aspect-ratio:4/3;background:#f6f9fc;overflow:hidden}
.nce-product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}
.nce-product-card:hover .nce-product-image img{transform:scale(1.03)}
.nce-product-body{padding:20px;display:flex;flex-direction:column;flex:1}
.nce-product-body>span{font-size:11px;font-weight:900;letter-spacing:1.3px;color:var(--nce-primary)}
.nce-product-body h3{margin:8px 0 10px;font-size:20px;line-height:1.3;color:var(--nce-dark)}
.nce-product-body p{margin:0 0 16px;color:#627789;flex:1}
.nce-btn{min-height:48px;padding:0 24px;border:0}.nce-btn-primary{background:var(--nce-primary);color:#fff}.nce-btn-white{background:#fff;color:var(--nce-dark)!important}.nce-btn-primary:hover,.nce-btn-white:hover{filter:brightness(.95)}
.nce-products-page-overview{background:var(--nce-light);padding-bottom:40px}
.nce-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.nce-overview-item{display:block;background:#fff;border:1px solid #dbe6ee;padding:22px;transition:.25s}
.nce-overview-item strong{display:block;color:var(--nce-dark);font-size:18px;line-height:1.3}
.nce-overview-item span{display:block;margin-top:8px;color:#61778a;font-size:14px}
.nce-overview-item:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(15,52,81,.08)}
.nce-products-listing{padding-top:30px}
.nce-product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:44px;align-items:center;padding:34px 0;border-bottom:1px solid #e5edf2}
.nce-product-detail:last-child{border-bottom:0}
.nce-product-detail-media img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f5f8fb;border:1px solid #e3eaf0}
.nce-product-detail-copy h2{margin:6px 0 6px;font-size:34px;line-height:1.2;color:var(--nce-dark)}
.nce-product-detail-copy h3{margin:0 0 14px;font-size:20px;color:var(--nce-primary)}
.nce-product-detail-copy p{margin:0 0 22px;color:#5d7284}
.nce-news.page-mode,.nce-news{background:#fff}
.nce-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.nce-news-card{border:1px solid #e2e9ee;background:#fff;display:flex;flex-direction:column}
.nce-news-media{display:block;aspect-ratio:16/9;background:#eef4f8;overflow:hidden}
.nce-news-media img{width:100%;height:100%;object-fit:cover}
.nce-news-card>div{padding:22px}
.nce-news-card time{font-size:12px;color:#8090a0}
.nce-news-card h3{margin:8px 0 10px;font-size:20px;line-height:1.35;color:var(--nce-dark)}
.nce-news-card p{margin:0 0 14px;color:#607587}
.nce-download-page{background:var(--nce-light)}
.nce-download-card{background:#fff;border:1px solid #dde7ef;padding:42px;max-width:720px;margin:0 auto;text-align:center;box-shadow:0 18px 34px rgba(15,52,81,.08)}
.nce-download-card p{margin:16px 0 24px;color:#5f7386}
.nce-contact{background:linear-gradient(135deg,#0c2134,#16456b);color:#fff}
.nce-contact.page-mode,.nce-contact.inquiry-mode{background:linear-gradient(135deg,#0c2134,#16456b)}
.nce-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.nce-contact-copy h2{color:#fff}
.nce-contact-copy>p{margin:18px 0 28px;color:#bdd0de}
.nce-contact-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.12)}
.nce-contact-list>div{background:rgba(255,255,255,.05);padding:16px 18px;min-height:78px}
.nce-contact-list>div.wide{grid-column:1/-1}
.nce-contact-list small{display:block;font-size:11px;font-weight:900;letter-spacing:1.3px;color:#90bee9}
.nce-contact-list strong,.nce-contact-list a,.nce-contact-list span{display:block;color:#fff;margin-top:5px;word-break:break-word}
.nce-form-card{background:#fff;color:#33485b;padding:32px;min-height:420px;box-shadow:0 20px 46px rgba(0,0,0,.14)}
.nce-form-card input:not([type=submit]),.nce-form-card textarea,.nce-form-card select{width:100%;border:1px solid #dce4ea;background:#f8fafc;min-height:46px;padding:10px 12px;border-radius:0}
.nce-form-card textarea{min-height:130px}
.nce-form-card input[type=submit]{background:var(--nce-primary);color:#fff;border:0;padding:14px 24px;font-weight:800;cursor:pointer}
.nce-form-placeholder span{font-size:11px;color:var(--nce-primary);font-weight:900;letter-spacing:1.4px}
.nce-form-placeholder h3{margin:10px 0;color:var(--nce-dark);font-size:28px}
.nce-form-placeholder p{color:#667b8d;margin-bottom:22px}
.nce-empty-state{padding:36px;border:1px dashed #c9d6e2;border-radius:8px;background:#f9fbfd;text-align:center;grid-column:1/-1}
.nce-empty-state h3{margin:0 0 8px;color:var(--nce-dark)}
.nce-empty-state p{margin:0;color:#67808f}
.nce-footer{background:linear-gradient(180deg,#2f84d4 0%,#2f84d4 100%);color:#fff;padding-top:64px}
.nce-footer-main{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:40px;padding-bottom:42px}
.nce-footer-style-alt .nce-footer-col h4{margin:0 0 26px;color:#fff;font-size:15px;font-weight:800;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.12)}
.nce-footer-contact-list{display:grid;gap:16px}
.nce-footer-contact-list div{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:start}
.nce-footer-contact-list span{color:#eaf3ff;font-size:15px}
.nce-footer-contact-list strong,.nce-footer-contact-list a{color:#fff;font-size:15px;font-weight:500;line-height:1.75;word-break:break-word}
.nce-footer-inquiry p{margin:0 0 16px;color:#eef6ff;font-size:15px;line-height:1.8;max-width:360px}
.nce-footer-inquiry-form{display:flex;align-items:center;justify-content:flex-start;gap:0;max-width:none;width:auto}
.nce-footer-inquiry-form input{flex:0 0 145px;width:145px;min-width:145px;max-width:145px;height:32px;min-height:32px;border:0;background:#fff;padding:0 12px;color:#25405c;font-size:12px;font-style:italic;box-shadow:none;outline:none}
.nce-footer-inquiry-form button{flex:0 0 auto;height:32px;min-height:32px;border:0;background:#1d64af;color:#fff;padding:0 18px;font-weight:800;font-size:12px;cursor:pointer;white-space:nowrap;line-height:32px}
.nce-footer-news-list{display:grid;gap:14px}
.nce-footer-news-item{display:grid;grid-template-columns:90px 1fr;gap:16px;align-items:start}
.nce-footer-news-thumb{display:block;width:90px;height:90px;background:rgba(255,255,255,.15);overflow:hidden}
.nce-footer-news-thumb img{width:100%;height:100%;object-fit:cover}
.nce-footer-news-title{display:block;color:#fff;font-size:16px;line-height:1.5;font-weight:700;margin-bottom:6px}
.nce-footer-news-copy time{display:block;color:#e5effa;font-size:14px}
.nce-footer-news-empty{margin:0;color:#eef6ff}

#nce-showcase,.nce-site{display:block;margin:0!important;padding-bottom:0!important;background:transparent!important}.nce-footer{margin-bottom:0!important;padding-bottom:36px!important}.entry-content>#nce-showcase:last-child{margin-bottom:-40px!important}.entry-content #nce-showcase + p,.entry-content>#nce-showcase + p:empty,.entry-content p:empty{display:none!important;margin:0!important;padding:0!important}.main-page-wrapper,.site-content,.content-layout-wrapper{padding-bottom:0!important;margin-bottom:0!important}.nce-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.nce-reveal.is-visible{opacity:1;transform:none}
.nce-hide-theme-shell .whb-header,.nce-hide-theme-shell header.whb-header,.nce-hide-theme-shell .footer-container,.nce-hide-theme-shell footer.footer-container,.nce-hide-theme-shell #footer,.nce-hide-theme-shell .wd-prefooter{display:none!important}
.nce-showcase-page .main-page-wrapper,.nce-showcase-page .site-content,.nce-showcase-page .content-layout-wrapper,.nce-showcase-page .container{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}
.nce-showcase-page .page-title{display:none!important}
.nce-showcase-page .main-page-wrapper{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}
.nce-showcase-page #nce-showcase .nce-container{width:min(1380px,calc(100% - 50px))!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
@media(max-width:1320px){.nce-header-main-inner{grid-template-columns:210px minmax(0,1fr) 48px auto;gap:14px}.nce-main-menu>li>a{padding:0 10px;font-size:12px}.nce-brand img{max-height:48px}.nce-hero-copy h2{font-size:48px}}
@media(max-width:1180px){.nce-header-main-inner{grid-template-columns:180px minmax(0,1fr) 44px}.nce-main-menu>li>a{padding:0 8px;font-size:11.5px}.nce-product-grid,.nce-overview-grid,.nce-news-grid{grid-template-columns:repeat(2,1fr)}.nce-footer-main{grid-template-columns:1fr}.nce-hero.full-screen,.nce-hero-track{height:700px}.nce-hero-copy h2{font-size:42px}.nce-hero-copy p{font-size:16px}}
@media(max-width:900px){.nce-topbar{display:none}.nce-header-main-inner{grid-template-columns:1fr auto auto;min-height:82px}.nce-desktop-nav,.nce-header-search{display:none}.nce-menu-toggle{display:block}.nce-menu-open .nce-mobile-panel{display:block}.nce-hero.full-screen,.nce-hero-track{height:560px;min-height:560px}.nce-why-grid,.nce-about-grid,.nce-contact-grid,.nce-product-detail{grid-template-columns:1fr}.nce-product-grid,.nce-overview-grid,.nce-news-grid{grid-template-columns:1fr 1fr}.nce-stats{grid-template-columns:repeat(2,1fr)}.nce-stat:nth-child(2){border-right:0}.nce-stat:nth-child(-n+2){border-bottom:1px solid #dce7ee}.nce-footer-main{grid-template-columns:1fr}.nce-contact-list{grid-template-columns:1fr}.nce-contact-list>div.wide{grid-column:auto}.nce-hero-slide:after{background:linear-gradient(180deg,rgba(12,31,51,.7) 0%,rgba(12,31,51,.35) 100%)}.nce-hero-copy h2{font-size:36px}.nce-hero-copy p{font-size:15px;max-width:100%}.nce-footer-news-item{grid-template-columns:72px 1fr}.nce-footer-news-thumb{width:72px;height:72px}}
@media(max-width:600px){.nce-container,.nce-showcase-page #nce-showcase .nce-container{width:min(100% - 28px,1380px)!important}.nce-brand img{max-height:44px}.nce-hero.full-screen,.nce-hero-track{height:480px;min-height:480px}.nce-hero-content-wrap{align-items:flex-end;padding-bottom:84px}.nce-hero-arrow{width:42px;height:42px;font-size:28px}.nce-section-head h2,.nce-about-copy h2,.nce-contact-copy h2,.nce-page-banner h1,.nce-download-card h2,.nce-product-detail-copy h2{font-size:30px}.nce-why,.nce-about,.nce-products,.nce-news,.nce-download-page,.nce-products-page-overview,.nce-products-listing,.nce-contact{padding:66px 0}.nce-product-grid,.nce-overview-grid,.nce-news-grid,.nce-footer-main,.nce-stats{grid-template-columns:1fr}.nce-stat{border-right:0!important;border-bottom:1px solid #dce7ee}.nce-stat:last-child{border-bottom:0}.nce-about-badge{right:0}.nce-form-card,.nce-download-card{padding:24px}.nce-hero-kicker{font-size:11px}.nce-hero-copy h2{font-size:28px}.nce-hero-copy p{font-size:14px;margin-top:12px}.nce-footer-contact-list div{grid-template-columns:1fr}.nce-footer-inquiry-form{display:flex;align-items:center;justify-content:flex-start;gap:0;max-width:none;width:auto}.nce-footer-inquiry-form button{flex:0 0 auto;height:32px;min-height:32px;border:0;background:#1d64af;color:#fff;padding:0 18px;font-weight:800;font-size:12px;cursor:pointer;white-space:nowrap;line-height:32px}.nce-top-meta{display:none}}
@media(prefers-reduced-motion:reduce){.nce-reveal{opacity:1;transform:none;transition:none}.nce-hero-slide{transition:none}}

/* v1.4.4 header alignment + single search icon */
#nce-showcase .nce-header-main-inner{
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr) 46px!important;
  align-items:center!important;
  column-gap:24px!important;
  min-height:94px!important;
}
#nce-showcase .nce-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  height:94px!important;
  min-height:94px!important;
  margin:0!important;
}
#nce-showcase .nce-brand img{
  display:block!important;
  max-height:50px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#nce-showcase .nce-desktop-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:94px!important;
  min-height:94px!important;
  overflow:visible!important;
}
#nce-showcase .nce-main-menu{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  height:94px!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
}
#nce-showcase .nce-main-menu>li{
  display:flex!important;
  align-items:center!important;
  height:94px!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
}
#nce-showcase .nce-main-menu>li>a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:94px!important;
  min-height:94px!important;
  line-height:1!important;
  margin:0!important;
  padding:0 13px!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}
#nce-showcase .nce-header-search{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  border-radius:50%!important;
  background:var(--nce-primary)!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  position:relative!important;
}
#nce-showcase .nce-header-search:hover{filter:brightness(.94)!important;background:var(--nce-primary)!important}
#nce-showcase .nce-search-icon{
  width:15px!important;
  height:15px!important;
  border:2px solid #fff!important;
  border-radius:50%!important;
  display:block!important;
  position:relative!important;
}
#nce-showcase .nce-search-icon:after{
  content:""!important;
  position:absolute!important;
  width:7px!important;
  height:2px!important;
  background:#fff!important;
  right:-5px!important;
  bottom:-2px!important;
  transform:rotate(45deg)!important;
  transform-origin:left center!important;
  border-radius:2px!important;
}
#nce-showcase .nce-menu-toggle{display:none!important}
@media (max-width:1180px){
  #nce-showcase .nce-header-main-inner{grid-template-columns:190px minmax(0,1fr) 42px!important;column-gap:14px!important}
  #nce-showcase .nce-main-menu>li>a{padding:0 9px!important;font-size:11.5px!important}
}
@media (max-width:900px){
  #nce-showcase .nce-header-main-inner{grid-template-columns:1fr auto!important;min-height:82px!important;height:82px!important}
  #nce-showcase .nce-brand{height:82px!important;min-height:82px!important}
  #nce-showcase .nce-desktop-nav,#nce-showcase .nce-header-search{display:none!important}
  #nce-showcase .nce-menu-toggle{display:block!important}
}

/* v1.4.5 footer gap fix */
#nce-showcase{overflow:hidden!important}
#nce-showcase .nce-footer{display:block!important;position:relative!important;z-index:2!important}
body .main-page-wrapper,body .site-content,body .content-layout-wrapper,body .entry-content{margin-bottom:0!important}
body .main-page-wrapper{padding-bottom:0!important}
body .entry-content>#nce-showcase:last-child{display:block!important}

/* v1.4.6 compact footer inquiry form */
#nce-showcase .nce-footer-inquiry{display:flex;flex-direction:column;align-items:flex-start}
#nce-showcase .nce-footer-inquiry-form input::placeholder{color:#6c6c6c;opacity:1;font-style:italic}
#nce-showcase .nce-footer-inquiry-form button:hover{filter:brightness(.95)}

/* v1.4.7 hero full image visibility */
#nce-showcase .nce-hero-slide .nce-hero-bg{object-fit:contain!important;object-position:center center!important;padding:12px 0!important}
#nce-showcase .nce-hero-slide .nce-hero-bg-blur{pointer-events:none!important}
#nce-showcase .nce-hero.full-screen,#nce-showcase .nce-hero-track,#nce-showcase .nce-hero-slide{margin-bottom:0!important}
#nce-showcase .nce-why{margin-top:0!important}

/* v1.4.8 hard overrides: footer inquiry + full hero image */
#nce-showcase .nce-footer-inquiry-form{
  display:flex!important;
  flex-direction:row!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:0!important;
  width:auto!important;
  max-width:330px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
#nce-showcase .nce-footer-inquiry-form input[type="email"]{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  flex:0 0 145px!important;
  width:145px!important;
  min-width:145px!important;
  max-width:145px!important;
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
  margin:0!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:#fff!important;
  background-color:#fff!important;
  color:#333!important;
  font-size:12px!important;
  font-style:italic!important;
  line-height:34px!important;
}
#nce-showcase .nce-footer-inquiry-form input[type="email"]::placeholder{
  color:#777!important;
  opacity:1!important;
}
#nce-showcase .nce-footer-inquiry-form button,
#nce-showcase .nce-footer-inquiry-form button[type="submit"]{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  height:34px!important;
  min-height:34px!important;
  max-height:34px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#1767bd!important;
  background-color:#1767bd!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:34px!important;
  white-space:nowrap!important;
}

#nce-showcase .nce-hero.full-screen,
#nce-showcase .nce-hero-track,
#nce-showcase .nce-hero-slide{
  height:calc(100vh - 134px)!important;
  min-height:620px!important;
  max-height:920px!important;
}
#nce-showcase .nce-hero-slide{
  overflow:hidden!important;
  background:#eef2f5!important;
}
#nce-showcase .nce-hero-slide .nce-hero-bg-blur{
  position:absolute!important;
  inset:-24px!important;
  width:calc(100% + 48px)!important;
  height:calc(100% + 48px)!important;
  object-fit:cover!important;
  filter:blur(18px)!important;
  transform:scale(1.04)!important;
  opacity:.38!important;
  z-index:0!important;
}
#nce-showcase .nce-hero-slide .nce-hero-bg{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  top:auto!important;
  bottom:0!important;
  transform:translateX(-50%)!important;
  width:auto!important;
  max-width:94%!important;
  height:92%!important;
  max-height:92%!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  padding:0!important;
  margin:0!important;
  z-index:1!important;
}
#nce-showcase .nce-hero-slide:after{z-index:2!important}
#nce-showcase .nce-hero-content-wrap{z-index:3!important}
#nce-showcase .nce-hero-dots{bottom:26px!important;z-index:4!important}
@media(max-width:900px){
  #nce-showcase .nce-hero.full-screen,
  #nce-showcase .nce-hero-track,
  #nce-showcase .nce-hero-slide{height:560px!important;min-height:560px!important}
  #nce-showcase .nce-hero-slide .nce-hero-bg{height:86%!important;max-height:86%!important;max-width:100%!important}
}
@media(max-width:600px){
  #nce-showcase .nce-footer-inquiry-form{max-width:100%!important;flex-wrap:nowrap!important}
  #nce-showcase .nce-footer-inquiry-form input[type="email"]{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:none!important}
  #nce-showcase .nce-hero.full-screen,
  #nce-showcase .nce-hero-track,
  #nce-showcase .nce-hero-slide{height:500px!important;min-height:500px!important}
  #nce-showcase .nce-hero-slide .nce-hero-bg{height:80%!important;max-height:80%!important}
}

/* v1.5.0: shortcode pages always use NCE header/footer only */
body:has(#nce-showcase) .whb-header,
body:has(#nce-showcase) header.whb-header,
body:has(#nce-showcase) .website-wrapper > header:not(.nce-header),
body:has(#nce-showcase) .footer-container,
body:has(#nce-showcase) footer.footer-container,
body:has(#nce-showcase) #footer,
body:has(#nce-showcase) .wd-prefooter,
body:has(#nce-showcase) .page-title {display:none!important;}
body:has(#nce-showcase) .main-page-wrapper,
body:has(#nce-showcase) .site-content,
body:has(#nce-showcase) .content-layout-wrapper,
body:has(#nce-showcase) .entry-content {max-width:none!important;width:100%!important;padding:0!important;margin:0!important;}
body:has(#nce-showcase) .main-page-wrapper {padding-top:0!important;padding-bottom:0!important;}
body:has(#nce-showcase) #nce-showcase {width:100%!important;max-width:none!important;margin:0!important;}

/* === v1.5.1 PDF content pages + Elementor visibility === */
#nce-showcase .nce-reveal{
  opacity:1!important;
  transform:none!important;
}
#nce-showcase .nce-section-head.centered>div{max-width:900px;margin:0 auto}
#nce-showcase .nce-company-name-pair{margin-top:24px;padding-top:20px;border-top:1px solid #dfe7ed;display:flex;flex-direction:column;gap:4px}
#nce-showcase .nce-company-name-pair strong{font-size:15px;letter-spacing:.5px;color:var(--nce-dark)}
#nce-showcase .nce-company-name-pair span{font-size:14px;color:#6a7e8f}
#nce-showcase .nce-about-profile{padding-bottom:70px}
#nce-showcase .nce-about-stats{margin-top:52px}

#nce-showcase .nce-values-section{padding:90px 0;background:#fff}
#nce-showcase .nce-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
#nce-showcase .nce-value-card{position:relative;padding:30px 24px 28px;border:1px solid #dfe8ef;background:#fff;min-height:220px;box-shadow:0 10px 28px rgba(15,52,81,.05)}
#nce-showcase .nce-value-card>span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;background:var(--nce-primary);color:#fff;font-size:12px;font-weight:800;margin-bottom:18px}
#nce-showcase .nce-value-card h3{font-size:20px;line-height:1.3;color:var(--nce-dark);margin:0 0 12px}
#nce-showcase .nce-value-card p{margin:0;color:#607587;font-size:14px}

#nce-showcase .nce-about-scope{padding:90px 0;background:var(--nce-light)}
#nce-showcase .nce-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
#nce-showcase .nce-scope-item{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;background:#fff;border:1px solid #dce6ee;padding:18px 20px;transition:.2s}
#nce-showcase .nce-scope-item:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(15,52,81,.08)}
#nce-showcase .nce-scope-item>span{font-size:12px;font-weight:900;color:var(--nce-primary)}
#nce-showcase .nce-scope-item strong{font-size:15px;color:var(--nce-dark);line-height:1.35}
#nce-showcase .nce-scope-item b{color:var(--nce-primary);font-size:18px}

#nce-showcase .nce-products-page-overview .nce-section-head{margin-bottom:30px}
#nce-showcase .nce-product-detail{padding:62px 0;gap:54px}
#nce-showcase .nce-product-detail:nth-child(even) .nce-product-detail-media{order:2}
#nce-showcase .nce-product-detail:nth-child(even) .nce-product-detail-copy{order:1}
#nce-showcase .nce-spec-table{margin:24px 0 26px;border-top:1px solid #dce5ec;border-left:1px solid #dce5ec}
#nce-showcase .nce-spec-row{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,1.7fr);border-right:1px solid #dce5ec;border-bottom:1px solid #dce5ec}
#nce-showcase .nce-spec-row strong{padding:10px 12px;background:#f2f6f9;color:#203a50;font-size:13px;line-height:1.5}
#nce-showcase .nce-spec-row span{padding:10px 12px;background:#fff;color:#5a7082;font-size:13px;line-height:1.5}

#nce-showcase .nce-catalog-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
#nce-showcase .nce-news-label{display:inline-block;color:var(--nce-primary);font-size:11px;font-weight:900;letter-spacing:1.4px;margin-bottom:8px}

#nce-showcase .nce-download-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:56px;align-items:center}
#nce-showcase .nce-download-cover{background:#fff;border:1px solid #dce6ee;padding:18px;box-shadow:0 20px 44px rgba(15,52,81,.1)}
#nce-showcase .nce-download-cover img{width:100%;height:auto;display:block}
#nce-showcase .nce-download-layout .nce-download-card{max-width:none;margin:0;text-align:left}
#nce-showcase .nce-catalog-contents{margin:20px 0 28px;padding:18px 20px;background:#f5f8fa;border-left:4px solid var(--nce-primary)}
#nce-showcase .nce-catalog-contents strong{display:block;margin-bottom:10px;color:var(--nce-dark)}
#nce-showcase .nce-catalog-contents ul{columns:2;column-gap:32px;margin:0;padding-left:18px;color:#607587}
#nce-showcase .nce-catalog-contents li{break-inside:avoid;margin:5px 0;font-size:13px}

#nce-showcase .nce-inquiry-guide{padding:80px 0;background:#fff}
#nce-showcase .nce-inquiry-points{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
#nce-showcase .nce-inquiry-point{padding:24px 18px;border:1px solid #dfe8ef;background:#f8fbfd;text-align:center}
#nce-showcase .nce-inquiry-point strong{display:block;color:var(--nce-primary);font-size:22px;margin-bottom:8px}
#nce-showcase .nce-inquiry-point span{font-size:14px;color:#40596d}

#nce-showcase .nce-contact-company{padding:80px 0;background:#fff}
#nce-showcase .nce-contact-company-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
#nce-showcase .nce-contact-company h2{font-size:34px;line-height:1.2;color:var(--nce-dark);margin:0 0 10px}
#nce-showcase .nce-contact-company p{color:#617587;margin:8px 0}
#nce-showcase .nce-contact-company-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dfe7ee;background:#f8fbfd}
#nce-showcase .nce-contact-company-card>div{padding:18px;border-right:1px solid #dfe7ee;border-bottom:1px solid #dfe7ee}
#nce-showcase .nce-contact-company-card>div:nth-child(2n){border-right:0}
#nce-showcase .nce-contact-company-card .wide{grid-column:1/-1;border-right:0}
#nce-showcase .nce-contact-company-card small{display:block;font-size:10px;font-weight:900;letter-spacing:1.2px;color:var(--nce-primary);margin-bottom:5px}
#nce-showcase .nce-contact-company-card strong{font-size:13px;color:#2f485c;line-height:1.55;word-break:break-word}
#nce-showcase .nce-footer-news-copy span{display:block;color:#e5effa;font-size:10px;letter-spacing:.8px;margin-top:4px}

/* Elementor shortcode editor: never hide inner-page content */
.elementor-editor-active #nce-showcase .nce-reveal,
.elementor-editor-preview #nce-showcase .nce-reveal,
.elementor-widget-shortcode #nce-showcase .nce-reveal,
.elementor-widget-shortcode #nce-showcase .nce-about-grid,
.elementor-widget-shortcode #nce-showcase .nce-values-grid,
.elementor-widget-shortcode #nce-showcase .nce-scope-grid{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

@media(max-width:1100px){
  #nce-showcase .nce-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #nce-showcase .nce-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #nce-showcase .nce-inquiry-points{grid-template-columns:repeat(2,minmax(0,1fr))}
  #nce-showcase .nce-download-layout,#nce-showcase .nce-contact-company-grid{grid-template-columns:1fr}
  #nce-showcase .nce-catalog-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  #nce-showcase .nce-values-grid,#nce-showcase .nce-scope-grid,#nce-showcase .nce-inquiry-points,#nce-showcase .nce-catalog-news-grid{grid-template-columns:1fr}
  #nce-showcase .nce-product-detail:nth-child(even) .nce-product-detail-media,#nce-showcase .nce-product-detail:nth-child(even) .nce-product-detail-copy{order:initial}
  #nce-showcase .nce-spec-row{grid-template-columns:1fr}
  #nce-showcase .nce-catalog-contents ul{columns:1}
  #nce-showcase .nce-contact-company-card{grid-template-columns:1fr}
  #nce-showcase .nce-contact-company-card>div,#nce-showcase .nce-contact-company-card>div:nth-child(2n){border-right:0}
  #nce-showcase .nce-contact-company-card .wide{grid-column:auto}
}

/* v1.5.2 WooCommerce / Woodmart product sync */
#nce-showcase .nce-theme-products-home .nce-woo-products,
#nce-showcase .nce-theme-products-listing .nce-woo-products,
#nce-showcase .nce-theme-product-categories .nce-woo-categories{width:100%;max-width:100%}
#nce-showcase .nce-woo-products .woocommerce,
#nce-showcase .nce-woo-categories .woocommerce{width:100%}
#nce-showcase .nce-theme-products-home .products,
#nce-showcase .nce-theme-products-listing .products,
#nce-showcase .nce-theme-product-categories .products{margin-top:0}
#nce-showcase .nce-theme-products-home .product-grid-item,
#nce-showcase .nce-theme-products-listing .product-grid-item{margin-bottom:28px}
#nce-showcase .nce-theme-product-categories{background:var(--nce-light)}
#nce-showcase .nce-theme-products-listing{background:#fff}
