:root {
  --nl-bg-deep: #12002c;
  --nl-bg-surface: linear-gradient(116deg, #200041, #10002C 50%, #2E0958);
  --nl-purple-accent: #7a2cbe;
  --nl-purple-medium: #5f006e;
  --nl-purple-dark: #23133c;
  --nl-purple-darkNavy: #200041;
  --nl-text-primary: #ffffff;
  --nl-text-secondary: #d4cedc;
  --nl-border: rgba(255, 255, 255, 0.1);
  --nl-gradient-btn: linear-gradient(180deg, #C757D8, #9A00B2);
  --nl-gradient-btn-hover: linear-gradient(180deg, #CF6EDD, #B500D1);
}

/* ============================================================
   SUBPAGE LAYOUT (faq/, about/)
   ============================================================ */

.nl-subpage-body {
  margin: 0;
  min-height: 100vh;
  background-image: linear-gradient(116deg, #200041, #10002C 50%, #2E0958);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Quicksand, sans-serif;
  color: #ffffff;
  font-feature-settings: "rlig" 1, "calt" 1;
}

.nl-subpage-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
  overflow-x: hidden;
}

/* ============================================================
   SUBPAGE HEADER / NAV
   ============================================================ */

.nl-subpage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 860px;
  margin: 0 auto;
}

.nl-subpage-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #ffffff;
}

.nl-subpage-logo-text {
  font-family: Cinzel-Decorative, serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.nl-subpage-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nl-subpage-nav a {
  color: #d4cedc;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.nl-subpage-nav a:hover {
  color: #ffffff;
}

/* ============================================================
   H1 HERO TITLE (subpages)
   ============================================================ */

.nl-hero-title {
  font-family: Cinzel-Decorative, serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 3rem 0 0.75rem;
  background: linear-gradient(135deg, #ffffff 0%, #e9d5ff 45%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nl-hero-subtitle {
  text-align: center;
  color: #d4cedc;
  font-size: 1rem;
  margin: 0 auto 2.5rem;
  max-width: 600px;
  line-height: 1.6;
}

/* ============================================================
   FAQ SECTION ON INDEX.HTML
   ============================================================ */

.nl-faq-section {
  margin-top: 5rem;
  padding: 0 0 3rem;
  overflow-x: hidden;
  max-width: 100%;
}

.nl-faq-section-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1rem;
}

.nl-faq-seo-h1 {
  font-family: Cinzel-Decorative, serif;
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 0.75rem;
  background: linear-gradient(135deg, #ffffff 0%, #e9d5ff 50%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nl-faq-section-desc {
  text-align: center;
  color: #d4cedc;
  font-size: 0.9375rem;
  margin: 0 auto 2.5rem;
  max-width: 580px;
  line-height: 1.6;
}

/* ============================================================
   ACCORDION
   ============================================================ */

.nl-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.nl-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  background: rgba(122, 44, 190, 0.12);
  backdrop-filter: blur(6px);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nl-accordion-item:hover {
  border-color: rgba(199, 87, 216, 0.35);
  background: rgba(122, 44, 190, 0.18);
}

.nl-accordion-item.nl-open {
  border-color: rgba(199, 87, 216, 0.45);
  background: rgba(122, 44, 190, 0.22);
}

.nl-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.125rem 1.375rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  color: #ffffff;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.15s ease;
}

.nl-accordion-trigger:hover {
  color: #e9d5ff;
}

.nl-accordion-trigger h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  flex: 1;
}

.nl-accordion-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(199, 87, 216, 0.15);
  border: 1px solid rgba(199, 87, 216, 0.3);
  transition: transform 0.3s ease, background 0.2s ease;
  color: #c084fc;
}

.nl-accordion-item.nl-open .nl-accordion-icon {
  transform: rotate(180deg);
  background: rgba(199, 87, 216, 0.3);
}

.nl-accordion-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.nl-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              padding 0.3s ease;
  opacity: 0;
}

.nl-accordion-item.nl-open .nl-accordion-body {
  max-height: 600px;
  opacity: 1;
}

.nl-accordion-content {
  padding: 0 1.375rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nl-accordion-content h3 {
  margin: 0.875rem 0 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #d4cedc;
  line-height: 1.65;
  font-family: Quicksand, sans-serif;
}

/* ============================================================
   FAQ SECTION FOOTER LINKS
   ============================================================ */

.nl-faq-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.nl-faq-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 1.375rem;
  border-radius: 9999px;
  border: 1px solid rgba(199, 87, 216, 0.35);
  background: rgba(122, 44, 190, 0.1);
  color: #e9d5ff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
  font-family: Quicksand, sans-serif;
}

.nl-faq-footer-link:hover {
  border-color: rgba(199, 87, 216, 0.6);
  background: rgba(122, 44, 190, 0.25);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ============================================================
   SUBPAGE SECTION CARD
   ============================================================ */

.nl-subpage-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(122, 44, 190, 0.15);
  backdrop-filter: blur(6px);
  padding: 1.75rem;
  margin-bottom: 1rem;
  transition: border-color 0.2s ease;
}

.nl-subpage-card:hover {
  border-color: rgba(199, 87, 216, 0.3);
}

.nl-subpage-card h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.625rem;
  font-family: Quicksand, sans-serif;
  line-height: 1.35;
}

