
/* Net Yadak product polish v5.2.0 */

/* -------------------------------------------------------
   Gallery tools: quieter active state, no yellow dot,
   consistent hover/focus and no clipped icon.
   ------------------------------------------------------- */
.nyp-figma-product .nyp-gallery-actions{
  top:12px!important;
  right:12px!important;
  gap:7px!important;
}
.nyp-figma-product .nyp-gallery-actions button,
.nyp-figma-product .nyp-gallery-actions button:hover,
.nyp-figma-product .nyp-gallery-actions button:focus-visible,
.nyp-figma-product .nyp-gallery-actions button:active,
.nyp-figma-product .nyp-gallery-actions button.is-active,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  padding:0!important;
  border:1px solid #d7dee5!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#59636e!important;
  box-shadow:0 2px 7px rgba(13,35,58,.045)!important;
  overflow:visible!important;
  transform:none!important;
  transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important;
}
.nyp-figma-product .nyp-gallery-actions button::after,
.nyp-figma-product .nyp-gallery-actions button.is-active::after,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]::after{
  content:none!important;
  display:none!important;
}
.nyp-figma-product .nyp-gallery-actions button .nyp-asset-icon{
  display:block!important;
  width:17px!important;
  height:17px!important;
  object-fit:contain!important;
  opacity:.82!important;
  filter:none!important;
  transform:none!important;
  transition:opacity .16s ease,transform .16s ease!important;
}
.nyp-figma-product .nyp-gallery-actions button:hover,
.nyp-figma-product .nyp-gallery-actions button:focus-visible{
  border-color:#9fb0c0!important;
  background:#f7fafc!important;
  box-shadow:0 5px 13px rgba(8,42,76,.085)!important;
  transform:translateY(-1px)!important;
}
.nyp-figma-product .nyp-gallery-actions button:hover .nyp-asset-icon,
.nyp-figma-product .nyp-gallery-actions button:focus-visible .nyp-asset-icon{
  opacity:1!important;
}
.nyp-figma-product .nyp-gallery-actions button.is-active,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]{
  border-color:#6f8aa3!important;
  background:#edf3f8!important;
  box-shadow:inset 0 0 0 1px rgba(6,45,89,.06),0 3px 10px rgba(7,39,72,.075)!important;
}
.nyp-figma-product .nyp-gallery-actions button.is-active .nyp-asset-icon,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"] .nyp-asset-icon{
  opacity:1!important;
  transform:scale(1.03)!important;
}
.nyp-figma-product .nyp-gallery-actions button:active{
  transform:scale(.96)!important;
}
.nyp-figma-product .nyp-gallery-actions button:focus-visible{
  outline:2px solid rgba(6,45,89,.16)!important;
  outline-offset:2px!important;
}

/* -------------------------------------------------------
   FAQ / consultation section: proportions and typography
   tuned to the supplied product-page reference.
   ------------------------------------------------------- */
