/* Stekker Footer — full replacement injected by stekker-footer.js
   Applies to `footer[data-elementor-type="footer"]` after DOM ready. */

footer.sfoot-host {
  background: #066254;
  color: #D7EFE3;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
}

/* reset inherited Elementor styles on the replaced footer */
footer.sfoot-host .elementor-element { all: unset; }
footer.sfoot-host a { color: inherit; text-decoration: none; }
footer.sfoot-host ul { list-style: none; margin: 0; padding: 0; }

.sfoot {
  width: 100%;
  color: inherit;
}

.sfoot-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 24px 32px;
}

/* ---------- Top intro row ---------- */

.sfoot-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.sfoot-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
}
.sfoot-brand img {
  width: 96px;
  height: auto;
  display: block;
}
.sfoot-brand-tagline {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  color: #A8DCC4;
  letter-spacing: 0.02em;
}

.sfoot-cta-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sfoot-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 28px;
  background: #0CC170;
  color: #033446;
  border-radius: 12px;
  font-weight: 600;
  transition: background 0.15s ease, transform 0.15s ease;
  line-height: 1.2;
}
.sfoot-cta:hover {
  background: #49D094;
  transform: translateY(-1px);
}
.sfoot-cta-sub {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.75;
  margin-bottom: 2px;
}
.sfoot-cta-label {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sfoot-cta-label svg {
  width: 14px;
  height: 14px;
}

.sfoot-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #FFFFFF;
  transition: background 0.15s ease, color 0.15s ease;
}
.sfoot-social:hover {
  background: #0CC170;
  color: #033446;
}
.sfoot-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ---------- Main grid ---------- */

.sfoot-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding: 48px 0 40px;
}

.sfoot-col {
  min-width: 0;
}

.sfoot-heading {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sfoot-list li {
  margin: 0 0 10px;
}
.sfoot-list a {
  color: #C2EFDB;
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.12s ease;
}
.sfoot-list a:hover {
  color: #FFFFFF;
}

.sfoot-address {
  font-style: normal;
  font-size: 15px;
  color: #C2EFDB;
  line-height: 1.6;
  margin: 0 0 14px;
}

.sfoot-list--contact a {
  font-weight: 500;
  color: #FFFFFF;
}

/* ---------- Bottom bar ---------- */

.sfoot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
  color: #A8DCC4;
}

.sfoot-bottom-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.sfoot-bottom-links a {
  color: #A8DCC4;
  transition: color 0.12s ease;
}
.sfoot-bottom-links a:hover {
  color: #FFFFFF;
}
.sfoot-lang {
  position: relative;
  padding-left: 18px;
}
.sfoot-lang::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 12px; height: 12px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    linear-gradient(to bottom, currentColor 33%, transparent 33%, transparent 66%, currentColor 66%);
  opacity: 0.4;
}

/* ---------- Pipedrive modal (preserved) ---------- */

.sfoot-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(3, 52, 70, 0.82);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.sfoot-modal-inner {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 80vh;
  max-height: 780px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
}
.sfoot-modal .close-modal {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 32px;
  line-height: 1;
  color: #033446;
  cursor: pointer;
  z-index: 2;
}
.sfoot-modal .close-modal:hover {
  color: #0CC170;
}

/* ---------- Responsive ---------- */

@media (max-width: 1040px) {
  .sfoot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
  }
  .sfoot-col--biz {
    grid-column: 1 / -1;
  }
  .sfoot-col--biz .sfoot-list {
    columns: 2;
    column-gap: 40px;
  }
}

@media (max-width: 720px) {
  .sfoot-inner {
    padding: 48px 20px 24px;
  }
  .sfoot-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 32px;
  }
  .sfoot-cta-wrap {
    width: 100%;
  }
  .sfoot-cta {
    flex: 1;
  }
  .sfoot-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 0;
  }
  .sfoot-col--biz .sfoot-list {
    columns: 1;
  }
  .sfoot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .sfoot-modal-inner {
    height: 90vh;
  }
}