.nl-subpage-card p,
.nl-subpage-card h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #d4cedc;
  margin: 0;
  line-height: 1.65;
  font-family: Quicksand, sans-serif;
}

.nl-subpage-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c084fc;
  margin-bottom: 1.25rem;
}

/* ============================================================
   SUBPAGE GRID
   ============================================================ */

.nl-subpage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .nl-subpage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================================
   SUBPAGE STAT / HIGHLIGHT CARD
   ============================================================ */

.nl-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.625rem;
  background: rgba(32, 0, 65, 0.6);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.nl-stat-card-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nl-stat-card-label {
  font-size: 0.8125rem;
  color: #d4cedc;
  font-weight: 500;
}

/* ============================================================
   SUBPAGE CTA BLOCK
   ============================================================ */

.nl-subpage-cta {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(199, 87, 216, 0.3);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(36, 19, 63, 0.85) 0%, rgba(47, 12, 88, 0.8) 50%, rgba(29, 17, 54, 0.9) 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.nl-subpage-cta h2 {
  font-family: Cinzel-Decorative, serif;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.nl-subpage-cta p {
  color: #d4cedc;
  font-size: 0.9375rem;
  margin: 0;
  max-width: 480px;
  line-height: 1.6;
}

.nl-cta-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.nl-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #C757D8 0%, #9A00B2 100%);
  color: #ffffff;
  font-family: Quicksand, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nl-btn-primary:hover {
  background: linear-gradient(180deg, #CF6EDD 0%, #B500D1 100%);
  transform: translateY(-1px);
}

.nl-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  background: transparent;
  border: 1px solid rgba(199, 87, 216, 0.4);
  color: #e9d5ff;
  font-family: Quicksand, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nl-btn-secondary:hover {
  border-color: rgba(199, 87, 216, 0.7);
  background: rgba(122, 44, 190, 0.2);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ============================================================
   SUBPAGE FOOTER
   ============================================================ */

.nl-subpage-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4rem;
  padding: 2rem 1.25rem 1.5rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.nl-subpage-footer-copy {
  font-size: 0.8125rem;
  color: rgba(212, 206, 220, 0.6);
}

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

.nl-subpage-footer-links a {
  font-size: 0.8125rem;
  color: rgba(212, 206, 220, 0.7);
  text-decoration: none;
  transition: color 0.15s ease;
}

.nl-subpage-footer-links a:hover {
  color: #ffffff;
}

/* ============================================================
   ABOUT PAGE — TEAM / FEATURE CARD
   ============================================================ */

.nl-feature-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background: rgba(32, 0, 65, 0.5);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.nl-feature-card:hover {
  border-color: rgba(199, 87, 216, 0.3);
  background: rgba(122, 44, 190, 0.12);
}

.nl-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #530EE3, #D132E0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nl-feature-icon svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.nl-feature-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  font-family: Quicksand, sans-serif;
}

.nl-feature-desc {
  font-size: 0.875rem;
  color: #d4cedc;
  margin: 0;
  line-height: 1.6;
  font-family: Quicksand, sans-serif;
}

/* ============================================================
   DIVIDER
   ============================================================ */

.nl-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(199, 87, 216, 0.3), transparent);
  margin: 2.5rem 0;
}

/* ============================================================
   BREADCRUMB / PAGE META
   ============================================================ */

.nl-page-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: rgba(212, 206, 220, 0.6);
  margin-bottom: 2rem;
}

.nl-page-meta a {
  color: rgba(212, 206, 220, 0.7);
  text-decoration: none;
  transition: color 0.15s ease;
}

.nl-page-meta a:hover {
  color: #ffffff;
}

.nl-page-meta-sep {
  color: rgba(212, 206, 220, 0.3);
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */

@media (max-width: 639px) {
  .nl-subpage-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .nl-subpage-nav {
    gap: 1rem;
  }

  .nl-subpage-cta {
    padding: 1.5rem 1rem;
  }

  .nl-faq-footer-links {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .nl-subpage-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nl-accordion-trigger {
    padding: 1rem 1.125rem;
    font-size: 0.9375rem;
  }

  .nl-accordion-content {
    padding: 0 1.125rem 1rem;
  }
}

@media (min-width: 640px) {
  .nl-subpage-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.nl-subpage-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .nl-subpage-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 860px) {
  .nl-subpage-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================================
   SCHEMA / HIDDEN SEO HELPERS
   ============================================================ */

.nl-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ============================================================
   ACCORDION ANIMATION KEYFRAMES
   ============================================================ */

@keyframes nl-accordion-open {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 600px;
    opacity: 1;
  }
}

@keyframes nl-accordion-close {
  from {
    max-height: 600px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes nl-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nl-fade-up {
  animation: nl-fade-up 0.4s ease forwards;
}

/* ============================================================
   PULSE GLOW FOR SUBPAGE HERO
   ============================================================ */

@keyframes nl-hero-glow {
  0%, 100% {
    text-shadow: 0 0 30px rgba(192, 132, 252, 0.3);
  }
  50% {
    text-shadow: 0 0 50px rgba(192, 132, 252, 0.5);
  }
}

.nl-hero-title-glow {
  animation: nl-hero-glow 4s ease-in-out infinite;
}