/* ===== Footer ===== */
.site-footer {
  padding: 32px 24px 24px;
  background: var(--bg-hero-top);
  text-align: center;
  margin-top: 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 6px;
}

.footer-logo .logo-briefcase {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sky-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
}

.footer-logo .logo-briefcase svg { width: 11px; height: 11px; }

.footer-tagline {
  font-size: 13px;
  color: var(--gray-text);
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.footer-links a {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-soft);
}

.footer-copy {
  font-size: 12px;
  color: var(--gray-light);
}

/* ===== Contact page ===== */
.static-intro {
  font-size: 14px;
  color: var(--gray-text);
  line-height: 1.5;
  margin-top: -6px;
}

.contact-section { padding-top: 8px; }

.contact-card {
  border: 1.5px solid var(--border-light);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
}

.contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contact-label {
  font-size: 12px;
  color: var(--gray-light);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 14px;
  border: 1.5px solid #25D366;
  color: #1B9E4E;
  font-weight: 700;
  font-size: 14.5px;
  margin-bottom: 14px;
}

.contact-hint {
  font-size: 12.5px;
  color: var(--gray-light);
  text-align: center;
  margin-bottom: 28px;
}

.faq-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
}

.faq-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
}

.faq-q {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.faq-a {
  font-size: 13.5px;
  color: var(--gray-text);
  line-height: 1.55;
}

/* ===== Static legal pages ===== */
.static-content {
  padding: 4px 20px 20px;
  font-size: 14px;
  color: var(--navy-soft);
  line-height: 1.65;
}

.static-content h2 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin: 22px 0 8px;
}

.static-content h2:first-child { margin-top: 0; }

.static-content p { margin-bottom: 10px; }

.static-content ul {
  margin: 8px 0 10px 20px;
}

.static-content li { margin-bottom: 6px; }

.static-updated {
  font-size: 12.5px;
  color: var(--gray-light);
  margin-bottom: 4px;
}
