/* NETASUS G4.2 PREMIUM HEADER PREVIEW V1.0.4
   Query-gated by layout/header markup when ?g4typepreview=1 is present.
   Depends on G4.1 typography preview v1.0.2 and existing F2 navigation behavior.
*/

.ntx-header--g4-preview{
  height:auto!important;
  min-height:0!important;
  position:sticky!important;
  top:0!important;
  z-index:150!important;
  overflow:visible!important;
  background:rgba(255,255,255,.985)!important;
  border-bottom:0!important;
  backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(9,13,15,.14);
}

.ntx-g4-header-rail{
  height:30px;
  border-bottom:1px solid rgba(9,13,15,.14);
  background:#fff;
}

.ntx-g4-header-rail__inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.ntx-g4-header-rail__group{
  min-width:0;
  display:flex;
  align-items:center;
  gap:18px;
  color:#596367;
  font-family:var(--ntx-font-body)!important;
  font-size:9px;
  line-height:1;
  font-weight:700;
  letter-spacing:.105em;
  text-transform:uppercase;
  white-space:nowrap;
}

.ntx-g4-header-rail__brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#090d0f;
  font-weight:750;
}

.ntx-g4-header-rail__brand::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border:1px solid #090d0f;
  background:#f6a000;
  transform:rotate(45deg);
}

.ntx-g4-header-rail__experience{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#090d0f;
}

.ntx-g4-header-rail__experience::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border:1px solid #090d0f;
  border-radius:50%;
  background:#00aeb6;
}

.ntx-header--g4-preview .ntx-header__inner{
  height:82px!important;
  min-height:82px!important;
  grid-template-columns:205px minmax(0,1fr) auto!important;
  gap:clamp(24px,2.2vw,42px)!important;
}

.ntx-header--g4-preview .ntx-brand{
  min-width:0;
  align-self:stretch;
  display:flex!important;
  align-items:center!important;
}

.ntx-header--g4-preview .ntx-brand img{
  width:194px!important;
  max-width:100%!important;
  max-height:42px!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  opacity:1!important;
}

.ntx-header--g4-preview .ntx-nav{
  height:100%!important;
  gap:clamp(18px,1.45vw,27px)!important;
  justify-content:center!important;
}

.ntx-header--g4-preview .ntx-nav>.ntx-nav__item{
  height:100%!important;
}

.ntx-header--g4-preview .ntx-nav__main{
  height:100%!important;
}

.ntx-header--g4-preview .ntx-nav__link{
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  color:#161b1d!important;
  font-family:var(--ntx-font-body)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:650!important;
  letter-spacing:-.012em!important;
}

.ntx-header--g4-preview .ntx-nav__link::after{
  bottom:18px!important;
  height:2px!important;
  background:#f6a000!important;
}

.ntx-header--g4-preview .ntx-nav__link:hover::after,
.ntx-header--g4-preview .ntx-nav__item:focus-within>.ntx-nav__main .ntx-nav__link::after{
  width:34px!important;
}

.ntx-header--g4-preview .ntx-submenu-toggle{
  width:22px!important;
  margin-left:1px!important;
  color:#596367!important;
}

.ntx-header--g4-preview .ntx-submenu-toggle span{
  width:6px!important;
  height:6px!important;
  border-width:1.4px!important;
}

.ntx-header--g4-preview .ntx-header__actions{
  gap:16px!important;
}

.ntx-header--g4-preview .ntx-phone--g4{
  min-width:132px;
  display:flex!important;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:4px;
  padding:0;
  text-align:right;
  text-decoration:none;
  white-space:nowrap;
}

.ntx-header--g4-preview .ntx-phone--g4 small{
  display:block;
  color:#008f96;
  font-family:var(--ntx-font-body)!important;
  font-size:8px;
  line-height:1;
  font-weight:750;
  letter-spacing:.105em;
}

