/* ═══════════════════════════════════════════════
   ForexDaily Footer — Light Mode
   ═══════════════════════════════════════════════ */

/* ── Main footer wrapper ── */
.fdhf-footer {
  background: var(--fdhf-ink-2);
  border-top: 1px solid var(--fdhf-line);
  padding: 60px 0 0;
}

/* ── 4-column grid ── */
.fdhf-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 40px;
}

/* ── Column 1: Brand ── */
.fdhf-footer-logo {
  margin-bottom: 16px;
}

.fdhf-footer-logo a,
.fdhf-footer-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.fdhf-footer-logo img,
.fdhf-footer-logo .custom-logo {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.fdhf-footer-tagline {
  font-size: 13px;
  color: var(--fdhf-silver);
  line-height: 1.7;
  margin: 0 0 20px;
}

/* Contact list */
.fdhf-footer-contact {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fdhf-footer-contact li a,
.fdhf-footer-contact li span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--fdhf-silver);
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s;
}

.fdhf-footer-contact li a:hover {
  color: var(--fdhf-brand);
}

.fdhf-footer-contact svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 1px;
  opacity: 0.7;
}

/* Footer socials */
.fdhf-footer-socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.fdhf-footer-socials .fdhf-social-btn {
  width: 34px;
  height: 34px;
}

.fdhf-footer-socials .fdhf-social-btn svg {
  width: 14px;
  height: 14px;
}

/* ── Cols 2–4: Menu columns ── */
.fdhf-footer-col-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--fdhf-white);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--fdhf-line);
}

.fdhf-footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.fdhf-footer-menu-item a {
  font-size: 13px;
  color: var(--fdhf-silver);
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s, padding-left 0.2s;
}

.fdhf-footer-menu-item a:hover {
  color: var(--fdhf-white);
  padding-left: 4px;
}

.fdhf-footer-no-menu {
  font-size: 12px;
  color: var(--fdhf-silver);
  opacity: 0.6;
}

.fdhf-footer-no-menu a {
  color: var(--fdhf-brand);
}

/* ── Awards bar ── */
.fdhf-footer-awards {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 20px;
  border-top: 1px solid var(--fdhf-line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.fdhf-awards-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--fdhf-silver);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}

.fdhf-awards-pills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.fdhf-award-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--fdhf-ink-3);
  border: 1px solid var(--fdhf-line);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  color: var(--fdhf-silver);
  transition: border-color 0.2s, color 0.2s;
}

.fdhf-award-pill:hover {
  border-color: var(--fdhf-silver);
  color: var(--fdhf-white);
}

.fdhf-award-pill span:first-child {
  font-size: 15px;
}

/* ── Footer bottom ── */
.fdhf-footer-bottom {
  background: var(--fdhf-ink-3);
  border-top: 1px solid var(--fdhf-line);
  padding: 24px 20px;
  display: block !important;
}

.fdhf-footer-bottom-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: block !important;
}

.fdhf-footer-disclaimer {
  font-size: 11.5px;
  color: var(--fdhf-silver);
  line-height: 1.75;
  margin: 0 0 16px;
  opacity: 0.85;
}

.fdhf-footer-legal {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 14px;
  align-items: center;
  font-size: 12px;
  color: var(--fdhf-silver);
  list-style: none;
  margin: 0;
  padding: 0;
}

.fdhf-footer-legal a {
  display: inline !important;
  color: var(--fdhf-silver);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.fdhf-footer-legal a:hover {
  color: var(--fdhf-brand);
}

.fdhf-footer-legal > span {
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
}

.fdhf-footer-dot {
  width: 3px;
  height: 3px;
  background: var(--fdhf-line);
  border-radius: 50%;
  display: inline-block !important;
  flex-shrink: 0;
  vertical-align: middle;
}

/* ════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .fdhf-footer {
    padding: 40px 0 0;
  }

  .fdhf-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 20px;
    display: grid !important;
  }

  .fdhf-footer-brand {
    grid-column: 1 / -1;
    display: block !important;
    width: 100%;
  }

  .fdhf-footer-logo {
    margin-bottom: 12px;
  }

  .fdhf-footer-logo img,
  .fdhf-footer-logo .custom-logo {
    height: 44px;
  }

  .fdhf-footer-tagline {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .fdhf-footer-contact {
    gap: 8px;
    margin-bottom: 16px;
  }

  .fdhf-footer-contact li a,
  .fdhf-footer-contact li span {
    font-size: 13px;
  }

  .fdhf-footer-socials {
    gap: 10px;
    margin-bottom: 4px;
  }

  .fdhf-footer-socials .fdhf-social-btn {
    width: 38px;
    height: 38px;
  }

  .fdhf-footer-col {
    display: block !important;
  }

  .fdhf-footer-col-title {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .fdhf-footer-menu-item a {
    font-size: 12px;
  }

  .fdhf-footer-awards {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    margin-top: 24px;
    padding: 20px;
  }

  .fdhf-awards-label {
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }

  .fdhf-awards-pills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
  }

  .fdhf-award-pill {
    justify-content: center;
    font-size: 11px;
	padding: 6px 6px;
  }
}

@media (max-width: 600px) {
  .fdhf-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 16px;
  }

  .fdhf-footer-brand {
    grid-column: 1 / -1;
    display: block !important;
  }

  .fdhf-footer-legal {
    gap: 6px 10px;
  }

  .fdhf-footer-dot {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .fdhf-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 14px;
  }

  .fdhf-footer-brand {
    grid-column: 1 / -1;
    display: block !important;
  }
}