.bglab-contact-widget,
.bglab-contact-widget * {
  box-sizing: border-box;
}

.banks-trust-section {
  padding-block: 72px;
}

.banks-trust-section .section-heading {
  max-width: none;
  margin-bottom: 28px;
}

.banks-trust-section .section-heading h2 {
  margin-bottom: 0;
}

.bank-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bank-logo-grid li {
  min-width: 0;
  height: 92px;
  background: var(--white);
  border: 1px solid #ffffff24;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
}

.bank-logo-grid img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 42px;
  height: auto;
  object-fit: contain;
}

.bank-logo-grid li:nth-child(5) img {
  max-height: 50px;
}

.bglab-contact-widget [hidden] {
  display: none !important;
}

.bglab-contact-trigger {
  z-index: 1001;
  width: 64px;
  height: 64px;
  color: var(--navy);
  background: var(--blue);
  border: 1px solid #a9beff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 18px 45px #07152542;
  position: fixed;
  right: 28px;
  bottom: 28px;
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.bglab-contact-trigger:hover {
  background: #89a9ff;
  box-shadow: 0 20px 52px #07152552;
  transform: translateY(-2px);
}

.bglab-contact-trigger:active {
  transform: translateY(0);
}

.bglab-contact-trigger svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bglab-contact-panel {
  z-index: 1000;
  width: min(390px, calc(100vw - 32px));
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 26px 80px #0715253d;
  position: fixed;
  right: 28px;
  bottom: 106px;
  outline: none;
}

.bglab-contact-heading {
  border-bottom: 1px solid var(--line);
  padding: 0 2px 18px;
  margin-bottom: 10px;
}

.bglab-contact-title {
  color: var(--navy);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
  font-family: Commissioner, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.3;
}

.bglab-contact-description {
  color: var(--ink-muted);
  margin: 5px 0 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.bglab-contact-options {
  display: grid;
  gap: 4px;
}

.bglab-contact-option {
  min-height: 82px;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 15px;
  grid-template-columns: 50px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 14px;
  padding: 12px;
  display: grid;
  transition: background-color 0.18s, border-color 0.18s, transform 0.18s;
}

a.bglab-contact-option:hover {
  background: var(--canvas);
  border-color: var(--line);
  transform: translateX(2px);
}

.bglab-contact-icon {
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.bglab-contact-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bglab-contact-option-phone .bglab-contact-icon {
  background: var(--blue-strong);
}

.bglab-contact-option-whatsapp .bglab-contact-icon {
  background: #168f5b;
}

.bglab-contact-option-telegram .bglab-contact-icon {
  background: #2095d2;
}

.bglab-contact-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.bglab-contact-copy strong {
  font-family: Commissioner, Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.25;
}

.bglab-contact-copy small {
  color: var(--ink-muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.bglab-contact-arrow {
  width: 28px;
  height: 28px;
  color: var(--blue-strong);
  background: var(--blue-pale);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
}

.bglab-contact-option.is-disabled {
  opacity: 0.56;
  grid-template-columns: 50px minmax(0, 1fr);
  cursor: not-allowed;
}

@media (width <= 1020px) {
  .banks-trust-section {
    padding-block: 62px;
  }

  .bank-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (width <= 680px) {
  .banks-trust-section {
    padding-block: 50px;
  }

  .banks-trust-section .section-heading {
    margin-bottom: 22px;
  }

  .bank-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bank-logo-grid li {
    height: 74px;
    padding: 14px 12px;
  }

  .bank-logo-grid img {
    max-height: 31px;
  }

  .bank-logo-grid li:nth-child(5) img {
    max-height: 37px;
  }

  .bglab-contact-trigger {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .bglab-contact-panel {
    width: min(360px, calc(100vw - 24px));
    border-radius: 19px;
    padding: 18px;
    right: 12px;
    bottom: calc(160px + env(safe-area-inset-bottom));
  }

  .bglab-contact-option {
    min-height: 76px;
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    gap: 12px;
    padding: 10px 8px;
  }

  .bglab-contact-option.is-disabled {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .bglab-contact-icon {
    width: 44px;
    height: 44px;
  }

  .bglab-contact-copy strong {
    font-size: 1rem;
  }

  .bglab-contact-copy small {
    font-size: 0.82rem;
  }
}

@media (width <= 390px) {
  .bglab-contact-panel {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .bglab-contact-title {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bglab-contact-trigger,
  .bglab-contact-option {
    transition: none;
  }
}
