
.nchic-contact-faq-enhanced {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 4.5rem;
  background: linear-gradient(135deg, rgba(18,61,166,0.03), rgba(255,255,255,0.92) 42%, rgba(199,145,34,0.06));
}
.nchic-contact-faq-enhanced::before,
.nchic-contact-faq-enhanced::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(90px);
  pointer-events: none;
}
.nchic-contact-faq-enhanced::before {
  width: 22rem;
  height: 22rem;
  left: 10%;
  top: -4rem;
  background: rgba(20, 63, 173, 0.08);
}
.nchic-contact-faq-enhanced::after {
  width: 19rem;
  height: 19rem;
  right: 8%;
  bottom: -3rem;
  background: rgba(240, 166, 17, 0.12);
}
.nchic-contact-faq-enhanced .nchic-faq-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}
.nchic-contact-faq-enhanced .nchic-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
}
.nchic-contact-faq-enhanced .nchic-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #143fad 0%, #1f3ac1 100%);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(20, 63, 173, 0.18);
}
.nchic-contact-faq-enhanced .nchic-faq-title {
  margin: 1rem 0 .7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.12;
  color: #202633;
}
.nchic-contact-faq-enhanced .nchic-faq-subtitle {
  margin: 0 auto;
  max-width: 42rem;
  color: #69758d;
  font-size: 1rem;
  line-height: 1.8;
}
.nchic-contact-faq-enhanced .nchic-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: start;
}
.nchic-contact-faq-enhanced .nchic-faq-list {
  display: grid;
  gap: .95rem;
}
.nchic-contact-faq-enhanced .nchic-faq-item {
  border: 1px solid rgba(27, 35, 60, 0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
.nchic-contact-faq-enhanced .nchic-faq-item[open] {
  border-color: rgba(240, 166, 17, 0.30);
  box-shadow: 0 14px 38px rgba(240, 166, 17, 0.12);
}
.nchic-contact-faq-enhanced .nchic-faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 166, 17, 0.22);
}
.nchic-contact-faq-enhanced .nchic-faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  cursor: pointer;
}
.nchic-contact-faq-enhanced .nchic-faq-item summary::-webkit-details-marker {
  display: none;
}
.nchic-contact-faq-enhanced .nchic-faq-icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8efe2;
  color: #e59b0a;
  font-size: 1.25rem;
}
.nchic-contact-faq-enhanced .nchic-faq-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.nchic-contact-faq-enhanced .nchic-faq-question {
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 700;
  color: #1f2738;
}
.nchic-contact-faq-enhanced .nchic-faq-category {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #a0a9bb;
}
.nchic-contact-faq-enhanced .nchic-faq-chevron {
  margin-left: auto;
  color: #222b3b;
  font-size: 1.35rem;
  line-height: 1;
  transition: transform .25s ease;
}
.nchic-contact-faq-enhanced .nchic-faq-item[open] .nchic-faq-chevron {
  transform: rotate(180deg);
}
.nchic-contact-faq-enhanced .nchic-faq-answer {
  padding: 0 1.35rem 1.35rem 5.35rem;
}
.nchic-contact-faq-enhanced .nchic-faq-answer p {
  margin: 0;
  border-left: 2px solid rgba(240, 166, 17, 0.25);
  padding-left: 1rem;
  color: #5d6a80;
  line-height: 1.85;
  font-size: .98rem;
}
.nchic-contact-faq-enhanced .nchic-faq-side {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 7rem;
}
.nchic-contact-faq-enhanced .nchic-faq-card {
  border-radius: 24px;
  background: rgba(255,255,255,0.9);
  padding: 1.6rem;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}
.nchic-contact-faq-enhanced .nchic-faq-card--primary {
  border: 1px solid rgba(240, 166, 17, 0.28);
  background: linear-gradient(160deg, rgba(255,248,238,0.98), rgba(255,255,255,0.96));
}
.nchic-contact-faq-enhanced .nchic-faq-card--secondary {
  border: 1px solid rgba(27, 35, 60, 0.08);
}
.nchic-contact-faq-enhanced .nchic-faq-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 155, 10, 0.12);
  color: #e59b0a;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.nchic-contact-faq-enhanced .nchic-faq-card--secondary .nchic-faq-card-icon {
  background: rgba(20, 63, 173, 0.10);
  color: #143fad;
}
.nchic-contact-faq-enhanced .nchic-faq-card h3 {
  margin: 0 0 .65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #232c3b;
}
.nchic-contact-faq-enhanced .nchic-faq-card--secondary h3 {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}
.nchic-contact-faq-enhanced .nchic-faq-card p {
  margin: 0 0 1.2rem;
  color: #69758d;
  line-height: 1.75;
}
.nchic-contact-faq-enhanced .nchic-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.nchic-contact-faq-enhanced .nchic-faq-btn:hover {
  transform: translateY(-1px);
}
.nchic-contact-faq-enhanced .nchic-faq-btn--primary {
  background: linear-gradient(90deg, #143fad 0%, #f0a611 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(20, 63, 173, 0.18);
}
.nchic-contact-faq-enhanced .nchic-faq-btn--secondary {
  border: 1px solid rgba(27, 35, 60, 0.14);
  background: #fff;
  color: #202633;
}
.nchic-contact-faq-enhanced .nchic-faq-btn-arrow {
  margin-left: .6rem;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .nchic-contact-faq-enhanced {
    padding: 3.2rem 0 3.5rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-grid {
    grid-template-columns: 1fr;
  }
  .nchic-contact-faq-enhanced .nchic-faq-side {
    position: static;
  }
}
@media (max-width: 640px) {
  .nchic-contact-faq-enhanced .nchic-faq-shell {
    width: min(100% - 1rem, 1180px);
  }
  .nchic-contact-faq-enhanced .nchic-faq-title {
    font-size: 2rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-item summary {
    padding: 1rem;
    gap: .85rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-icon,
  .nchic-contact-faq-enhanced .nchic-faq-card-icon {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 14px;
  }
  .nchic-contact-faq-enhanced .nchic-faq-question {
    font-size: 1rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-answer {
    padding: 0 1rem 1.15rem 1rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-answer p {
    padding-left: .85rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-card {
    padding: 1.25rem;
  }
  .nchic-contact-faq-enhanced .nchic-faq-card h3 {
    font-size: 1.35rem;
  }
}