.nyp-figma-product .nyp-product-faq-shell{
  width:min(100%,930px)!important;
  margin:86px auto 0!important;
  padding:38px 34px 36px!important;
  border-radius:10px!important;
  background:linear-gradient(112deg,#011838 0%,#031f47 58%,#0b345f 100%)!important;
  box-shadow:0 12px 28px rgba(0,24,56,.075)!important;
}
.nyp-figma-product .nyp-product-faq-shell::before{
  width:340px!important;
  height:280px!important;
  opacity:.045!important;
  background-size:46px 46px!important;
}
.nyp-figma-product .nyp-product-faq-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)!important;
  gap:28px!important;
  align-items:stretch!important;
}
.nyp-figma-product .nyp-product-faq-list{
  gap:10px!important;
}
.nyp-figma-product .nyp-product-faq-item{
  border-radius:6px!important;
  background:#153b6c!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
.nyp-figma-product .nyp-product-faq-item.is-open{
  background:#173f72!important;
  box-shadow:inset -3px 0 0 #ffc516,inset 0 0 0 1px rgba(255,255,255,.035)!important;
}
.nyp-figma-product .nyp-product-faq-question{
  grid-template-columns:minmax(0,1fr) 28px!important;
  gap:12px!important;
  min-height:50px!important;
  padding:9px 14px!important;
  font-size:11.5px!important;
  font-weight:600!important;
  line-height:1.8!important;
}
.nyp-figma-product .nyp-product-faq-chevron{
  width:28px!important;
  height:28px!important;
  border-radius:4px!important;
  box-shadow:0 2px 7px rgba(0,0,0,.08)!important;
}
.nyp-figma-product .nyp-product-faq-chevron .nyp-icon{
  width:14px!important;
  height:14px!important;
}
.nyp-figma-product .nyp-product-faq-answer{
  padding:1px 14px 15px!important;
  font-size:10.5px!important;
  line-height:2!important;
  color:rgba(255,255,255,.86)!important;
}

.nyp-figma-product .nyp-product-consult-card{
  min-height:100%!important;
  padding:20px 20px 19px!important;
  border:1px solid rgba(207,224,239,.76)!important;
  border-radius:8px!important;
  background:rgba(9,46,91,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.nyp-figma-product .nyp-product-consult-intro{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-bottom:14px!important;
}
.nyp-figma-product .nyp-product-consult-avatar{
  display:block!important;
  flex:0 0 44px!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:#ffc516!important;
  box-shadow:0 0 0 2px rgba(255,197,22,.95),0 4px 12px rgba(0,0,0,.12)!important;
}
.nyp-figma-product .nyp-product-consult-avatar img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.nyp-figma-product .nyp-product-consult-intro p{
  font-size:10px!important;
  line-height:1.9!important;
  color:rgba(255,255,255,.86)!important;
}
.nyp-figma-product .nyp-product-consult-phone-row{
  display:flex!important;
  direction:ltr!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:2px 0 15px!important;
}
.nyp-figma-product .nyp-product-consult-phone{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:400!important;
  line-height:1.2!important;
  letter-spacing:2.4px!important;
  text-align:left!important;
  white-space:nowrap!important;
}
.nyp-figma-product .nyp-product-consult-symbol{
  display:grid!important;
  place-items:center!important;
  flex:0 0 56px!important;
  width:56px!important;
  height:56px!important;
  border-radius:7px!important;
  background:#315a88!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)!important;
}
.nyp-figma-product .nyp-product-consult-symbol .nyp-icon{
  width:29px!important;
  height:29px!important;
  stroke-width:1.55!important;
}
.nyp-figma-product .nyp-product-consult-card>h3{
  margin:0 0 14px!important;
  font-size:13.5px!important;
  line-height:1.75!important;
  font-weight:800!important;
}
.nyp-figma-product .nyp-product-consult-form{
  gap:9px!important;
}
.nyp-figma-product .nyp-product-consult-form input,
.nyp-figma-product .nyp-product-consult-form textarea{
  min-height:38px!important;
  padding:8px 10px!important;
  border-color:rgba(219,230,240,.72)!important;
  font-size:9.8px!important;
}
.nyp-figma-product .nyp-product-consult-form textarea{
  min-height:54px!important;
}
.nyp-figma-product .nyp-product-consult-submit{
  min-height:38px!important;
  margin-top:3px!important;
  padding:7px 10px!important;
  border-radius:5px!important;
  font-size:9.5px!important;
  font-weight:750!important;
}
.nyp-figma-product .nyp-product-consult-submit .nyp-icon{
  width:16px!important;
  height:16px!important;
}
.nyp-figma-product .nyp-product-consult-privacy{
  display:none!important;
}

@media(max-width:1000px){
  .nyp-figma-product .nyp-product-faq-shell{
    width:100%!important;
    padding:32px 24px!important;
  }
  .nyp-figma-product .nyp-product-faq-grid{
    grid-template-columns:minmax(0,1fr) minmax(280px,.82fr)!important;
    gap:22px!important;
  }
}
@media(max-width:820px){
  .nyp-figma-product .nyp-product-faq-shell{
    width:100%!important;
    margin-top:48px!important;
    padding:22px 14px!important;
  }
  .nyp-figma-product .nyp-product-faq-grid{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .nyp-figma-product .nyp-product-consult-card{order:1!important;padding:18px 14px!important}
  .nyp-figma-product .nyp-product-faq-list{order:2!important}
  .nyp-figma-product .nyp-product-consult-phone{font-size:19px!important;letter-spacing:1.5px!important}
  .nyp-figma-product .nyp-product-consult-symbol{width:48px!important;height:48px!important;flex-basis:48px!important}
  .nyp-figma-product .nyp-product-consult-symbol .nyp-icon{width:25px!important;height:25px!important}
}
