
/* Normiqo production navigation and asset layer */
.header .nav{position:relative}
.desktop{gap:8px!important}
.navbtn,.navlink{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:25px 14px;font-size:13.5px;font-weight:780;cursor:pointer;color:var(--text,#0e1d3d);white-space:nowrap}
.navbtn:hover,.navlink:hover,.navbtn[aria-expanded="true"]{color:var(--green,#168843)}
.navitem .menu{display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,14px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.navitem.open .menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
/* Disable hover-only opening so the menu behaves professionally on desktop and touch devices. */
.navitem:hover .menu{opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,14px)}
.navitem.open:hover .menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.menu.mega{width:min(720px,calc(100vw - 40px));grid-template-columns:1.08fr 1fr 1fr;padding:16px;left:50%}
.menu-card{min-height:190px;display:flex;flex-direction:column;justify-content:center}
.menu-card strong{font-size:15px}.menu-card small{font-size:10.5px;line-height:1.5}
.actions .primary{white-space:nowrap}
@media(max-width:1060px){.desktop{display:none!important}.mobile-toggle{display:block!important}.actions .primary{display:none!important}}

/* =========================================================
   NORMIQO PREMIUM NAVIGATION — production override
   ========================================================= */
:root{--nq-ink:#071b45;--nq-green:#168843;--nq-green2:#25b75d;--nq-line:#e4eaf2}
.topbar{height:32px;background:#061a43!important;color:#eaf1fb!important}
.nq-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.035em}
.nq-topbar-proof{color:#8fe6ad;font-weight:800}
.nq-premium-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(218,226,237,.92)!important;box-shadow:0 8px 30px rgba(7,27,69,.045)!important}
.nq-premium-header .nav{height:84px!important;display:grid!important;grid-template-columns:220px minmax(460px,1fr) 220px;align-items:center;gap:24px!important}
.nq-brand{width:184px!important;display:flex;align-items:center}
.nq-brand img{width:100%;height:auto}
.nq-premium-header .desktop{height:100%;display:flex;align-items:center;justify-content:center;gap:6px!important}
.nq-premium-header .navlink,.nq-premium-header .navbtn{position:relative;display:inline-flex;align-items:center;gap:7px;height:84px;padding:0 17px!important;border:0;background:transparent;color:var(--nq-ink)!important;font-size:13px!important;font-weight:790!important;letter-spacing:-.012em;white-space:nowrap;cursor:pointer}
.nq-premium-header .navlink:after,.nq-premium-header .navbtn:after{content:"";position:absolute;left:17px;right:17px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:linear-gradient(90deg,var(--nq-green),var(--nq-green2));transform:scaleX(0);transition:.22s}
.nq-premium-header .navlink:hover,.nq-premium-header .navlink.active,.nq-premium-header .navbtn:hover,.nq-premium-header .navbtn[aria-expanded="true"]{color:var(--nq-green)!important}
.nq-premium-header .navlink:hover:after,.nq-premium-header .navlink.active:after,.nq-premium-header .navbtn:hover:after,.nq-premium-header .navbtn[aria-expanded="true"]:after{transform:scaleX(1)}
.nq-chevron{font-size:13px;transition:transform .2s}.navbtn[aria-expanded="true"] .nq-chevron{transform:rotate(180deg)}
.nq-premium-header .actions{justify-content:flex-end}
.nq-header-cta{min-width:164px!important;height:48px;padding:0 20px!important;border-radius:12px!important;font-size:12.5px!important;box-shadow:0 13px 30px rgba(22,136,67,.22)!important}
.nq-header-cta:hover{transform:translateY(-2px)}
/* Correct product mega menu: compact, three-column, premium. */
.nq-premium-header .navitem{position:relative;height:100%;display:flex;align-items:center}
.nq-premium-header .navitem .menu{position:absolute;top:76px;left:50%;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,12px);transition:opacity .2s,transform .24s,visibility .2s;background:#fff;border:1px solid #dfe7f0;border-radius:22px;box-shadow:0 28px 80px rgba(7,27,69,.17)}
.nq-premium-header .navitem.open .menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}
.nq-premium-header .navitem:hover .menu{opacity:0;visibility:hidden;pointer-events:none}
.nq-premium-header .navitem.open:hover .menu{opacity:1;visibility:visible;pointer-events:auto}
.nq-premium-header .navitem .nq-product-mega{display:grid!important;width:760px!important;max-width:calc(100vw - 40px);grid-template-columns:1.08fr 1fr 1fr!important;gap:12px!important;padding:14px!important}
.nq-product-mega .mega-intro{min-height:238px;padding:27px!important;border-radius:16px!important;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 95% 0,rgba(47,190,103,.2),transparent 36%),linear-gradient(145deg,#061a43,#0c3776)!important}
.nq-product-mega .mega-intro small{font-size:9px!important;color:#76e59d!important;letter-spacing:.15em}
.nq-product-mega .mega-intro h3{font-size:24px!important;line-height:1.12!important;letter-spacing:-.035em;margin:15px 0 11px!important}
.nq-product-mega .mega-intro p{font-size:10.5px!important;line-height:1.65!important;color:#c4d0e2!important}
.nq-product-mega .menu-card{min-height:238px!important;padding:23px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;border:1px solid #dfe7f0!important;background:#fff!important;transition:.23s!important}
.nq-product-mega .menu-card:hover{transform:translateY(-4px)!important;border-color:#b8c8dc!important;box-shadow:0 17px 38px rgba(7,27,69,.09)!important}
.nq-product-mega .menu-card .icon{width:46px!important;height:46px!important;border-radius:13px!important;margin:0 0 26px!important;font-size:17px!important}
.nq-menu-kicker{color:#7b899f;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px}
.nq-product-mega .menu-card strong{font-size:16px!important;line-height:1.25!important;color:var(--nq-ink)!important}
.nq-product-mega .menu-card small{font-size:10px!important;line-height:1.55!important;color:#6d7b91!important;margin-top:8px!important}
.nq-product-mega .menu-card b{margin-top:auto;padding-top:18px;color:#2457f5;font-size:10px}.nq-product-mega .menu-card.green b{color:var(--nq-green)}
.nq-company-menu{display:block!important;width:310px!important;padding:9px!important}
.nq-company-menu a{padding:14px!important;border-radius:12px!important}.nq-company-menu a:hover{background:#f5f8fc!important}.nq-company-menu strong{font-size:12px!important}.nq-company-menu small{font-size:9px!important;line-height:1.45!important}
/* Home metric row must never clip horizontally. */
.nq-business-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:hidden!important}
.nq-business-metric,.nq-business-message{min-width:0!important}.nq-business-message{grid-column:span 1}.nq-business-metric:nth-child(4),.nq-business-metric:nth-child(5),.nq-business-message{border-top:1px solid #e1e8ef}
.nq-business-metric:nth-child(4){border-left:0!important}
@media(max-width:1120px){
 .nq-premium-header .nav{grid-template-columns:190px 1fr 180px;gap:10px!important}
 .nq-brand{width:168px!important}
 .nq-premium-header .navlink,.nq-premium-header .navbtn{padding:0 12px!important}
}
@media(max-width:1060px){
 .nq-topbar-inner{justify-content:center}.nq-topbar-proof{display:none}
 .nq-premium-header .nav{height:74px!important;display:flex!important}
 .nq-premium-header .desktop{display:none!important}.nq-premium-header .actions{margin-left:auto}.nq-header-cta{display:none!important}
 .nq-premium-header .mobile-toggle{display:block!important}
 .nq-premium-header .mobilepanel{top:106px!important;padding:20px 24px 28px!important}
 .mobile-demo{margin-top:12px!important;padding:13px!important;text-align:center;color:#fff!important;background:linear-gradient(135deg,var(--nq-green),var(--nq-green2));border-radius:11px;border:0!important}
}
@media(max-width:760px){
 .nq-brand{width:150px!important}.topbar{height:29px}.nq-topbar-inner{font-size:8.5px}
 .nq-business-metrics{grid-template-columns:1fr!important}.nq-business-message{grid-column:auto}.nq-business-metric,.nq-business-message{border-left:0!important;border-top:1px solid #e1e8ef!important}.nq-business-metric:first-child{border-top:0!important}
}


/* FINAL enterprise header, original product menu proportions, and one-row metrics */
.nq-premium-header .nav{height:78px!important;grid-template-columns:190px minmax(560px,1fr) 175px!important;gap:18px!important}
.nq-brand{width:170px!important}
.nq-premium-header .navlink,.nq-premium-header .navbtn{height:78px!important;padding:0 14px!important;font-size:13px!important}
.nq-header-cta{min-width:150px!important;height:46px!important;border-radius:11px!important}
.nq-premium-header .navitem .menu{top:70px!important}
.nq-premium-header .navitem .nq-product-mega{width:680px!important;grid-template-columns:1.05fr 1fr 1fr!important;gap:12px!important;padding:16px!important;border-radius:18px!important}
.nq-product-mega .mega-intro{min-height:205px!important;padding:23px!important;border-radius:14px!important;background:linear-gradient(145deg,#071b45,#0b2f6b)!important}
.nq-product-mega .mega-intro h3{font-size:20px!important;line-height:1.25!important;margin:11px 0 8px!important;letter-spacing:-.025em!important}
.nq-product-mega .mega-intro p{font-size:11px!important;line-height:1.55!important}
.nq-product-mega .menu-card{min-height:205px!important;padding:18px!important;border-radius:14px!important;justify-content:center!important}
.nq-product-mega .menu-card .icon{width:40px!important;height:40px!important;border-radius:11px!important;margin:0 0 14px!important;font-size:16px!important}
.nq-product-mega .menu-card strong{font-size:14px!important}
.nq-product-mega .menu-card small{font-size:10px!important;line-height:1.45!important;margin-top:4px!important}
.nq-product-mega .menu-card b,.nq-menu-kicker{display:none!important}
.nq-business-metrics{grid-template-columns:repeat(5,minmax(0,1fr)) 1.28fr!important;overflow:hidden!important}
.nq-business-metric,.nq-business-message{min-height:124px!important;padding:18px 14px!important;border-top:0!important;border-left:1px solid #e1e8ef!important;gap:12px!important}
.nq-business-metric:first-child{border-left:0!important}
.nq-business-message{grid-column:auto!important}
.nq-business-icon{width:50px!important;height:50px!important}.nq-business-icon svg{width:27px!important;height:27px!important}
.nq-business-metric strong{font-size:1.48rem!important;margin-bottom:6px!important;white-space:nowrap}
.nq-business-metric span{font-size:.68rem!important;line-height:1.35!important;font-weight:720!important}
.nq-business-message p{font-size:.68rem!important;line-height:1.5!important}
@media(max-width:1180px){
 .nq-premium-header .nav{grid-template-columns:175px minmax(510px,1fr) 155px!important;gap:8px!important}
 .nq-premium-header .navlink,.nq-premium-header .navbtn{padding:0 10px!important}
 .nq-business-metrics{grid-template-columns:repeat(3,1fr)!important}
 .nq-business-metric,.nq-business-message{border-top:1px solid #e1e8ef!important}
 .nq-business-metric:nth-child(-n+3){border-top:0!important}
 .nq-business-metric:nth-child(4),.nq-business-message{border-left:0!important}
}
@media(max-width:1060px){.nq-premium-header .nav{display:flex!important;height:74px!important}.nq-brand{width:155px!important}}
@media(max-width:760px){.nq-business-metrics{grid-template-columns:1fr!important}.nq-business-metric,.nq-business-message{border-left:0!important;border-top:1px solid #e1e8ef!important}.nq-business-metric:first-child{border-top:0!important}}


/* EXACT HOMEPAGE PRODUCT MEGA MENU — FINAL REFERENCE */
.nq-premium-header .navitem .nq-product-mega,
.header .navitem .menu.mega{
  position:absolute!important;
  top:68px!important;
  left:50%!important;
  width:680px!important;
  max-width:calc(100vw - 32px)!important;
  padding:16px!important;
  display:grid!important;
  grid-template-columns:1.05fr 1fr 1fr!important;
  gap:12px!important;
  background:#fff!important;
  border:1px solid var(--line,#e2e9f3)!important;
  border-radius:18px!important;
  box-shadow:0 24px 70px rgba(7,27,69,.10)!important;
  overflow:hidden!important;
}
.nq-product-mega > *{min-width:0!important;width:auto!important;max-width:100%!important}
.nq-product-mega .mega-intro{
  min-height:0!important;
  height:auto!important;
  background:linear-gradient(145deg,#071b45,#0b2f6b)!important;
  color:#fff!important;
  border-radius:14px!important;
  padding:23px!important;
  display:block!important;
}
.nq-product-mega .mega-intro small{
  color:#65e38e!important;text-transform:uppercase!important;letter-spacing:.12em!important;
  font-weight:850!important;font-size:9px!important
}
.nq-product-mega .mega-intro h3{
  font-size:20px!important;line-height:1.25!important;margin:11px 0 8px!important;
  letter-spacing:normal!important;color:#fff!important
}
.nq-product-mega .mega-intro p{
  font-size:11px!important;line-height:1.55!important;color:#c8d2e4!important;margin:0!important
}
.nq-product-mega .menu-card{
  min-height:0!important;height:auto!important;border:1px solid var(--line,#e2e9f3)!important;
  border-radius:14px!important;padding:18px!important;background:#fff!important;
  display:block!important;overflow:hidden!important;transition:.2s!important
}
.nq-product-mega .menu-card:hover{transform:translateY(-3px)!important;box-shadow:0 8px 20px rgba(7,27,69,.05)!important}
.nq-product-mega .menu-card .icon{
  width:40px!important;height:40px!important;border-radius:11px!important;display:grid!important;
  place-items:center!important;background:#edf3ff!important;margin:0 0 14px!important;font-size:16px!important
}
.nq-product-mega .menu-card.green .icon{background:#edf9f2!important}
.nq-product-mega .menu-card strong{display:block!important;font-size:14px!important;line-height:1.35!important;color:#0e1d3d!important}
.nq-product-mega .menu-card small{display:block!important;font-size:10px!important;line-height:1.5!important;color:#66748b!important;margin-top:4px!important}
@media(max-width:1060px){.nq-premium-header .navitem .nq-product-mega,.header .navitem .menu.mega{display:none!important}}

/* PRODUCT MEGA MENU — LOCKED TO ORIGINAL HOMEPAGE REFERENCE */
@media (min-width:1061px){
  .nq-premium-header .nq-products-nav{position:relative!important}
  .nq-premium-header .nq-products-nav .nq-product-mega{
    position:absolute!important;
    top:68px!important;
    left:50%!important;
    width:680px!important;
    max-width:calc(100vw - 40px)!important;
    padding:16px!important;
    display:grid!important;
    grid-template-columns:1.05fr 1fr 1fr!important;
    gap:12px!important;
    align-items:stretch!important;
    background:#fff!important;
    border:1px solid #e2e9f3!important;
    border-radius:18px!important;
    box-shadow:0 24px 70px rgba(7,27,69,.10)!important;
    overflow:visible!important;
    white-space:normal!important;
  }
  .nq-premium-header .nq-product-mega *{white-space:normal!important;box-sizing:border-box!important}
  .nq-premium-header .nq-product-mega .mega-intro{
    min-width:0!important;
    min-height:205px!important;
    height:205px!important;
    padding:23px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    overflow:hidden!important;
    color:#fff!important;
    background:linear-gradient(145deg,#071b45,#0b2f6b)!important;
    border-radius:14px!important;
  }
  .nq-premium-header .nq-product-mega .mega-intro small{
    display:block!important;color:#65e38e!important;text-transform:uppercase!important;
    letter-spacing:.12em!important;font-weight:850!important;font-size:9px!important
  }
  .nq-premium-header .nq-product-mega .mega-intro h3{
    display:block!important;width:auto!important;max-width:none!important;
    font-size:20px!important;line-height:1.25!important;letter-spacing:normal!important;
    margin:11px 0 8px!important;color:#fff!important;overflow:visible!important
  }
  .nq-premium-header .nq-product-mega .mega-intro p{
    display:block!important;width:auto!important;max-width:none!important;
    font-size:11px!important;line-height:1.55!important;color:#c8d2e4!important;margin:0!important
  }
  .nq-premium-header .nq-product-mega .menu-card{
    min-width:0!important;min-height:205px!important;height:205px!important;
    padding:18px!important;display:flex!important;flex-direction:column!important;
    justify-content:center!important;align-items:flex-start!important;
    overflow:hidden!important;background:#fff!important;border:1px solid #e2e9f3!important;
    border-radius:14px!important;transition:.2s!important
  }
  .nq-premium-header .nq-product-mega .menu-card .icon{
    width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
    display:grid!important;place-items:center!important;border-radius:11px!important;
    background:#edf3ff!important;margin:0 0 14px!important;font-size:16px!important
  }
  .nq-premium-header .nq-product-mega .menu-card.green .icon{background:#edf9f2!important}
  .nq-premium-header .nq-product-mega .menu-card strong{
    display:block!important;font-size:14px!important;line-height:1.35!important;color:#0e1d3d!important;margin:0!important
  }
  .nq-premium-header .nq-product-mega .menu-card small{
    display:block!important;font-size:10px!important;line-height:1.5!important;color:#66748b!important;margin:4px 0 0!important
  }
}

/* FINAL BRAND LOGO + NAVIGATION ALIGNMENT */
.nq-premium-header .nq-brand{
  width:214px!important;
  min-width:214px!important;
  height:58px!important;
  display:flex!important;
  align-items:center!important;
  overflow:visible!important;
}
.nq-premium-header .nq-brand img{
  width:100%!important;
  height:auto!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.nq-footer-brand-reuse .logo{
  width:230px!important;
  max-width:100%!important;
  display:block!important;
}
.nq-footer-brand-reuse .logo img{
  width:100%!important;
  height:auto!important;
  max-height:86px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
@media(max-width:1180px){
  .nq-premium-header .nq-brand{width:190px!important;min-width:190px!important}
}
@media(max-width:720px){
  .nq-premium-header .nq-brand{width:168px!important;min-width:168px!important;height:50px!important}
  .nq-premium-header .nq-brand img{max-height:50px!important}
  .nq-footer-brand-reuse .logo{width:210px!important}
}

/* FINAL V5 — simplified navigation and correctly scaled cropped brand assets */
@media (min-width:1061px){
  .nq-premium-header .nav{
    height:90px!important;
    grid-template-columns:270px minmax(520px,1fr) 190px!important;
    gap:24px!important;
  }
  .nq-premium-header .desktop{
    justify-content:center!important;
    gap:12px!important;
  }
  .nq-premium-header .navlink,
  .nq-premium-header .navbtn{
    height:90px!important;
    padding:0 18px!important;
    font-size:13.5px!important;
  }
  .nq-premium-header .navitem .menu,
  .nq-premium-header .nq-products-nav .nq-product-mega{
    top:82px!important;
  }
  .nq-premium-header .nq-brand{
    width:258px!important;
    min-width:258px!important;
    height:68px!important;
  }
  .nq-premium-header .nq-brand img{
    width:258px!important;
    height:66px!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .nq-header-cta{
    min-width:168px!important;
    height:48px!important;
  }
}
@media (min-width:1061px) and (max-width:1220px){
  .nq-premium-header .nav{
    grid-template-columns:230px minmax(500px,1fr) 170px!important;
    gap:12px!important;
  }
  .nq-premium-header .nq-brand,
  .nq-premium-header .nq-brand img{
    width:222px!important;
    min-width:222px!important;
  }
  .nq-premium-header .navlink,
  .nq-premium-header .navbtn{padding:0 12px!important}
}
.nq-footer-brand-reuse .logo{
  width:310px!important;
  max-width:100%!important;
}
.nq-footer-brand-reuse .logo img{
  width:310px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
@media(max-width:1060px){
  .nq-premium-header .nq-brand{
    width:202px!important;
    min-width:202px!important;
    height:58px!important;
  }
  .nq-premium-header .nq-brand img{
    width:202px!important;
    height:56px!important;
    max-height:none!important;
  }
}
@media(max-width:720px){
  .nq-premium-header .nq-brand,
  .nq-premium-header .nq-brand img{
    width:190px!important;
    min-width:190px!important;
  }
  .nq-footer-brand-reuse .logo,
  .nq-footer-brand-reuse .logo img{width:260px!important}
}

/* Final logo balance */
.logo{width:238px!important;max-width:238px!important}
.nq-footer-brand-reuse img,.flogo{max-height:58px!important;width:auto!important}
@media(max-width:1060px){.logo{width:205px!important;max-width:205px!important}}
@media(max-width:720px){.logo{width:174px!important;max-width:174px!important}.nq-footer-brand-reuse img,.flogo{max-height:50px!important}}

/* Final logo scale refinement */
.header .nq-brand{width:158px!important;max-width:158px!important;flex:0 0 158px!important}
.header .nq-brand img{width:100%!important;max-width:158px!important;height:auto!important}
.nq-footer-brand-reuse .logo{width:170px!important;max-width:170px!important}
.nq-footer-brand-reuse .logo img{width:100%!important;max-width:170px!important;height:auto!important}
@media(max-width:720px){
 .header .nq-brand{width:142px!important;max-width:142px!important;flex-basis:142px!important}
 .header .nq-brand img{max-width:142px!important}
 .nq-footer-brand-reuse .logo,.nq-footer-brand-reuse .logo img{width:155px!important;max-width:155px!important}
}

/* =========================================================
   FINAL LOCK — Normiqo logo optical sizing
   These values intentionally override all previous iterations.
   ========================================================= */
.header .nq-brand,
.nq-premium-header .nq-brand{
  width:202px!important;
  max-width:202px!important;
  min-width:202px!important;
  flex:0 0 202px!important;
  height:auto!important;
  display:flex!important;
  align-items:center!important;
}
.header .nq-brand img,
.nq-premium-header .nq-brand img{
  display:block!important;
  width:202px!important;
  max-width:202px!important;
  min-width:202px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.nq-footer-brand-reuse .logo{
  width:225px!important;
  max-width:225px!important;
  min-width:225px!important;
  height:auto!important;
}
.nq-footer-brand-reuse .logo img,
.nq-footer-brand-reuse img,
footer .flogo{
  display:block!important;
  width:225px!important;
  max-width:225px!important;
  min-width:225px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
}
@media(max-width:1060px){
  .header .nq-brand,
  .nq-premium-header .nq-brand,
  .header .nq-brand img,
  .nq-premium-header .nq-brand img{
    width:179px!important;
    max-width:179px!important;
    min-width:179px!important;
    flex-basis:179px!important;
  }
  .nq-footer-brand-reuse .logo,
  .nq-footer-brand-reuse .logo img,
  .nq-footer-brand-reuse img,
  footer .flogo{
    width:205px!important;
    max-width:205px!important;
    min-width:205px!important;
  }
}
@media(max-width:720px){
  .header .nq-brand,
  .nq-premium-header .nq-brand,
  .header .nq-brand img,
  .nq-premium-header .nq-brand img{
    width:161px!important;
    max-width:161px!important;
    min-width:161px!important;
    flex-basis:161px!important;
  }
  .nq-footer-brand-reuse .logo,
  .nq-footer-brand-reuse .logo img,
  .nq-footer-brand-reuse img,
  footer .flogo{
    width:190px!important;
    max-width:190px!important;
    min-width:190px!important;
  }
}

/* =========================================================
   Normiqo Enterprise Footer — Final shared version
   ========================================================= */

.nq-enterprise-footer{
  position:relative;overflow:hidden;color:#fff;padding:68px 0 24px;
  background:radial-gradient(circle at 8% 8%,rgba(31,174,97,.09),transparent 27%),radial-gradient(circle at 92% 0,rgba(36,87,245,.08),transparent 31%),linear-gradient(180deg,#061733 0%,#041126 100%);
  border-top:1px solid rgba(255,255,255,.06)
}
.nq-enterprise-footer:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.10;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(#000,transparent 88%)}
.nq-footer-wrap{position:relative;z-index:1}
.nq-footer-grid{display:grid;grid-template-columns:minmax(245px,1.3fr) minmax(235px,1.12fr) repeat(3,minmax(130px,.72fr)) minmax(220px,1fr);gap:30px;align-items:start}
.nq-footer-brand{padding-right:8px}.nq-footer-logo{display:inline-block;margin-bottom:16px}.nq-footer-logo img{display:block;width:auto;height:56px;max-width:100%;object-fit:contain;object-position:left center}
.nq-footer-positioning{margin:0 0 12px;color:#fff;font-size:.9rem;font-weight:850;line-height:1.45}.nq-footer-copy{margin:0;max-width:320px;color:#aab8cf;font-size:.76rem;line-height:1.75}
.nq-footer-socials{display:flex;gap:9px;margin-top:20px}.nq-footer-socials a{width:37px;height:37px;border-radius:10px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);transition:.2s ease}.nq-footer-socials a:hover{transform:translateY(-2px);background:#168843;border-color:#168843}.nq-footer-socials svg{width:17px;height:17px;fill:currentColor}
.nq-footer-links,.nq-footer-products,.nq-footer-contact{min-width:0}.nq-footer-links h3,.nq-footer-products h3,.nq-footer-contact h3{position:relative;margin:0 0 22px;padding-bottom:12px;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.nq-footer-links h3:after,.nq-footer-products h3:after,.nq-footer-contact h3:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:2px;border-radius:999px;background:linear-gradient(90deg,#1dbd68,#52e293)}
.nq-footer-product-card{display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:center;padding:14px 0;color:#fff;border-bottom:1px solid rgba(255,255,255,.10)}.nq-footer-product-card:last-child{border-bottom:0}.nq-footer-product-card:hover strong{color:#7ee2a5}.nq-product-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;font-size:.68rem;font-weight:950;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045)}.nq-product-icon-hr{color:#72a7ff;background:rgba(36,87,245,.12)}.nq-product-icon-compliance{color:#70e29b;background:rgba(22,136,67,.12)}.nq-footer-product-card strong,.nq-footer-product-card small{display:block}.nq-footer-product-card strong{font-size:.74rem;line-height:1.35}.nq-footer-product-card small{margin-top:4px;color:#9eacc1;font-size:.59rem;line-height:1.45}
.nq-footer-links a{display:block;width:max-content;max-width:100%;margin:11px 0;color:#aebbd0;font-size:.72rem;line-height:1.45;transition:.18s ease}.nq-footer-links a:hover{color:#7ee2a5;transform:translateX(3px)}
.nq-footer-contact-item{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;margin-bottom:16px;color:#fff}.nq-contact-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#59dc8c;font-size:1rem}.nq-footer-contact-item strong,.nq-footer-contact-item small{display:block}.nq-footer-contact-item strong{font-size:.77rem;line-height:1.35}.nq-footer-contact-item small{margin-top:4px;color:#9eacc1;font-size:.61rem;line-height:1.45}.nq-footer-cta{margin-top:9px;min-height:50px;padding:0 17px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:linear-gradient(135deg,#168843,#23b75d);font-size:.8rem;font-weight:900;box-shadow:0 14px 32px rgba(22,136,67,.2);transition:.2s ease}.nq-footer-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(22,136,67,.28)}.nq-footer-cta span{font-size:1.1rem}
.nq-footer-trust{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:42px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.035);overflow:hidden}.nq-footer-trust>div{min-height:106px;padding:18px 16px;display:flex;align-items:center;gap:12px}.nq-footer-trust>div+div{border-left:1px solid rgba(255,255,255,.09)}.nq-trust-icon{width:44px;height:44px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;color:#6ce29a;border:1px solid rgba(108,226,154,.22);background:rgba(30,180,93,.08);font-size:.64rem;font-weight:950}.nq-footer-trust p{margin:0}.nq-footer-trust strong,.nq-footer-trust small{display:block}.nq-footer-trust strong{color:#fff;font-size:.7rem;line-height:1.35}.nq-footer-trust small{margin-top:4px;color:#9eacc1;font-size:.57rem;line-height:1.45}
.nq-footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;margin-top:26px;padding-top:21px;border-top:1px solid rgba(255,255,255,.10)}.nq-footer-bottom p{margin:0;color:#7f90a8;font-size:.66rem;line-height:1.5}.nq-footer-made{color:#aab8cf!important;text-align:right}.nq-footer-legal{display:flex;gap:18px;color:#91a0b5;font-size:.64rem;white-space:nowrap}
@media(max-width:1220px){.nq-footer-grid{grid-template-columns:minmax(245px,1.2fr) minmax(230px,1fr) repeat(2,minmax(145px,.8fr));gap:34px 28px}.nq-footer-contact{grid-column:4}.nq-footer-trust{grid-template-columns:repeat(3,1fr)}.nq-footer-trust>div:nth-child(4){border-left:0;border-top:1px solid rgba(255,255,255,.09)}.nq-footer-trust>div:nth-child(5),.nq-footer-trust>div:nth-child(6){border-top:1px solid rgba(255,255,255,.09)}}
@media(max-width:900px){.nq-enterprise-footer{padding-top:56px}.nq-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.nq-footer-brand{grid-column:1/-1;max-width:620px}.nq-footer-contact{grid-column:auto}.nq-footer-trust{grid-template-columns:1fr 1fr}.nq-footer-trust>div{border-top:1px solid rgba(255,255,255,.09)}.nq-footer-trust>div:nth-child(-n+2){border-top:0}.nq-footer-trust>div:nth-child(odd){border-left:0}.nq-footer-bottom{grid-template-columns:1fr}.nq-footer-made{text-align:left}.nq-footer-legal{order:3;flex-wrap:wrap}}
@media(max-width:650px){.nq-footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px}.nq-footer-brand{grid-column:1/-1}.nq-footer-contact{grid-column:1/-1}.nq-footer-logo img{height:51px}.nq-footer-copy{max-width:100%}.nq-footer-trust{grid-template-columns:1fr}.nq-footer-trust>div{border-left:0!important;border-top:1px solid rgba(255,255,255,.09)!important}.nq-footer-trust>div:first-child{border-top:0!important}}
@media(max-width:430px){.nq-footer-grid{grid-template-columns:1fr}.nq-footer-brand,.nq-footer-contact{grid-column:auto}}

/* ===== iOS/Safari mobile navigation reliability ===== */
@media(max-width:1060px){
  .header,.nq-premium-header{z-index:9990!important;overflow:visible!important}
  .mobile-toggle{position:relative!important;z-index:10002!important;display:block!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent}
  .mobile-toggle i{pointer-events:none!important}
  .mobilepanel{position:fixed!important;z-index:10001!important;left:0!important;right:0!important;width:100%!important;max-height:calc(100dvh - 106px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;pointer-events:none!important;visibility:hidden!important;transform:translate3d(0,-18px,0)!important;opacity:0!important}
  .mobilepanel.open{pointer-events:auto!important;visibility:visible!important;transform:translate3d(0,0,0)!important;opacity:1!important}
  .mobilepanel a,.mobilepanel button{position:relative!important;z-index:1!important;display:block!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(22,136,67,.12)}
  body.mobile-nav-open{overflow:hidden!important;touch-action:none}
}
