/* Start custom CSS for html, class: .elementor-element-24c4ed3 *//* ===============================
   FOOTER v4 (Standalone)
   Scope: .sa-ftr4
=============================== */

.sa-ftr4{
  --sa-orange:#ff9900;
  --sa-orange-deep:#e47911;
  --sa-ink:#0f172a;
  --sa-text:#1f2937;
  --sa-muted:#6b7280;
  --sa-line:#e5e7eb;
  --sa-soft:#f9fafb;

  background: var(--sa-soft);
  border-top: 1px solid var(--sa-line);
  padding: 0 0 18px;
}

.sa-ftr4 *{ box-sizing: border-box; }

.sa-ftr4-topline{
  height: 3px;
  background: linear-gradient(90deg, var(--sa-orange), var(--sa-orange-deep));
}

.sa-ftr4-inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 22px 0 14px;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 900px){
  .sa-ftr4-inner{
    grid-template-columns: 1fr;
  }
}

.sa-ftr4-brand{
  font-weight: 900;
  color: var(--sa-ink);
  margin-bottom: 10px;
}

.sa-ftr4-desc{
  margin: 0;
  color: var(--sa-text);
  font-size: 14px;
  line-height: 1.65;
  max-width: 760px;
}

.sa-ftr4-title{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sa-muted);
  margin-bottom: 10px;
}

/* Links as clean text row, not boxes */
.sa-ftr4-links{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.sa-ftr4-links a{
  color: var(--sa-text) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,153,0,0.35);
  padding-bottom: 2px;
}

.sa-ftr4-links a:hover,
.sa-ftr4-links a:focus{
  border-bottom-color: rgba(255,153,0,0.75);
  color: var(--sa-ink) !important;
}

/* CTA highlight */
.sa-ftr4-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sa-ink) !important;
  font-weight: 900;
  text-decoration: none !important;
  position: relative;
  padding: 10px 6px;
}

.sa-ftr4-cta::before{
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  bottom:6px;
  height: 12px;
  background: rgba(255,153,0,0.22);
  transform: skewX(-10deg);
  border-radius: 10px;
  z-index:-1;
  transition: height .18s ease, bottom .18s ease, background .18s ease;
}

.sa-ftr4-cta:hover::before,
.sa-ftr4-cta:focus::before{
  height: 100%;
  bottom: 0px;
  background: rgba(255,153,0,0.28);
}

/* Bottom disclaimer */
.sa-ftr4-bottom{
  width: min(1200px, 92%);
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid var(--sa-line);
  font-size: 12.5px;
  color: var(--sa-muted);
  line-height: 1.6;
}

/* Sticky CTA (minimal, matches header CTA style) */
.sa-ftr4 .sa-sticky-cta{
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 999;
}

.sa-ftr4 .sa-sticky-inner{
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.10);
  padding: 10px 12px;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.14);
}

.sa-ftr4 .sa-sticky-text{
  font-size: 14px;
  color: var(--sa-text);
  white-space: nowrap;
}

.sa-ftr4 .sa-sticky-btn{
  color: var(--sa-ink) !important;
  text-decoration: none !important;
  font-weight: 900;
  position: relative;
  padding: 8px 6px;
}

.sa-ftr4 .sa-sticky-btn::before{
  content:"";
  position:absolute;
  left:-10px;
  right:-10px;
  bottom:5px;
  height: 10px;
  background: rgba(255,153,0,0.20);
  transform: skewX(-10deg);
  border-radius: 10px;
  z-index:-1;
}

.sa-ftr4 .sa-sticky-close{
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  color: var(--sa-muted);
  padding: 6px 8px;
}

@media (max-width: 520px){
  .sa-ftr4 .sa-sticky-text{ display:none; }
  .sa-ftr4 .sa-sticky-inner{ max-width: 92vw; }
}/* End custom CSS */