.sgCloseBoost{
  margin:14px 0 16px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
.sgCloseBoost__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:#ecfeff;
  color:#0f766e;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.sgCloseBoost__title{
  margin-top:10px;
  font-size:18px;
  font-weight:900;
  color:#0f172a;
}
.sgCloseBoost__list{margin-top:10px;display:grid;gap:8px}
.sgCloseBoost__item{
  font-size:14px;
  color:#334155;
  line-height:1.45;
}
.sgFaqMini{display:grid;gap:8px;margin:0 0 14px}
.sgFaqMini__item{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  cursor:pointer;
  text-align:left;
}
.sgFaqMini__item span{font-weight:800;color:#0f172a}
.sgFaqMini__item strong{font-size:13px;color:#0f766e}
.sgFaqMini__item.is-open{border-color:rgba(13,148,136,.25);background:#f0fdfa}
.sgFaqMini__panel{
  display:none;
  margin:-2px 0 2px;
  padding:0 14px 12px;
  color:#475569;
  font-size:14px;
  line-height:1.5;
}
.sgFaqMini__panel.is-open{display:block}
.sgSupportBox{
  margin-top:14px;
  padding:16px;
  border-radius:18px;
  background:#0f172a;
  color:#e2e8f0;
  box-shadow:0 12px 30px rgba(2,6,23,.18);
}
.sgSupportBox__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.sgSupportBox__eyebrow{font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#93c5fd}
.sgSupportBox__title{margin-top:4px;font-size:18px;font-weight:900;color:#fff}
.sgSupportBox__state{
  flex:0 0 auto;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
  color:#bfdbfe;
}
.sgSupportBox__text{margin-top:10px;font-size:14px;line-height:1.5;color:#cbd5e1}
.sgSupportBox__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.sgSupportBox__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  font-weight:800;
}
.sgSupportBox__btn--wa{background:#16a34a}
.sgSubmitBoost.is-ready{
  box-shadow:0 12px 26px rgba(15,23,42,.18);
  transform:translateY(-1px);
}
.sgReserveNote.is-ready{color:#0f766e;font-weight:700}
@media (max-width: 768px){
  .sgCloseBoost__title,.sgSupportBox__title{font-size:17px}
  .sgSupportBox{margin-bottom:6px}
}