.ntx-header--g4-preview .ntx-phone--g4 strong{
  display:block;
  color:#090d0f;
  font-family:var(--ntx-font-body)!important;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.015em;
}

.ntx-header--g4-preview .ntx-phone--g4:hover strong{
  color:#008f96;
}

.ntx-header--g4-preview .ntx-header-cta{
  min-height:50px!important;
  padding:0 21px!important;
  gap:12px!important;
  border:1.5px solid #090d0f!important;
  background:#f6a000!important;
  color:#090d0f!important;
  box-shadow:5px 5px 0 #090d0f!important;
  font-family:var(--ntx-font-body)!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:750!important;
  letter-spacing:.025em!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}

.ntx-header--g4-preview .ntx-header-cta span{
  color:#006f75;
  font-size:15px;
}

.ntx-header--g4-preview .ntx-header-cta:hover{
  transform:translate(2px,2px)!important;
  box-shadow:3px 3px 0 #090d0f!important;
  background:#fbbe43!important;
}

/* Desktop dropdown refinement; behavior remains owned by F2. */
@media (min-width:1081px){
  .ntx-header--g4-preview .ntx-submenu{
    min-width:286px!important;
    padding:9px!important;
    border:1px solid #090d0f!important;
    background:#fff!important;
    box-shadow:8px 8px 0 #e5faf7!important;
  }

  .ntx-header--g4-preview .ntx-submenu__eyebrow{
    margin:0 0 5px!important;
    padding:8px 9px 10px!important;
    color:#008f96!important;
    border-bottom:1px solid #dbe3e5!important;
    font-family:var(--ntx-font-body)!important;
    font-size:8.5px!important;
    font-weight:750!important;
    letter-spacing:.12em!important;
  }

  .ntx-header--g4-preview .ntx-nav .ntx-submenu>a{
    min-height:44px!important;
    padding:9px 10px!important;
    color:#22292c!important;
    border-bottom:1px solid #edf0f1!important;
    font-family:var(--ntx-font-body)!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:600!important;
    letter-spacing:-.005em!important;
  }

  .ntx-header--g4-preview .ntx-nav .ntx-submenu>a:hover,
  .ntx-header--g4-preview .ntx-nav .ntx-submenu>a:focus{
    background:#eefaf8!important;
    color:#090d0f!important;
  }

  .ntx-header--g4-preview .ntx-nav .ntx-submenu>a b{
    color:#008f96!important;
    font-size:14px!important;
  }
}

@media (max-width:1260px) and (min-width:1081px){
  .ntx-header--g4-preview .ntx-header__inner{
    grid-template-columns:180px minmax(0,1fr) auto!important;
    gap:20px!important;
  }

  .ntx-header--g4-preview .ntx-brand img{
    width:174px!important;
  }

  .ntx-header--g4-preview .ntx-nav{
    gap:15px!important;
  }

  .ntx-header--g4-preview .ntx-nav__link{
    font-size:11.7px!important;
  }

  .ntx-header--g4-preview .ntx-phone--g4{
    display:none!important;
  }
}

