
.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 197, 94, 0.2), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(239, 68, 68, 0.18), transparent 24%),
    linear-gradient(135deg, #031a14 0%, #062e24 46%, #1f2937 100%);
  color: #cbd5e1;
  padding: 62px 0 22px;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.2;
  pointer-events: none;
}

.footer a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer a:hover {
  color: #fff;
}

.footer-shell {
  position: relative;
  z-index: 1;
  padding: 34px;
}

.footer-top {
  padding-bottom: 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fee2e2;
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(248, 113, 113, 0.28);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2px;
  font-size: 1.4rem;
  margin-top: 18px;
}

.footer-brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(239, 68, 68, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 32px rgba(2, 6, 23, 0.24);
}

.footer-brand span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand small {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-desc {
  margin-top: 16px;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.8;
  max-width: 52ch;
}

.footer-pulse {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-pulse span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-pulse i {
  color: #fca5a5;
}

.footer-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: 0.2px;
  font-size: 1.05rem;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.social-link {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.22), rgba(239, 68, 68, 0.18));
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 8px;
  width: 100%;
  border-radius: 16px;
  color: rgba(241, 245, 249, 0.95);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links a i {
  color: #4ade80;
  font-size: 0.85rem;
}

.footer-links a:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.1);
}

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  color: rgba(241, 245, 249, 0.95);
}

.footer-contact i {
  width: 18px;
  text-align: center;
  margin-top: 2px;
  color: #f87171;
}

.footer-cta-card {
  padding: auto 24px;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.footer-btn-primary {
  color: #052e23;
  box-shadow: 0 16px 34px rgba(34, 197, 94, 0.2);
}

.footer-btn-primary:hover {
  color: #052e23;
}

.footer-btn-secondary {
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  box-shadow: 0 16px 34px rgba(239, 68, 68, 0.2);
}

.footer-btn-secondary:hover {
  color: #fff;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding-top: 16px;
  color: rgba(203, 213, 225, 0.86);
  font-size: 0.9rem;
}

.footer-mini-links {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-mini-links a {
  color: rgba(203, 213, 225, 0.9);
}

.footer-mini-links a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .footer-shell {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .footer-cta-actions {
    flex-direction: column;
  }

  .footer-btn {
    width: 100%;
  }
}
.topBtn {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}