/* Jobs Portal footer — styled to match elinomtech.com reference */
.is-iframed .jobs-footer {
  display: none !important;
}

/* ── Outer shell ── */
.jobs-footer {
  margin-top: 0;
  padding: 32px 16px !important;
  background: linear-gradient(#0d1526 0%, #0a0f1e 100%);
  color: #cbd5e1;
  text-align: left;
  border-top: 3px solid #3b82f6;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* ── Brand bar ── */
.jobs-footer .footer-brand-bar {
  max-width: 1180px;
  margin: 0 auto 0;
  padding: 24px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-radius: 12px 12px 0 0;
}

.jobs-footer .brand-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.jobs-footer .footer-brand-name {
  background: linear-gradient(90deg,#38bdf8,#6366f1,#f472b6,#f59e0b,#38bdf8);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1;
}

.jobs-footer .footer-brand-sub {
  background: linear-gradient(90deg,#38bdf8,#6366f1,#f472b6,#f59e0b,#38bdf8);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 0.65rem;
  white-space: nowrap;
  margin-top: 3px;
}

.jobs-footer .footer-social-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.jobs-footer .footer-social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #94a3b8;
  background: rgba(255,255,255,0.06);
  text-decoration: none;
  transition: color 0.16s, background 0.16s;
}

.jobs-footer .footer-social-row a:hover {
  color: #60a5fa;
  background: rgba(59,130,246,0.15);
}

.jobs-footer .footer-social-row svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.jobs-footer .footer-social-row a.facebook {
  color: #1877f2;
  background: rgba(24,119,242,0.14);
}

.jobs-footer .footer-social-row a.facebook:hover {
  background: rgba(24,119,242,0.22);
}

.jobs-footer .footer-social-row a.x {
  color: #1da1f2;
  background: rgba(29,161,242,0.14);
}

.jobs-footer .footer-social-row a.x:hover {
  background: rgba(29,161,242,0.22);
}

.jobs-footer .footer-social-row a.linkedin {
  color: #0a66c2;
  background: rgba(10,102,194,0.14);
}

.jobs-footer .footer-social-row a.linkedin:hover {
  background: rgba(10,102,194,0.22);
}

.jobs-footer .footer-social-row a.instagram {
  color: #d31c79;
  background: linear-gradient(135deg, rgba(253,95,127,0.18) 0%, rgba(245,133,41,0.18) 50%, rgba(254,218,119,0.18) 100%);
}

.jobs-footer .footer-social-row a.instagram:hover {
  background: linear-gradient(135deg, rgba(253,95,127,0.28) 0%, rgba(245,133,41,0.28) 50%, rgba(254,218,119,0.28) 100%);
}

.jobs-footer .footer-social-row a.youtube {
  color: #ff0000;
  background: rgba(255,0,0,0.14);
}

.jobs-footer .footer-social-row a.youtube:hover {
  background: rgba(255,0,0,0.22);
}

/* ── Content grid ── */
.jobs-footer .footer-content {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 32px 24px;
}

.jobs-footer .footer-section {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.jobs-footer .footer-section h4 {
  margin: 0 0 16px;
  color: #3b82f6;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.jobs-footer .footer-desc {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0 0 12px;
}

.jobs-footer .footer-section a {
  color: #60a5fa;
  font-size: 0.82rem;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.15s, transform 0.15s;
}

.jobs-footer .footer-section a:hover,
.jobs-footer .footer-section a:focus-visible {
  color: #ffffff;
  transform: translateX(2px);
  outline: none;
}

.jobs-footer .footer-section a i {
  width: 14px;
  color: #38bdf8;
  flex-shrink: 0;
}

/* ── Bottom bar ── */
.jobs-footer .footer-bottom {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 48px;
  background: rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #64748b;
}

.jobs-footer .footer-legal {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #64748b;
}

.jobs-footer .footer-legal a {
  color: #60a5fa;
  text-decoration: none;
  transition: color 0.15s;
}

.jobs-footer .footer-legal a:hover {
  color: #ffffff;
}

.jobs-footer .footer-cert {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.jobs-footer .footer-cert span {
  padding: 3px 10px;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(59,130,246,0.25);
  border-radius: 4px;
  font-size: 0.75rem;
  color: #93c5fd;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .jobs-footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .jobs-footer {
    padding: 24px 12px !important;
  }

  .jobs-footer .footer-brand-bar {
    padding: 16px;
    border-radius: 8px 8px 0 0;
  }

  .jobs-footer .footer-content {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px;
  }

  .jobs-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
  }
}
