/* ==========================================================================
   SURYA ENERGY - COMPONENT: FOOTER
   ========================================================================== */

/* Desktop Footer */
.se-footer {
  background: var(--se-card-solid);
  border-top: 1px solid var(--se-glass-border);
  padding: 70px 0 30px;
  margin-top: 60px;
}

.se-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

.se-footer-col-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--se-text-heading);
}

.se-footer-links {
  list-style: none;
}

.se-footer-links li {
  margin-bottom: 12px;
}

.se-footer-links a {
  color: var(--se-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--se-transition);
}

.se-footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--se-text-muted);
  flex-wrap: wrap;
  gap: 16px;
}

/* Mobile Footer */
.se-m-footer {
  background: #0b132b;
  color: #ffffff;
  padding: 36px 0 90px;
  margin-top: 32px;
}

[data-theme="dark"] .se-m-footer {
  background: #090d16;
}

.se-m-footer-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.se-m-footer-links-list {
  display: none;
  list-style: none;
  padding: 8px 0 12px;
}

.se-m-footer-links-list.active {
  display: block;
}
