:root{
  --nvi-blue:#001187;
  --nvi-action:#0b4bd8;
  --nvi-ink:#111827;
  --nvi-muted:#5f6b7a;
  --nvi-line:#e7eaf0;
  --nvi-soft:#f6f7f9;
  --nvi-white:#fff;
  --nvi-success:#159947;
  --nvi-radius:14px;
  --nvi-shadow:0 10px 30px rgba(17,24,39,.07);
  --nvi-shell:min(1180px,calc(100% - 32px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--nvi-ink);background:#fff;font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
.nvi-shell{width:var(--nvi-shell);margin-inline:auto}
.screen-reader-text,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;z-index:9999;top:10px;left:10px;background:#fff;padding:10px 14px;border-radius:8px}
.nvi-utility{background:var(--nvi-blue);color:#fff;font-size:12px}
.nvi-utility__inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nvi-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--nvi-line);backdrop-filter:blur(10px)}
.nvi-header__inner{min-height:74px;display:flex;align-items:center;gap:28px}
.nvi-brand{display:flex;align-items:center;flex:0 0 auto}
.nvi-brand img{max-height:48px;width:auto}
.nvi-brand__text{font-size:28px;color:var(--nvi-blue);font-weight:700;letter-spacing:-.03em}
.nvi-brand__text strong{font-weight:500}
.nvi-nav{margin-left:auto}
.nvi-nav__list{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}
.nvi-nav__list a{display:flex;align-items:center;min-height:44px;padding:0 12px;font-size:14px;font-weight:600;border-radius:9px}
.nvi-nav__list a:hover,.nvi-nav__list .current-menu-item>a{background:var(--nvi-soft);color:var(--nvi-blue)}
.nvi-actions{display:flex;align-items:center;gap:4px}
.nvi-icon-button,.nvi-menu-toggle{width:42px;height:42px;border:0;background:transparent;border-radius:10px;display:grid;place-items:center;cursor:pointer;color:var(--nvi-ink)}
.nvi-icon-button:hover,.nvi-menu-toggle:hover{background:var(--nvi-soft);color:var(--nvi-blue)}
.nvi-cart{position:relative}.nvi-cart b{position:absolute;top:2px;right:1px;min-width:17px;height:17px;padding:0 4px;border-radius:10px;background:var(--nvi-blue);color:#fff;font-size:10px;line-height:17px;text-align:center}
.nvi-menu-toggle{display:none;position:relative}.nvi-menu-toggle>span:not(.screen-reader-text){display:block;width:21px;height:2px;background:currentColor;margin:2px 0;border-radius:2px}
.nvi-mobile-nav{border-top:1px solid var(--nvi-line);background:#fff}
.nvi-mobile-nav__list{list-style:none;margin:0;padding:10px 0 16px}
.nvi-mobile-nav__list a{display:block;padding:12px 4px;font-weight:600;border-bottom:1px solid var(--nvi-line)}
.nvi-search-panel{border-top:1px solid var(--nvi-line);background:#fff;padding:16px 0}
.nvi-search-form{display:grid;grid-template-columns:1fr auto;gap:10px}
.nvi-search-form input{min-height:46px;border:1px solid var(--nvi-line);border-radius:11px;padding:0 14px;outline:none}
.nvi-search-form input:focus{border-color:var(--nvi-blue);box-shadow:0 0 0 3px rgba(0,17,135,.09)}
.nvi-search-form button{border:0;border-radius:11px;background:var(--nvi-blue);color:#fff;padding:0 20px;font-weight:700;cursor:pointer}
.nvi-hero{background:linear-gradient(90deg,#fff 0%,#f7f9fc 58%,#edf3f8 100%);overflow:hidden}
.nvi-hero__grid{min-height:480px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding-block:52px}
.nvi-eyebrow{margin:0 0 10px;color:var(--nvi-blue);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.nvi-hero h1{font-size:clamp(36px,4.8vw,64px);line-height:1.04;letter-spacing:-.04em;margin:0 0 18px;max-width:760px}
.nvi-hero__lead{font-size:clamp(18px,2vw,22px);color:var(--nvi-muted);max-width:650px;margin:0 0 26px}
.nvi-hero__actions,.nvi-cta__actions{display:flex;flex-wrap:wrap;gap:12px}
.nvi-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:10px;background:var(--nvi-blue);border:1px solid var(--nvi-blue);color:#fff;font-weight:700;transition:.2s ease}
.nvi-button:hover{transform:translateY(-1px);background:var(--nvi-action);border-color:var(--nvi-action)}
.nvi-button--ghost{background:#fff;color:var(--nvi-blue)}
.nvi-button--small{min-height:40px;padding-inline:16px}
.nvi-trust-row{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:28px;color:var(--nvi-muted);font-size:14px;font-weight:600}
.nvi-trust-row span::before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:50%;background:#eaf7ef;color:var(--nvi-success);font-size:12px}
.nvi-hero__visual{display:grid;place-items:center;min-height:360px;position:relative}
.nvi-hero__visual::before{content:"";position:absolute;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(0,17,135,.08),rgba(0,17,135,0) 70%)}
.nvi-hero__visual img{position:relative;z-index:1;max-height:410px;width:auto;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(17,24,39,.12))}
.nvi-section{padding:48px 0;background:#fff}
.nvi-section--soft{background:var(--nvi-soft)}
.nvi-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.nvi-section-head h2,.nvi-cta h2{margin:0;font-size:clamp(28px,3vw,38px);line-height:1.15;letter-spacing:-.03em}
.nvi-section-head>a{color:var(--nvi-blue);font-size:14px;font-weight:700;white-space:nowrap}
.nvi-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.nvi-category-card{min-height:160px;padding:18px;border:1px solid var(--nvi-line);border-radius:var(--nvi-radius);background:#fff;display:grid;grid-template-columns:105px 1fr;align-items:center;gap:16px;transition:.2s ease}
.nvi-category-card:hover{transform:translateY(-2px);box-shadow:var(--nvi-shadow);border-color:#dce2ec}
.nvi-category-card__image{height:112px;display:grid;place-items:center}
.nvi-category-card__image img{max-height:110px;width:auto;object-fit:contain}
.nvi-category-card h3{margin:0 0 12px;font-size:16px;line-height:1.3}
.nvi-category-card span{font-size:13px;color:var(--nvi-blue);font-weight:700}
.nvi-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.nvi-product-card{display:flex;flex-direction:column;min-width:0;padding:14px;border:1px solid var(--nvi-line);border-radius:var(--nvi-radius);background:#fff;transition:.2s ease}
.nvi-product-card:hover{transform:translateY(-2px);box-shadow:var(--nvi-shadow)}
.nvi-product-card__image{height:210px;display:grid;place-items:center;margin-bottom:12px}
.nvi-product-card__image img{max-height:200px;width:auto;object-fit:contain}
.nvi-product-card h3{font-size:15px;line-height:1.35;margin:0 0 12px;min-height:41px}
.nvi-product-card__price{margin:auto 0 14px;color:var(--nvi-blue);font-size:18px;font-weight:800}
.nvi-product-card__price del{color:var(--nvi-muted);font-size:13px;font-weight:500;margin-right:4px}
.nvi-product-card__price ins{text-decoration:none}
.nvi-product-card .nvi-button{width:100%}
.nvi-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.nvi-service-card{min-height:132px;padding:24px;border:1px solid var(--nvi-line);border-radius:var(--nvi-radius);background:#fff;display:flex;flex-direction:column;gap:8px;transition:.2s ease}
.nvi-service-card:hover{box-shadow:var(--nvi-shadow);transform:translateY(-2px)}
.nvi-service-card strong{font-size:18px}.nvi-service-card span{color:var(--nvi-muted);font-size:14px}
.nvi-cta{padding:42px 0;background:var(--nvi-blue);color:#fff}
.nvi-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}
.nvi-cta h2{color:#fff}.nvi-cta p{margin:8px 0 0;color:rgba(255,255,255,.78)}
.nvi-cta .nvi-button{background:#fff;color:var(--nvi-blue);border-color:#fff}.nvi-cta .nvi-button--ghost{background:transparent;color:#fff}
.nvi-footer{background:#0b1024;color:#d7dbea;padding:42px 0 20px}
.nvi-footer a{color:#fff}.nvi-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
.nvi-footer__brand{display:block;color:#fff;font-size:24px;margin-bottom:8px}
.nvi-footer p{margin:8px 0;color:#aeb6c8;font-size:14px}
.nvi-footer ul{list-style:none;margin:0;padding:0}.nvi-footer li+li{margin-top:8px}
.nvi-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:16px;color:#8f98ad;font-size:12px}
.nvi-content{max-width:900px}.nvi-content h1{font-size:clamp(32px,4vw,48px);letter-spacing:-.03em}
@media(max-width:1023px){
  :root{--nvi-shell:min(100% - 28px,900px)}
  .nvi-utility__inner{justify-content:center}.nvi-utility__inner span:last-child{display:none}
  .nvi-nav{display:none}.nvi-menu-toggle{display:grid}.nvi-header__inner{min-height:66px;gap:12px}
  .nvi-actions{margin-left:auto}.nvi-brand img{max-height:42px}.nvi-brand__text{font-size:24px}
  .nvi-hero__grid{grid-template-columns:1fr 1fr;min-height:420px;gap:24px;padding-block:38px}
  .nvi-category-grid,.nvi-product-grid{grid-template-columns:repeat(2,1fr)}
  .nvi-service-grid{grid-template-columns:1fr 1fr 1fr}
  .nvi-category-card{grid-template-columns:90px 1fr}.nvi-category-card__image{height:96px}
  .nvi-cta__inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:767px){
  :root{--nvi-shell:min(100% - 22px,680px)}
  .nvi-utility{display:none}.nvi-header__inner{min-height:62px}.nvi-icon-button{width:38px;height:38px}
  .nvi-hero__grid{grid-template-columns:1fr;min-height:0;padding-block:34px 24px}.nvi-hero__visual{min-height:240px;order:-1}
  .nvi-hero__visual img{max-height:250px}.nvi-hero h1{font-size:38px}.nvi-hero__lead{font-size:17px}
  .nvi-trust-row{gap:10px 18px;margin-top:20px;font-size:13px}
  .nvi-section{padding:34px 0}.nvi-section-head{align-items:flex-start;margin-bottom:16px}.nvi-section-head h2,.nvi-cta h2{font-size:28px}
  .nvi-section-head>a{display:none}
  .nvi-category-grid,.nvi-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .nvi-category-card{min-height:0;padding:12px;grid-template-columns:1fr;gap:8px}.nvi-category-card__image{height:110px}
  .nvi-category-card h3{font-size:14px;margin-bottom:6px}.nvi-category-card span{font-size:12px}
  .nvi-product-card{padding:10px}.nvi-product-card__image{height:150px}.nvi-product-card__image img{max-height:145px}
  .nvi-product-card h3{font-size:13px;min-height:53px}.nvi-product-card__price{font-size:16px}
  .nvi-service-grid{grid-template-columns:1fr}.nvi-service-card{min-height:0;padding:18px}
  .nvi-footer__grid{grid-template-columns:1fr}.nvi-search-form{grid-template-columns:1fr}.nvi-search-form button{min-height:44px}
}
@media(max-width:420px){
  .nvi-actions .nvi-icon-button:first-child{display:none}.nvi-hero h1{font-size:34px}
  .nvi-category-grid,.nvi-product-grid{grid-template-columns:1fr 1fr}
}

/* NVI Next refinement 2026-09-15 */
.nvi-icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nvi-nav__list>li{position:relative}
.nvi-nav__list .sub-menu{position:absolute;top:100%;left:0;z-index:50;display:none;min-width:290px;margin:0;padding:10px;list-style:none;background:#fff;border:1px solid var(--nvi-line);border-radius:12px;box-shadow:var(--nvi-shadow)}
.nvi-nav__list li:hover>.sub-menu,.nvi-nav__list li:focus-within>.sub-menu{display:block}
.nvi-nav__list .sub-menu li{position:relative}
.nvi-nav__list .sub-menu a{min-height:38px;padding:9px 11px;font-size:13px;line-height:1.3}
.nvi-nav__list .sub-menu .sub-menu{top:-10px;left:calc(100% + 8px)}
.nvi-hero{background:linear-gradient(110deg,#fff 0%,#f7f9fc 54%,#eaf1f8 100%)}
.nvi-hero__grid{min-height:520px}
.nvi-hero__content{padding-block:14px}
.nvi-hero__visual{isolation:isolate}
.nvi-hero__visual::after{content:"";position:absolute;z-index:0;width:86%;height:74%;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(235,241,248,.68));border:1px solid rgba(0,17,135,.08);box-shadow:0 24px 60px rgba(25,46,80,.08)}
.nvi-hero__visual img{z-index:2;max-height:430px}
.nvi-benefits{position:relative;z-index:4;margin-top:-26px}
.nvi-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--nvi-line);border-radius:16px;box-shadow:0 14px 36px rgba(17,24,39,.08);overflow:hidden}
.nvi-benefits__grid>div{padding:20px 24px;display:flex;flex-direction:column;gap:4px}
.nvi-benefits__grid>div+div{border-left:1px solid var(--nvi-line)}
.nvi-benefits strong{font-size:15px;color:var(--nvi-ink)}
.nvi-benefits span{font-size:13px;color:var(--nvi-muted);line-height:1.45}
.nvi-category-card,.nvi-product-card,.nvi-service-card{box-shadow:0 1px 0 rgba(17,24,39,.02)}
.nvi-category-card:hover,.nvi-product-card:hover,.nvi-service-card:hover{border-color:rgba(0,17,135,.18)}
.nvi-product-card__image{background:linear-gradient(180deg,#fff,#fafbfd);border-radius:10px}
.nvi-product-card h3 a:hover,.nvi-category-card h3:hover{color:var(--nvi-blue)}
@media(max-width:1023px){
  .nvi-nav__list .sub-menu{display:none}
  .nvi-benefits{margin-top:0;padding-top:14px;background:#fff}
  .nvi-benefits__grid{grid-template-columns:1fr 1fr 1fr}
  .nvi-benefits__grid>div{padding:16px}
}
@media(max-width:767px){
  .nvi-benefits{padding-top:0}
  .nvi-benefits__grid{grid-template-columns:1fr;box-shadow:none;border-radius:12px}
  .nvi-benefits__grid>div+div{border-left:0;border-top:1px solid var(--nvi-line)}
  .nvi-mobile-nav__list .sub-menu{list-style:none;margin:0;padding:0 0 0 14px}
  .nvi-mobile-nav__list .sub-menu a{font-size:13px;font-weight:500}
}

/* WooCommerce integration */
.nvi-commerce{padding-top:34px}
.nvi-commerce .woocommerce-breadcrumb{margin:0 0 18px;color:var(--nvi-muted);font-size:13px}
.nvi-commerce .woocommerce-products-header{margin-bottom:24px}
.nvi-commerce .woocommerce-products-header__title.page-title{margin:0;font-size:clamp(32px,4vw,46px);line-height:1.08;letter-spacing:-.035em}
.woocommerce .woocommerce-result-count{color:var(--nvi-muted);font-size:14px}
.woocommerce .woocommerce-ordering select{min-height:42px;border:1px solid var(--nvi-line);border-radius:10px;padding:0 34px 0 12px;background:#fff}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:14px;border:1px solid var(--nvi-line);border-radius:var(--nvi-radius);background:#fff;display:flex;flex-direction:column;transition:.2s ease}
.woocommerce ul.products li.product:hover{transform:translateY(-2px);box-shadow:var(--nvi-shadow);border-color:rgba(0,17,135,.18)}
.woocommerce ul.products li.product a img{height:220px;object-fit:contain;margin:0 0 14px;background:linear-gradient(180deg,#fff,#fafbfd);border-radius:10px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px;line-height:1.35;padding:0;margin:0 0 10px;min-height:41px;color:var(--nvi-ink)}
.woocommerce ul.products li.product .price{margin:auto 0 12px;color:var(--nvi-blue);font-size:18px;font-weight:800}
.woocommerce ul.products li.product .button{margin-top:0;min-height:42px;border-radius:10px;background:var(--nvi-blue);color:#fff;display:inline-flex;align-items:center;justify-content:center}
.woocommerce ul.products li.product .button:hover{background:var(--nvi-action)}
.woocommerce span.onsale{min-width:auto;min-height:auto;line-height:1;padding:7px 9px;margin:8px!important;border-radius:999px;background:var(--nvi-blue);font-size:11px;font-weight:700}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:48px}
.woocommerce div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product div.summary{width:auto!important;float:none!important;margin:0!important}
.woocommerce div.product .product_title{margin:0 0 16px;font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.035em}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--nvi-blue);font-size:28px;font-weight:800}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--nvi-muted);font-size:15px;line-height:1.7}
.woocommerce div.product form.cart{display:flex;gap:10px;margin:24px 0}
.woocommerce .quantity .qty{min-height:46px;border:1px solid var(--nvi-line);border-radius:10px}
.woocommerce div.product form.cart .button{min-height:46px;border-radius:10px;background:var(--nvi-blue);padding:0 22px}
.woocommerce div.product form.cart .button:hover{background:var(--nvi-action)}
.woocommerce div.product .product_meta{padding-top:18px;border-top:1px solid var(--nvi-line);color:var(--nvi-muted);font-size:13px}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:20px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 24px;border-bottom:1px solid var(--nvi-line)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0 24px 0 0;padding:0 0 12px}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-bottom:2px solid var(--nvi-blue)!important}
.woocommerce div.product .related.products{grid-column:1/-1}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px}
.woocommerce nav.woocommerce-pagination ul li{border:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--nvi-line);border-radius:9px;padding:0}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--nvi-blue);color:#fff;border-color:var(--nvi-blue)}
@media(max-width:1023px){.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce div.product{gap:28px}}
@media(max-width:767px){.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.woocommerce ul.products li.product{padding:10px}.woocommerce ul.products li.product a img{height:160px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px;min-height:53px}.woocommerce div.product{grid-template-columns:1fr;gap:24px}.woocommerce div.product .woocommerce-tabs{grid-column:auto}.woocommerce div.product .related.products{grid-column:auto}.nvi-commerce{padding-top:24px}}

/* Product reassurance */
.nvi-product-assurance{margin-top:22px;border-top:1px solid var(--nvi-line);padding-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px 18px}
.nvi-product-assurance>div{position:relative;padding:10px 0 10px 30px;min-width:0}
.nvi-product-assurance>div::before{content:"✓";position:absolute;left:0;top:10px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#eaf7ef;color:var(--nvi-success);font-size:12px;font-weight:800}
.nvi-product-assurance strong{display:block;font-size:14px;line-height:1.35;margin-bottom:3px}
.nvi-product-assurance span{display:block;color:var(--nvi-muted);font-size:12px;line-height:1.45}
@media(max-width:767px){.nvi-product-assurance{grid-template-columns:1fr;gap:2px}.nvi-product-assurance>div{padding-block:8px}}

/* Mobile menu accordion */
.nvi-mobile-nav__list .sub-menu{display:none;list-style:none;margin:0;padding:0 0 0 14px}
.nvi-mobile-nav__list .is-open>.sub-menu{display:block}
.nvi-mobile-nav__list .menu-item-has-children{position:relative}
.nvi-mobile-sub-toggle{position:absolute;right:0;top:5px;width:36px;height:36px;border:0;border-radius:8px;background:var(--nvi-soft);color:var(--nvi-blue);font-size:20px;line-height:1;cursor:pointer}
.nvi-mobile-sub-toggle::before{content:"+"}
.nvi-mobile-nav__list .is-open>.nvi-mobile-sub-toggle::before{content:"−"}
.nvi-mobile-nav__list .sub-menu a{padding:9px 44px 9px 8px;font-size:13px;font-weight:500}

/* Reference homepage v2 - 2026-09-15 */
.nvi-topbar{background:#063ba8;color:#fff;font-size:12px}
.nvi-topbar__inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nvi-topbar__facts,.nvi-topbar__links{display:flex;align-items:center;gap:16px}
.nvi-topbar__facts a,.nvi-topbar__links a{color:#fff}
.nvi-topbar__facts i{display:block;width:1px;height:14px;background:rgba(255,255,255,.35)}
.nvi-topbar__facts span span{margin-right:5px}
.nvi-topbar__links{gap:22px}
.nvi-header--ref{position:sticky;top:0;z-index:120;background:#fff;border-bottom:1px solid #edf0f5;box-shadow:0 2px 12px rgba(11,34,78,.04)}
.nvi-header--ref .nvi-header__inner{min-height:78px;gap:22px}
.nvi-header--ref .nvi-brand{width:185px;flex:0 0 185px}
.nvi-header--ref .custom-logo-link{display:block;line-height:0}
.nvi-header--ref .nvi-brand img{width:172px;max-width:172px;height:auto;max-height:none}
.nvi-ref-nav{margin-left:8px}
.nvi-ref-nav>ul{display:flex;align-items:center;gap:2px;margin:0;padding:0;list-style:none}
.nvi-ref-nav>ul>li{position:relative}
.nvi-ref-nav>ul>li>a{display:flex;align-items:center;gap:7px;min-height:46px;padding:0 11px;font-size:13px;font-weight:600;color:#111b39;border-radius:8px;white-space:nowrap}
.nvi-ref-nav>ul>li>a:hover{color:#0648c7;background:#f5f8ff}
.nvi-ref-nav>ul>li>a span{font-size:13px;color:#42608b}
.nvi-ref-drop{position:absolute;top:calc(100% - 2px);left:0;display:none;min-width:230px;padding:9px;background:#fff;border:1px solid #e6eaf2;border-radius:10px;box-shadow:0 14px 35px rgba(15,31,67,.12)}
.nvi-ref-nav li:hover>.nvi-ref-drop,.nvi-ref-nav li:focus-within>.nvi-ref-drop{display:grid}
.nvi-ref-drop a{padding:10px 11px;border-radius:7px;font-size:12px;font-weight:600;color:#18213b}
.nvi-ref-drop a:hover{background:#f4f7fc;color:#0648c7}
.nvi-ref-drop--wide{min-width:260px}
.nvi-header-search{margin-left:auto;width:215px;height:42px;display:flex;align-items:center;gap:9px;padding:0 14px;background:#f6f7f9;border:1px solid #edf0f4;border-radius:22px}
.nvi-header-search svg{width:18px;height:18px;fill:none;stroke:#33405b;stroke-width:1.8;flex:0 0 auto}
.nvi-header-search input[type=search]{width:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:0!important;font-size:12px;color:#17223d}
.nvi-header-search input::placeholder{color:#8a93a3}
.nvi-actions--ref{gap:8px;margin-left:0}
.nvi-actions--ref .nvi-icon-button{width:40px;height:40px;border:1px solid #e8ecf3;border-radius:50%;background:#fff}
.nvi-actions--ref .nvi-icon-button:hover{background:#f5f8ff;border-color:#dfe6f5}
.nvi-actions--ref .nvi-cart b{top:-2px;right:-2px;background:#0848c8}
.nvi-mobile-extra{display:none}
.nvi-ref-hero{position:relative;overflow:hidden;background:#f8fbff;border-bottom:1px solid #eef1f5}
.nvi-ref-hero__scene{position:absolute;inset:0 0 0 43%;background-image:linear-gradient(90deg,rgba(248,251,255,1) 0%,rgba(248,251,255,.6) 15%,rgba(248,251,255,.05) 40%),url('/wp-content/uploads/2022/02/slider.jpg');background-size:cover;background-position:54% center;opacity:.92}
.nvi-ref-hero__grid{position:relative;z-index:2;min-height:455px;display:grid;grid-template-columns:1fr .95fr;align-items:center;gap:28px;padding-top:44px;padding-bottom:34px}
.nvi-ref-hero__content{align-self:center;padding-top:4px}
.nvi-ref-hero h1{margin:0 0 14px;color:#071632;font-size:clamp(40px,4.3vw,58px);line-height:.98;letter-spacing:-.045em;font-weight:750}
.nvi-ref-hero__content>p{margin:0;color:#58647a;font-size:19px;line-height:1.4;font-weight:450}
.nvi-ref-hero__actions{display:flex;gap:14px;margin-top:24px}
.nvi-ref-btn{min-height:48px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #0848c8;border-radius:7px;background:#0848c8;color:#fff;font-size:14px;font-weight:700;box-shadow:0 8px 18px rgba(8,72,200,.15);transition:.18s ease}
.nvi-ref-btn:hover{background:#053caa;border-color:#053caa;transform:translateY(-1px)}
.nvi-ref-btn--outline{background:#fff;color:#0848c8;box-shadow:none}
.nvi-ref-btn--outline:hover{background:#f5f8ff;color:#053caa}
.nvi-ref-hero__benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px;max-width:610px}
.nvi-ref-hero__benefits>div{display:flex;align-items:center;gap:11px;min-width:0}
.nvi-ref-mini-icon{font-size:29px;line-height:1;color:#0648c7;font-weight:700}
.nvi-ref-hero__benefits p{display:flex;flex-direction:column;margin:0;line-height:1.25}
.nvi-ref-hero__benefits strong{font-size:12px;color:#17213b}
.nvi-ref-hero__benefits small{font-size:11px;color:#6c7588;margin-top:4px}
.nvi-ref-hero__visual{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:flex-end;padding:18px 8px 0 0}
.nvi-ref-hero__visual:before{content:"";position:absolute;right:0;bottom:0;width:90%;height:28%;background:radial-gradient(ellipse at center,rgba(0,0,0,.16),rgba(0,0,0,0) 66%);filter:blur(5px)}
.nvi-ref-hero__visual img{position:relative;z-index:2;max-width:360px;max-height:390px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(20,31,49,.18))}
.nvi-ref-slogan{position:absolute;z-index:3;top:70px;left:26px;color:#17203b;font-family:"Segoe Print","Bradley Hand",cursive;font-size:22px;line-height:1.05;transform:rotate(-8deg);text-align:center}
.nvi-ref-section{padding:38px 0;background:#fff}
.nvi-ref-section--products{padding-top:14px}
.nvi-ref-section--services{padding-top:8px;padding-bottom:30px}
.nvi-ref-section__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.nvi-ref-section__head h2{margin:0;color:#071632;font-size:32px;line-height:1.1;letter-spacing:-.03em;font-weight:750}
.nvi-ref-section__head>a{color:#0848c8;font-size:12px;font-weight:700;white-space:nowrap}
.nvi-ref-section__head>a span{margin-left:7px}
.nvi-ref-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nvi-ref-category{height:146px;padding:14px 16px;display:grid;grid-template-columns:90px 1fr;align-items:center;gap:12px;border:1px solid #eef0f4;border-radius:8px;background:linear-gradient(135deg,#fbfcfe,#f6f8fb);transition:.18s ease}
.nvi-ref-category:hover{transform:translateY(-2px);border-color:#dde4ef;box-shadow:0 10px 28px rgba(21,38,70,.07)}
.nvi-ref-category__image{height:112px;display:grid;place-items:center}
.nvi-ref-category__image img{max-width:100%;max-height:105px;width:auto;height:auto;object-fit:contain}
.nvi-ref-category__copy{display:flex;flex-direction:column;gap:16px;min-width:0}
.nvi-ref-category__copy strong{font-size:14px;line-height:1.3;color:#111c38}
.nvi-ref-category__copy small{color:#0848c8;font-size:12px;font-weight:600}
.nvi-ref-category__copy b{margin-left:4px}
.nvi-ref-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nvi-ref-product{position:relative;min-width:0;display:flex;flex-direction:column;padding:14px;border:1px solid #e7ebf1;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(20,34,60,.02);transition:.18s ease}
.nvi-ref-product:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,34,60,.08)}
.nvi-ref-sale{position:absolute;z-index:3;top:12px;left:14px;padding:6px 9px;border-radius:4px;background:#073ca7;color:#fff;font-size:11px;font-weight:700}
.nvi-ref-product__image{height:185px;display:grid;place-items:center;margin-bottom:8px}
.nvi-ref-product__image img{max-width:100%;max-height:176px;width:auto;height:auto;object-fit:contain}
.nvi-ref-product h3{margin:0 0 10px;min-height:38px;font-size:13px;line-height:1.35;color:#111b35;font-weight:650}
.nvi-ref-product h3 a{color:inherit}
.nvi-ref-product__price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-top:auto}
.nvi-ref-product__price del{font-size:11px;color:#7f8795;text-decoration-thickness:1px}
.nvi-ref-product__price strong{font-size:18px;color:#073ca7;letter-spacing:-.02em}
.nvi-ref-product__price small{font-size:10px;color:#737c8f}
.nvi-ref-stock{display:flex;align-items:center;gap:6px;margin:9px 0 12px;font-size:11px;font-weight:600;color:#3f485b}
.nvi-ref-stock i{width:8px;height:8px;border-radius:50%;background:#e5a000}
.nvi-ref-stock.is-stock i{background:#08a63b}
.nvi-ref-cart{min-height:38px;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:5px;background:#0848c8!important;color:#fff!important;font-size:12px;font-weight:700;border:0!important;text-align:center}
.nvi-ref-cart:hover{background:#053caa!important;color:#fff!important}
.nvi-ref-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.nvi-ref-service{min-height:118px;padding:22px 24px;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:18px;border:1px solid #edf0f4;border-radius:8px;background:linear-gradient(135deg,#fafbfd,#f5f7fa)}
.nvi-ref-service:hover{border-color:#dce4f0;box-shadow:0 9px 24px rgba(20,35,70,.06)}
.nvi-ref-service__icon{font-size:37px;color:#0748c8;line-height:1;text-align:center}
.nvi-ref-service>span:last-child{display:flex;flex-direction:column;gap:5px}
.nvi-ref-service strong{font-size:15px;color:#111b35}
.nvi-ref-service small{font-size:12px;color:#677185;line-height:1.55}
.nvi-ref-trust{padding:28px 0;background:#f6f8fb;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}
.nvi-ref-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.nvi-ref-trust__grid>div{display:flex;align-items:center;gap:13px;min-width:0}
.nvi-ref-trust__grid b{font-size:32px;color:#0748c8;font-weight:500;line-height:1}
.nvi-ref-trust__grid p{display:flex;flex-direction:column;margin:0;line-height:1.25}
.nvi-ref-trust__grid strong{font-size:12px;color:#111b35}
.nvi-ref-trust__grid small{margin-top:4px;font-size:11px;color:#758093}
.nvi-ref-cta{padding:38px 0 42px;background:#fff}
.nvi-ref-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:34px}
.nvi-ref-cta h2{margin:0 0 6px;color:#071632;font-size:27px;line-height:1.15;letter-spacing:-.025em}
.nvi-ref-cta p{margin:0;color:#657087;font-size:13px}
.nvi-ref-cta__actions{display:flex;align-items:center;gap:16px;flex:0 0 auto}
.nvi-ref-cta__actions .nvi-ref-btn{min-height:46px;font-size:12px;padding-inline:22px}
@media(max-width:1180px){
  .nvi-ref-nav>ul>li>a{padding-inline:8px;font-size:12px}
  .nvi-header-search{width:175px}
  .nvi-header--ref .nvi-brand{width:165px;flex-basis:165px}
  .nvi-header--ref .nvi-brand img{width:154px;max-width:154px}
  .nvi-ref-hero__grid{grid-template-columns:1.04fr .96fr}
  .nvi-ref-hero__visual img{max-width:325px}
}
@media(max-width:1023px){
  .nvi-topbar__links{display:none}
  .nvi-topbar__inner{justify-content:center}
  .nvi-ref-nav,.nvi-header-search{display:none}
  .nvi-actions--ref{margin-left:auto}
  .nvi-header--ref .nvi-header__inner{min-height:70px}
  .nvi-menu-toggle{display:grid}
  .nvi-mobile-extra{display:flex;gap:18px;padding:14px 4px 18px}
  .nvi-mobile-extra a{font-weight:600;color:#0848c8}
  .nvi-ref-hero__grid{min-height:430px;grid-template-columns:1fr .8fr;padding-top:34px}
  .nvi-ref-hero h1{font-size:45px}
  .nvi-ref-hero__content>p{font-size:17px}
  .nvi-ref-hero__visual img{max-width:285px;max-height:330px}
  .nvi-ref-slogan{left:-8px;top:78px;font-size:18px}
  .nvi-ref-categories,.nvi-ref-products{grid-template-columns:repeat(2,1fr)}
  .nvi-ref-services{grid-template-columns:1fr 1fr 1fr}
  .nvi-ref-trust__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  .nvi-topbar{display:block}
  .nvi-topbar__inner{height:32px}
  .nvi-topbar__facts{width:100%;justify-content:center;gap:10px;font-size:10px}
  .nvi-topbar__facts i,.nvi-topbar__facts>span:last-child{display:none}
  .nvi-header--ref .nvi-header__inner{min-height:64px}
  .nvi-header--ref .nvi-brand{width:145px;flex-basis:145px}
  .nvi-header--ref .nvi-brand img{width:138px;max-width:138px}
  .nvi-actions--ref .nvi-icon-button:first-child{display:none}
  .nvi-ref-hero{background:#f8fbff}
  .nvi-ref-hero__scene{inset:45% 0 0 0;background-position:center 42%;opacity:.55}
  .nvi-ref-hero__grid{min-height:0;grid-template-columns:1fr;gap:10px;padding-top:32px;padding-bottom:24px}
  .nvi-ref-hero__content{text-align:center}
  .nvi-ref-hero h1{font-size:39px;line-height:1.02}
  .nvi-ref-hero__content>p{font-size:16px}
  .nvi-ref-hero__content>p br{display:none}
  .nvi-ref-hero__actions{justify-content:center;margin-top:20px}
  .nvi-ref-hero__benefits{margin:24px auto 0;grid-template-columns:repeat(3,1fr);gap:8px;text-align:left}
  .nvi-ref-hero__benefits>div{gap:7px}
  .nvi-ref-mini-icon{font-size:23px}
  .nvi-ref-hero__benefits strong{font-size:10px}.nvi-ref-hero__benefits small{font-size:9px}
  .nvi-ref-hero__visual{height:260px;justify-content:center;padding:0}
  .nvi-ref-hero__visual img{max-height:250px;max-width:245px}
  .nvi-ref-slogan{top:38px;left:12%;font-size:16px}
  .nvi-ref-section{padding:30px 0}
  .nvi-ref-section__head{margin-bottom:16px}.nvi-ref-section__head h2{font-size:27px}.nvi-ref-section__head>a{display:none}
  .nvi-ref-categories,.nvi-ref-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .nvi-ref-category{height:138px;padding:10px;grid-template-columns:1fr;grid-template-rows:78px auto;text-align:center;gap:4px}
  .nvi-ref-category__image{height:78px}.nvi-ref-category__image img{max-height:76px}
  .nvi-ref-category__copy{gap:4px}.nvi-ref-category__copy strong{font-size:11px}.nvi-ref-category__copy small{font-size:10px}
  .nvi-ref-product{padding:10px}.nvi-ref-product__image{height:145px}.nvi-ref-product__image img{max-height:138px}
  .nvi-ref-product h3{font-size:11px;min-height:45px}.nvi-ref-product__price strong{font-size:16px}.nvi-ref-product__price del{font-size:10px}
  .nvi-ref-services{grid-template-columns:1fr}.nvi-ref-service{min-height:100px;padding:18px}
  .nvi-ref-trust__grid{grid-template-columns:1fr 1fr;gap:20px 12px}.nvi-ref-trust__grid b{font-size:27px}
  .nvi-ref-cta__inner{align-items:flex-start;flex-direction:column}.nvi-ref-cta__actions{width:100%;flex-wrap:wrap}.nvi-ref-cta__actions .nvi-ref-btn{flex:1}
}
.nvi-brand--wordmark{display:inline-flex!important;flex-direction:column;align-items:flex-start;justify-content:center;color:#073ca7!important;line-height:1;text-decoration:none}
.nvi-brand--wordmark span{font-size:29px;font-weight:780;letter-spacing:-.045em}
.nvi-brand--wordmark span em{font-style:normal;font-weight:500}
.nvi-brand--wordmark small{margin-top:5px;font-size:7px;font-weight:750;letter-spacing:.22em;color:#44516a}
@media(max-width:767px){.nvi-brand--wordmark span{font-size:25px}.nvi-brand--wordmark small{font-size:6px}}
@media(min-width:1024px){
  .nvi-ref-hero__grid{min-height:410px;padding-top:32px;padding-bottom:26px}
  .nvi-ref-hero__visual img{max-height:350px}
  .nvi-ref-slogan{top:58px}
  .nvi-ref-hero__benefits{margin-top:30px}
  .nvi-ref-category{height:132px}
  .nvi-ref-category__image{height:100px}
  .nvi-ref-category__image img{max-height:96px}
}
/* Hero focus refinement: single AT8 focal point */
@media(min-width:1024px){
  .nvi-ref-hero__scene{inset:0 0 0 34%;background-position:50% center;background-image:linear-gradient(90deg,rgba(248,251,255,1) 0%,rgba(248,251,255,.72) 13%,rgba(248,251,255,.08) 34%,rgba(248,251,255,0) 48%),url("/wp-content/uploads/2022/02/slider.jpg")}
  .nvi-ref-hero__visual{padding-right:0;overflow:visible}
  .nvi-ref-hero__visual img{max-height:385px;max-width:390px;transform:translateX(-78px) translateY(8px);filter:drop-shadow(0 20px 20px rgba(20,31,49,.22))}
  .nvi-ref-hero__visual:before{right:72px;width:72%;height:24%}
  .nvi-ref-slogan{top:172px;left:auto;right:150px;font-size:21px;line-height:1.02;transform:rotate(-7deg);color:#0a1837;text-shadow:0 1px 0 rgba(255,255,255,.75)}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__scene{inset:0 0 0 35%;background-position:50% center}
  .nvi-ref-hero__visual img{max-height:340px;max-width:320px;transform:translateX(-32px) translateY(6px)}
  .nvi-ref-slogan{top:150px;left:auto;right:105px;font-size:17px}
}
/* Hero AT8 alignment refinement from live screenshot */
@media(min-width:1024px){
  .nvi-ref-hero__visual img{max-height:420px;max-width:420px;transform:translateX(42px) translateY(34px)}
  .nvi-ref-hero__visual:before{right:0;width:68%;bottom:-8px}
  .nvi-ref-slogan{top:188px;right:35px;left:auto;font-size:21px;transform:rotate(-7deg)}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__visual img{max-height:350px;max-width:340px;transform:translateX(22px) translateY(24px)}
  .nvi-ref-slogan{top:166px;right:34px;left:auto}
}
/* Hero AT8 cover refinement: hide legacy tank completely */
@media(min-width:1024px){
  .nvi-ref-hero__visual img{max-height:475px;max-width:470px;transform:translateX(40px) translateY(82px)}
  .nvi-ref-slogan{top:205px;right:48px;font-size:21px}
  .nvi-ref-hero__visual:before{right:-10px;bottom:-18px;width:72%;height:22%}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__visual img{max-height:390px;max-width:380px;transform:translateX(18px) translateY(58px)}
  .nvi-ref-slogan{top:184px;right:42px}
}
/* Hero AT8 installed-in-ground composition */
@media(min-width:1024px){
  .nvi-ref-hero__visual img{max-height:330px;max-width:325px;transform:translateX(112px) translateY(118px);filter:drop-shadow(0 12px 14px rgba(20,31,49,.18))}
  .nvi-ref-hero__visual:before{right:-5px;bottom:-14px;width:54%;height:16%;opacity:.65}
  .nvi-ref-slogan{top:auto;bottom:52px;right:88px;left:auto;font-size:19px;line-height:1.02;transform:rotate(-5deg);color:#0a1837;text-shadow:0 1px 0 rgba(255,255,255,.95)}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__visual img{max-height:285px;max-width:280px;transform:translateX(70px) translateY(92px)}
  .nvi-ref-slogan{top:auto;bottom:46px;right:60px;left:auto;font-size:16px;transform:rotate(-5deg)}
}
/* Hero AT8 fine positioning from 16:57 live screenshot */
@media(min-width:1024px){
  .nvi-ref-hero__visual img{max-height:300px;max-width:295px;transform:translateX(72px) translateY(128px);filter:drop-shadow(0 9px 11px rgba(20,31,49,.16))}
  .nvi-ref-hero__visual:before{right:18px;bottom:-12px;width:48%;height:13%;opacity:.55}
  .nvi-ref-slogan{top:auto;bottom:-4px;right:-8px;left:auto;font-size:18px;line-height:1.02;transform:rotate(-4deg);color:#0a1837;text-shadow:none}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__visual img{max-height:265px;max-width:260px;transform:translateX(42px) translateY(105px)}
  .nvi-ref-slogan{top:auto;bottom:0;right:4px;left:auto;font-size:15px;transform:rotate(-4deg)}
}
/* Hero AT8 final fine alignment from 16:58 live screenshot */
@media(min-width:1024px){
  .nvi-ref-hero__visual img{max-height:300px;max-width:295px;transform:translateX(38px) translateY(136px)}
  .nvi-ref-slogan{top:auto;bottom:-34px;right:38px;left:auto;font-size:17px;line-height:1.02;transform:rotate(-4deg)}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__visual img{max-height:265px;max-width:260px;transform:translateX(20px) translateY(112px)}
  .nvi-ref-slogan{top:auto;bottom:-26px;right:30px;left:auto;font-size:15px}
}
/* Slogan moved beside AT8 onto grass */
@media(min-width:1024px){
  .nvi-ref-slogan{top:150px;bottom:auto;left:-48px;right:auto;font-size:18px;line-height:1.02;transform:rotate(-5deg);color:#0a1837;text-shadow:0 1px 0 #fff,1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-slogan{top:142px;bottom:auto;left:-26px;right:auto;font-size:15px;text-shadow:0 1px 0 #fff,1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff}
}
/* Slogan directly beside AT8 on grass */
@media(min-width:1024px){
  .nvi-ref-slogan{top:174px;bottom:auto;left:auto;right:300px;font-size:18px;line-height:1.02;transform:rotate(-5deg);color:#0a1837;text-shadow:0 1px 0 #fff,1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-slogan{top:160px;bottom:auto;left:auto;right:230px;font-size:15px}
}
/* Slogan positioned directly beside AT8 on grass */
@media(min-width:1024px){
  .nvi-ref-slogan{top:174px;bottom:auto;left:auto;right:235px;font-size:18px;line-height:1.02;transform:rotate(-5deg);color:#0a1837;text-shadow:0 1px 0 #fff,1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-slogan{top:162px;bottom:auto;left:auto;right:185px;font-size:15px}
}
/* Keep AT8 and slogan as one visual group */
@media(min-width:1024px){
  .nvi-ref-hero__tank-wrap{position:absolute;right:-30px;bottom:-136px;width:295px;height:300px;z-index:3}
  .nvi-ref-hero__tank-wrap img{display:block!important;width:295px!important;height:auto!important;max-width:295px!important;max-height:300px!important;transform:none!important;filter:drop-shadow(0 9px 11px rgba(20,31,49,.16))}
  .nvi-ref-hero__tank-wrap .nvi-ref-slogan{top:76px!important;left:-118px!important;right:auto!important;bottom:auto!important;font-size:18px;line-height:1.02;transform:rotate(-5deg);color:#0a1837;text-shadow:0 1px 0 #fff,1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__tank-wrap{position:absolute;right:-12px;bottom:-112px;width:260px;height:265px;z-index:3}
  .nvi-ref-hero__tank-wrap img{width:260px!important;height:auto!important;max-width:260px!important;max-height:265px!important;transform:none!important}
  .nvi-ref-hero__tank-wrap .nvi-ref-slogan{top:66px!important;left:-96px!important;right:auto!important;bottom:auto!important;font-size:15px}
}/* Restore AT8 horizontal position; keep slogan close */
@media(min-width:1024px){
  .nvi-ref-hero__tank-wrap{transform:translateX(105px)}
  .nvi-ref-hero__tank-wrap .nvi-ref-slogan{left:-82px!important;top:76px!important}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__tank-wrap{transform:translateX(70px)}
  .nvi-ref-hero__tank-wrap .nvi-ref-slogan{left:-72px!important;top:66px!important}
}
/* AT8 left + slogan closer */
@media(min-width:1024px){
  .nvi-ref-hero__tank-wrap{transform:translateX(50px)}
  .nvi-ref-hero__tank-wrap .nvi-ref-slogan{left:-45px!important;top:76px!important}
}
@media(min-width:768px) and (max-width:1023px){
  .nvi-ref-hero__tank-wrap{transform:translateX(38px)}
  .nvi-ref-hero__tank-wrap .nvi-ref-slogan{left:-44px!important;top:66px!important}
}
/* Homepage sections refinement */
@media(min-width:1024px){
  .nvi-ref-section{padding:34px 0}
  .nvi-ref-section--products{padding-top:20px;padding-bottom:38px;background:#fcfdff}
  .nvi-ref-section--services{padding-top:26px;padding-bottom:34px}
  .nvi-ref-section__head{margin-bottom:18px;align-items:center}
  .nvi-ref-section__head h2{font-size:29px;font-weight:760}
  .nvi-ref-section__head>a{font-size:12px;padding:7px 0}
  .nvi-ref-categories{gap:14px}
  .nvi-ref-category{height:128px;padding:12px 14px;grid-template-columns:92px 1fr;gap:11px;border-color:#e8edf4;background:linear-gradient(135deg,#fbfcfe 0%,#f6f8fb 100%)}
  .nvi-ref-category__image{height:100px}
  .nvi-ref-category__image img{max-height:94px;max-width:90px}
  .nvi-ref-category__copy{gap:13px}
  .nvi-ref-category__copy strong{font-size:13px;line-height:1.27}
  .nvi-ref-category__copy small{font-size:11px}
}
@media(min-width:1024px){
  .nvi-ref-products{gap:14px;align-items:stretch}
  .nvi-ref-product{min-height:360px;padding:13px 13px 14px;border-color:#e2e8f0;border-radius:9px}
  .nvi-ref-product__image{height:170px;margin-bottom:10px}
  .nvi-ref-product__image img{max-height:162px}
  .nvi-ref-product h3{min-height:43px;margin-bottom:9px;font-size:12.5px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .nvi-ref-product__price{min-height:42px;gap:5px}
  .nvi-ref-product__price del{width:100%;font-size:10.5px}
  .nvi-ref-product__price strong{font-size:18px}
  .nvi-ref-stock{margin:8px 0 11px}
  .nvi-ref-cart{min-height:38px;border-radius:5px}
  .nvi-ref-sale{top:11px;left:12px;padding:5px 8px}
  .nvi-ref-services{gap:16px}
  .nvi-ref-service{min-height:108px;padding:18px 20px;grid-template-columns:44px 1fr;gap:15px}
  .nvi-ref-service__icon{font-size:32px}
  .nvi-ref-service strong{font-size:14px}
  .nvi-ref-service small{font-size:11.5px;line-height:1.45}
}
@media(min-width:1024px){
  .nvi-ref-trust{padding:24px 0;background:#f7f9fc}
  .nvi-ref-trust__grid{gap:22px}
  .nvi-ref-trust__grid>div{gap:11px}
  .nvi-ref-trust__grid b{font-size:29px}
  .nvi-ref-trust__grid strong{font-size:11.5px}
  .nvi-ref-trust__grid small{font-size:10.5px}
  .nvi-ref-cta{padding:34px 0 38px}
  .nvi-ref-cta__inner{gap:28px}
  .nvi-ref-cta h2{font-size:25px}
  .nvi-ref-cta p{font-size:12.5px}
  .nvi-ref-cta__actions{gap:12px}
  .nvi-ref-cta__actions .nvi-ref-btn{min-height:44px;padding-inline:20px}
}
/* Clean outline icons */
.nvi-ref-mini-icon,.nvi-ref-service__icon{display:grid;place-items:center;color:#0748c8}
.nvi-ref-mini-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nvi-ref-mini-icon--artea img{display:block;width:54px;max-width:none;height:auto;object-fit:contain}
.nvi-ref-service__icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nvi-ref-cart__icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:767px){
  .nvi-ref-mini-icon svg{width:23px;height:23px}
  .nvi-ref-service__icon svg{width:32px;height:32px}
}

/* WooCommerce final visual layer */
.nvi-commerce{padding:30px 0 54px;background:#fff}
.nvi-commerce .woocommerce-breadcrumb{margin:0 0 16px;color:#758093;font-size:12px}
.nvi-commerce .woocommerce-products-header{padding:24px 28px;margin:0 0 18px;border:1px solid #eef1f5;border-radius:12px;background:linear-gradient(135deg,#fbfcfe,#f6f8fb)}
.nvi-commerce .woocommerce-products-header__title.page-title{font-size:clamp(30px,3.4vw,43px);color:#071632;font-weight:760}
.nvi-commerce .term-description{max-width:850px;margin-top:10px;color:#667187;font-size:14px;line-height:1.65}
.woocommerce .woocommerce-result-count{margin:10px 0 18px!important;font-size:12px;color:#6f798d}
.woocommerce .woocommerce-ordering{margin:0 0 18px!important}
.woocommerce .woocommerce-ordering select{height:40px;min-height:40px;border-color:#e2e7ef;border-radius:8px;color:#27344e;font-size:12px}
.woocommerce ul.products{gap:15px;margin-top:0}
.woocommerce ul.products li.product{padding:13px;border-color:#e7ebf1;border-radius:9px;box-shadow:0 2px 8px rgba(20,34,60,.02)}
.woocommerce ul.products li.product:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,34,60,.08);border-color:#dfe5ee}
.woocommerce ul.products li.product a img{height:195px;margin-bottom:10px;background:#fff;border-radius:6px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:42px;font-size:13px;line-height:1.4;font-weight:650;color:#111b35}
.woocommerce ul.products li.product .price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin:auto 0 7px;font-size:18px;color:#073ca7;font-weight:800}
.woocommerce ul.products li.product .price del{font-size:11px;color:#7f8795;font-weight:500;opacity:1}
.woocommerce ul.products li.product .price ins{text-decoration:none}
.woocommerce ul.products li.product .button{min-height:39px;margin-top:10px;border-radius:5px;background:#0848c8;font-size:12px;font-weight:700}
.woocommerce span.onsale{top:12px!important;left:12px!important;right:auto!important;margin:0!important;padding:6px 9px;border-radius:4px;background:#073ca7;font-size:11px;line-height:1}
.nvi-loop-stock{display:flex;align-items:center;gap:6px;margin:0 0 2px;color:#495269;font-size:11px;font-weight:600;order:8}
.nvi-loop-stock i{width:8px;height:8px;border-radius:50%;background:#e5a000}
.nvi-loop-stock.is-stock i{background:#08a63b}

.single-product .nvi-commerce{background:linear-gradient(180deg,#fff 0,#fff 72%,#fafbfd 72%,#fafbfd 100%)}
.woocommerce div.product{gap:42px;align-items:start}
.woocommerce div.product .woocommerce-product-gallery{padding:18px;border:1px solid #e8edf3;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(20,34,60,.04)}
.woocommerce div.product .woocommerce-product-gallery__wrapper{margin:0}
.woocommerce div.product .woocommerce-product-gallery__image a{display:grid;place-items:center;min-height:430px}
.woocommerce div.product .woocommerce-product-gallery__image img{max-height:430px;width:auto!important;margin:auto;object-fit:contain}
.woocommerce div.product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px!important}
.woocommerce div.product .flex-control-thumbs li{width:auto!important;float:none!important}
.woocommerce div.product .flex-control-thumbs img{padding:5px;border:1px solid #e8edf3;border-radius:7px;background:#fff;opacity:.65}
.woocommerce div.product .flex-control-thumbs img.flex-active{border-color:#0848c8;opacity:1}
.woocommerce div.product div.summary{padding:6px 0}
.woocommerce div.product .product_title{margin-bottom:12px;font-size:clamp(31px,3.6vw,44px);color:#071632;font-weight:760}
.woocommerce div.product p.price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 14px;font-size:29px;color:#073ca7}
.woocommerce div.product p.price del{font-size:15px;color:#7d8798;opacity:1;font-weight:500}
.woocommerce div.product p.price ins{text-decoration:none}
.woocommerce div.product .woocommerce-product-details__short-description{padding:12px 0 2px;color:#5f6b7e;font-size:15px;line-height:1.65}
.woocommerce div.product form.cart{align-items:center;margin:18px 0 8px;padding:16px;border:1px solid #e8edf3;border-radius:10px;background:#f8fafc}
.woocommerce .quantity .qty{width:66px;min-height:45px;background:#fff;border-radius:7px}
.woocommerce div.product form.cart .button{min-height:45px;padding:0 26px;border-radius:6px;background:#0848c8;font-size:13px;font-weight:750}
.woocommerce div.product .product_meta{margin-top:12px;padding-top:14px;border-color:#edf0f4;font-size:12px}
.nvi-product-assurance{margin-top:16px;padding-top:0;border-top:0;grid-template-columns:1fr 1fr;gap:8px}
.nvi-product-assurance>div{padding:12px 12px 12px 40px;border:1px solid #edf0f4;border-radius:8px;background:#fafbfd}
.nvi-product-assurance>div::before{left:12px;top:13px;background:#eaf7ef}
.nvi-product-assurance strong{font-size:12px;color:#17213b}
.nvi-product-assurance span{font-size:11px;line-height:1.4}

.woocommerce div.product .woocommerce-tabs{margin-top:34px;padding:24px 26px;border:1px solid #e8edf3;border-radius:12px;background:#fff}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin-bottom:20px}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin-right:26px;font-size:13px;font-weight:700;color:#697387}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{color:#0848c8}
.woocommerce div.product .woocommerce-tabs .panel{color:#4f5b70;font-size:14px;line-height:1.75}
.woocommerce div.product .woocommerce-tabs .panel h2{margin:0 0 14px;color:#071632;font-size:24px}
.woocommerce div.product .related.products{margin-top:34px}
.woocommerce div.product .related.products>h2{margin:0 0 18px;color:#071632;font-size:28px;letter-spacing:-.025em}
.woocommerce nav.woocommerce-pagination{margin-top:30px}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border-radius:7px;font-size:12px}
@media(max-width:1023px){
  .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .woocommerce div.product{gap:26px}
  .woocommerce div.product .woocommerce-product-gallery__image a{min-height:350px}
  .woocommerce div.product .woocommerce-product-gallery__image img{max-height:350px}
  .nvi-product-assurance{grid-template-columns:1fr}
}
@media(max-width:767px){
  .nvi-commerce .woocommerce-products-header{padding:18px}
  .woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none;width:100%}
  .woocommerce .woocommerce-ordering select{width:100%}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .woocommerce ul.products li.product a img{height:145px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:52px;font-size:11px}
  .woocommerce div.product .woocommerce-product-gallery{padding:10px}
  .woocommerce div.product .woocommerce-product-gallery__image a{min-height:280px}
  .woocommerce div.product .woocommerce-product-gallery__image img{max-height:280px}
  .woocommerce div.product form.cart{padding:12px}
  .woocommerce div.product .woocommerce-tabs{padding:18px 14px}
}

/* Cart */
.woocommerce-cart .woocommerce{padding:8px 0 32px}
.woocommerce table.shop_table{border:1px solid #e7ebf1;border-radius:10px;border-collapse:separate;background:#fff;overflow:hidden}
.woocommerce table.shop_table th{padding:14px 12px;background:#f7f9fc;color:#27344e;font-size:12px;font-weight:700}
.woocommerce table.shop_table td{padding:14px 12px;border-top:1px solid #edf0f4;font-size:13px}
.woocommerce-cart table.cart img{width:78px;border-radius:7px;background:#fff}
.woocommerce-cart table.cart .product-name a{color:#111b35;font-weight:650}
.woocommerce-cart table.cart .product-price,.woocommerce-cart table.cart .product-subtotal{color:#073ca7;font-weight:750}
.woocommerce-cart table.cart td.actions{padding:14px;background:#fbfcfe}
.woocommerce-cart table.cart td.actions .coupon{display:flex;gap:8px}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:180px!important;min-height:40px;border:1px solid #dfe5ed;border-radius:6px;padding:0 11px}
.woocommerce-cart .button,.woocommerce-cart a.button{min-height:40px!important;border-radius:6px!important;background:#0848c8!important;color:#fff!important;font-size:12px!important;font-weight:700!important}
.woocommerce-cart .button:disabled{opacity:.45!important}
.woocommerce-cart .cart-collaterals .cart_totals{float:right;width:42%;padding:20px;border:1px solid #e7ebf1;border-radius:10px;background:#fff}
.woocommerce-cart .cart-collaterals .cart_totals h2{margin:0 0 14px;color:#071632;font-size:24px}
.woocommerce-cart .cart-collaterals .cart_totals table{margin-bottom:14px}
.woocommerce-cart .wc-proceed-to-checkout{padding:10px 0 0}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex;align-items:center;justify-content:center;min-height:48px;margin:0;background:#0848c8!important;border-radius:6px;font-size:14px!important}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:8px;background:#f8fafc;border-top-color:#0848c8;font-size:13px}

/* Checkout */
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.78fr);gap:28px;align-items:start}
.woocommerce-checkout #customer_details{grid-column:1;grid-row:1/3;width:auto!important;float:none!important;padding:22px;border:1px solid #e7ebf1;border-radius:10px;background:#fff}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none!important;width:100%!important}
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0;color:#071632;font-size:24px}
.woocommerce-checkout #order_review{grid-column:2;grid-row:2;width:auto!important;float:none!important;padding:20px;border:1px solid #e7ebf1;border-radius:10px;background:#fff}
.woocommerce-checkout h3{color:#071632;font-size:22px}
.woocommerce form .form-row label{margin-bottom:5px;color:#344158;font-size:12px;font-weight:650}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:43px;border:1px solid #dfe5ed;border-radius:6px;background:#fff;padding:8px 11px;color:#17223d}
.woocommerce form .form-row textarea{min-height:100px}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:#0848c8;box-shadow:0 0 0 3px rgba(8,72,200,.08);outline:0}
.woocommerce-checkout .select2-container .select2-selection--single{height:43px;border:1px solid #dfe5ed;border-radius:6px}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:41px;padding-left:11px}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:41px}
.woocommerce-checkout #order_review table.shop_table{margin-bottom:16px}
.woocommerce-checkout #payment{background:#f7f9fc;border-radius:8px}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid #e4e9f0}
.woocommerce-checkout #payment div.payment_box{background:#fff;border:1px solid #e5eaf1;border-radius:6px;font-size:12px}
.woocommerce-checkout #payment div.payment_box::before{display:none}
.woocommerce-checkout #place_order{width:100%;min-height:48px;border-radius:6px;background:#0848c8;font-size:14px;font-weight:750}

/* Account + responsive commerce */
.woocommerce-account .woocommerce-MyAccount-navigation{width:24%;padding:14px;border:1px solid #e7ebf1;border-radius:10px;background:#f8fafc}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:10px 12px;border-radius:6px;font-size:13px;font-weight:650}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#0848c8;color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{width:72%;padding:20px;border:1px solid #e7ebf1;border-radius:10px;background:#fff}
.woocommerce-account form.login,.woocommerce-account form.register{border-color:#e7ebf1;border-radius:10px;background:#fff}
@media(max-width:900px){
  .woocommerce-checkout form.checkout{grid-template-columns:1fr}
  .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1;grid-row:auto}
  .woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%}
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%;margin-bottom:18px}
}
@media(max-width:767px){
  .woocommerce table.shop_table_responsive tr td{padding:11px 10px}
  .woocommerce-cart table.cart td.actions .coupon{float:none!important;width:100%;margin-bottom:8px}
  .woocommerce-cart table.cart td.actions .coupon .input-text{width:50%!important}
  .woocommerce-cart table.cart td.actions .button{width:100%;margin-top:6px}
  .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{padding:14px}
}

/* Footer refinement */
.nvi-footer--ref{padding:48px 0 18px;background:#08132d;color:#dce3ef}
.nvi-footer--ref .nvi-footer__grid{grid-template-columns:1.5fr .8fr 1fr .9fr;gap:38px}
.nvi-footer__wordmark{display:inline-flex;flex-direction:column;color:#fff!important;line-height:1}
.nvi-footer__wordmark span{font-size:27px;font-weight:780;letter-spacing:-.045em}.nvi-footer__wordmark em{font-style:normal;font-weight:500}
.nvi-footer__wordmark small{margin-top:5px;font-size:7px;letter-spacing:.22em;color:#91a0bb;font-weight:750}
.nvi-footer--ref p{max-width:330px;margin:14px 0 0;color:#aeb9cd;font-size:12px;line-height:1.65}
.nvi-footer__title{display:block;margin-bottom:13px;color:#fff;font-size:13px;font-weight:750}
.nvi-footer__links{list-style:none;margin:0!important;padding:0!important}
.nvi-footer__links li{margin:0!important}.nvi-footer__links li+li{margin-top:8px!important}
.nvi-footer__links a{color:#b7c1d3!important;font-size:12px;line-height:1.4}
.nvi-footer__links a:hover{color:#fff!important}
.nvi-footer__contact{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:#fff!important;font-size:12px;font-weight:700}
.nvi-footer--ref .nvi-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding-top:16px;color:#8290aa;font-size:11px}
.nvi-footer--ref .nvi-footer__bottom a{color:#aeb9cd}
@media(max-width:900px){.nvi-footer--ref .nvi-footer__grid{grid-template-columns:1fr 1fr}.nvi-footer__about{grid-column:1/-1}}
@media(max-width:600px){.nvi-footer--ref .nvi-footer__grid{grid-template-columns:1fr}.nvi-footer__about{grid-column:auto}.nvi-footer--ref .nvi-footer__bottom{align-items:flex-start;flex-direction:column}}

/* Informational pages */
.nvi-content{max-width:980px}
.nvi-content article{padding:28px 32px;border:1px solid #e8edf3;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(20,34,60,.035)}
.nvi-content article>h1{margin:0 0 24px;color:#071632;font-size:clamp(32px,4vw,46px);line-height:1.08;letter-spacing:-.035em}
.nvi-content h2{margin:30px 0 12px;color:#071632;font-size:26px;line-height:1.2}
.nvi-content h3{margin:24px 0 10px;color:#17213b;font-size:20px}
.nvi-content p,.nvi-content li{color:#58647a;font-size:14px;line-height:1.75}
.nvi-content a:not(.button){color:#0848c8;text-decoration-thickness:1px;text-underline-offset:2px}
.nvi-content ul,.nvi-content ol{padding-left:22px}
.nvi-content table{width:100%;margin:18px 0;border-collapse:separate;border-spacing:0;border:1px solid #e5eaf1;border-radius:8px;overflow:hidden}
.nvi-content th,.nvi-content td{padding:11px 12px;border-bottom:1px solid #edf0f4;text-align:left;font-size:13px}
.nvi-content th{background:#f7f9fc;color:#27344e}.nvi-content tr:last-child td{border-bottom:0}
.nvi-content blockquote{margin:22px 0;padding:16px 20px;border-left:3px solid #0848c8;background:#f7f9fc;color:#4e5b72}
@media(max-width:767px){.nvi-content article{padding:20px 16px}.nvi-content article>h1{font-size:34px}.nvi-content h2{font-size:23px}}

/* Desktop shop mega menu - mirrors nvishop.lt category hierarchy */
.nvi-shop-toggle{display:flex;align-items:center;gap:7px;min-height:46px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#111b39;font:inherit;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}
.nvi-shop-toggle:hover,.nvi-shop-toggle[aria-expanded="true"]{color:#0648c7;background:#f5f8ff}
.nvi-shop-toggle span{font-size:13px;color:#42608b;transition:transform .18s ease}
.nvi-shop-toggle[aria-expanded="true"] span{transform:rotate(180deg)}
.nvi-shop-mega{position:absolute;z-index:120;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e8edf5;border-bottom:1px solid #dfe5ef;box-shadow:0 18px 38px rgba(13,31,67,.14)}
.nvi-shop-mega__inner{padding-top:18px;padding-bottom:24px}
.nvi-shop-mega__top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:13px;margin-bottom:15px;border-bottom:1px solid #edf0f5}
.nvi-shop-mega__top strong{font-size:14px;color:#071632}
.nvi-shop-mega__top>a{font-size:12px;font-weight:700;color:#0648c7}
.nvi-shop-mega__top>a span{margin-left:6px}
.nvi-shop-mega__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:25px}
.nvi-shop-mega__col{min-width:0}
.nvi-shop-mega__title{display:block;margin-bottom:10px;color:#081936;font-size:13px;line-height:1.35;font-weight:750}
.nvi-shop-mega__title:hover{color:#0648c7}
.nvi-shop-mega__col ul{list-style:none;margin:0;padding:0}
.nvi-shop-mega__col li+li{margin-top:2px}
.nvi-shop-mega__col li a{display:block;padding:6px 7px;margin-left:-7px;border-radius:6px;color:#536078;font-size:11.5px;line-height:1.4}
.nvi-shop-mega__col li a:hover{background:#f4f7fc;color:#0648c7}
.nvi-shop-mega__col p{margin:0;color:#7a8496;font-size:11.5px}
@media(max-width:1023px){.nvi-shop-mega{display:none!important}}

/* Card media: always show the full image without changing card dimensions */
.nvi-category-card__image img,
.nvi-product-card__image img,
.nvi-ref-category__image img,
.nvi-ref-product__image img{
  max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;
  object-fit:contain!important;object-position:center!important;margin:auto!important;
}
.woocommerce ul.products li.product a img{
  width:100%!important;height:195px!important;object-fit:contain!important;object-position:center!important;
}
@media(max-width:767px){.woocommerce ul.products li.product a img{height:145px!important}}

/* Shop catalog landing */
.nvi-shop-catalog{margin:8px 0 42px}
.nvi-shop-catalog__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 22px}
.nvi-shop-catalog__intro>div{max-width:720px}
.nvi-shop-catalog__intro span,.nvi-shop-all-head span{display:block;margin-bottom:5px;color:#0b4bd8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.nvi-shop-catalog__intro h2,.nvi-shop-all-head h2{margin:0;color:#101a31;font-size:27px;line-height:1.15;letter-spacing:-.025em}
.nvi-shop-catalog__intro p{margin:8px 0 0;color:#667085;font-size:13px;line-height:1.55}
.nvi-shop-catalog__intro>a{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;border:1px solid #dce4f0;border-radius:9px;color:#0b4bd8;font-size:12px;font-weight:750;background:#fff;white-space:nowrap}
.nvi-shop-catalog__intro>a:hover{border-color:#0b4bd8;background:#f7faff}
.nvi-shop-catalog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.nvi-shop-catalog-card{min-width:0;min-height:342px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e1e7f0;border-radius:13px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.nvi-shop-catalog-card:hover{border-color:#cbd7e8;box-shadow:0 12px 28px rgba(15,31,67,.07);transform:translateY(-2px)}
.nvi-shop-catalog-card.is-featured{grid-column:span 2;display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.25fr)}
.nvi-shop-catalog-card__image{min-height:188px;display:grid;place-items:center;padding:18px;background:linear-gradient(180deg,#f8faff,#f4f7fb)}
.nvi-shop-catalog-card__image img{width:auto!important;height:auto!important;max-width:100%!important;max-height:185px!important;object-fit:contain!important}
.nvi-shop-catalog-card.is-featured .nvi-shop-catalog-card__image{min-height:100%;padding:24px}
.nvi-shop-catalog-card.is-featured .nvi-shop-catalog-card__image img{max-height:255px!important}

.nvi-shop-catalog-card__body{min-width:0;display:flex;flex:1;flex-direction:column;padding:18px}
.nvi-shop-catalog-card__count{margin:0 0 6px;color:#0b4bd8;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.nvi-shop-catalog-card h3{margin:0 0 7px;color:#111a30;font-size:17px;line-height:1.25;letter-spacing:-.015em}
.nvi-shop-catalog-card h3 a:hover{color:#0b4bd8}
.nvi-shop-catalog-card__body>p{margin:0 0 12px;color:#687386;font-size:12px;line-height:1.55}
.nvi-shop-catalog-card__links{display:grid;gap:5px;margin:0 0 15px}
.nvi-shop-catalog-card__links a{position:relative;padding-left:14px;color:#34405a;font-size:11px;line-height:1.4}
.nvi-shop-catalog-card__links a::before{content:"";position:absolute;left:1px;top:.55em;width:5px;height:5px;border-radius:50%;background:#0b4bd8}
.nvi-shop-catalog-card__links a:hover{color:#0b4bd8}
.nvi-shop-catalog-card__cta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:11px;border-top:1px solid #edf1f6;color:#0b4bd8;font-size:11.5px;font-weight:800}
.nvi-shop-catalog-card__cta span{font-size:16px;line-height:1}
.nvi-shop-all-head{scroll-margin-top:110px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:46px 0 18px;padding-top:28px;border-top:1px solid #e4e9f1}
.nvi-shop-all-head p{margin:0 0 2px;color:#778196;font-size:12px}
@media(max-width:1023px){
  .nvi-shop-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nvi-shop-catalog-card.is-featured{grid-column:span 2}
}

@media(max-width:767px){
  .nvi-shop-catalog{margin-top:0;margin-bottom:32px}
  .nvi-shop-catalog__intro{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:16px}
  .nvi-shop-catalog__intro h2,.nvi-shop-all-head h2{font-size:23px}
  .nvi-shop-catalog__intro>a{width:100%;justify-content:center}
  .nvi-shop-catalog__grid{grid-template-columns:1fr;gap:10px}
  .nvi-shop-catalog-card,.nvi-shop-catalog-card.is-featured{grid-column:auto;display:grid;grid-template-columns:112px minmax(0,1fr);min-height:0}
  .nvi-shop-catalog-card__image,.nvi-shop-catalog-card.is-featured .nvi-shop-catalog-card__image{min-height:150px;padding:12px}
  .nvi-shop-catalog-card__image img,.nvi-shop-catalog-card.is-featured .nvi-shop-catalog-card__image img{max-height:125px!important}
  .nvi-shop-catalog-card__body{padding:14px}
  .nvi-shop-catalog-card h3{font-size:14px}
  .nvi-shop-catalog-card__body>p{font-size:11px}
  .nvi-shop-catalog-card__links{display:none}
  .nvi-shop-all-head{align-items:flex-start;flex-direction:column;gap:5px;margin-top:34px;padding-top:22px}
}

/* Homepage card media safeguard after uncropped WC thumbnails */
.home .nvi-ref-category__image,
.home .nvi-ref-product__image{overflow:hidden;align-items:center;justify-items:center}
.home .nvi-ref-category__image img{width:auto!important;height:auto!important;max-width:90px!important;max-height:94px!important;object-fit:contain!important;margin:auto!important}
.home .nvi-ref-product__image img{width:auto!important;height:auto!important;max-width:100%!important;max-height:162px!important;object-fit:contain!important;margin:auto!important}
@media(max-width:767px){
  .home .nvi-ref-category__image img{max-width:76px!important;max-height:76px!important}
  .home .nvi-ref-product__image img{max-height:138px!important}
}

/* Homepage latest products: larger media, current price only */
.home .nvi-ref-product__price{min-height:24px!important}
.home .nvi-ref-product__price del{display:none!important}
@media(min-width:1024px){
  .home .nvi-ref-product__image{height:190px!important;margin-bottom:8px}
  .home .nvi-ref-product__image img{max-height:182px!important}
}
@media(max-width:767px){
  .home .nvi-ref-product__price{min-height:22px!important}
}

.nvi-ref-stock.is-order i,.nvi-loop-stock.is-order i{background:#e5a000}
.nvi-ref-stock.is-out i,.nvi-loop-stock.is-out i{background:#d23b3b}

/* Unified Information center */
.nvi-ref-drop--info{min-width:430px;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}
.nvi-info-page{padding:34px 0 54px;background:#f6f8fc}
.nvi-info-hero{max-width:880px;margin:0 0 24px}
.nvi-info-hero>a{display:inline-flex;margin-bottom:8px;color:#0b4bd8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.nvi-info-hero h1{margin:0;color:#0b1730;font-size:32px;line-height:1.15;letter-spacing:-.025em;font-weight:750}
.nvi-info-hero p{max-width:720px;margin:9px 0 0;color:#69758a;font-size:14px;line-height:1.6}
.nvi-info-layout{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:start;gap:24px}
.nvi-info-sidebar{position:sticky;top:18px;padding:17px;border:1px solid #e2e7ef;border-radius:11px;background:#fff}
.nvi-info-sidebar>strong{display:block;margin:0 0 10px;color:#152039;font-size:12px;text-transform:uppercase;letter-spacing:.055em}
.nvi-info-nav{display:grid;gap:3px}
.nvi-info-nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border-radius:7px;color:#536078;font-size:11.5px;line-height:1.3;font-weight:600}
.nvi-info-nav a b{color:#9aa5b7;font-size:13px;font-weight:500}
.nvi-info-nav a:hover{background:#f5f8fd;color:#0b4bd8}
.nvi-info-nav a.is-active{background:#edf4ff;color:#0746c7}
.nvi-info-nav a.is-active b{color:#0746c7}
.nvi-info-help{display:block;margin-top:16px;padding:13px;border-radius:8px;background:#0b4bd8;color:#fff}
.nvi-info-help small{display:block;margin-bottom:3px;color:#cfe0ff;font-size:10px}
.nvi-info-help b{display:block;font-size:11.5px;line-height:1.4}

.nvi-info-content{min-width:0;padding:28px 32px;border:1px solid #e3e8f0;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(20,34,60,.035)}
.nvi-info-body,.nvi-info-body *{font-family:inherit}
.nvi-info-body{color:#566278;font-size:14px;line-height:1.72}
.nvi-info-body h1,.nvi-info-body h2,.nvi-info-body h3,.nvi-info-body h4,.nvi-info-body h5,.nvi-info-body h6{font-family:inherit!important;color:#13203a!important;font-weight:700!important;letter-spacing:-.015em!important}
.nvi-info-body h1{margin:0 0 16px!important;font-size:26px!important;line-height:1.2!important}
.nvi-info-body h2{margin:28px 0 11px!important;font-size:22px!important;line-height:1.25!important}
.nvi-info-body h3{margin:22px 0 9px!important;font-size:18px!important;line-height:1.3!important}
.nvi-info-body h4{margin:18px 0 8px!important;font-size:16px!important;line-height:1.35!important}
.nvi-info-body h5,.nvi-info-body h6{margin:16px 0 7px!important;font-size:14px!important;line-height:1.4!important}
.nvi-info-body p,.nvi-info-body li,.nvi-info-body td,.nvi-info-body th{font-family:inherit!important;font-size:14px!important;line-height:1.72!important}
.nvi-info-body p{margin:0 0 13px;color:#566278}
.nvi-info-body ul,.nvi-info-body ol{margin:10px 0 18px;padding-left:21px}
.nvi-info-body li+li{margin-top:5px}
.nvi-info-body a{color:#0848c8;text-underline-offset:2px}
.nvi-info-body img{max-width:100%;height:auto;border-radius:8px}
.nvi-info-body blockquote{margin:20px 0;padding:15px 18px;border-left:3px solid #0b4bd8;background:#f6f9fe;color:#44536d}
.nvi-info-body table{width:100%!important;margin:18px 0!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid #e3e8f0;border-radius:8px;overflow:hidden}
.nvi-info-body th,.nvi-info-body td{padding:10px 11px!important;border:0!important;border-bottom:1px solid #edf1f5!important;text-align:left!important}
.nvi-info-body th{background:#f6f8fb!important;color:#26344d!important;font-weight:700!important}
.nvi-info-body tr:last-child td{border-bottom:0!important}

.nvi-info-body .elementor,.nvi-info-body .elementor-widget-container{font-family:inherit!important;color:inherit!important}
.nvi-info-body .elementor-section{margin:0!important}
.nvi-info-body .elementor-container{max-width:100%!important}
.nvi-info-body .elementor-heading-title{font-family:inherit!important;color:#13203a!important;font-weight:700!important;line-height:1.3!important}
.nvi-info-body h2.elementor-heading-title{font-size:22px!important}
.nvi-info-body h3.elementor-heading-title{font-size:18px!important}
.nvi-info-body h4.elementor-heading-title,.nvi-info-body h5.elementor-heading-title{font-size:15px!important}
.nvi-info-subhead{margin:32px 0 14px;padding-top:26px;border-top:1px solid #e8edf3}
.nvi-info-subhead span{display:block;margin-bottom:5px;color:#0b4bd8;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.075em}
.nvi-info-subhead h2{margin:0;color:#13203a;font-size:21px;line-height:1.25;letter-spacing:-.02em}
.nvi-info-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.nvi-info-hub-card{position:relative;min-height:156px;display:flex;flex-direction:column;padding:17px;border:1px solid #e4e9f1;border-radius:10px;background:#fff;color:#152039;transition:.18s ease}
.nvi-info-hub-card:hover{border-color:#cbd8ea;box-shadow:0 8px 22px rgba(16,40,82,.06);transform:translateY(-1px)}
.nvi-info-hub-card__icon{width:29px;height:29px;margin-bottom:12px;border:7px solid #e8f0ff;border-radius:50%;background:#0b4bd8}
.nvi-info-hub-card strong{font-size:14px;line-height:1.3}
.nvi-info-hub-card small{display:block;margin:6px 0 14px;color:#707b8f;font-size:11.5px;line-height:1.5}
.nvi-info-hub-card>b{display:flex;align-items:center;gap:7px;margin-top:auto;color:#0b4bd8;font-size:11px}
.nvi-info-hub-card>b i{font-style:normal;font-size:14px}

.nvi-info-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.nvi-info-article-card{display:grid;grid-template-columns:105px minmax(0,1fr);min-height:108px;overflow:hidden;border:1px solid #e4e9f1;border-radius:10px;background:#fff;color:#16213a}
.nvi-info-article-card__image{display:grid;place-items:center;background:#f4f7fb;overflow:hidden}
.nvi-info-article-card__image img{width:100%;height:100%;object-fit:cover;border-radius:0}
.nvi-info-article-card__copy{display:flex;flex-direction:column;justify-content:center;padding:13px}
.nvi-info-article-card__copy strong{font-size:12.5px;line-height:1.35}
.nvi-info-article-card__copy small{margin-top:8px;color:#0b4bd8;font-size:10.5px;font-weight:700}
.nvi-info-extra>h3:first-child{margin-top:0!important}
.nvi-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.nvi-news-card{overflow:hidden;border:1px solid #e4e9f1;border-radius:10px;background:#fff}
.nvi-news-card>a{display:block;color:#152039}
.nvi-news-card__image{height:155px;display:grid;place-items:center;background:#f4f7fb;overflow:hidden}
.nvi-news-card__image img{width:100%;height:100%;object-fit:cover}
.nvi-news-card__copy{display:flex;min-height:160px;flex-direction:column;padding:15px}
.nvi-news-card__copy>small{margin-bottom:7px;color:#8791a3;font-size:10px}
.nvi-news-card__copy>strong{font-size:14px;line-height:1.35}
.nvi-news-card__copy p{margin:8px 0 14px;color:#6a768a;font-size:11.5px;line-height:1.5}
.nvi-news-card__copy b{margin-top:auto;color:#0b4bd8;font-size:11px}

@media(max-width:1023px){
  .nvi-info-layout{grid-template-columns:1fr}
  .nvi-info-sidebar{position:static;padding:13px}
  .nvi-info-sidebar>strong{margin-bottom:8px}
  .nvi-info-nav{display:flex;gap:6px;overflow-x:auto;padding-bottom:3px}
  .nvi-info-nav a{flex:0 0 auto;padding:8px 10px;border:1px solid #e8edf4;background:#fff}
  .nvi-info-nav a b{display:none}
  .nvi-info-help{display:none}
}

@media(max-width:767px){
  .nvi-ref-drop--info{min-width:0;grid-template-columns:1fr}
  .nvi-info-page{padding:25px 0 38px}
  .nvi-info-hero{margin-bottom:17px}
  .nvi-info-hero h1{font-size:28px}
  .nvi-info-hero p{font-size:13px}
  .nvi-info-layout{gap:14px}
  .nvi-info-content{padding:19px 16px;border-radius:10px}
  .nvi-info-body{font-size:13.5px}
  .nvi-info-body p,.nvi-info-body li,.nvi-info-body td,.nvi-info-body th{font-size:13.5px!important}
  .nvi-info-body h2{font-size:20px!important}.nvi-info-body h3{font-size:17px!important}
  .nvi-info-hub-grid,.nvi-info-article-grid,.nvi-news-grid{grid-template-columns:1fr}
  .nvi-info-hub-card{min-height:142px}
  .nvi-info-article-card{grid-template-columns:92px minmax(0,1fr)}
  .nvi-info-subhead h2{font-size:19px}
  .nvi-news-card__image{height:180px}
  .nvi-news-card__copy{min-height:145px}
}

.nvi-info-system-note{padding:18px 20px;border:1px solid #d9e4f5;border-radius:9px;background:#f6f9fe}
.nvi-info-system-note strong{display:block;margin-bottom:6px;color:#13203a;font-size:15px}
.nvi-info-system-note p{margin:0;color:#66758a;font-size:13px;line-height:1.6}
.nvi-mobile-info{margin-top:14px;border-top:1px solid #e7ebf1;padding-top:12px}
.nvi-mobile-info summary{cursor:pointer;list-style:none;padding:10px 2px;color:#152039;font-size:13px;font-weight:700}
.nvi-mobile-info summary::-webkit-details-marker{display:none}
.nvi-mobile-info summary::after{content:"+";float:right;color:#0b4bd8;font-size:18px;line-height:1}
.nvi-mobile-info[open] summary::after{content:"−"}
.nvi-mobile-info>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 8px;padding:3px 0 8px}
.nvi-mobile-info a{padding:8px 4px;color:#566278;font-size:11.5px;line-height:1.35}
.nvi-mobile-info a:hover{color:#0b4bd8}
@media(max-width:520px){.nvi-mobile-info>div{grid-template-columns:1fr}}

/* Information final polish: About + legal documents */
.nvi-info-body .nvi-law-heading{margin:30px 0 12px;padding-top:4px;color:#0b1a36;font-size:21px;line-height:1.3;letter-spacing:-.015em}
.nvi-info-body .nvi-law-heading:first-child{margin-top:0}
.nvi-info-table-scroll{max-width:100%;margin:18px 0 26px;overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px;background:#fff;-webkit-overflow-scrolling:touch}
.nvi-info-table-scroll table{width:100%!important;min-width:720px!important;margin:0!important;border:0!important;border-radius:0!important}
.nvi-info-table-scroll td,.nvi-info-table-scroll th{min-width:90px;padding:9px 10px!important;font-size:11.5px!important;line-height:1.45!important;vertical-align:top}
.nvi-info-table-scroll tr:first-child td,.nvi-info-table-scroll th{background:#f5f8fc;color:#1e2b46;font-weight:700}
.nvi-info-body>p:first-child{margin-top:0}
@media(max-width:767px){.nvi-info-body .nvi-law-heading{font-size:18px}.nvi-info-table-scroll{margin-inline:0}.nvi-info-table-scroll table{min-width:660px!important}}

/* Unified Services center */
.nvi-service-hub{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.nvi-service-card{min-width:0;display:flex;min-height:310px;flex-direction:column;overflow:hidden;border:1px solid #e2e8f1;border-radius:11px;background:#fff;color:#152039;transition:.18s ease}
.nvi-service-card:hover{transform:translateY(-2px);border-color:#cbd8ea;box-shadow:0 10px 26px rgba(16,40,82,.07)}
.nvi-service-card__image{height:132px;display:grid;place-items:center;padding:14px;background:linear-gradient(180deg,#f8faff,#f2f6fb)}
.nvi-service-card__image img{width:auto;height:auto;max-width:118px;max-height:108px;object-fit:contain}
.nvi-service-card__copy{display:flex;flex:1;flex-direction:column;padding:17px}
.nvi-service-card__copy>strong{font-size:15px;line-height:1.3}
.nvi-service-card__copy>small{display:block;margin:8px 0 16px;color:#6b778c;font-size:11.5px;line-height:1.55}
.nvi-service-card__copy>b{display:flex;align-items:center;gap:7px;margin-top:auto;color:#0b4bd8;font-size:11.5px}
.nvi-service-card__copy>b i{font-style:normal;font-size:15px}

.nvi-service-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.nvi-service-contact-grid>div{min-height:148px;padding:17px;border:1px solid #e3e8f0;border-radius:10px;background:#fff}
.nvi-service-contact-grid small{display:block;margin-bottom:8px;color:#7d889b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.nvi-service-contact-grid strong{display:block;color:#14203a;font-size:14px;line-height:1.4}
.nvi-service-contact-grid strong a{color:#0b4bd8}
.nvi-service-contact-grid span{display:block;margin-top:9px;color:#6d788c;font-size:11.5px;line-height:1.5}
.nvi-service-contact-note{margin-top:14px;padding:18px 20px;border-radius:10px;background:#eef5ff}
.nvi-service-contact-note strong{display:block;margin-bottom:5px;color:#0b3f9e;font-size:15px}
.nvi-service-contact-note p{margin:0;color:#5c6b82;font-size:12.5px;line-height:1.6}
.nvi-service-body a[role="button"]{display:inline-flex;align-items:center;min-height:38px;margin:4px 7px 9px 0;padding:0 13px;border-radius:6px;background:#0b4bd8;color:#fff!important;font-size:11.5px;font-weight:700;text-decoration:none}
.nvi-service-body a[role="button"]:hover{background:#083da9}

.nvi-service-body .gallery{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:16px 0 22px!important}
.nvi-service-body .gallery-item{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.nvi-service-body .gallery-icon{margin:0}
.nvi-service-body .gallery-item a{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;border:1px solid #e4e9f0;border-radius:8px;background:#f7f9fc}
.nvi-service-body .gallery-item img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;border:0!important;border-radius:0!important}
.nvi-service-body figure{margin:20px 0 8px}
.nvi-service-body figure img{max-width:160px}
.nvi-service-body h4+ p{margin-top:0}
@media(max-width:900px){
  .nvi-service-hub,.nvi-service-contact-grid{grid-template-columns:1fr}
  .nvi-service-card{min-height:0;display:grid;grid-template-columns:118px minmax(0,1fr)}
  .nvi-service-card__image{height:auto;min-height:150px}
  .nvi-service-body .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:600px){.nvi-service-body .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Mobile navigation mirrors desktop structure */
.nvi-mobile-shop__body{display:block!important;padding-bottom:8px}
.nvi-mobile-all{display:flex!important;align-items:center;justify-content:space-between;margin-bottom:6px;padding:9px 8px!important;border-radius:7px;background:#edf4ff;color:#0746c7!important;font-weight:700}
.nvi-mobile-group{border-top:1px solid #edf1f5}
.nvi-mobile-group>summary{cursor:pointer;list-style:none;padding:10px 5px;color:#26344d;font-size:11.5px;font-weight:700;line-height:1.35}
.nvi-mobile-group>summary::-webkit-details-marker{display:none}
.nvi-mobile-group>summary::after{content:"+";float:right;color:#0b4bd8;font-size:16px}
.nvi-mobile-group[open]>summary::after{content:"−"}
.nvi-mobile-group>div{display:grid!important;grid-template-columns:1fr!important;gap:1px!important;padding:0 4px 8px 10px!important}
.nvi-mobile-group a{padding:7px 4px!important;font-size:11px!important;color:#667287!important}
.nvi-mobile-group a strong{color:#0b4bd8;font-weight:700}
.nvi-mobile-extra{border-top:1px solid #e7ebf1;margin-top:5px}

/* Unified Gallery */
.nvi-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.nvi-gallery-card{display:flex;min-height:250px;flex-direction:column;overflow:hidden;border:1px solid #e3e8f0;border-radius:10px;background:#fff;color:#152039;transition:.18s ease}
.nvi-gallery-card:hover{transform:translateY(-2px);border-color:#cad7e8;box-shadow:0 10px 26px rgba(16,40,82,.07)}
.nvi-gallery-card__image{height:176px;display:grid;place-items:center;overflow:hidden;background:#f3f6fa}
.nvi-gallery-card__image img{width:100%;height:100%;object-fit:cover}
.nvi-gallery-card__copy{display:flex;flex:1;flex-direction:column;padding:14px}
.nvi-gallery-card__copy strong{font-size:13.5px;line-height:1.35}
.nvi-gallery-card__copy small{margin-top:auto;padding-top:10px;color:#0b4bd8;font-size:10.5px;font-weight:700}

.nvi-gallery-body .gallery{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px!important;margin:14px 0 22px!important}
.nvi-gallery-body .gallery-item{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.nvi-gallery-body .gallery-icon{margin:0}
.nvi-gallery-body .gallery-item a{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;border:1px solid #e4e9f0;border-radius:8px;background:#f7f9fc}
.nvi-gallery-body .gallery-item img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;border:0!important;border-radius:0!important}
.nvi-gallery-body iframe,.nvi-gallery-body video{max-width:100%;border-radius:9px}
.nvi-gallery-body .wp-block-embed,.nvi-gallery-body .wp-video{margin:16px 0 22px}
@media(max-width:900px){.nvi-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nvi-gallery-body .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.nvi-gallery-grid{grid-template-columns:1fr}.nvi-gallery-body .gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.nvi-gallery-card{min-height:0}}

/* Aptarnavimas - clean service presentation */
.nvi-service-body--care>.nvi-service-offer-title{margin:30px 0 10px!important;padding:13px 15px;border:1px solid #dce6f5;border-left:4px solid #0b4bd8;border-radius:8px;background:#f7faff;color:#13203a!important;font-size:18px!important}
.nvi-service-body--care .nvi-service-callout{margin:12px 0;padding:13px 15px;border-radius:8px;background:#0b4bd8;color:#fff;font-size:13px;line-height:1.55;text-align:left}
.nvi-service-body--care .nvi-service-callout strong{color:#fff}
.nvi-service-body--care>img{display:block;max-width:210px;max-height:190px;width:auto;height:auto;margin:14px auto 8px;object-fit:contain}
.nvi-service-body--care ol{margin:11px 0 18px;padding:14px 18px 14px 38px;border:1px solid #e5ebf3;border-radius:8px;background:#fbfcfe}
.nvi-service-body--care ol li+li{margin-top:7px}
.nvi-service-gallery{margin-top:34px;padding-top:2px}
.nvi-service-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.nvi-service-photo-grid a{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;border:1px solid #e3e9f1;border-radius:8px;background:#f6f8fb}
.nvi-service-photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .2s ease}
.nvi-service-photo-grid a:hover img{transform:scale(1.025)}

/* Certificates and awards */
.nvi-certificates{display:grid;gap:28px}
.nvi-cert-year{min-width:0}
.nvi-cert-year+.nvi-cert-year{padding-top:26px;border-top:1px solid #e6ebf2}
.nvi-cert-year__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:13px}
.nvi-cert-year__head h2{margin:0;color:#13203a;font-size:21px;line-height:1.2;letter-spacing:-.02em}
.nvi-cert-year__head span{color:#7c8799;font-size:10.5px;font-weight:650}
.nvi-cert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.nvi-cert-card{min-width:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#16213a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.nvi-cert-card:hover{border-color:#cbd8e9;box-shadow:0 9px 24px rgba(18,40,78,.07);transform:translateY(-1px)}
.nvi-cert-card__image{height:230px;display:grid;place-items:center;padding:10px;background:#f7f9fc}
.nvi-cert-card__image img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:3px}
.nvi-cert-card__copy{display:block;padding:11px 12px 12px;border-top:1px solid #edf1f5}
.nvi-cert-card__copy strong{display:block;min-height:31px;color:#1b2740;font-size:10.5px;line-height:1.4;font-weight:650;overflow-wrap:anywhere}
.nvi-cert-card__copy small{display:block;margin-top:7px;color:#0b4bd8;font-size:10px;font-weight:700}
.nvi-cert-card__copy small b{font-size:12px}
@media(max-width:1023px){.nvi-cert-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nvi-service-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.nvi-cert-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.nvi-cert-card__image{height:205px;padding:8px}.nvi-cert-card__copy{padding:9px}.nvi-cert-card__copy strong{min-height:0;font-size:10px}.nvi-service-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.nvi-service-body--care>.nvi-service-offer-title{font-size:16.5px!important}.nvi-service-body--care ol{padding-left:32px}}

/* Rich visual service cards */
.nvi-service-hub{gap:18px}
.nvi-service-card.nvi-service-card--visual{min-height:500px;border-radius:15px;border-color:#dde5ef;box-shadow:0 3px 14px rgba(16,40,82,.035)}
.nvi-service-card--visual .nvi-service-card__image{position:relative;height:225px;display:block;padding:0;overflow:hidden;background:#12284a}
.nvi-service-card--visual .nvi-service-card__photo{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;transition:transform .35s ease}
.nvi-service-card--visual:hover .nvi-service-card__photo{transform:scale(1.025)}
.nvi-service-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,24,50,.02) 35%,rgba(8,24,50,.72) 100%)}
.nvi-service-card__badge{position:absolute;left:15px;right:15px;bottom:14px;display:flex;align-items:center;gap:10px;color:#fff}
.nvi-service-card__badge img{width:38px!important;height:38px!important;max-width:none!important;max-height:none!important;border-radius:9px;box-shadow:0 3px 10px rgba(0,0,0,.18)}
.nvi-service-card__badge em{font-style:normal;font-size:11px;font-weight:750;letter-spacing:.015em;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.nvi-service-card--visual .nvi-service-card__copy{padding:20px 20px 18px}
.nvi-service-card--visual .nvi-service-card__copy>strong{font-size:20px;line-height:1.2;letter-spacing:-.02em}
.nvi-service-card--visual .nvi-service-card__copy>small{margin:9px 0 15px;color:#66748a;font-size:12.5px;line-height:1.55}
.nvi-service-card__points{display:grid;gap:8px;margin:0 0 18px}
.nvi-service-card__points>span{position:relative;padding-left:22px;color:#37465e;font-size:12px;line-height:1.4;font-weight:600}
.nvi-service-card__points>span::before{content:"✓";position:absolute;left:0;top:0;width:15px;height:15px;border-radius:50%;background:#e9f2ff;color:#0b4bd8;font-size:10px;line-height:15px;text-align:center;font-weight:900}
.nvi-service-card--visual .nvi-service-card__copy>b{align-self:flex-start;min-height:38px;margin-top:auto;padding:0 14px;border-radius:7px;background:#0b4bd8;color:#fff;font-size:11.5px;font-weight:750}
.nvi-service-card--visual .nvi-service-card__copy>b i{color:#fff}
.nvi-service-card--visual:hover .nvi-service-card__copy>b{background:#083eaf}

@media(max-width:900px){
  .nvi-service-card.nvi-service-card--visual{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:0}
  .nvi-service-card--visual .nvi-service-card__image{height:100%;min-height:320px}
  .nvi-service-card--visual .nvi-service-card__copy{padding:22px}
}
@media(max-width:600px){
  .nvi-service-card.nvi-service-card--visual{display:flex;min-height:0}
  .nvi-service-card--visual .nvi-service-card__image{height:205px;min-height:0}
  .nvi-service-card--visual .nvi-service-card__copy{padding:18px}
  .nvi-service-card--visual .nvi-service-card__copy>strong{font-size:18px}
}
.nvi-service-card .nvi-service-card__badge{color:#fff}

/* Aptarnavimas: modern service visuals */
.nvi-service-offer-visual{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:16px;margin:30px 0 12px;padding:16px 18px;border:1px solid #dce6f4;border-radius:13px;background:linear-gradient(135deg,#f7faff 0%,#fff 72%);box-shadow:0 7px 20px rgba(20,48,92,.045)}
.nvi-service-offer-visual__icon{width:62px;height:62px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#0b4bd8,#083aa5);color:#fff;box-shadow:0 8px 18px rgba(11,75,216,.18)}
.nvi-service-offer-visual__icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.nvi-service-offer-visual__copy{min-width:0;display:flex;flex-direction:column}
.nvi-service-offer-visual__copy small{margin-bottom:3px;color:#0b4bd8;font-size:10px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.07em}
.nvi-service-offer-visual__copy strong{color:#14213b;font-size:18px;line-height:1.28;letter-spacing:-.015em}
.nvi-service-offer-visual__copy em{margin-top:5px;color:#6b788d;font-size:11.5px;line-height:1.45;font-style:normal}
.nvi-service-offer-visual__price{min-width:72px;padding:9px 12px;border-radius:9px;background:#eaf2ff;color:#0848c8;font-size:17px;font-weight:800;text-align:center;white-space:nowrap}
.nvi-service-body--care .nvi-service-callout{white-space:normal;overflow-wrap:anywhere;word-break:normal}
@media(max-width:767px){
  .nvi-service-offer-visual{grid-template-columns:54px minmax(0,1fr);gap:12px;margin:23px 0 10px;padding:13px}
  .nvi-service-offer-visual__icon{width:52px;height:52px;border-radius:12px}
  .nvi-service-offer-visual__icon svg{width:31px;height:31px}
  .nvi-service-offer-visual__copy strong{font-size:16px}
  .nvi-service-offer-visual__copy em{font-size:11px}
  .nvi-service-offer-visual__price{grid-column:2;width:max-content;min-width:68px;margin-top:-5px;padding:7px 10px;font-size:15px}
}

/* Aptarnavimas: certification trust block */
.nvi-service-certification{margin:34px 0 28px;padding:22px;border:1px solid #dfe7f2;border-radius:14px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}
.nvi-service-certification__intro{max-width:780px;margin-bottom:18px}
.nvi-service-certification__intro>span{display:block;margin-bottom:6px;color:#0b4bd8;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.nvi-service-certification__intro h2{margin:0 0 9px!important;color:#14213b!important;font-size:22px!important;line-height:1.25!important;letter-spacing:-.02em}
.nvi-service-certification__intro p{margin:0!important;color:#5f6d83;font-size:13px;line-height:1.65}
.nvi-service-certification__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.nvi-service-certification__card{display:grid;place-items:center;min-height:360px;padding:16px;border:1px solid #e1e7ef;border-radius:11px;background:#fff;box-shadow:0 5px 16px rgba(18,40,78,.04);transition:.18s ease}
.nvi-service-certification__card:hover{transform:translateY(-2px);border-color:#cbd7e8;box-shadow:0 9px 22px rgba(18,40,78,.07)}
.nvi-service-certification__card img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:430px!important;object-fit:contain!important;border-radius:4px}
@media(max-width:700px){
  .nvi-service-certification{padding:16px}
  .nvi-service-certification__intro h2{font-size:19px!important}
  .nvi-service-certification__grid{grid-template-columns:1fr}
  .nvi-service-certification__card{min-height:0}
}

/* Aptarnavimas: text warranty conditions */
.nvi-service-warranty{margin:34px 0 10px;padding-top:30px;border-top:1px solid #e4eaf2}
.nvi-service-warranty__head{max-width:760px;margin-bottom:18px}
.nvi-service-warranty__head>span{display:block;margin-bottom:5px;color:#0b4bd8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.nvi-service-warranty__head h2{margin:0 0 8px!important;color:#14213b!important;font-size:25px!important;line-height:1.2!important;letter-spacing:-.025em}
.nvi-service-warranty__head p{margin:0!important;color:#66748a;font-size:12.5px;line-height:1.6}
.nvi-service-warranty__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 14px}
.nvi-service-warranty__summary>div{padding:16px;border:1px solid #dce6f4;border-radius:11px;background:#f7faff}
.nvi-service-warranty__summary strong{display:block;color:#0b4bd8;font-size:22px;line-height:1.1}
.nvi-service-warranty__summary span{display:block;margin-top:6px;color:#536178;font-size:11px;line-height:1.45}
.nvi-service-warranty__important{margin:0 0 14px;padding:16px 18px;border-left:4px solid #0b4bd8;border-radius:9px;background:#eef5ff}
.nvi-service-warranty__important>strong{display:block;margin-bottom:6px;color:#0b3f9e;font-size:14px}
.nvi-service-warranty__important p{margin:5px 0!important;color:#44536b;font-size:11.5px;line-height:1.6}
.nvi-service-warranty__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.nvi-service-warranty__card{padding:17px;border:1px solid #e1e7ef;border-radius:11px;background:#fff}
.nvi-service-warranty__card--wide{grid-column:1/-1}
.nvi-service-warranty__card h3{margin:0 0 10px!important;color:#16233c!important;font-size:16px!important;line-height:1.3!important}
.nvi-service-body--care .nvi-service-warranty__card ol{margin:0!important;padding:0 0 0 22px!important;border:0!important;border-radius:0!important;background:transparent!important}
.nvi-service-warranty__card li{padding-left:2px;color:#536178;font-size:11.5px;line-height:1.55}
.nvi-service-warranty__card li+li{margin-top:8px!important}
@media(max-width:767px){
  .nvi-service-warranty{margin-top:28px;padding-top:24px}
  .nvi-service-warranty__head h2{font-size:21px!important}
  .nvi-service-warranty__summary{grid-template-columns:1fr}
  .nvi-service-warranty__summary>div{padding:13px 14px}
  .nvi-service-warranty__grid{grid-template-columns:1fr}
  .nvi-service-warranty__card--wide{grid-column:auto}
  .nvi-service-warranty__card{padding:14px}
}

/* Aptarnavimas: contract frequency guidance */
.nvi-service-contract-note{display:grid;grid-template-columns:auto 1fr;gap:10px 14px;align-items:start;margin:0 0 14px;padding:13px 15px;border:1px solid #d9e5f5;border-left:4px solid #0b4bd8;border-radius:9px;background:#f7faff}
.nvi-service-contract-note strong{color:#0b4bd8;font-size:11px;line-height:1.45;text-transform:uppercase;letter-spacing:.05em}
.nvi-service-contract-note span{color:#33415b;font-size:13px;line-height:1.55}
@media(max-width:600px){.nvi-service-contract-note{grid-template-columns:1fr;gap:4px}}

/* Montazas: updated AUGUST technical-pass layout */
.nvi-mount-intro{padding:24px;border:1px solid #dfe7f1;border-radius:15px;background:linear-gradient(135deg,#f8fbff 0%,#fff 70%)}
.nvi-mount-kicker,.nvi-mount-section__head>span,.nvi-mount-alert span,.nvi-mount-safety>span,.nvi-mount-cta>div>span{display:block;margin-bottom:6px;color:#0b4bd8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.075em}
.nvi-info-body .nvi-mount-intro h2,.nvi-info-body .nvi-mount-section__head h2,.nvi-info-body .nvi-mount-alert h2,.nvi-info-body .nvi-mount-safety h2,.nvi-info-body .nvi-mount-cta h2{margin:0 0 9px!important;color:#13203a!important;font-size:24px!important;line-height:1.2!important;letter-spacing:-.025em}
.nvi-mount-intro>p,.nvi-mount-section__head>p{max-width:800px;margin:0!important;color:#617087!important;font-size:12.5px!important;line-height:1.65!important}
.nvi-mount-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:20px}
.nvi-mount-facts>div{padding:15px;border:1px solid #dce6f4;border-radius:10px;background:#fff}
.nvi-mount-facts strong{display:block;color:#0b4bd8;font-size:20px;line-height:1.1}.nvi-mount-facts span{display:block;margin-top:6px;color:#59677d;font-size:10.5px;line-height:1.45}
.nvi-mount-section{margin:34px 0 0;padding-top:30px;border-top:1px solid #e5eaf1;scroll-margin-top:120px}.nvi-mount-section__head{margin-bottom:17px}
.nvi-mount-requirements{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nvi-mount-requirements article{position:relative;padding:17px 17px 16px 54px;border:1px solid #e1e7ef;border-radius:11px;background:#fff}
.nvi-mount-requirements b{position:absolute;left:16px;top:17px;color:#0b4bd8;font-size:11px}.nvi-info-body .nvi-mount-requirements h3{margin:0 0 6px!important;font-size:15px!important;color:#15223a!important}.nvi-mount-requirements p{margin:0!important;color:#657287!important;font-size:11.5px!important;line-height:1.55!important}
.nvi-mount-variants{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.nvi-mount-variants article{min-height:180px;padding:17px;border:1px solid #dce5f0;border-radius:11px;background:#f8faff}.nvi-mount-variants strong{display:block;color:#0b4bd8;font-size:18px}.nvi-mount-variants p{margin:9px 0 14px!important;color:#56647a!important;font-size:11px!important;line-height:1.55!important}.nvi-mount-variants em{display:inline-flex;padding:5px 8px;border-radius:6px;background:#e8f1ff;color:#0a49c8;font-size:9.5px;font-style:normal;font-weight:800}
.nvi-info-body .nvi-mount-steps{counter-reset:nvistep;display:grid;gap:9px;margin:0!important;padding:0!important;border:0!important;background:transparent!important;list-style:none}.nvi-mount-steps li{counter-increment:nvistep;display:grid;grid-template-columns:38px minmax(0,1fr);gap:13px;align-items:start;margin:0!important;padding:15px;border:1px solid #e1e7ef;border-radius:10px;background:#fff}.nvi-mount-steps li:before{content:counter(nvistep);display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#0b4bd8;color:#fff;font-size:12px;font-weight:800}.nvi-mount-steps strong{display:block;margin:1px 0 4px;color:#17243c;font-size:13px}.nvi-mount-steps p{margin:0!important;color:#647187!important;font-size:11.5px!important;line-height:1.55!important}.nvi-mount-alert{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:start;margin:28px 0 0;padding:20px;border-radius:13px;background:#0b4bd8;color:#fff}.nvi-mount-alert__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff;color:#0b4bd8;font-size:24px;font-weight:900}.nvi-mount-alert span{color:#dce9ff}.nvi-info-body .nvi-mount-alert h2{color:#fff!important;font-size:20px!important}.nvi-mount-alert p{margin:0!important;color:#eef4ff!important;font-size:11.5px!important;line-height:1.65!important}
.nvi-mount-tech-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.nvi-mount-tech-grid article{padding:18px;border:1px solid #e1e7ef;border-radius:11px;background:#fff}.nvi-info-body .nvi-mount-tech-grid h3{margin:0 0 10px!important;color:#16233c!important;font-size:15.5px!important}.nvi-info-body .nvi-mount-tech-grid ul{margin:0!important;padding-left:19px!important}.nvi-mount-tech-grid li{color:#5f6d82;font-size:11.5px;line-height:1.55}
.nvi-mount-safety{margin:27px 0 0;padding:20px 21px;border:1px solid #d8e2f1;border-left:4px solid #0b4bd8;border-radius:11px;background:#f3f7fd}.nvi-info-body .nvi-mount-safety h2{font-size:19px!important}.nvi-mount-safety p{margin:0!important;color:#58667c!important;font-size:11.5px!important;line-height:1.65!important}
.nvi-mount-section__head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.nvi-mount-section__head--row>div{min-width:0}.nvi-mount-source-link{flex:none;display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #cbd8ea;border-radius:7px;background:#fff;color:#0b4bd8!important;font-size:10.5px;font-weight:750;text-decoration:none!important}
.nvi-mount-schema-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.nvi-mount-schema-card{overflow:hidden;border:1px solid #dfe6ef;border-radius:12px;background:#fff;transition:.18s ease}.nvi-mount-schema-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(19,41,78,.07)}.nvi-mount-schema-card__preview{display:grid;place-items:center;height:178px;padding:9px;background:#f7f9fc;border-bottom:1px solid #e5eaf1}.nvi-info-body .nvi-mount-schema-card__preview img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border-radius:5px}.nvi-mount-schema-card__body{padding:13px}.nvi-mount-schema-card__body>strong{display:block;color:#17243c;font-size:14px}.nvi-mount-schema-card__body>span{display:block;margin-top:3px;color:#748096;font-size:9.5px}.nvi-mount-schema-card__actions{display:flex;gap:6px;margin-top:10px}.nvi-mount-schema-card__actions a{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:29px;padding:0 10px;border-radius:6px;background:#eaf2ff;color:#0b4bd8!important;font-size:9.5px;font-weight:800;text-decoration:none!important}.nvi-mount-schema-card__actions a:first-child{background:#0b4bd8;color:#fff!important}
.nvi-mount-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:34px 0 4px;padding:23px;border-radius:13px;background:#11264a}.nvi-mount-cta>div:first-child{max-width:650px}.nvi-mount-cta>div>span{color:#9fc0ff}.nvi-info-body .nvi-mount-cta h2{color:#fff!important;font-size:21px!important}.nvi-mount-cta p{margin:0!important;color:#cbd7e8!important;font-size:11.5px!important;line-height:1.6!important}.nvi-mount-cta__actions{display:flex;gap:8px;flex:none}.nvi-mount-cta__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:7px;background:#fff;color:#0b4bd8!important;font-size:10.5px;font-weight:800;text-decoration:none!important}.nvi-mount-cta__actions a.is-secondary{border:1px solid #496184;background:transparent;color:#fff!important}
@media(max-width:900px){.nvi-mount-facts,.nvi-mount-requirements,.nvi-mount-variants,.nvi-mount-tech-grid,.nvi-mount-schema-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nvi-mount-cta{align-items:flex-start;flex-direction:column}.nvi-mount-section__head--row{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.nvi-mount-intro{padding:18px}.nvi-info-body .nvi-mount-intro h2,.nvi-info-body .nvi-mount-section__head h2{font-size:20px!important}.nvi-mount-facts,.nvi-mount-requirements,.nvi-mount-variants,.nvi-mount-tech-grid,.nvi-mount-schema-grid{grid-template-columns:1fr}.nvi-mount-alert{grid-template-columns:1fr;padding:17px}.nvi-mount-schema-card__preview{height:205px}.nvi-mount-cta{padding:18px}.nvi-mount-cta__actions{width:100%;flex-direction:column}.nvi-mount-cta__actions a{width:100%}}

/* Mount page: tighter section rhythm, no separator lines */
.nvi-service-body .nvi-mount-section{margin-top:22px;padding-top:0;border-top:0}
.nvi-service-body .nvi-mount-section__head{margin-bottom:12px}
.nvi-service-body .nvi-mount-alert{margin-top:18px}
.nvi-service-body .nvi-mount-safety{margin-top:18px}
.nvi-service-body .nvi-mount-cta{margin-top:22px}
@media(max-width:600px){
  .nvi-service-body .nvi-mount-section{margin-top:18px}
  .nvi-service-body .nvi-mount-alert,.nvi-service-body .nvi-mount-safety,.nvi-service-body .nvi-mount-cta{margin-top:16px}
}

/* Montazas: active A/B/C nodes from AUGUST technical passport */
.nvi-mount-node-link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:6px 9px;border-radius:6px;background:#e8f1ff;color:#0a49c8!important;font-size:9.5px;font-weight:800;text-decoration:none!important;transition:.16s ease}
.nvi-mount-node-link:hover{background:#0b4bd8;color:#fff!important}.nvi-mount-node-link span{font-size:11px;line-height:1}
.nvi-mount-nodes{margin:18px 0 0;scroll-margin-top:110px}.nvi-mount-node-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.nvi-mount-node-card{min-width:0;overflow:hidden;border:1px solid #dfe6ef;border-radius:11px;background:#fff;scroll-margin-top:110px}
.nvi-mount-node-card>a{display:grid;place-items:center;height:220px;padding:12px;background:#f8fafc;border-bottom:1px solid #e8edf3}
.nvi-info-body .nvi-mount-node-card>a img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border-radius:0!important}
.nvi-mount-node-card>div{padding:13px 14px 14px}.nvi-mount-node-card strong{display:block;color:#14213b;font-size:14px;line-height:1.25}
.nvi-mount-node-card>div>span{display:block;margin-top:3px;color:#0b4bd8;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.nvi-mount-node-card p{margin:7px 0 0!important;color:#627087!important;font-size:10.5px!important;line-height:1.5!important}
@media(max-width:900px){.nvi-mount-node-grid{grid-template-columns:1fr}.nvi-mount-node-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1fr)}.nvi-mount-node-card>a{height:200px;border-bottom:0;border-right:1px solid #e8edf3}}
@media(max-width:600px){.nvi-mount-nodes{margin-top:14px}.nvi-mount-node-card{display:block}.nvi-mount-node-card>a{height:190px;border-right:0;border-bottom:1px solid #e8edf3}}
/* Mount nodes: keep complete drawing and labels inside media area */
.nvi-mount-node-card>a{height:245px!important;padding:16px!important;overflow:hidden}
.nvi-info-body .nvi-mount-node-card>a img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}
@media(max-width:900px){.nvi-mount-node-card>a{height:225px!important}}
@media(max-width:600px){.nvi-mount-node-card>a{height:215px!important;padding:13px!important}}

/* Mount nodes: transparent diagrams on grey field */
.nvi-mount-node-card>a{background:#eef1f5!important}

/* Montavimo mazgas A: 10 cm aukščio skirtumo žyma */
#mazgas-a>a{position:relative}
.nvi-mount-dimension--10cm{position:absolute;left:52.5%;top:28%;height:25%;display:flex;align-items:center;gap:5px;pointer-events:none;color:#0b4bd8;z-index:2}
.nvi-mount-dimension--10cm i{display:block;width:9px;height:100%;border-left:2px solid currentColor;border-top:2px solid currentColor;border-bottom:2px solid currentColor}
.nvi-mount-dimension--10cm b{display:inline-flex;align-items:center;min-height:21px;padding:2px 5px;border-radius:5px;background:rgba(255,255,255,.92);box-shadow:0 1px 4px rgba(18,39,75,.08);font-size:10px;line-height:1;font-weight:800;white-space:nowrap}
@media(max-width:600px){.nvi-mount-dimension--10cm{left:52%;top:27%;height:26%}.nvi-mount-dimension--10cm b{font-size:9px}}
/* Mazgas A: keep only the 10 cm label */
.nvi-mount-dimension--10cm{left:55%;top:34%;height:auto;display:block;color:#0b4bd8}
.nvi-mount-dimension--10cm i{display:none!important}
.nvi-mount-dimension--10cm b{display:block;min-height:0;padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;font-size:10px;line-height:1;font-weight:800;white-space:nowrap}
@media(max-width:600px){.nvi-mount-dimension--10cm{left:55%;top:34%;height:auto}.nvi-mount-dimension--10cm b{font-size:9px}}

/* BASIC / Smart controller guide */
.nvi-controller-guide-point a{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:10px 12px;border:1px solid #cfe0f7;border-radius:8px;background:#eef5ff;color:#0b4bd8!important;font-weight:800;text-decoration:none!important}
.nvi-controller-guide-point a span{font-size:9.5px;white-space:nowrap}
.nvi-controller-guide{grid-column:1/-1;margin-top:2px;border:1px solid #dce5f0;border-radius:12px;background:#fff;scroll-margin-top:110px;overflow:hidden}
.nvi-controller-guide>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;background:#f5f8fd;cursor:pointer;list-style:none}
.nvi-controller-guide>summary::-webkit-details-marker{display:none}.nvi-controller-guide>summary strong{display:block;color:#14213b;font-size:14px}.nvi-controller-guide>summary small{display:block;margin-top:3px;color:#68758a;font-size:10.5px}.nvi-controller-guide>summary>b{color:#0b4bd8;font-size:20px}
.nvi-controller-guide[open]>summary>b{transform:rotate(45deg)}.nvi-controller-guide__body{padding:17px}.nvi-controller-guide__source,.nvi-controller-guide__power,.nvi-controller-guide__warning{padding:13px 14px;border-radius:8px;background:#eef5ff;color:#43536b;font-size:11px;line-height:1.55}
.nvi-controller-guide__grid,.nvi-controller-guide__special-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.nvi-controller-guide section{padding:14px;border:1px solid #e2e8f1;border-radius:9px;background:#fff}.nvi-controller-guide h3{margin:0 0 8px!important;font-size:14px!important;color:#17243c!important}
.nvi-controller-guide p,.nvi-controller-guide li{font-size:11px!important;line-height:1.55!important}.nvi-controller-guide ul,.nvi-controller-guide ol{margin:8px 0 0!important;padding-left:19px!important}.nvi-controller-guide__change,.nvi-controller-guide__programs,.nvi-controller-guide__special{margin-top:10px}.nvi-controller-guide__warning{margin:10px 0 0!important;border-left:3px solid #0b4bd8}
.nvi-controller-table-wrap{overflow-x:auto}.nvi-controller-guide table{min-width:620px!important;margin:8px 0 0!important}.nvi-controller-guide table th,.nvi-controller-guide table td{font-size:10.5px!important;padding:8px 9px!important}.nvi-controller-guide__special-grid{margin-top:0}.nvi-controller-guide__special-grid article{padding:12px;border-radius:8px;background:#f8faff}.nvi-controller-guide__special-grid p{margin:5px 0 0!important}.nvi-controller-guide__power{margin-top:10px;border-left:3px solid #0b4bd8}.nvi-controller-guide__power p{margin:4px 0 0!important}
@media(max-width:700px){.nvi-controller-guide__grid,.nvi-controller-guide__special-grid{grid-template-columns:1fr}.nvi-controller-guide>summary{padding:13px 14px}.nvi-controller-guide__body{padding:13px}.nvi-controller-guide-point a{align-items:flex-start;flex-direction:column;gap:3px}}

/* Operations & maintenance guide */
.nvi-ops-hero{margin:0 0 22px;padding:23px;border:1px solid #dbe5f2;border-radius:13px;background:linear-gradient(135deg,#f6f9fe,#fff)}
.nvi-ops-kicker,.nvi-ops-section__head>span,.nvi-ops-cta span,.nvi-sludge-guide__head>span{display:block;margin-bottom:6px;color:#0b4bd8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.075em}
.nvi-info-body .nvi-ops-hero h2,.nvi-info-body .nvi-ops-section h2,.nvi-info-body .nvi-ops-cta h2{margin:0 0 8px!important;color:#13203a!important;font-size:23px!important;line-height:1.2!important;letter-spacing:-.02em}
.nvi-ops-hero p,.nvi-ops-section__head p{margin:0!important;color:#647187!important;font-size:12px!important;line-height:1.65!important}
.nvi-ops-section{margin:28px 0 0}.nvi-ops-section__head{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;margin-bottom:14px}.nvi-ops-section__head>span{display:grid;place-items:center;width:32px;height:32px;margin:0;border-radius:8px;background:#eaf2ff}
.nvi-ops-do-dont{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.nvi-ops-do-dont article{padding:17px;border:1px solid #e0e7ef;border-radius:11px;background:#fff}.nvi-ops-do-dont .is-do{border-top:3px solid #14a35a}.nvi-ops-do-dont .is-dont{border-top:3px solid #c2413b}
.nvi-info-body .nvi-ops-do-dont h3,.nvi-info-body .nvi-ops-check-grid h3,.nvi-info-body .nvi-ops-timeline h3,.nvi-info-body .nvi-ops-signal-grid h3{margin:0 0 6px!important;color:#17243c!important;font-size:14.5px!important}.nvi-ops-do-dont ul{margin:0!important;padding-left:18px!important}.nvi-ops-do-dont li{margin:5px 0!important;color:#5f6d82!important;font-size:11.5px!important;line-height:1.55!important}
.nvi-ops-check-grid,.nvi-ops-signal-grid,.nvi-ops-safety-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nvi-ops-check-grid article,.nvi-ops-signal-grid article,.nvi-ops-safety-grid article{padding:15px;border:1px solid #e1e7ef;border-radius:10px;background:#fff}.nvi-ops-check-grid article>strong{display:block;margin-bottom:6px;color:#0b4bd8;font-size:9.5px;text-transform:uppercase;letter-spacing:.06em}.nvi-ops-check-grid p,.nvi-ops-signal-grid p,.nvi-ops-safety-grid p{margin:0!important;color:#657287!important;font-size:11.5px!important;line-height:1.55!important}
.nvi-ops-alert{margin-top:10px;padding:14px 15px;border-left:3px solid #0b4bd8;border-radius:9px;background:#f1f6fd}.nvi-ops-alert strong{display:block;color:#16233c;font-size:12.5px}.nvi-ops-alert p{margin:4px 0 0!important;color:#5e6c82!important;font-size:11.5px!important;line-height:1.55!important}
.nvi-ops-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.nvi-ops-timeline article{padding:15px;border:1px solid #e1e7ef;border-radius:10px;background:#fff}.nvi-ops-timeline span{display:block;margin-bottom:7px;color:#0b4bd8;font-size:10px;font-weight:800}.nvi-ops-timeline p{margin:0!important;color:#657287!important;font-size:11px!important;line-height:1.55!important}
.nvi-ops-signal-grid article{position:relative;padding-left:43px}.nvi-ops-signal-grid i,.nvi-controller-diagnostics i{position:absolute;left:15px;top:16px;width:15px;height:15px;border-radius:50%;background:#15a45c;box-shadow:0 0 0 4px #e7f6ee}.nvi-ops-signal-grid i.is-red,.nvi-controller-diagnostics i.is-red{background:#c43e38;box-shadow:0 0 0 4px #fdeceb}.nvi-ops-signal-grid i.is-blink,.nvi-controller-diagnostics i.is-blink{outline:2px dashed currentColor;outline-offset:3px}
.nvi-ops-link{margin:11px 0 0!important}.nvi-ops-link a{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:7px;background:#eaf2ff;color:#0b4bd8!important;font-size:10.5px;font-weight:800;text-decoration:none!important}.nvi-ops-safety-grid article>strong{display:block;margin-bottom:6px;color:#0b4bd8;font-size:13px}
.nvi-ops-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:30px 0 3px;padding:22px;border-radius:13px;background:#11264a}.nvi-ops-cta>div{max-width:680px}.nvi-ops-cta span{color:#9fc0ff}.nvi-info-body .nvi-ops-cta h2{color:#fff!important;font-size:20px!important}.nvi-ops-cta p{margin:0!important;color:#cad7e8!important;font-size:11.5px!important;line-height:1.6!important}.nvi-ops-cta>a{flex:none;display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 14px;border-radius:7px;background:#fff;color:#0b4bd8!important;font-size:10.5px;font-weight:800;text-decoration:none!important}
/* Sludge control on service page */
.nvi-sludge-guide{margin:18px 0 24px;padding:20px;border:1px solid #dbe5f1;border-radius:13px;background:#f8fafe}.nvi-sludge-guide__head{margin-bottom:14px}.nvi-service-body .nvi-sludge-guide h2{margin:0 0 7px!important;color:#13203a!important;font-size:21px!important;line-height:1.25!important}.nvi-sludge-guide__head p{margin:0!important;color:#657287!important;font-size:12px!important;line-height:1.55!important}.nvi-sludge-guide__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.nvi-sludge-guide__steps article{position:relative;padding:15px 12px 13px 42px;border:1px solid #e1e7ef;border-radius:9px;background:#fff}.nvi-sludge-guide__steps b{position:absolute;left:12px;top:14px;display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:#0b4bd8;color:#fff;font-size:10px}.nvi-sludge-guide__steps h3{margin:0 0 5px!important;color:#17243c!important;font-size:12.5px!important}.nvi-sludge-guide__steps p{margin:0!important;color:#66748a!important;font-size:10.5px!important;line-height:1.5!important}
.nvi-sludge-guide__note{display:flex;align-items:center;gap:12px;margin-top:9px;padding:11px 13px;border-radius:8px;background:#eaf2ff}.nvi-sludge-guide__note strong{color:#0b4bd8;font-size:11.5px}.nvi-sludge-guide__note p{margin:0!important;color:#586880!important;font-size:10.5px!important}.nvi-sludge-guide__safe{margin-top:11px;padding:15px;border:1px solid #f0d8d5;border-left:4px solid #c2413b;border-radius:9px;background:#fff}.nvi-sludge-guide__safe h3{margin:0 0 8px!important;color:#17243c!important;font-size:14px!important}.nvi-sludge-guide__safe ul{margin:0!important;padding-left:18px!important}.nvi-sludge-guide__safe li{margin:4px 0!important;color:#5e6c82!important;font-size:10.8px!important;line-height:1.5!important}
/* Smart diagnostics */
.nvi-controller-diagnostics,.nvi-controller-maintenance{margin-top:10px!important}.nvi-controller-diagnostics__grid,.nvi-controller-maintenance__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.nvi-controller-diagnostics__grid article{position:relative;padding:12px 12px 12px 42px;border:1px solid #e2e8f1;border-radius:8px;background:#fff}.nvi-controller-diagnostics i{top:13px;left:13px}.nvi-controller-diagnostics__grid strong,.nvi-controller-maintenance__grid strong{display:block;color:#17243c;font-size:11.5px}.nvi-controller-diagnostics__grid p,.nvi-controller-maintenance__grid p{margin:4px 0 0!important;color:#657287!important;font-size:10.5px!important;line-height:1.5!important}
.nvi-controller-diagnostics__power,.nvi-controller-maintenance__failure{margin-top:9px;padding:11px 12px;border-radius:8px;background:#f2f6fc}.nvi-controller-diagnostics__power strong,.nvi-controller-maintenance__failure strong{display:block;color:#17243c;font-size:11.5px}.nvi-controller-diagnostics__power p,.nvi-controller-maintenance__failure p{margin:4px 0 0!important;color:#5e6d83!important;font-size:10.5px!important;line-height:1.5!important}.nvi-controller-maintenance__grid article{padding:12px;border:1px solid #e2e8f1;border-radius:8px;background:#fff}.nvi-controller-maintenance__grid span{display:block;margin-bottom:5px;color:#0b4bd8;font-size:9.5px;font-weight:800;text-transform:uppercase}.nvi-controller-maintenance__failure{border-left:3px solid #c2413b;background:#fff6f5}
@media(max-width:900px){.nvi-ops-timeline{grid-template-columns:1fr}.nvi-sludge-guide__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.nvi-ops-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.nvi-ops-do-dont,.nvi-ops-check-grid,.nvi-ops-signal-grid,.nvi-ops-safety-grid,.nvi-controller-diagnostics__grid,.nvi-controller-maintenance__grid{grid-template-columns:1fr}.nvi-sludge-guide__steps{grid-template-columns:1fr}.nvi-ops-hero,.nvi-sludge-guide{padding:16px}.nvi-info-body .nvi-ops-hero h2,.nvi-info-body .nvi-ops-section h2{font-size:19px!important}.nvi-ops-section__head{grid-template-columns:30px minmax(0,1fr)}.nvi-ops-section__head>span{width:29px;height:29px}.nvi-ops-cta{padding:17px}.nvi-ops-cta>a{width:100%}.nvi-sludge-guide__note{align-items:flex-start;flex-direction:column;gap:3px}}

/* Ops page heading layout fix */
.nvi-ops-section__head{display:flex!important;align-items:flex-start!important;gap:12px!important}
.nvi-ops-section__head>span{flex:0 0 32px!important}
.nvi-ops-section__head>div{flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:none!important}
.nvi-info-body .nvi-ops-section__head h2{width:auto!important;max-width:none!important;word-break:normal!important;overflow-wrap:normal!important;white-space:normal!important}
.nvi-ops-section__head p{max-width:760px!important}
@media(max-width:650px){.nvi-ops-section__head>span{flex-basis:29px!important}}

/* Montavimo schemų kortelių lygiavimas */
.nvi-mount-schema-card{display:flex;flex-direction:column;height:100%}
.nvi-mount-schema-card__body{display:flex;flex:1;flex-direction:column;min-height:122px;padding:13px}
.nvi-mount-schema-card__body>strong{min-height:18px}
.nvi-mount-schema-card__body>span{display:block;min-height:32px;margin-top:8px;color:#748096;font-size:11.5px;line-height:1.45}
.nvi-mount-schema-card__actions{margin-top:auto;padding-top:10px}
/* Montavimo schemos: brėžinius lygiuoti pagal viršų */
.nvi-info-body .nvi-mount-schema-card__preview img{
  object-position:center top!important;
}
/* Montavimo schemos: visas perziuras lygiuoti nuo virsaus */
.nvi-mount-schema-card__preview{
  place-items:start center!important;
  align-items:start!important;
}
.nvi-info-body .nvi-mount-schema-card__preview img{
  display:block!important;
  margin-top:0!important;
}
/* Montavimo schemos: vienodas realus dydis ir lygiavimas nuo virsaus */
.nvi-mount-schema-card__preview{
  height:190px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow:hidden!important
}
.nvi-info-body .nvi-mount-schema-card__preview img{
  display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center top!important
}
@media(max-width:600px){.nvi-mount-schema-card__preview{height:230px!important}}

/* Standard AUGUST AT product technical data */
.nvi-at-tech-specs{margin:16px 0 14px;padding:15px;border:1px solid #dce6f4;border-radius:11px;background:#f8fbff}
.nvi-at-tech-specs__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:11px}
.nvi-at-tech-specs__head small{display:block;margin-bottom:3px;color:#0b4bd8;font-size:9.5px;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.055em}
.nvi-at-tech-specs__head strong{display:block;color:#14213b;font-size:17px;line-height:1.2}.nvi-at-tech-specs__head>span{flex:none;padding:5px 8px;border-radius:6px;background:#0b4bd8;color:#fff;font-size:10px;font-weight:800}
.nvi-at-tech-specs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.nvi-at-tech-specs__grid>div{padding:9px 10px;border:1px solid #e2e9f3;border-radius:8px;background:#fff}
.nvi-at-tech-specs__grid small{display:block;margin-bottom:3px;color:#6b788d;font-size:9.5px;line-height:1.35}.nvi-at-tech-specs__grid strong{display:block;color:#14213b;font-size:13px;line-height:1.25}
.nvi-at-tech-specs__grid>.is-energy{grid-column:1/-1;background:#edf4ff}.nvi-at-tech-specs__grid>.is-energy strong{color:#0b4bd8}
@media(max-width:520px){.nvi-at-tech-specs{padding:13px}.nvi-at-tech-specs__grid{grid-template-columns:1fr}.nvi-at-tech-specs__grid>.is-energy{grid-column:auto}}

/* Product ATK / AT GB modification guide */
.nvi-at-variants{margin:16px 0;padding:17px;border:1px solid #dce5f1;border-radius:12px;background:#f8fafe;color:#17243c}
.nvi-at-variants__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.nvi-at-variants__head small{display:block;margin-bottom:3px;color:#0b4bd8;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.nvi-at-variants__head strong{font-size:17px}.nvi-at-variants__head>span{padding:6px 9px;border-radius:7px;background:#eaf2ff;color:#0b4bd8;font-size:10px;font-weight:800}
.nvi-at-variants__intro,.nvi-at-variants__note{margin:0 0 11px!important;color:#617087;font-size:11.5px;line-height:1.55}.nvi-at-variants__note{margin:11px 0 0!important;padding:9px 11px;border-radius:8px;background:#fff4d8;color:#624a13}
.nvi-at-variants__choices,.nvi-at-variants__alternatives,.nvi-at-variants__io{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.nvi-at-variants__alternatives,.nvi-at-variants__io{grid-template-columns:repeat(2,minmax(0,1fr))}
.nvi-at-variants__choice,.nvi-at-variants__alternatives>div,.nvi-at-variants__io>div{padding:11px;border:1px solid #e1e7ef;border-radius:9px;background:#fff}.nvi-at-variants__choice.is-current{border-color:#0b4bd8;box-shadow:inset 0 0 0 1px #0b4bd8;background:#f2f7ff}.nvi-at-variants__choice strong,.nvi-at-variants__alternatives strong,.nvi-at-variants__io strong{display:block;margin-bottom:4px;font-size:12px}.nvi-at-variants__choice span,.nvi-at-variants__alternatives span,.nvi-at-variants__io span{display:block;color:#66748a;font-size:10.5px;line-height:1.45}.nvi-at-variants__io{margin-top:8px}.nvi-at-variants__io small{display:inline-block;margin-bottom:5px;padding:2px 6px;border-radius:5px;background:#0b4bd8;color:#fff;font-size:9px;font-weight:900}
.nvi-at-variants__gb{display:flex;align-items:center;gap:10px;margin-top:9px;padding:10px 11px;border:1px solid #e1e7ef;border-radius:9px;background:#fff}.nvi-at-variants__gb strong{font-size:11.5px;white-space:nowrap}.nvi-at-variants__gb span{flex:1;color:#66748a;font-size:10.5px;line-height:1.45}.nvi-at-variants__gb a,.nvi-at-variants__link{color:#0b4bd8!important;font-size:10.5px;font-weight:800;text-decoration:none!important}.nvi-at-variants__link{display:inline-flex;margin-top:10px}
@media(max-width:767px){.nvi-at-variants__head{align-items:flex-start;flex-direction:column;gap:7px}.nvi-at-variants__choices,.nvi-at-variants__alternatives,.nvi-at-variants__io{grid-template-columns:1fr}.nvi-at-variants__gb{align-items:flex-start;flex-direction:column}}

/* Current AT / ATK product information from the latest technical passport */
.single-product .woocommerce-Tabs-panel .nvi-product-current-note{margin:18px 0;padding:14px 16px;border-left:3px solid #0b4bd8;border-radius:0 9px 9px 0;background:#f5f8fd;color:#536178;font-size:13px;line-height:1.6}
.single-product .woocommerce-Tabs-panel .nvi-product-current-note strong{color:#17243c}
.single-product .woocommerce-Tabs-panel .nvi-product-current-info{display:grid;gap:8px;margin:18px 0 20px;padding:16px 18px;border:1px solid #dce6f2;border-radius:11px;background:#f8fafe}
.single-product .woocommerce-Tabs-panel .nvi-product-current-info p{margin:0!important;color:#536178;font-size:13px;line-height:1.6}
.single-product .woocommerce-Tabs-panel .nvi-product-current-info strong{color:#17243c}
.single-product .woocommerce-Tabs-panel .nvi-product-current-info a,.single-product .woocommerce-Tabs-panel .nvi-product-current-note a{color:#0b4bd8;font-weight:700;text-decoration:none}
.single-product .woocommerce-Tabs-panel .nvi-product-current-info a:hover,.single-product .woocommerce-Tabs-panel .nvi-product-current-note a:hover{text-decoration:underline}

/* AUGUST PLUS technical data */
.nvi-at-tech-specs__note{margin:10px 2px 0;color:#55647a;font-size:11px;line-height:1.5}.nvi-at-tech-specs__note strong{color:#14213b}

/* Laws / regulations accordion */
.nvi-laws{margin:10px 0 28px}
.nvi-laws__intro{margin-bottom:18px;padding:18px 20px;border:1px solid #dce6f4;border-radius:12px;background:#f8fbff}
.nvi-laws__intro strong{display:block;margin-bottom:4px;color:#14213b;font-size:20px;line-height:1.25}
.nvi-laws__intro p{margin:0;color:#66758c;font-size:14px;line-height:1.55}
.nvi-laws__list{display:grid;gap:10px}
.nvi-law-item{overflow:hidden;border:1px solid #dce3ed;border-radius:11px;background:#fff;box-shadow:0 3px 12px rgba(28,48,78,.045)}
.nvi-law-item summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px;cursor:pointer;list-style:none;background:#fff;transition:background .18s ease}
.nvi-law-item summary::-webkit-details-marker{display:none}
.nvi-law-item summary:hover{background:#f7faff}
.nvi-law-title{color:#16233c;font-size:15px;font-weight:800;line-height:1.35}
.nvi-law-action{display:flex;align-items:center;gap:8px;flex:none;color:#0b4bd8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.nvi-law-action:after{content:'+';display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#edf4ff;color:#0b4bd8;font-size:18px;font-weight:600;line-height:1}
.nvi-law-item[open] summary{background:#f7faff}
.nvi-law-item[open] .nvi-law-action{font-size:0}
.nvi-law-item[open] .nvi-law-action:before{content:'Suskleisti';font-size:11px}
.nvi-law-item[open] .nvi-law-action:after{content:'−'}
.nvi-law-content{padding:18px 20px 22px;border-top:1px solid #e4e9f0;color:#3f4d63;line-height:1.65}
.nvi-law-content>:first-child{margin-top:0}.nvi-law-content>:last-child{margin-bottom:0}
.nvi-law-content table{width:100%;margin:16px 0;border-collapse:collapse;font-size:12px;line-height:1.35}
.nvi-law-content th,.nvi-law-content td{padding:8px;border:1px solid #dce3ed;vertical-align:top}
.nvi-law-content a{font-weight:700}
@media(max-width:720px){
.nvi-laws__intro{padding:15px 16px}.nvi-laws__intro strong{font-size:18px}
.nvi-law-item summary{align-items:flex-start;padding:15px 14px;gap:10px}.nvi-law-title{font-size:14px}
.nvi-law-action{font-size:0}.nvi-law-action:before{content:''!important;font-size:0!important}.nvi-law-action:after{width:26px;height:26px}
.nvi-law-content{padding:15px 14px 18px;overflow-x:auto;font-size:14px}
.nvi-law-content table{min-width:720px}
}

/* Gallery video grid + modal */
.nvi-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:8px 0 28px}
.nvi-video-card{appearance:none;display:block;width:100%;padding:0;overflow:hidden;border:1px solid #dce3ed;border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(28,48,78,.06);text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.nvi-video-card:hover{transform:translateY(-2px);border-color:#c7d6eb;box-shadow:0 8px 24px rgba(28,48,78,.1)}
.nvi-video-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#0d1728}
.nvi-video-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease}
.nvi-video-card:hover .nvi-video-card__media img{transform:scale(1.025)}
.nvi-video-card__play{position:absolute;left:50%;top:50%;width:50px;height:50px;border-radius:50%;background:rgba(11,75,216,.94);transform:translate(-50%,-50%);box-shadow:0 8px 22px rgba(0,0,0,.25)}
.nvi-video-card__play:after{content:'';position:absolute;left:20px;top:15px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #fff}
.nvi-video-card__copy{display:block;padding:13px 14px 15px}
.nvi-video-card__copy strong{display:block;min-height:38px;color:#16233c;font-size:14px;line-height:1.35}
.nvi-video-card__copy small{display:block;margin-top:6px;color:#0b4bd8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.nvi-video-modal[hidden]{display:none!important}
.nvi-video-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:28px}
.nvi-video-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(4,10,20,.82);cursor:pointer}
.nvi-video-modal__dialog{position:relative;z-index:1;width:min(1100px,calc(100vw - 56px));overflow:hidden;border-radius:14px;background:#0a1220;box-shadow:0 24px 80px rgba(0,0,0,.45)}
.nvi-video-modal__player{aspect-ratio:16/9;background:#000}
.nvi-video-modal__player iframe{display:block;width:100%;height:100%;border:0}
.nvi-video-modal__title{display:block;padding:14px 54px 15px 17px;color:#fff;font-size:15px;line-height:1.4}
.nvi-video-modal__close{position:absolute;right:10px;top:10px;z-index:2;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.66);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.nvi-video-modal__close:hover{background:#0b4bd8}
body.nvi-video-modal-open{overflow:hidden}
@media(max-width:900px){.nvi-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.nvi-video-grid{grid-template-columns:1fr;gap:14px}.nvi-video-card__copy strong{min-height:0}.nvi-video-modal{padding:12px}.nvi-video-modal__dialog{width:calc(100vw - 24px);border-radius:10px}.nvi-video-modal__title{padding:12px 48px 13px 14px;font-size:14px}}
.nvi-video-card{text-decoration:none}
.nvi-video-modal__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 17px 15px}
.nvi-video-modal__meta .nvi-video-modal__title{padding:0}
.nvi-video-modal__meta a{flex:none;color:#9fc0ff;font-size:12px;font-weight:800;text-decoration:none}
.nvi-video-modal__meta a:hover{color:#fff}
@media(max-width:600px){.nvi-video-modal__meta{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 14px 13px}}

/* Gallery exhibitions by year + image lightbox */
.nvi-exhibitions{margin:6px 0 30px}.nvi-exhibitions__intro{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px;padding:16px 18px;border:1px solid #dce6f4;border-radius:12px;background:#f8fbff}.nvi-exhibitions__intro p{margin:0;color:#56667e;line-height:1.6}.nvi-exhibitions__intro span{flex:none;padding:6px 9px;border-radius:7px;background:#eaf2ff;color:#0b4bd8;font-size:11px;font-weight:800}
.nvi-exhibit-year{margin:0 0 30px}.nvi-exhibit-year__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 13px;padding-bottom:9px;border-bottom:1px solid #dfe6ef}.nvi-exhibit-year__head h2{margin:0;color:#14213b;font-size:25px;line-height:1.15}.nvi-exhibit-year__head span{color:#6b788d;font-size:11px;font-weight:700}
.nvi-exhibit-event{margin:0 0 20px}.nvi-exhibit-event__head{display:flex;align-items:center;gap:9px;margin-bottom:9px}.nvi-exhibit-event__head h3{margin:0;color:#24324a;font-size:15px;line-height:1.3}.nvi-exhibit-event__head span{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:12px;background:#edf4ff;color:#0b4bd8;font-size:10px;font-weight:800}
.nvi-exhibit-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.nvi-exhibit-photo{display:block;overflow:hidden;aspect-ratio:4/3;border:1px solid #dce3ed;border-radius:9px;background:#eef2f7}.nvi-exhibit-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.nvi-exhibit-photo:hover img{transform:scale(1.035)}
.nvi-exhibit-modal[hidden]{display:none!important}.nvi-exhibit-modal{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:24px}.nvi-exhibit-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(4,10,20,.88)}.nvi-exhibit-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:min(1200px,calc(100vw - 48px));max-height:calc(100vh - 48px)}
.nvi-exhibit-modal__dialog>img{display:block;max-width:100%;max-height:calc(100vh - 118px);width:auto;height:auto;border-radius:10px;box-shadow:0 20px 70px rgba(0,0,0,.42)}.nvi-exhibit-modal__close{position:absolute;right:-12px;top:-12px;z-index:3;width:40px;height:40px;border:0;border-radius:50%;background:#0b4bd8;color:#fff;font-size:27px;line-height:1;cursor:pointer}.nvi-exhibit-modal__nav{position:absolute;top:50%;z-index:3;width:44px;height:56px;border:0;border-radius:9px;background:rgba(10,18,32,.72);color:#fff;font-size:34px;cursor:pointer;transform:translateY(-50%)}.nvi-exhibit-modal__nav.is-prev{left:-58px}.nvi-exhibit-modal__nav.is-next{right:-58px}.nvi-exhibit-modal__meta{display:flex;justify-content:space-between;gap:20px;width:100%;padding:11px 2px 0;color:#fff}.nvi-exhibit-modal__meta strong{font-size:13px}.nvi-exhibit-modal__meta span{font-size:12px;color:#cad5e7}body.nvi-exhibit-modal-open{overflow:hidden}
@media(max-width:900px){.nvi-exhibit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nvi-exhibit-modal__nav.is-prev{left:8px}.nvi-exhibit-modal__nav.is-next{right:8px}}
@media(max-width:600px){.nvi-exhibitions__intro{display:block}.nvi-exhibitions__intro span{display:inline-block;margin-top:10px}.nvi-exhibit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.nvi-exhibit-year__head h2{font-size:22px}.nvi-exhibit-modal{padding:12px}.nvi-exhibit-modal__dialog{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.nvi-exhibit-modal__dialog>img{max-height:calc(100vh - 92px)}.nvi-exhibit-modal__close{right:4px;top:4px}.nvi-exhibit-modal__nav{width:38px;height:50px;font-size:29px}.nvi-exhibit-modal__meta{padding-inline:4px}}

/* Remaining work galleries */
.nvi-work-gallery>.nvi-exhibit-grid{margin-top:10px}
.nvi-project-event{margin-bottom:28px}
.nvi-project-copy{margin:0 0 12px;color:#56667e;font-size:13.5px;line-height:1.6}
.nvi-project-video{display:block;width:min(100%,760px);margin:14px 0 0;border-radius:10px;background:#0a1220}
@media(max-width:600px){.nvi-project-copy{font-size:13px}.nvi-project-video{width:100%}}

/* Consultation / pickup locations */
.nvi-contact-intro{margin:0 0 20px;padding:20px 22px;border:1px solid #dce6f4;border-radius:12px;background:#f8fbff}.nvi-contact-intro>span{display:block;margin-bottom:5px;color:#0b4bd8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.nvi-contact-intro h2{margin:0 0 8px;color:#14213b;font-size:24px;line-height:1.2}.nvi-contact-intro p{margin:0;color:#5f6f86;font-size:13px;line-height:1.65}
.nvi-contact-locations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.nvi-contact-location{display:flex;flex-direction:column;min-height:330px;padding:20px;border:1px solid #dce3ed;border-radius:12px;background:#fff}.nvi-contact-location__tag{display:inline-flex;align-self:flex-start;margin-bottom:10px;padding:5px 8px;border-radius:6px;background:#eaf2ff;color:#0b4bd8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.nvi-contact-location h3{margin:0 0 8px;color:#14213b;font-size:18px;line-height:1.3}.nvi-contact-location address{margin:0 0 17px;color:#5f6f86;font-size:13px;line-height:1.6;font-style:normal}
.nvi-contact-location__rows{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.nvi-contact-location__rows>div{padding:12px;border-radius:9px;background:#f6f8fb}.nvi-contact-location__rows small,.nvi-contact-common small{display:block;margin-bottom:4px;color:#7c8798;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.nvi-contact-location__rows strong,.nvi-contact-common strong{display:block;color:#14213b;font-size:13px;line-height:1.4}.nvi-contact-location__rows a,.nvi-contact-common a{color:#0b4bd8}.nvi-contact-map{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:13px;border-top:1px solid #e8edf3;color:#0b4bd8;font-size:12px;font-weight:800;text-decoration:none}.nvi-contact-map span{font-size:15px}
.nvi-contact-common{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;padding:18px 20px;border-radius:11px;background:#eef5ff}.nvi-contact-common>div{min-width:0}.nvi-contact-common p{grid-column:1/-1;margin:0;padding-top:12px;border-top:1px solid #d5e4fa;color:#5c6b82;font-size:12px;line-height:1.6}
@media(max-width:760px){.nvi-contact-locations{grid-template-columns:1fr}.nvi-contact-location{min-height:0}.nvi-contact-common{grid-template-columns:1fr}.nvi-contact-common p{grid-column:auto}.nvi-contact-location__rows{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.nvi-contact-location__rows{grid-template-columns:1fr}.nvi-contact-intro,.nvi-contact-location{padding:17px}.nvi-contact-intro h2{font-size:21px}}

/* Topbar pickup map links */
.nvi-topbar__pickup>a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.45);text-underline-offset:2px}
.nvi-topbar__pickup>a:hover{text-decoration-color:#fff}

/* Footer: legacy information, current NVI visual system */
.nvi-footer--legacy-info{padding:44px 0 18px}
.nvi-footer--legacy-info .nvi-footer__grid--legacy-info{grid-template-columns:1.05fr 1fr 1.15fr;gap:44px}
.nvi-footer--legacy-info .nvi-footer__section{min-width:0}
.nvi-footer--legacy-info .nvi-footer__title{margin-bottom:16px;font-size:14px;letter-spacing:.01em}
.nvi-footer__company-name{margin:0 0 14px!important;color:#fff!important;font-size:15px!important;font-weight:800}
.nvi-footer__facts-list{margin:0}.nvi-footer__facts-list>div{display:grid;grid-template-columns:94px minmax(0,1fr);gap:10px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.nvi-footer__facts-list dt{color:#7f8eaa;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.nvi-footer__facts-list dd{margin:0;color:#c1cada;font-size:12px;line-height:1.45}.nvi-footer__facts-list dd a{color:#c1cada!important}
.nvi-footer__contact-list{display:grid;gap:7px}.nvi-footer__contact-list>a{display:grid;grid-template-columns:110px minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.025);text-decoration:none}
.nvi-footer__contact-list small{color:#7f8eaa;font-size:10px}.nvi-footer__contact-list b{color:#fff;font-size:12.5px}.nvi-footer__contact-list>a:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.16)}
.nvi-footer__hours{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.nvi-footer__hours p{margin:0!important;padding:9px 10px;border-radius:8px;background:#0d1d3e}.nvi-footer__hours span,.nvi-footer__hours strong{display:block}.nvi-footer__hours span{color:#7f8eaa;font-size:9.5px;text-transform:uppercase;letter-spacing:.04em}.nvi-footer__hours strong{margin-top:3px;color:#dce5f5;font-size:11.5px}
.nvi-footer__links--two-col{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}.nvi-footer__links--two-col li+li{margin-top:0!important}
.nvi-footer__facebook{display:inline-grid;grid-template-columns:30px auto;grid-template-rows:auto auto;align-items:center;column-gap:9px;margin-top:20px;padding:9px 13px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.035);text-decoration:none}.nvi-footer__facebook>span{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:#08132d;font-size:20px;font-weight:900}.nvi-footer__facebook strong{color:#fff;font-size:12px;line-height:1.1}.nvi-footer__facebook small{color:#8290aa;font-size:9px;line-height:1.1}
.nvi-footer__bottom--legacy-info{justify-content:flex-start!important}
@media(max-width:900px){.nvi-footer--legacy-info .nvi-footer__grid--legacy-info{grid-template-columns:1fr 1fr;gap:30px}.nvi-footer__nav-block{grid-column:1/-1}.nvi-footer__links--two-col{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:600px){.nvi-footer--legacy-info .nvi-footer__grid--legacy-info{grid-template-columns:1fr}.nvi-footer__nav-block{grid-column:auto}.nvi-footer__hours{grid-template-columns:1fr 1fr}.nvi-footer__links--two-col{grid-template-columns:1fr 1fr}.nvi-footer__facts-list>div{grid-template-columns:88px minmax(0,1fr)}}

/* Footer social + achievements */
.nvi-footer__social-achievements{display:flex;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap}
.nvi-footer__social-achievements .nvi-footer__facebook{margin-top:0}
.nvi-footer__badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.nvi-footer__badges>a{display:grid;place-items:center;width:48px;height:48px;padding:3px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#fff;overflow:hidden;transition:transform .16s ease,border-color .16s ease}
.nvi-footer__badges>a:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.38)}
.nvi-footer__badges img{display:block;width:100%;height:100%;object-fit:contain;border-radius:5px}
@media(max-width:600px){.nvi-footer__social-achievements{align-items:flex-start}.nvi-footer__badges>a{width:44px;height:44px}}

/* Footer achievement badges: clean thumbnails + lightbox */
.nvi-footer__badges>a{width:50px;height:50px;padding:0;border:0;border-radius:0;background:transparent;overflow:visible;cursor:zoom-in;transition:transform .16s ease,opacity .16s ease}
.nvi-footer__badges>a:hover{transform:translateY(-2px) scale(1.03);opacity:.92}
.nvi-footer__badges img{width:100%;height:100%;object-fit:contain;border:0;border-radius:0;background:transparent}
.nvi-footer-badge-modal[hidden]{display:none!important}
.nvi-footer-badge-modal{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:24px}
.nvi-footer-badge-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(3,10,25,.84);cursor:zoom-out}
.nvi-footer-badge-modal__dialog{position:relative;z-index:1;width:min(820px,92vw);max-height:90vh;padding:18px 18px 14px;border-radius:14px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.4);text-align:center}
.nvi-footer-badge-modal__dialog img{display:block;width:100%;max-height:76vh;object-fit:contain;border-radius:8px;background:#fff}
.nvi-footer-badge-modal__dialog strong{display:block;margin-top:10px;color:#14203a;font-size:14px;line-height:1.4}
.nvi-footer-badge-modal__close{position:absolute;z-index:2;top:9px;right:9px;width:36px;height:36px;border:0;border-radius:50%;background:#08132d;color:#fff;font-size:25px;line-height:1;cursor:pointer}
body.nvi-footer-badge-open{overflow:hidden}
@media(max-width:600px){.nvi-footer__badges>a{width:46px;height:46px}.nvi-footer-badge-modal{padding:12px}.nvi-footer-badge-modal__dialog{padding:12px 12px 10px}.nvi-footer-badge-modal__dialog strong{font-size:12px}}

/* Real NVI Shop header logo */
.nvi-header--ref .nvi-brand__logo-link{display:block;line-height:0}
.nvi-header--ref .nvi-brand__logo{display:block;height:auto}

/* Keep sticky header below the WordPress admin bar */
body.admin-bar .nvi-header--ref{top:32px}
@media screen and (min-width:601px) and (max-width:782px){body.admin-bar .nvi-header--ref{top:46px}}
@media screen and (max-width:600px){body.admin-bar .nvi-header--ref{top:0}}

/* Keep desktop information/service sidebar below sticky header */
@media(min-width:1024px){
  .nvi-info-sidebar{top:96px}
  body.admin-bar .nvi-info-sidebar{top:128px}
}

/* Shop/category sidebar navigation */
.nvi-commerce-layout{display:grid;grid-template-columns:248px minmax(0,1fr);align-items:start;gap:24px}
.nvi-commerce-main{min-width:0}
.nvi-shop-side{position:sticky;top:96px;max-height:calc(100vh - 114px);overflow:auto;padding:16px;border:1px solid #e2e7ef;border-radius:11px;background:#fff;scrollbar-width:thin}
body.admin-bar .nvi-shop-side{top:128px;max-height:calc(100vh - 146px)}
.nvi-shop-side__title{display:block;margin:0 0 10px;color:#152039;font-size:12px;text-transform:uppercase;letter-spacing:.055em}
.nvi-shop-side__nav{display:grid;gap:4px}
.nvi-shop-side__all,.nvi-shop-side__group-link{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:9px 10px;border-radius:7px;color:#34405a;font-size:11.5px;font-weight:750;line-height:1.35}
.nvi-shop-side__all b,.nvi-shop-side__group-link b{color:#9aa5b7;font-size:13px;font-weight:500}
.nvi-shop-side__all:hover,.nvi-shop-side__group-link:hover{background:#f5f8fd;color:#0b4bd8}
.nvi-shop-side__all.is-active,.nvi-shop-side__group-link.is-active{background:#edf4ff;color:#0746c7}
.nvi-shop-side__group{padding-top:5px;border-top:1px solid #edf1f6}
.nvi-shop-side__group.is-current>.nvi-shop-side__group-link{color:#0746c7;background:#f5f8ff}
.nvi-shop-side__children{display:grid;gap:2px;padding:3px 0 6px 10px}
.nvi-shop-side__children a{position:relative;padding:6px 8px 6px 14px;border-radius:6px;color:#657087;font-size:10.8px;line-height:1.35}
.nvi-shop-side__children a::before{content:"";position:absolute;left:3px;top:12px;width:4px;height:4px;border-radius:50%;background:#b1bac8}
.nvi-shop-side__children a:hover{color:#0b4bd8;background:#f7f9fc}
.nvi-shop-side__children a.is-active{color:#0746c7;background:#edf4ff;font-weight:750}
.nvi-shop-side__children a.is-active::before{background:#0746c7}
.nvi-shop-side-mobile{display:none}
.nvi-commerce-layout .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
.nvi-commerce-layout .nvi-shop-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.nvi-commerce-layout .nvi-shop-catalog-card.is-featured{grid-column:span 2}
@media(max-width:1023px){
  .nvi-commerce-layout{display:block}
  .nvi-shop-side--desktop{display:none}
  .nvi-shop-side-mobile{display:block;margin:0 0 20px;border:1px solid #dfe6f0;border-radius:10px;background:#fff;overflow:hidden}
  .nvi-shop-side-mobile>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;list-style:none;color:#17223b;font-size:12px;font-weight:800}
  .nvi-shop-side-mobile>summary::-webkit-details-marker{display:none}
  .nvi-shop-side-mobile>summary span{color:#557097;transition:transform .18s ease}
  .nvi-shop-side-mobile[open]>summary{border-bottom:1px solid #e7ecf3}
  .nvi-shop-side-mobile[open]>summary span{transform:rotate(180deg)}
  .nvi-shop-side-mobile .nvi-shop-side__inner{padding:10px 12px 12px}
  .nvi-shop-side-mobile .nvi-shop-side__children{padding-left:12px}
  .nvi-commerce-layout .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .nvi-commerce-layout .nvi-shop-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .nvi-commerce-layout .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nvi-commerce-layout .nvi-shop-catalog__grid{grid-template-columns:1fr}
  .nvi-commerce-layout .nvi-shop-catalog-card.is-featured{grid-column:auto}
}

/* Collapsible shop sidebar subcategories */
.nvi-shop-side__group-head{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:2px}
.nvi-shop-side__group-head .nvi-shop-side__group-link{justify-content:flex-start;min-width:0;padding-right:4px}
.nvi-shop-side__toggle{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:7px;background:transparent;color:#7f8ba0;cursor:pointer}
.nvi-shop-side__toggle:hover{background:#edf4ff;color:#0746c7}
.nvi-shop-side__toggle span{font-size:15px;line-height:1;transition:transform .18s ease}
.nvi-shop-side__group.is-open .nvi-shop-side__toggle span{transform:rotate(180deg)}
.nvi-shop-side__group.is-current>.nvi-shop-side__group-head>.nvi-shop-side__group-link{color:#0746c7;background:#f5f8ff}
.nvi-shop-side__children[hidden]{display:none!important}

/* AUGUST extension-ring grouped landing */
.nvi-ring-groups-page .term-description{margin-bottom:26px}
.nvi-ring-groups-head{margin:28px 0 16px;padding-top:24px;border-top:1px solid #e4e9f1}
.nvi-ring-groups-head>span{display:block;margin-bottom:5px;color:#0b4bd8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.nvi-ring-groups-head h2{margin:0;color:#101a31;font-size:25px;line-height:1.18;letter-spacing:-.025em}
.nvi-ring-groups-head p{margin:8px 0 0;color:#687386;font-size:13px;line-height:1.55}
.nvi-ring-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.nvi-ring-group-card{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:180px;overflow:hidden;border:1px solid #e1e7f0;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.nvi-ring-group-card:hover{border-color:#cbd7e8;box-shadow:0 10px 24px rgba(15,31,67,.07);transform:translateY(-2px)}
.nvi-ring-group-card__image{display:grid;place-items:center;padding:18px;background:#f7f9fc}
.nvi-ring-group-card__image img{display:block;width:auto!important;height:auto!important;max-width:112px!important;max-height:112px!important;object-fit:contain!important;margin:auto!important}
.nvi-ring-group-card__body{display:flex;min-width:0;flex-direction:column;padding:18px 18px 16px}
.nvi-ring-group-card__count{margin-bottom:6px;color:#0b4bd8;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.nvi-ring-group-card h3{margin:0;color:#111a30;font-size:16px;line-height:1.3;letter-spacing:-.015em}
.nvi-ring-group-card h3 a:hover{color:#0b4bd8}
.nvi-ring-group-card__cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid #edf1f6;color:#0b4bd8;font-size:11.5px;font-weight:800}
.nvi-ring-group-card__cta b{font-size:16px;font-weight:500}
@media(max-width:767px){.nvi-ring-groups{grid-template-columns:1fr}.nvi-ring-group-card{grid-template-columns:112px minmax(0,1fr);min-height:145px}.nvi-ring-group-card__image{padding:12px}.nvi-ring-group-card__image img{max-width:82px!important;max-height:82px!important}.nvi-ring-group-card__body{padding:14px}.nvi-ring-groups-head h2{font-size:22px}}

@media(max-width:767px){.nvi-ref-mini-icon--artea img{width:42px}}
@media(max-width:420px){.nvi-ref-mini-icon--artea img{width:36px}}

/* Phone-only readability and overflow pass 2026-09-17 */
@media(max-width:600px){
  :root{--nvi-shell:min(100% - 24px,576px)}
  html,body{max-width:100%;overflow-x:hidden}
  .nvi-shell,.nvi-header__inner,.nvi-ref-hero__content,.nvi-info-content,.nvi-commerce,.nvi-service-body,.woocommerce{min-width:0}
  .nvi-topbar__inner{height:auto;min-height:32px;padding:5px 0}
  .nvi-topbar__facts{flex-wrap:wrap;line-height:1.25;text-align:center}
  .nvi-header--ref .nvi-header__inner{gap:6px}
  .nvi-header--ref .nvi-brand{width:auto;max-width:154px;flex:1 1 auto;min-width:0}
  .nvi-brand--wordmark span{font-size:22px}.nvi-brand--wordmark small{font-size:5.5px;letter-spacing:.16em}
  .nvi-actions--ref{flex:0 0 auto;gap:0}.nvi-actions--ref .nvi-icon-button,.nvi-menu-toggle{width:36px;height:36px}
  .nvi-ref-hero__grid{padding-top:25px}.nvi-ref-hero h1{font-size:32px;line-height:1.06;overflow-wrap:anywhere}
  .nvi-ref-hero__content>p{font-size:14.5px;line-height:1.5}.nvi-ref-hero__actions{flex-direction:column;gap:8px}
  .nvi-ref-hero__actions .nvi-ref-btn{width:100%;min-height:44px;padding-inline:12px;text-align:center;white-space:normal}
  .nvi-ref-hero__benefits{grid-template-columns:1fr;max-width:390px;gap:7px;text-align:left}
  .nvi-ref-hero__benefits>div{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:5px 2px}
  .nvi-ref-hero__benefits p{min-width:0}.nvi-ref-hero__benefits strong{font-size:11px;overflow-wrap:anywhere}.nvi-ref-hero__benefits small{font-size:9.5px}
  .nvi-ref-mini-icon{min-width:0}.nvi-ref-mini-icon--artea img{width:48px}
  .nvi-ref-section__head h2,.nvi-section-head h2,.nvi-cta h2{font-size:24px;line-height:1.18;overflow-wrap:anywhere}
  .nvi-ref-category__copy,.nvi-ref-product,.woocommerce ul.products li.product{min-width:0}
  .nvi-ref-category__copy strong,.nvi-ref-product h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{overflow-wrap:anywhere;word-break:normal;hyphens:auto}
  .nvi-ref-cart,.woocommerce ul.products li.product .button{height:auto;min-height:38px;padding:7px 6px;font-size:10.5px;line-height:1.25;text-align:center;white-space:normal}
  .woocommerce div.product .product_title{font-size:27px;line-height:1.16;overflow-wrap:anywhere}
  .woocommerce div.product .woocommerce-tabs ul.tabs{display:flex!important;flex-wrap:wrap;gap:4px;padding:0!important}
  .woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{white-space:normal}
  .woocommerce-cart table.cart td.actions .coupon{display:grid!important;grid-template-columns:1fr;gap:7px}.woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important}
  .woocommerce-shipping-methods label,.woocommerce-checkout #payment label,.woocommerce table.shop_table_responsive td,.woocommerce table.shop_table_responsive th{overflow-wrap:anywhere;word-break:normal}
  .nvi-content article{padding:18px 14px}.nvi-content article>h1{font-size:28px;line-height:1.12;overflow-wrap:anywhere}
  .nvi-info-content{padding:17px 13px}.nvi-info-hero h1{font-size:25px;overflow-wrap:anywhere}.nvi-info-body h1{font-size:23px!important}
  .nvi-info-body h2,.nvi-info-body h3,.nvi-info-body p,.nvi-info-body li,.nvi-info-body a{overflow-wrap:anywhere;word-break:normal}
  .nvi-service-body a[role="button"]{max-width:100%;height:auto;min-height:38px;padding-block:9px;line-height:1.3;text-align:center;white-space:normal;overflow-wrap:anywhere}
  .nvi-service-offer-visual{grid-template-columns:48px minmax(0,1fr);gap:10px}.nvi-service-offer-visual__icon{width:46px;height:46px}.nvi-service-offer-visual__price{grid-column:1/-1;margin:0;width:max-content;max-width:100%}
  .nvi-contact-location__rows{grid-template-columns:1fr}.nvi-contact-location,.nvi-contact-intro{padding:16px}
  .nvi-footer__contact-list>a,.nvi-footer__facts-list>div{grid-template-columns:1fr!important;gap:3px}.nvi-footer__hours,.nvi-footer__links--two-col{grid-template-columns:1fr!important}
  .nvi-footer a,.nvi-footer p,.nvi-footer span,.nvi-footer strong{overflow-wrap:anywhere;word-break:normal}
  .nvi-cert-year__head{align-items:flex-start;flex-direction:column;gap:3px}.nvi-ring-group-card__cta{flex-wrap:wrap}
}
@media(max-width:420px){
  .nvi-ref-hero h1{font-size:30px}.nvi-ref-mini-icon--artea img{width:42px}
  .nvi-shop-catalog-card,.nvi-shop-catalog-card.is-featured{grid-template-columns:96px minmax(0,1fr)}
  .nvi-ring-group-card{grid-template-columns:96px minmax(0,1fr)}.nvi-ring-group-card__body{padding:12px}
  .nvi-ref-product h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:10.5px;line-height:1.35}
}

/* Phone only: hide homepage hero benefits */
@media(max-width:600px){
  .home .nvi-ref-hero__benefits{display:none!important}
}

/* Phone performance: smaller hero background; tablet/desktop keep original image */
@media(max-width:600px){
  .home .nvi-ref-hero__scene{
    background-image:linear-gradient(90deg,rgba(248,251,255,1) 0%,rgba(248,251,255,.6) 15%,rgba(248,251,255,.05) 40%),url('/wp-content/uploads/2022/02/slider-mobile.jpg');
  }
}

/* Checkout payment methods refinement 2026-09-17 */
.woocommerce-checkout #payment ul.payment_methods{padding:10px 12px 12px!important}
.woocommerce-checkout #payment ul.payment_methods>li{margin:0;padding:12px 10px;border-bottom:1px solid #e3e8f0}
.woocommerce-checkout #payment ul.payment_methods>li:last-child{border-bottom:0}
.woocommerce-checkout #payment ul.payment_methods>li>input.input-radio{margin:0 8px 0 0;vertical-align:middle}
.woocommerce-checkout #payment ul.payment_methods>li>label{display:inline-flex;align-items:center;gap:10px;max-width:calc(100% - 28px);margin:0;vertical-align:middle;line-height:1.35}
.woocommerce-checkout #payment .payment_method_sbl>label img{float:none!important;width:132px!important;max-width:132px!important;max-height:58px!important;height:auto!important;margin:0 0 0 8px!important;object-fit:contain}
.woocommerce-checkout #payment .payment_method_sbl .payment_box{margin:12px 0 2px!important}

@media(max-width:600px){
  .woocommerce-checkout #payment ul.payment_methods{padding:8px 9px 10px!important}
  .woocommerce-checkout #payment ul.payment_methods>li{padding:12px 7px}
  .woocommerce-checkout #payment ul.payment_methods>li>label{gap:7px;max-width:calc(100% - 25px);font-size:13px}
  .woocommerce-checkout #payment .payment_method_sbl>label{justify-content:space-between;width:calc(100% - 25px)}
  .woocommerce-checkout #payment .payment_method_sbl>label img{width:104px!important;max-width:104px!important;max-height:46px!important;margin-left:4px!important}
}

/* Checkout error notice spacing 2026-09-17 */
.woocommerce-checkout .woocommerce-error{padding-left:3.7em!important}
.woocommerce-checkout .woocommerce-error::before{left:1.35em!important}

/* Address guidance 2026-09-17 */
.woocommerce form .form-row .woocommerce-input-wrapper .description{
  display:block!important;
  position:static!important;
  clear:both;
  margin:6px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#6b788d!important;
  font-size:11px!important;
  line-height:1.4!important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before{display:none!important}
.woocommerce form .form-row input::placeholder{color:#8a94a6!important;opacity:1}

/* ARTEA calculator: full-width row below Add to cart - 2026-09-17 */
.woocommerce div.product form.cart{
  flex-wrap:wrap;
}
.woocommerce div.product form.cart .layout16{
  flex:0 0 100%;
  width:100%;
  max-width:100%;
  margin:12px 0 0;
  overflow:hidden;
  border-radius:8px;
}
.woocommerce div.product form.cart .layout16 .sbl-calculator{
  display:block;
  width:100%!important;
  max-width:100%!important;
  height:150px!important;
  min-height:150px;
  margin:0;
  border:0!important;
}
.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{
  width:100%;
}
@media(max-width:767px){
  .woocommerce div.product form.cart .layout16{margin-top:10px}
  .woocommerce div.product form.cart .layout16 .sbl-calculator{height:150px!important;min-height:150px}
}

/* NVI account profile avatar */
.nvi-account-profile{display:flex;align-items:center;gap:11px;padding:4px 4px 14px;margin-bottom:10px;border-bottom:1px solid #e5eaf1}
.nvi-account-profile__avatar{width:64px;height:64px;flex:0 0 64px;border-radius:50%;overflow:hidden;background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px #dce3ee}
.nvi-account-profile__avatar img{display:block;width:100%!important;height:100%!important;object-fit:cover;object-position:center 24%}
.nvi-account-profile__copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.nvi-account-profile__copy strong{font-size:13px;line-height:1.25;color:#111b35}
.nvi-account-profile__copy small{font-size:10px;line-height:1.3;color:#68758a;overflow-wrap:anywhere}
.nvi-account-button{overflow:hidden;padding:0!important}
.nvi-account-button .nvi-header-avatar{display:block;width:100%!important;height:100%!important;border-radius:50%;object-fit:cover;object-position:center 24%}
@media(max-width:767px){.nvi-account-profile__avatar{width:54px;height:54px;flex-basis:54px}.nvi-account-profile__copy strong{font-size:12px}}

/* Cart + checkout: use full site shell width */
body.woocommerce-cart .nvi-content,
body.woocommerce-checkout .nvi-content{max-width:none}
