.elementor-100 .elementor-element.elementor-element-416e490{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-100 .elementor-element.elementor-element-d19d68d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-100 .elementor-element.elementor-element-c26fec6{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-100 .elementor-element.elementor-element-3861cdb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-100 .elementor-element.elementor-element-d19d68d{width:50%;}.elementor-100 .elementor-element.elementor-element-3861cdb{width:50%;}}@media(max-width:767px){.elementor-100 .elementor-element.elementor-element-416e490{padding:0px 0px 0px 0px;}.elementor-100 .elementor-element.elementor-element-d19d68d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 10px 10px;}.elementor-100 .elementor-element.elementor-element-c26fec6{padding:0px 0px 0px 0px;}.elementor-100 .elementor-element.elementor-element-3861cdb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-037600c *//* ── BASE FOOTER STYLES ──────────────────────────────────── */

#sn-footer {
  font-family: Arial, sans-serif;
  color: #CBD5E0; /* Light gray-blue for general text */
  background: #0A1E38; /* Deep Navy */
}

.sn-footer-main {
  padding: 64px 0 48px;
}

.sn-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Grid layout — 4 columns on desktop */
.sn-footer-main .sn-footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ── BRAND COL ───────────────────────────────────────────── */

.sn-footer-logo {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 18px;
}

.sn-footer-logo .sn-nav-logo-text {
  font-size: 24px;
  color: #FFFFFF; /* Pure white for branding */
}

.sn-footer-logo .sn-nav-logo-sub {
  color: #A0AEC0; /* Lightened for readability */
}

.sn-footer-brand-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #CBD5E0; /* Increased contrast for descriptions */
  margin: 0 0 24px 0;
  max-width: 300px;
}

/* CTA — High Contrast Blue */
.sn-footer-cta {
  display: inline-flex;
  flex-direction: column;
  background: #1A4A8A;
  border-radius: 10px;
  padding: 14px 20px;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-bottom: 24px;
}

.sn-footer-cta:hover {
  background: #2A5A9A;
}

.sn-footer-cta-number {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.sn-footer-cta-label {
  font-size: 12px;
  color: #BEE3F8; /* Brighter blue-white */
  margin-top: 3px;
}

/* Trust badges row */
.sn-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ── NAV COLS ────────────────────────────────────────────── */

.sn-footer-heading {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  margin: 0 0 14px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); /* Slightly more visible border */
}

.sn-footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sn-footer-links a {
  font-size: 14px;
  color: #CBD5E0; /* Higher contrast gray */
  text-decoration: none;
  transition: color 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sn-footer-links a:hover {
  color: #FFFFFF;
}

.sn-footer-ext {
  font-size: 11px;
  color: #A0AEC0;
}

.sn-footer-view-all {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #BEE3F8; /* Brighter for emphasis */
  text-decoration: none;
  transition: color 0.15s ease;
}

.sn-footer-view-all:hover {
  color: #FFFFFF;
}

/* ── DISCLAIMER BAR ──────────────────────────────────────── */

.sn-footer-disclaimer-bar {
  background: #071628;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sn-footer-disclaimer {
  font-size: 12px;
  line-height: 1.7;
  color: #A0AEC0; /* Significantly lightened from #4A5568 */
  margin: 0;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

/* ── BOTTOM BAR ──────────────────────────────────────────── */

.sn-footer-bottom {
  background: #071628;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sn-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.sn-footer-copy {
  font-size: 13px;
  color: #A0AEC0; /* Lightened for legibility */
  margin: 0;
}

.sn-footer-legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}

.sn-footer-legal-links a {
  font-size: 13px;
  color: #A0AEC0; /* Lightened from #4A5568 */
  text-decoration: none;
  transition: color 0.15s ease;
}

.sn-footer-legal-links a:hover {
  color: #FFFFFF;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */

@media (max-width: 1024px) {
  .sn-footer-main .sn-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .sn-footer-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 24px;
  }

  .sn-footer-brand-desc {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .sn-footer-main {
    padding: 48px 0 36px;
  }

  .sn-footer-main .sn-footer-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sn-footer-brand {
    grid-column: auto;
    display: block;
  }

  .sn-footer-cta {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .sn-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .sn-footer-legal-links {
    justify-content: center;
  }

  .sn-footer-disclaimer {
    font-size: 11px;
  }
}/* End custom CSS */