.sgReserveTrust{display:grid;gap:8px;margin:0 0 14px}
.sgReserveTrust__item{background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid rgba(0,0,0,.07);border-radius:14px;padding:11px 13px;font-weight:850;color:#132033;box-shadow:0 10px 24px rgba(0,0,0,.05)}

.sgDemandCard{margin:0 0 14px;padding:14px;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 16px 34px rgba(15,23,42,.08)}
.sgDemandCard--high{background:linear-gradient(180deg,#fff7ed,#ffffff)}
.sgDemandCard--mid{background:linear-gradient(180deg,#fefce8,#ffffff)}
.sgDemandCard--low{background:linear-gradient(180deg,#ecfeff,#ffffff)}
.sgDemandCard__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.sgEyebrow{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:4px}
.sgDemandCard__title{font-size:18px;line-height:1.2;font-weight:950;color:#0f172a}
.sgDemandCard__score{min-width:58px;text-align:center;border-radius:999px;padding:8px 10px;background:#111827;color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(15,23,42,.18)}
.sgDemandCard__bar{height:10px;border-radius:999px;background:rgba(15,23,42,.08);overflow:hidden;margin:12px 0 10px}
.sgDemandCard__bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#111827,#334155)}
.sgDemandCard__meta{font-size:13px;line-height:1.5;color:#334155;font-weight:700}

.sgGuaranteeBox{margin:14px 0;padding:14px;border-radius:18px;border:1px solid rgba(16,185,129,.18);background:linear-gradient(180deg,#f0fdf4,#ffffff)}
.sgGuaranteeBox__badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#052e16;color:#fff;font-size:12px;font-weight:900;margin-bottom:10px}
.sgGuaranteeBox__text{font-size:14px;line-height:1.5;font-weight:850;color:#14532d}
.sgGuaranteeBox__mini{margin-top:8px;font-size:12px;line-height:1.5;color:#166534}

.sgPrimarySubmit{font-size:15px;font-weight:950;letter-spacing:.01em}
.sgInlineReassurance{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.sgInlineReassurance span{display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);font-size:12px;font-weight:850;color:#0f172a}

.sgPowerActions{position:sticky;bottom:76px;z-index:45;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:0 14px 14px}
.sgPowerActions__btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:12px 16px;border-radius:999px;background:#111;color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(0,0,0,.16)}
.sgPowerActions__btn--wa{background:#128c7e}
.sgPowerActions__btn--light{background:#fff;color:#111;border:1px solid rgba(0,0,0,.09)}

.sgBookBar__tag{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#eef2ff;color:#312e81;font-size:11px;font-weight:900;margin-bottom:4px}

@media (min-width:901px){
  .sgPowerActions{bottom:18px;justify-content:flex-end;max-width:1180px;margin:0 auto;padding-right:16px}
}
@media (max-width:900px){
  .sgPowerActions{bottom:84px}
  .sgPowerActions__btn{flex:1;min-width:140px}
  .sgDemandCard__title{font-size:16px}
  .sgDemandCard__score{min-width:52px;font-size:14px}
  .sgInlineReassurance span{font-size:11px}
}
