/* ═══════════════════════════════════════════════
   ForexDaily Footer Styles
   Light Mode · Brand: #1a73e8
   ═══════════════════════════════════════════════ */

.fdhf-footer {
  background: var(--fdhf-bg-2);
  border-top: 1px solid var(--fdhf-line);
  padding: 60px 0 0;
}

.fdhf-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  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;
}

.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;
  transition: color 0.2s;
  line-height: 1.5;
}
.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.6;
}

.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; }

/* ── Menu columns ── */
.fdhf-footer-col-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--fdhf-ink);
  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;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.fdhf-footer-menu-item a:hover {
  color: var(--fdhf-brand);
  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-award-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--fdhf-bg);
  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-brand);
  color: var(--fdhf-brand);
}
.fdhf-award-pill span:first-child { font-size: 15px; }

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

/* ── Footer bottom ── */
.fdhf-footer-bottom {
  background: var(--fdhf-bg-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;
  transition: color 0.2s;
  white-space: nowrap;
}
.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-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 0 20px 20px;
  }
  .fdhf-footer-brand { grid-column: 1 / -1; }
  .fdhf-footer-awards {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .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; }
}

@media (max-width: 600px) {
  .fdhf-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .fdhf-footer-brand { grid-column: 1 / -1; }
  .fdhf-footer-dot { display: none !important; }
  .fdhf-footer-legal { gap: 6px 10px; }
}

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