@media (max-width:1080px){
  .ntx-header--g4-preview .ntx-header__inner{
    height:78px!important;
    min-height:78px!important;
    grid-template-columns:190px minmax(0,1fr) auto!important;
    gap:18px!important;
  }

  .ntx-header--g4-preview .ntx-brand img{
    width:176px!important;
    max-height:39px!important;
  }

  .ntx-header--g4-preview .ntx-phone--g4{
    display:none!important;
  }

  .ntx-header--g4-preview .ntx-header-cta{
    min-height:46px!important;
    padding:0 17px!important;
  }

  .ntx-header--g4-preview .ntx-nav{
    display:none!important;
    left:20px!important;
    right:20px!important;
    top:108px!important;
    height:auto!important;
    max-height:calc(100dvh - 124px)!important;
    padding:7px 11px 12px!important;
    border:1px solid #090d0f!important;
    background:#fff!important;
    box-shadow:7px 7px 0 #dff5f3!important;
    overflow:auto!important;
  }

  .ntx-header--g4-preview .ntx-nav.is-open{
    display:block!important;
  }

  .ntx-header--g4-preview .ntx-nav>.ntx-nav__item{
    height:auto!important;
  }

  .ntx-header--g4-preview .ntx-nav__main{
    height:auto!important;
  }

  .ntx-header--g4-preview .ntx-nav__link{
    min-height:50px!important;
    padding:0 9px!important;
    font-size:12.5px!important;
    font-weight:700!important;
  }

  .ntx-header--g4-preview .ntx-nav__link::after{
    bottom:7px!important;
  }

  .ntx-header--g4-preview .ntx-menu-toggle{
    display:inline-grid!important;
    place-items:center!important;
    position:relative!important;
    width:48px!important;
    height:48px!important;
    padding:0!important;
    border:1.5px solid #090d0f!important;
    background:#fff!important;
    color:transparent!important;
    font-size:0!important;
    box-shadow:4px 4px 0 #e5faf7!important;
  }

  .ntx-header--g4-preview .ntx-menu-toggle::before,
  .ntx-header--g4-preview .ntx-menu-toggle::after{
    content:"";
    position:absolute;
    left:50%;
    width:19px;
    height:1.5px;
    background:#090d0f;
    transform:translateX(-50%);
    transition:transform .18s ease,top .18s ease;
  }

  .ntx-header--g4-preview .ntx-menu-toggle::before{top:19px;}
  .ntx-header--g4-preview .ntx-menu-toggle::after{top:27px;}

  .ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]::before{
    top:23px;
    transform:translateX(-50%) rotate(45deg);
  }

  .ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]::after{
    top:23px;
    transform:translateX(-50%) rotate(-45deg);
  }
}

@media (max-width:760px){
  .ntx-g4-header-rail{
    display:none!important;
  }

  .ntx-header--g4-preview .ntx-header__inner{
    height:76px!important;
    min-height:76px!important;
    grid-template-columns:1fr auto!important;
    gap:14px!important;
  }

  .ntx-header--g4-preview .ntx-brand img{
    width:164px!important;
    max-height:37px!important;
  }

  .ntx-header--g4-preview .ntx-header-cta{
    display:none!important;
  }

  .ntx-header--g4-preview .ntx-nav{
    top:76px!important;
    left:14px!important;
    right:14px!important;
    max-height:calc(100dvh - 92px)!important;
  }
}

@media (max-width:430px){
  .ntx-header--g4-preview .ntx-header__inner{
    height:72px!important;
    min-height:72px!important;
  }

  .ntx-header--g4-preview .ntx-brand img{
    width:154px!important;
    max-height:35px!important;
  }

  .ntx-header--g4-preview .ntx-menu-toggle{
    width:44px!important;
    height:44px!important;
  }

  .ntx-header--g4-preview .ntx-menu-toggle::before{top:17px;}
  .ntx-header--g4-preview .ntx-menu-toggle::after{top:25px;}

  .ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]::before,
  .ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]::after{top:21px;}

  .ntx-header--g4-preview .ntx-nav{
    top:72px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .ntx-header--g4-preview *,
  .ntx-header--g4-preview *::before,
  .ntx-header--g4-preview *::after{
    transition-duration:.01ms!important;
  }
}

/* === G4.2.2 / PREMIUM MOBILE MENU CTA + STATE CLEANUP === */
.ntx-mobile-nav-cta{display:none}

/* One active CTA system while navigation is open. No JS mutation required. */
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]),
body:has(.ntx-header--g4-preview .ntx-nav.is-open){
  overflow:hidden!important;
}

body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) .ntx-mobile-quick-actions,
body:has(.ntx-header--g4-preview .ntx-nav.is-open) .ntx-mobile-quick-actions,
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) [data-ntx-mobile-conversion-dock],
body:has(.ntx-header--g4-preview .ntx-nav.is-open) [data-ntx-mobile-conversion-dock]{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(calc(100% + 28px))!important;
}

