/* Sugargoo footer card layout - match sugargoosheet.store */
.sg-footer{
  background:linear-gradient(180deg,#eefaf5 0%,#f7fff9 100%) !important;
  border-top:1px solid #cfe9df !important;
  padding:52px 24px 26px !important;
  color:#132b26 !important;
}
.sg-footer-main{
  max-width:1120px !important;
  margin:0 auto !important;
  padding:30px 28px !important;
  display:grid !important;
  grid-template-columns:minmax(220px,1.1fr) repeat(3,minmax(150px,.82fr)) !important;
  gap:36px !important;
  align-items:start !important;
  background:#fff !important;
  border:1px solid #cfe9df !important;
  border-radius:18px !important;
  box-shadow:0 18px 44px rgba(19,43,38,.05) !important;
}
.sg-footer-brand{max-width:300px !important;margin:0 !important;text-align:left !important;}
.sg-footer-brand strong{display:block !important;margin:0 0 14px !important;color:#079b68 !important;font-size:clamp(24px,2vw,32px) !important;line-height:1.16 !important;letter-spacing:0 !important;}
.sg-footer-brand p{margin:0 !important;color:#27443d !important;font-size:15px !important;line-height:1.65 !important;}
.sg-footer-col{display:flex !important;flex-direction:column !important;gap:12px !important;align-items:flex-start !important;justify-content:flex-start !important;text-align:left !important;min-width:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}
.sg-footer-col h3{margin:0 0 4px !important;color:#102d28 !important;font-size:13px !important;line-height:1.25 !important;letter-spacing:.12em !important;text-transform:uppercase !important;}
.sg-footer-col a{display:inline-block !important;color:#07885f !important;text-decoration:none !important;font-weight:800 !important;font-size:16px !important;line-height:1.38 !important;padding:0 !important;border:0 !important;background:transparent !important;border-radius:0 !important;box-shadow:none !important;}
.sg-footer-col a:hover{color:#ff6b00 !important;}
.sg-footer-legal{max-width:980px !important;margin:34px auto 0 !important;padding:22px 0 0 !important;border-top:1px solid #cfe9df !important;background:transparent !important;text-align:center !important;color:#2b5148 !important;}
.sg-footer-legal p{margin:0 auto !important;max-width:940px !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;color:#2b5148 !important;font-size:14px !important;line-height:1.7 !important;}
.sg-footer-legal strong{color:#102d28 !important;}
.sg-footer-legal .sg-copy,.sg-footer .sg-copy,.sg-copy{display:block !important;width:auto !important;max-width:none !important;min-height:0 !important;margin:12px auto 0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#41665e !important;font-size:14px !important;line-height:1.5 !important;text-align:center !important;}
.sg-footer-legal .sg-copy::before,.sg-footer-legal .sg-copy::after,.sg-copy::before,.sg-copy::after{display:none !important;content:none !important;}
@media(max-width:900px){.sg-footer{padding:34px 18px 22px !important;}.sg-footer-main{grid-template-columns:1fr 1fr !important;gap:26px 22px !important;padding:26px 22px !important;}.sg-footer-brand{grid-column:1/-1 !important;max-width:520px !important;margin:0 auto !important;text-align:center !important;}.sg-footer-col{text-align:center !important;align-items:center !important;}.sg-footer-legal{margin-top:28px !important;}}
@media(max-width:560px){.sg-footer-main{grid-template-columns:1fr !important;gap:22px !important;}.sg-footer-legal p{font-size:13px !important;}}
/* Force footer card above disclaimer, centered */
.sg-footer{
  display:block !important;
  grid-template-columns:none !important;
}
.sg-footer-main{
  width:min(1120px, calc(100% - 48px)) !important;
  margin:0 auto !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
}
.sg-footer-legal{
  width:min(980px, calc(100% - 48px)) !important;
  margin:34px auto 0 !important;
  clear:both !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
}
@media(max-width:560px){
  .sg-footer-main,.sg-footer-legal{width:calc(100% - 28px) !important;}
}
