.elementor-2789 .elementor-element.elementor-element-500972f{--display:flex;}.elementor-2789 .elementor-element.elementor-element-153aba7:not(.elementor-motion-effects-element-type-background), .elementor-2789 .elementor-element.elementor-element-153aba7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F6FD;}.elementor-2789 .elementor-element.elementor-element-153aba7 > .elementor-container{max-width:14000px;}.elementor-2789 .elementor-element.elementor-element-153aba7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2789 .elementor-element.elementor-element-153aba7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2789 .elementor-element.elementor-element-3e8f1b5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2789 .elementor-element.elementor-element-753525c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:1px 0px 0px 0px;border-color:#C8C8C8;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-753525c */:root{
  --accent:#cf2832; --ink:#1e1e1e; --muted:#666;
  --bg:#f9f9fa; --surface:#fff; --radius:16px;
}

.trust-bar{
  background:#fff;border-bottom:1px solid #eee;
  display:flex;justify-content:center;flex-wrap:wrap;
  gap:24px;padding:14px 16px
}
.trust-item{
  display:flex;flex-direction:column;align-items:center;
  gap:4px;text-decoration:none;color:#333;font-size:13px;
  width:90px;text-align:center;transition:.2s
}
.trust-item img{
  height:42px;object-fit:contain;filter:grayscale(30%);
  transition:filter .2s ease, transform .2s ease
}
.trust-item:hover img{filter:none;transform:scale(1.05)}
.trust-item span{font-size:12px;color:#444}

.site-footer{background:var(--bg);padding-top:0;font-size:15px;color:var(--muted)}
.footer-inner{
  max-width:1450px;margin:0 auto;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:32px;padding:32px 16px 24px;
}
.footer-col h3,.footer-col h4{margin:0 0 10px;color:var(--ink);font-weight:700;font-size:17px}
.footer-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}
.footer-list a{text-decoration:none;color:var(--muted);transition:.2s}
.footer-list a:hover{color:var(--accent)}
.footer-about{display:flex;flex-direction:column;gap:10px}
.footer-logo{max-width:160px;height:auto}
.footer-desc{margin:0;color:#333;line-height:1.4}
.site-footer{
  background:linear-gradient(180deg,#ffffff 0%,#fafafb 60%,#f6f6f8 100%);
  backdrop-filter:blur(6px);
  box-shadow:inset 0 1px 0 rgba(0,0,0,.05);
  color:#555;
}

.footer-disclaimer-bar{
  background:linear-gradient(90deg,rgba(207,40,50,0.08),rgba(207,40,50,0.02));
  border-top:1px solid rgba(207,40,50,0.15);
  border-bottom:1px solid rgba(207,40,50,0.15);
  text-align:center;
  font-weight:500;
  letter-spacing:.2px;
  color:#333;
  padding:14px 10px;
  font-size:15px;
  text-shadow:0 1px 0 #fff;
}
.footer-disclaimer-bar::before{
  content:"";
  display:inline-block;
  width:16px;height:16px;
  margin-right:8px;
  vertical-align:-2px;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23cf2832" viewBox="0 0 24 24"><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2Zm1 15h-2v-2h2Zm0-4h-2V7h2Z"/></svg>') no-repeat center/contain;
}


.footer-bottom{background:#fff;border-top:1px solid #eee}
.bottom-inner{
  max-width:1450px;margin:0 auto;padding:12px 16px;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:6px
}
.copy,.legal{margin:0;color:#555;font-size:13px}
@media(max-width:600px){.footer-inner{gap:20px}}/* End custom CSS */