/* Stage 4.3 — a clear, calm contact launcher distinct from the gold scroll control. */
.btc-quick-contact{
  right:24px;
  bottom:96px;
  gap:12px;
}

.btc-quick-contact__toggle{
  width:auto;
  min-width:156px;
  height:58px;
  padding:0 19px 0 15px;
  gap:10px;
  border:1px solid #d8ab38;
  border-radius:30px;
  background:#0c2b3f;
  color:#fff;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 12px 28px rgba(2,18,28,.30), 0 0 0 3px rgba(255,255,255,.72);
}

.btc-quick-contact__toggle i{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#d5a01a;
  color:#0c2b3f;
  font-size:15px;
}

.btc-quick-contact__toggle:hover,
.btc-quick-contact__toggle:focus-visible{
  transform:translateY(-2px);
  border-color:#f0cc69;
  background:#12384f;
  color:#fff;
  box-shadow:0 16px 32px rgba(2,18,28,.34), 0 0 0 3px rgba(255,255,255,.82);
}

.btc-quick-contact.is-open .btc-quick-contact__toggle{
  background:#12384f;
  border-color:#f0cc69;
}

.btc-quick-contact__menu{
  gap:8px;
}

.btc-quick-contact__item{
  min-height:44px;
  padding:8px 15px 8px 10px;
  border:1px solid rgba(12,43,63,.14);
  border-radius:23px;
  background:#fff;
  color:#0c2b3f!important;
  box-shadow:0 10px 25px rgba(2,18,28,.22);
}

.btc-quick-contact__item:hover,
.btc-quick-contact__item:focus-visible{
  transform:translateX(-3px);
  border-color:#d8ab38;
  color:#0c2b3f!important;
}

/* Keep the secondary action visibly smaller and gold. */
.scroll-to-top{
  right:28px!important;
  bottom:28px!important;
  width:46px!important;
  height:46px!important;
  line-height:46px!important;
}

@media (max-width:767px){
  .btc-quick-contact{
    right:16px;
    bottom:calc(86px + env(safe-area-inset-bottom));
  }
  .btc-quick-contact__toggle{
    min-width:0;
    width:58px;
    height:58px;
    padding:0;
    justify-content:center;
    border-radius:50%;
  }
  .btc-quick-contact__toggle i{width:31px;height:31px;font-size:16px;}
  .btc-quick-contact__toggle-label{display:none;}
  .btc-quick-contact__menu{gap:9px;}
  .btc-quick-contact__item{min-height:42px;font-size:13px;}
  .scroll-to-top{right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;}
}

@media (min-width:768px) and (max-width:1024px){
  .btc-quick-contact{right:20px;}
  .scroll-to-top{right:24px!important;}
}