body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) .ntx-header--g4-preview,
body:has(.ntx-header--g4-preview .ntx-nav.is-open) .ntx-header--g4-preview{
  z-index:20000!important;
}

@media (max-width:1080px){
  .ntx-header--g4-preview .ntx-nav{
    position:fixed!important;
    left:20px!important;
    right:20px!important;
    top:112px!important;
    bottom:max(14px,env(safe-area-inset-bottom))!important;
    width:auto!important;
    height:auto!important;
    max-height:none!important;
    padding:8px 12px 14px!important;
    border:1px solid #090d0f!important;
    background:#fff!important;
    box-shadow:8px 8px 0 #dff5f3!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-gutter:stable;
    z-index:20001!important;
  }

  .ntx-header--g4-preview .ntx-nav.is-open{
    display:flex!important;
    flex-direction:column!important;
  }

  .ntx-header--g4-preview .ntx-menu-toggle{z-index:20002!important}
  .ntx-header--g4-preview .ntx-nav>.ntx-nav__item{flex:0 0 auto!important}

  .ntx-header--g4-preview .ntx-mobile-nav-cta{
    flex:0 0 auto;
    display:block;
    position:relative;
    margin-top:12px;
    padding:20px 12px 11px;
    border-top:1px solid #090d0f;
    background:#fff2c8;
    overflow:hidden;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta::after{
    content:"";
    position:absolute;
    right:-90px;
    bottom:-115px;
    width:230px;
    height:230px;
    border:1px solid rgba(0,174,182,.34);
    border-radius:50%;
    pointer-events:none;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__intro{
    position:relative;
    z-index:2;
    padding:0 2px 16px;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__kicker{
    display:grid;
    grid-template-columns:auto auto 1fr;
    gap:9px;
    align-items:center;
    margin-bottom:11px;
    color:#008f96;
    font-family:var(--ntx-font-body)!important;
    font-size:8px;
    line-height:1;
    font-weight:750;
    letter-spacing:.13em;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__kicker i{
    width:8px;height:8px;border:1px solid #090d0f;background:#f6a000;transform:rotate(45deg)
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__kicker b{
    height:1px;background:linear-gradient(90deg,#00aeb6,#f6a000,transparent)
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__intro>strong{
    display:block;
    max-width:330px;
    color:#090d0f;
    font-family:var(--ntx-font-display)!important;
    font-size:25px;
    line-height:.98;
    font-weight:680;
    letter-spacing:-.045em;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__intro>p{
    max-width:360px;
    margin:10px 0 0;
    color:#30383b;
    font-family:var(--ntx-font-body)!important;
    font-size:11.5px;
    line-height:1.5;
    font-weight:520;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta a::after{display:none!important}

  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary{
    position:relative;
    z-index:2;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 42px!important;
    gap:12px!important;
    align-items:center!important;
    width:calc(100% - 5px)!important;
    min-height:60px!important;
    margin:0 5px 16px 0!important;
    padding:10px 12px 10px 16px!important;
    border:1.5px solid #090d0f!important;
    background:#f6a000!important;
    color:#090d0f!important;
    box-shadow:5px 5px 0 #090d0f!important;
    text-decoration:none!important;
    transform:none!important;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary:hover,
  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary:focus{
    background:#fbbe43!important;
    transform:translate(2px,2px)!important;
    box-shadow:3px 3px 0 #090d0f!important;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary>span{min-width:0;display:block}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary small{
    display:block;margin-bottom:5px;color:#006f75;font-family:var(--ntx-font-body)!important;
    font-size:7.5px;line-height:1;font-weight:800;letter-spacing:.12em
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary strong{
    display:block;color:#090d0f;font-family:var(--ntx-font-body)!important;
    font-size:12px;line-height:1.05;font-weight:780;letter-spacing:.025em
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__primary>b{
    display:grid;place-items:center;width:36px;height:36px;justify-self:end;border:1px solid #090d0f;
    border-radius:50%;background:#fff;color:#006f75;font-family:var(--ntx-font-body)!important;
    font-size:15px;font-weight:750
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__channels{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:10px;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 16px!important;
    gap:10px!important;
    align-items:center!important;
    min-width:0!important;
    min-height:74px!important;
    padding:10px!important;
    border:1px solid #090d0f!important;
    background:#fff!important;
    color:#090d0f!important;
    text-decoration:none!important;
    transition:background .18s ease,transform .18s ease!important;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel:hover,
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel:focus{
    background:#e5faf7!important;
    transform:translateY(-2px)!important;
  }

  .ntx-header--g4-preview .ntx-mobile-nav-cta__icon{
    display:grid;place-items:center;width:38px;height:38px;border:1px solid #090d0f;background:#fff
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel--phone .ntx-mobile-nav-cta__icon{background:#f6a000}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel--whatsapp .ntx-mobile-nav-cta__icon{
    background:#fff;color:#148a4a;box-shadow:inset 0 -3px 0 #25d366
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__icon svg{display:block;width:20px;height:20px;fill:currentColor}

  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel-copy{display:block;min-width:0}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel-copy small{
    display:block;margin-bottom:4px;color:#008f96;font-family:var(--ntx-font-body)!important;
    font-size:7px;line-height:1;font-weight:800;letter-spacing:.11em
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel-copy strong{
    display:block;color:#090d0f;font-family:var(--ntx-font-body)!important;
    font-size:11px;line-height:1.05;font-weight:760
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel-copy em{
    display:block;max-width:100%;margin-top:5px;overflow:hidden;color:#596367;
    font-family:var(--ntx-font-body)!important;font-size:8px;line-height:1;font-style:normal;
    font-weight:650;text-overflow:ellipsis;white-space:nowrap
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel>b{
    justify-self:end;color:#008f96;font-family:var(--ntx-font-body)!important;font-size:13px;font-weight:800
  }
}

@media (max-width:760px){
  .ntx-header--g4-preview .ntx-nav{
    top:76px!important;left:14px!important;right:14px!important;
    bottom:max(14px,env(safe-area-inset-bottom))!important;padding:6px 11px 12px!important
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta{margin-top:10px;padding:18px 10px 10px}
}

@media (max-width:430px){
  .ntx-header--g4-preview .ntx-nav{
    top:72px!important;left:14px!important;right:14px!important;
    bottom:max(12px,env(safe-area-inset-bottom))!important
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__intro>strong{font-size:23px}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__intro>p{font-size:11px}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel{
    grid-template-columns:34px minmax(0,1fr) 13px!important;
    gap:8px!important;min-height:70px!important;padding:9px 8px!important
  }
  .ntx-header--g4-preview .ntx-mobile-nav-cta__icon{width:34px;height:34px}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__icon svg{width:18px;height:18px}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel-copy strong{font-size:10.5px}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel-copy em{font-size:7.5px}
}

@media (max-width:360px){
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channels{grid-template-columns:1fr}
  .ntx-header--g4-preview .ntx-mobile-nav-cta__channel{min-height:66px!important}
}



/* G4.2.3 FULL MOBILE MENU + SINGLE CTA STATE */
html:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]),
html:has(.ntx-header--g4-preview .ntx-nav.is-open),
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]),
body:has(.ntx-header--g4-preview .ntx-nav.is-open){
  overflow:hidden!important;
  overscroll-behavior:none!important;
}

/* backdrop-filter can establish the containing block for a fixed descendant.
   Disable those effects only while the mobile menu is open. */
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) .ntx-header--g4-preview,
body:has(.ntx-header--g4-preview .ntx-nav.is-open) .ntx-header--g4-preview{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  filter:none!important;
  transform:none!important;
  perspective:none!important;
  contain:none!important;
  overflow:visible!important;
  z-index:30000!important;
}

/* One CTA system while menu is open:
   global dock + LP1's own fixed WEB TASARIM TEKLİFİ / WHATSAPP dock disappear. */
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) .ntx-mobile-quick-actions,
body:has(.ntx-header--g4-preview .ntx-nav.is-open) .ntx-mobile-quick-actions,
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) [data-ntx-mobile-conversion-dock],
body:has(.ntx-header--g4-preview .ntx-nav.is-open) [data-ntx-mobile-conversion-dock],
body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) .ntx-lp1-mobile-cta,
body:has(.ntx-header--g4-preview .ntx-nav.is-open) .ntx-lp1-mobile-cta{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

@media (max-width:1080px){
  .ntx-header--g4-preview .ntx-nav{
    position:fixed!important;
    inset:108px 0 0 0!important;
    width:100vw!important;
    height:calc(100dvh - 108px)!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:10px max(20px,calc((100vw - 1000px)/2)) calc(26px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-top:1px solid #090d0f!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-gutter:stable!important;
    isolation:isolate!important;
    z-index:30001!important;
  }
  .ntx-header--g4-preview .ntx-nav.is-open{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
  }
  .ntx-header--g4-preview .ntx-nav>.ntx-nav__item{
    width:100%!important;
    flex:0 0 auto!important;
    background:#fff!important;
  }
  .ntx-header--g4-preview .ntx-nav__main{min-height:52px!important}
  .ntx-header--g4-preview .ntx-nav__link{
    min-height:52px!important;
    padding:0 10px!important;
    font-size:13px!important;
    font-weight:680!important;
  }
  .ntx-header--g4-preview .ntx-submenu-toggle{height:52px!important}
  .ntx-header--g4-preview .ntx-mobile-nav-cta{
    width:100%!important;
    margin:18px 0 0!important;
    padding:22px 14px 14px!important;
    border-top:1.5px solid #090d0f!important;
    background:#fff2c8!important;
  }
  .ntx-header--g4-preview .ntx-menu-toggle{
    position:relative!important;
    z-index:30002!important;
  }
}

@media (max-width:760px){
  .ntx-header--g4-preview .ntx-nav{
    inset:76px 0 0 0!important;
    width:100vw!important;
    height:calc(100dvh - 76px)!important;
    padding:8px 14px calc(22px + env(safe-area-inset-bottom))!important;
  }
}

@media (max-width:430px){
  .ntx-header--g4-preview .ntx-nav{
    inset:72px 0 0 0!important;
    width:100vw!important;
    height:calc(100dvh - 72px)!important;
    padding:7px 14px calc(20px + env(safe-area-inset-bottom))!important;
  }
  .ntx-header--g4-preview .ntx-nav__main{min-height:50px!important}
  .ntx-header--g4-preview .ntx-nav__link{
    min-height:50px!important;
    font-size:12.5px!important;
  }
  .ntx-header--g4-preview .ntx-submenu-toggle{height:50px!important}
  .ntx-header--g4-preview .ntx-mobile-nav-cta{
    margin-top:16px!important;
    padding:20px 10px 12px!important;
  }
}

/* === G4.2.4 / PREMIUM MOBILE CTA UNIFICATION ===
   Preview-only CSS asset. Legacy mobile conversion surfaces are suppressed
   for the whole preview; one new premium dock is rendered from site-header.
*/

/* Old conversion surfaces must never coexist with the unified preview dock. */
.ntx-mobile-quick-actions,
[data-ntx-mobile-conversion-dock],
.ntx-lp1-mobile-cta{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* New dock is mobile-only. */
.ntx-g4-mobile-dock{
  display:none;
}

@media (max-width:1080px){
  .ntx-g4-mobile-dock{
    position:fixed;
    left:12px;
    right:12px;
    bottom:max(12px,env(safe-area-inset-bottom));
    z-index:12000;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:7px;
    padding:6px;
    border:1.5px solid #090d0f;
    background:#fff;
    box-shadow:6px 6px 0 #090d0f,10px 10px 0 rgba(0,174,182,.18);
  }

  .ntx-g4-mobile-dock__item{
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 15px!important;
    gap:9px!important;
    align-items:center!important;
    min-width:0!important;
    min-height:66px!important;
    padding:9px!important;
    border:1px solid #090d0f!important;
    background:#fff!important;
    color:#090d0f!important;
    text-decoration:none!important;
    overflow:hidden!important;
    transition:transform .18s ease,background .18s ease!important;
  }

  .ntx-g4-mobile-dock__item:hover,
  .ntx-g4-mobile-dock__item:focus{
    background:#e5faf7!important;
    transform:translateY(-2px)!important;
  }

  .ntx-g4-mobile-dock__icon{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border:1px solid #090d0f;
    background:#fff;
    color:#090d0f;
  }

  .ntx-g4-mobile-dock__item--phone .ntx-g4-mobile-dock__icon{
    background:#f6a000;
  }

  .ntx-g4-mobile-dock__item--whatsapp .ntx-g4-mobile-dock__icon{
    color:#148a4a;
    box-shadow:inset 0 -3px 0 #25d366;
  }

  .ntx-g4-mobile-dock__icon svg{
    display:block;
    width:19px;
    height:19px;
    fill:currentColor;
  }

  .ntx-g4-mobile-dock__copy{
    display:block;
    min-width:0;
  }

  .ntx-g4-mobile-dock__copy small{
    display:block;
    margin-bottom:4px;
    color:#008f96;
    font-family:var(--ntx-font-body)!important;
    font-size:7px;
    line-height:1;
    font-weight:800;
    letter-spacing:.11em;
  }

  .ntx-g4-mobile-dock__copy strong{
    display:block;
    color:#090d0f;
    font-family:var(--ntx-font-body)!important;
    font-size:11px;
    line-height:1.05;
    font-weight:760;
  }

  .ntx-g4-mobile-dock__copy em{
    display:block;
    max-width:100%;
    margin-top:5px;
    overflow:hidden;
    color:#596367;
    font-family:var(--ntx-font-body)!important;
    font-size:8px;
    line-height:1;
    font-style:normal;
    font-weight:650;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .ntx-g4-mobile-dock__item>b{
    justify-self:end;
    color:#008f96;
    font-family:var(--ntx-font-body)!important;
    font-size:13px;
    font-weight:800;
  }

  /* Open menu owns conversion exclusively. */
  body:has(.ntx-header--g4-preview .ntx-menu-toggle[aria-expanded="true"]) .ntx-g4-mobile-dock,
  body:has(.ntx-header--g4-preview .ntx-nav.is-open) .ntx-g4-mobile-dock{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

@media (max-width:430px){
  .ntx-g4-mobile-dock{
    left:10px;
    right:10px;
    bottom:max(10px,env(safe-area-inset-bottom));
    gap:6px;
    padding:5px;
    box-shadow:5px 5px 0 #090d0f,8px 8px 0 rgba(0,174,182,.18);
  }

  .ntx-g4-mobile-dock__item{
    grid-template-columns:34px minmax(0,1fr) 12px!important;
    gap:7px!important;
    min-height:62px!important;
    padding:8px 7px!important;
  }

  .ntx-g4-mobile-dock__icon{
    width:34px;
    height:34px;
  }

  .ntx-g4-mobile-dock__icon svg{
    width:18px;
    height:18px;
  }

  .ntx-g4-mobile-dock__copy strong{
    font-size:10.5px;
  }

  .ntx-g4-mobile-dock__copy em{
    font-size:7.3px;
  }
}

@media (max-width:350px){
  .ntx-g4-mobile-dock{
    grid-template-columns:1fr;
  }

  .ntx-g4-mobile-dock__item{
    min-height:58px!important;
  }
}

