.elementor-111 .elementor-element.elementor-element-d7410e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-111 .elementor-element.elementor-element-d7410e4:not(.elementor-motion-effects-element-type-background), .elementor-111 .elementor-element.elementor-element-d7410e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0C0B;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-111 .elementor-element.elementor-element-d7410e4{--padding-top:0px;--padding-bottom:0px;--padding-left:23px;--padding-right:23px;}}/* Start custom CSS for html, class: .elementor-element-55c01ff */.vpd-footer {
  background: #0a0c0b;
  font-family: 'Syne', sans-serif;
  width: 100%;
}

/* ── TOP GRADIENT BORDER ── */
.footer-top-border {
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    #4a4a4a 0%,
    #0e7ab5 15%,
    #0fa876 30%,
    #7ec832 50%,
    #e8b820 70%,
    #e5472a 100%
  );
  opacity: 0.7;
}

/* ── INNER LAYOUT ── */
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.4fr;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 24px 48px;
}

/* ══════════════════════════════
   COL 1 — BRAND
══════════════════════════════ */
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  margin-bottom: 16px;
}

.footer-logo-mark {
  width: 32px;
  height: 32px;
  background: #0fa876;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-logo-name {
  font-size: 24px;
  font-weight: 800;
  color: #f0ede8;
  letter-spacing: -0.03em;
}

.footer-logo-name span {
  color: #0fa876;
}

.footer-tagline {
  font-size: 15px;
  color: #9a9990;
  line-height: 1.75;
  margin: 0 0 20px;
  max-width: 260px;
  font-family: 'Syne', sans-serif;
  font-weight: 400;
}

/* Free badge */
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(15,168,118,0.08);
  border: 1px solid rgba(15,168,118,0.18);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #0fa876;
  letter-spacing: 0.03em;
}

.footer-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0fa876;
  animation: footerPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes footerPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ══════════════════════════════
   COL 2 — NAVIGATION
══════════════════════════════ */
.footer-col-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c5c58;
  margin-bottom: 16px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #9a9990;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.15s ease;
}

.footer-link:hover {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.06);
  color: #f0ede8;
  padding-left: 14px;
}

.footer-link svg {
  color: #5c5c58;
  flex-shrink: 0;
  transition: color 0.15s ease;
}

.footer-link:hover svg {
  color: #0fa876;
}

/* Legal links — visually separated */
.footer-link--legal {
  margin-top: 6px;
  font-size: 15px;
  color: #5c5c58;
}

.footer-link--legal:first-of-type {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 12px;
  margin-top: 8px;
}

/* ══════════════════════════════
   COL 3 — NEWSLETTER + REF
══════════════════════════════ */
.footer-newsletter-text {
  font-size: 15px;
  color: #9a9990;
  line-height: 1.7;
  margin: 0 0 14px;
}

/* Email input row */
.footer-email-row {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.footer-email-input {
  flex: 1;
  height: 38px;
  background: #131615;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #f0ede8;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  padding: 0 12px;
  outline: none;
  transition: border-color 0.2s ease;
}

.footer-email-input::placeholder {
  color: #5c5c58;
}

.footer-email-input:focus {
  border-color: #0fa876;
  box-shadow: 0 0 0 3px rgba(15,168,118,0.08);
}

.footer-email-btn {
  width: 38px;
  height: 38px;
  background: #0fa876;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.footer-email-btn:hover {
  background: #2dd4a0;
  transform: translateX(2px);
}

.footer-email-note {
  font-size: 15px;
  color: #5c5c58;
  margin: 0 0 24px;
}

/* ── QUICK REFERENCE TABLE ── */
.footer-quick-ref {
  background: #131615;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 14px;
}

.fqr-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.fqr-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fqr-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}

.fqr-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #9a9990;
  flex: 1;
}

.fqr-val {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #5c5c58;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ══════════════════════════════
   BOTTOM BAR
══════════════════════════════ */
.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copy {
  font-size: 15px;
  color: #5c5c58;
  font-weight: 500;
}

.footer-made {
  font-size: 15px;
  color: #3a3d3b;
  font-style: italic;
}

.footer-back-top {
  font-size: 13px;
  font-weight: 700;
  color: #5c5c58;
  text-decoration: none;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  transition: all 0.15s ease;
}

.footer-back-top:hover {
  color: #0fa876;
  border-color: rgba(15,168,118,0.25);
  background: rgba(15,168,118,0.05);
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  /* Brand takes full width on tablet */
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 18px 36px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 18px;
  }
  .footer-made {
    display: none;
  }
  .footer-back-top {
    align-self: flex-end;
  }
}/* End custom CSS */