/* Static landing fixes: local interactions without backend/Next routing */
.wiIIWF[hidden],
.static-risk-body[hidden] {
  display: none !important;
}
.static-menu-open body,
.static-modal-open body {
  overflow: hidden;
}

/* Header: use original floating/sticky pill behavior */
.JEqozV {
  z-index: 1000 !important;
}
.JEqozV.OTaZH4 {
  position: fixed !important;
  top: 3rem !important;
}
.JEqozV.OTaZH4:before {
  opacity: 1 !important;
}
.static-burger {
  display: none;
  border: 0;
  background: transparent;
  color: currentColor;
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}
.static-burger:hover {
  background: rgba(0, 0, 0, 0.06);
}
.Dg63SU:before,
.Dg63SU:after,
.wlQLLs:before,
.wlQLLs:after {
  display: none !important;
  content: none !important;
}
.Dg63SU {
  pointer-events: none;
  cursor: default;
  text-transform: lowercase;
  padding: 0.6rem 1rem !important;
  min-width: auto !important;
}

/* Static mobile menu - close to original overlay behavior */
.static-mobile-menu {
  padding: 0px!important;
  display: none;
}
@media (max-width: 1024px) {
  .JEqozV {
    position: absolute !important;
    top: 1.6rem !important;
    left: 1rem !important;
    right: 1rem !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }
  .JEqozV.OTaZH4 {
    position: fixed !important;
    top: 0.8rem !important;
  }
  .ZQfMnc,
  .wlQLLs {
    display: none !important;
  }
  .static-burger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    z-index: 1202;
  }
  .static-mobile-menu {

    position: fixed;
    z-index: 1100;
    inset: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(248, 251, 255, 0.96);
    backdrop-filter: blur(1rem);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease;
    
    box-sizing: border-box;
    overflow: auto;
    color: #000;
  }
  .static-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .static-mobile-menu__inner {
    background: #fff;
    border-radius: 3rem;
    padding: 2.4rem;
    box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.1);
    max-width: 48rem;
    margin: 0 auto;
  }
  .static-mobile-menu .ZQfMnc {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .static-mobile-menu ._835826 {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 1.6rem 0;
    border-bottom: 1px solid rgba(99, 115, 129, 0.14);
    color: #000;
    text-align: left;
    background: transparent;
    text-decoration: none;
  }
  .static-mobile-menu .fxv46h {
    width: 100%;
  }
  .static-mobile-menu ._835826:last-child,
  .static-mobile-menu .fxv46h:last-child ._835826 {
    border-bottom: 0;
  }
  .static-burger.HlINio .pIEvV8 i:first-child {
    opacity: 1;
    top: 0.8rem;
    width: 75%;
    transform: rotate(45deg);
  }
  .static-burger.HlINio .pIEvV8 i:nth-child(2) {
    opacity: 0;
  }
  .static-burger.HlINio .pIEvV8 i:last-child {
    opacity: 1;
    top: 0.8rem;
    width: 75%;
    transform: rotate(-45deg);
  }
}
@media (min-width: 1025px) {
  .static-mobile-menu {
    display: none !important;
  }
}

/* Risk accordion blocks */
.static-risk-body {
  overflow: hidden;
  padding: 0 4rem 4rem;
}
.HbG16Q.v22_Ko .HxU6SS {
  transform: rotate(180deg);
}
.A2kZiG.v22_Ko .vx7EGi,
.V9FtMa.v22_Ko .vx7EGi {
  color: var(--risk-primary-color);
}
.A2kZiG.v22_Ko,
.V9FtMa.v22_Ko {
  background-color: var(--risk-secondary-color);
}
.A2kZiG .SN7bIH,
.V9FtMa .SN7bIH {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 4.5rem;
}
@media (max-width: 767px) {
  .static-risk-body {
    padding: 0 2rem 2.4rem;
  }
  .A2kZiG .SN7bIH,
  .V9FtMa .SN7bIH {
    display: block;
  }
}

/* Video popup */
.static-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}
.static-video-modal.is-open {
  display: flex;
}
.static-video-modal__box {
  position: relative;
  width: min(96rem, 100%);
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.35);
}
.static-video-modal__box iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.static-video-modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .static-video-modal__box {
    border-radius: 1.2rem;
  }
}

/* Mobile menu exactly as requested */
@media (max-width: 1024px) {
  .static-mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 5000 !important;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #203d36 !important;
    backdrop-filter: none !important;

    box-sizing: border-box;
    overflow: hidden;
    color: #000;
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease;
  }
  .static-mobile-menu.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .static-mobile-menu__inner {
    display: none !important;
  }
  .static-mobile-menu__panel {
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 4.2rem 3.8rem 3rem !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: auto;
  }
  .static-mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7rem;
  }
  .static-mobile-menu__top .Zcp_6V {
    width: 14.2rem !important;
    height: auto !important;
    display: block !important;
  }
  .static-mobile-menu__actions {
    display: flex;
    align-items: center;
    gap: 3.2rem;
  }
  .static-mobile-lang {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #303942;
    text-transform: uppercase;
  }
  .static-mobile-close {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
  }
  .static-mobile-close:before,
  .static-mobile-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
width: 25px;
        height: 0.2rem;
    background: #303942;
    border-radius: 0.3rem;
    transform-origin: center;
  }
  .static-mobile-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .static-mobile-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .static-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
            gap: 25px;
    width: 100%;
  }
  .static-mobile-menu__nav a {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .static-mobile-login {
    margin-top: 7.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    color: #000;
    text-decoration: none;
            font-size: 18px;
    line-height: 1;
    font-weight: 600;
  }
  .static-mobile-login .icon {
    width: 2rem;
    height: 2rem;
    color: #000;
    fill: none;
    stroke: currentColor;
  }
  .static-menu-open body {
    overflow: hidden !important;
  }
}
@media (max-width: 480px) {
  .static-mobile-menu {
   
  }
  .static-mobile-menu__panel {
    padding: 2.2rem 3.8rem 3rem !important;
  }
}

/* FAQ accordion restored */
.static-faq-body[hidden] {
  display: none !important;
}
.static-faq-body {
  font-size: 1.8rem;
  line-height: 1.55;
  color: #637381;
  padding: 0 2.4rem 2.4rem 0;
  margin-top: -0.5rem;
}
.mKywor.static-open .Io8rk3 {
  transform: rotate(180deg);
}
.mKywor.static-open ._3W4nVS {
  color: #0057ff;
}
@media (max-width: 767px) {
  .static-faq-body {
    font-size: 1.6rem;
    padding: 0 1.6rem 2rem 0;
  }
}

/* Static anchor navigation */
html {
  scroll-behavior: smooth;
}
#top,
#analysis,
#check-address,
#business-tools,
#products,
#investigation,
#about,
#certifications,
#faq {
  scroll-margin-top: 110px;
}
@media (max-width: 767px) {
  #top,
  #analysis,
  #check-address,
  #business-tools,
  #products,
  #investigation,
  #about,
  #certifications,
  #faq {
    scroll-margin-top: 88px;
  }
}


/* Mobile language switcher added without changing page content/graphics */
@media (max-width: 1024px) {
  .static-mobile-language-switcher {
    justify-content: center;
    flex-wrap: wrap;
    margin: -4.4rem 0 5.4rem;
  }
  .static-mobile-language-switcher button {
    min-width: 42px;
  }
  .static-mobile-login {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .static-mobile-language-switcher {
    margin: -2rem 0 4.2rem;
  }
}
