/* ===== PIXDOK FINAL UNIFIED FOOTER (DARK THEME) ===== */
.footer {
  background-color: #070a13;
  padding: 4.5rem 1.5rem 2.25rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 4rem;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #94a3b8;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.footer * {
  box-sizing: border-box;
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

/* 6-Column Main Navigation Grid */
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr 1.15fr;
  gap: 2.5rem 1.8rem;
  align-items: start;
}

/* Brand Column (Left) */
.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo-text {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.footer-logo-text .logo-pix {
  color: #ffffff;
  font-weight: 800;
}

.footer-logo-text .logo-colon {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  margin: 0 4px 0 3px;
}

.footer-logo-text .logo-colon span {
  width: 7.5px;
  height: 7.5px;
  background-color: #ff3b30;
  border-radius: 1px;
}

.footer-logo-text .logo-d-curved {
  display: inline-flex;
  width: 17px;
  height: 22px;
  border: 4.5px solid #ff3b30;
  border-left: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 1px;
}

.footer-logo-text .logo-ok {
  color: #ff3b30;
  font-weight: 700;
}

.footer-tagline {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0.75rem 0 1.5rem 0;
  max-width: 260px;
}

.footer-brand .social-links {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.footer-brand .social-links a {
  color: #cbd5e1;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-brand .social-links a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-india-divider {
  width: 100%;
  max-width: 240px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 2rem 0 1.25rem 0;
}

.footer-india-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #cbd5e1;
  line-height: 1.45;
}

.footer-india-bar {
  width: 38px;
  height: 2.5px;
  background: #ef4444;
  border-radius: 2px;
  margin-top: 0.65rem;
}

/* Nav Columns */
.footer-col h4 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1.35rem 0;
  letter-spacing: -0.01em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-col li {
  margin: 0;
  padding: 0;
}

.footer-col a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
  padding-right: 0.25rem;
}

.footer-col a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-col a i.fa-chevron-right {
  font-size: 0.65rem;
  color: #ef4444;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.footer-col a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-col a:hover i.fa-chevron-right {
  transform: translateX(3px);
}

/* Middle Trust & Badges Row */
.footer-middle-bar {
  margin-top: 3.5rem;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-csc-trust {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-csc-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #ffffff;
  flex-shrink: 0;
}

.footer-csc-text h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.footer-csc-text p {
  margin: 0.2rem 0 0 0;
  font-size: 0.82rem;
  color: #94a3b8;
}

.footer-middle-divider {
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0.5rem;
  display: block;
}

.footer-features-list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  flex-wrap: wrap;
}

.footer-feature-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-feature-item i {
  font-size: 1.1rem;
  color: #ffffff;
}

/* Bottom Bar: Copyright & Disclaimer */
.footer-bottom-bar {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
}

.footer-copyright {
  color: #94a3b8;
  font-size: 0.82rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.footer-disclaimer-wrapper {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 1.5rem;
  flex: 1;
  min-width: 320px;
}

.footer-disclaimer-text {
  margin: 0;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem 1.5rem;
  }
  .footer-col:nth-child(5),
  .footer-col:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.5rem;
  }
  .footer-brand {
    grid-column: 1 / -1;
    max-width: 480px;
  }
  .footer-middle-divider {
    display: none;
  }
  .footer-features-list {
    gap: 1.5rem;
  }
  .footer-disclaimer-wrapper {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 580px) {
  .footer {
    padding: 3.5rem 1.25rem 2rem 1.25rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .footer-middle-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    width: 100%;
  }
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
