/**
 * T20 NPL Modern, High-Conversion, Mobile-Friendly Footer
 * Ultra-Clean, High Contrast, 2026 Design System
 */

.npl-modern-footer {
  background: #0b1120;
  color: #94a3b8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #e10707;
}

/* Top Call-to-Action Bar */
.npl-footer-cta-bar {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 20px;
}

.npl-footer-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .npl-footer-cta-inner {
    flex-direction: row;
    text-align: left;
  }
}

.npl-footer-cta-text h3 {
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.3px;
}

@media (min-width: 768px) {
  .npl-footer-cta-text h3 {
    font-size: 22px;
  }
}

.npl-footer-cta-text p {
  margin: 0;
  font-size: 14px;
  color: #cbd5e1;
}

.npl-footer-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.npl-fcta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e10707 0%, #b70000 100%);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(225, 7, 7, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.npl-fcta-btn-primary:hover {
  background: linear-gradient(135deg, #f00909 0%, #c40000 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(225, 7, 7, 0.55);
}

.npl-fcta-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #16a34a;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(22, 163, 74, 0.3);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.npl-fcta-btn-wa:hover {
  background: #15803d;
  transform: translateY(-2px);
}

/* Main Footer Content Grid */
.npl-footer-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 20px 32px;
  box-sizing: border-box;
}

.npl-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 640px) {
  .npl-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .npl-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 36px;
  }
}

/* Column Elements */
.npl-fcol-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
  margin: 0 0 16px 0;
  position: relative;
  padding-bottom: 8px;
}

.npl-fcol-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2.5px;
  background: #e10707;
  border-radius: 2px;
}

/* Brand Column */
.npl-footer-logo-wrap img {
  max-height: 44px;
  width: auto;
  margin-bottom: 14px;
  display: block;
}

.npl-footer-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 18px 0;
}

.npl-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.npl-trust-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
}

/* Link Lists */
.npl-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.npl-footer-nav li {
  margin-bottom: 10px;
}

.npl-footer-nav li a {
  display: inline-flex;
  align-items: center;
  color: #cbd5e1 !important;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.15s ease;
}

.npl-footer-nav li a::before {
  content: '›';
  color: #e10707;
  font-weight: 800;
  font-size: 16px;
  margin-right: 8px;
  transition: transform 0.15s ease;
}

.npl-footer-nav li a:hover {
  color: #ffffff !important;
  transform: translateX(3px);
}

.npl-footer-nav li a:hover::before {
  color: #ffffff;
}

/* Contact List */
.npl-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.npl-footer-citem {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.45;
}

.npl-footer-cicon {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
}

.npl-footer-citem a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: color 0.15s ease;
}

.npl-footer-citem a:hover {
  color: #e10707 !important;
}

/* Bottom Copyright Bar */
.npl-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #070b14;
  padding: 20px;
  box-sizing: border-box;
}

.npl-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

@media (min-width: 768px) {
  .npl-footer-bottom-inner {
    flex-direction: row;
    text-align: left;
  }
}

.npl-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.npl-footer-bottom-links a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  font-size: 12.5px;
  transition: color 0.15s ease;
}

.npl-footer-bottom-links a:hover {
  color: #ffffff !important;
}