/* Neurege Pharma — homepage */

.np-home {
  --primary-orange: #FD7002;
  --dark-orange: #E24A05;
  --light-orange: #FFB14D;
  --secondary-charcoal: #37414C;
  --dark-charcoal: #23262E;
  --white: #FFFFFF;
  --text: #333333;
  --muted: #6C757D;
  --background: #F7F8FA;
  --border: #E5E7EB;
  overflow-x: clip;
}

.np-section {
  padding: 92px 0;
}

.np-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.np-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-orange), var(--light-orange));
}

.np-eyebrow-light {
  color: var(--light-orange);
}

.np-heading {
  font-weight: 800;
  color: var(--dark-charcoal);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 10px 0 16px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.np-lead,
.np-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.np-section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.np-section-head .np-lead {
  margin-left: auto;
  margin-right: auto;
}

.np-btn,
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.np-btn-solid,
.np-btn-primary,
.hero-btn.np-btn-primary {
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: var(--white);
  box-shadow: 0 12px 28px rgba(253, 112, 2, 0.28);
}

.np-btn-solid:hover,
.np-btn-primary:hover,
.hero-btn.np-btn-primary:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.np-btn-ghost,
.hero-btn-outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
  background: transparent;
}

.np-btn-line {
  border-color: var(--border);
  color: var(--secondary-charcoal);
  background: var(--white);
}

.np-btn-line:hover {
  border-color: var(--primary-orange);
  color: var(--primary-orange);
}

/* Hero */
.np-hero.hero-slider,
.np-hero .carousel,
.np-hero .carousel-inner,
.np-hero .hero-carousel-item {
  height: min(74vh, 680px);
  min-height: 460px;
  max-width: 100%;
}

.np-hero .hero-carousel-item {
  position: relative;
  overflow: hidden;
}

.np-hero .hero-carousel-item.active,
.np-hero .carousel-item-next,
.np-hero .carousel-item-prev {
  display: flex !important;
  align-items: center;
  min-width: 0;
}

.np-hero .hero-carousel-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  animation: npKen 16s ease-in-out infinite alternate;
}

.np-hero-overlay.slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(35 38 46 / 0%) 0%, rgb(35 38 46 / 0%) 46%, rgba(253, 112, 2, 0.28) 100%), linear-gradient(180deg, rgb(35 38 46 / 0%), transparent 40%, rgb(35 38 46 / 0%) 100%);
  z-index: 1;
}

.np-hero-orbs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 177, 77, 0.32), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(253, 112, 2, 0.16), transparent 28%);
}

.np-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.np-hero .slider-content.np-hero-copy {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  max-width: 640px;
}

.np-hero-copy {
  max-width: 640px;
  color: var(--white);
  padding: 28px 30px 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(35, 38, 46, 0.58), rgba(35, 38, 46, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 48px rgba(35, 38, 46, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.np-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--light-orange);
  font-family: "Manrope", "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.np-hero-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-orange), var(--light-orange));
}

.np-hero-copy h1,
.np-hero-copy h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.np-hero-copy p {
  font-size: 1.02rem;
  max-width: 54ch;
  margin-bottom: 16px;
  color: #eceff2;
  line-height: 1.65;
}

.np-hero-copy .np-hero-lead {
  max-width: 46ch;
}

.np-hero-copy .np-hero-kicker {
  color: var(--light-orange);
  max-width: none;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.3;
}

.np-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.np-hero-chips li {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 177, 77, 0.42);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.np-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.np-hero .hero-btn-outline:hover {
  background: #fff;
  color: var(--dark-charcoal);
  border-color: #fff;
}

.np-hero-ctrl {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(35, 38, 46, 0.55);
  border: 1px solid rgba(255, 177, 77, 0.45);
  color: var(--white);
  transition: 0.25s ease;
}

.np-hero-ctrl:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
}

.np-hero-dots {
  gap: 8px;
  margin-bottom: 22px !important;
}

.np-hero-dots [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 0;
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease;
}

.np-hero-dots .active {
  width: 28px;
  background: var(--primary-orange);
  transform: none;
}

@keyframes npKen {
  from { transform: scale(1.04); }
  to { transform: scale(1.12); }
}

@media (max-width: 991px) {
  .np-hero.hero-slider,
  .np-hero .carousel,
  .np-hero .carousel-inner,
  .np-hero .hero-carousel-item {
    height: min(72vh, 640px);
    min-height: 480px;
  }

  .np-hero .hero-carousel-item.active,
  .np-hero .carousel-item-next,
  .np-hero .carousel-item-prev {
    align-items: flex-end;
    padding: 28px 0 56px;
    min-width: 0;
  }

  .np-hero .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .np-hero .slider-content.np-hero-copy,
  .np-hero-copy {
    padding: 18px 18px 16px;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    text-align: left;
    margin: 0;
    border-radius: 20px;
  }

  .np-hero-copy h1,
  .np-hero-copy h2 {
    font-size: 1.45rem;
    margin-bottom: 8px;
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .np-hero-copy > p:not(.np-hero-kicker) {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 12px;
    max-width: 100%;
    white-space: normal;
  }

  .np-hero-kicker,
  .np-hero-copy .np-hero-kicker {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .np-hero-chips {
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 14px;
  }

  .np-hero-chips li {
    font-size: 11px;
    padding: 5px 10px;
  }

  .np-hero-actions {
    justify-content: flex-start;
    gap: 8px;
  }

  .np-hero-actions .hero-btn,
  .np-hero-copy > .hero-btn {
    width: auto;
    max-width: 100%;
    justify-content: center;
  }

  .np-hero .carousel-control-prev,
  .np-hero .carousel-control-next {
    display: none;
  }

  .np-hero-dots {
    margin: 0 0 14px !important;
    z-index: 4;
  }
}

@media (max-width: 767px) {
  .np-hero.hero-slider,
  .np-hero .carousel,
  .np-hero .carousel-inner,
  .np-hero .hero-carousel-item {
    height: min(78svh, 560px);
    min-height: 440px;
  }

  .np-hero-overlay.slider-overlay {
    background:
      linear-gradient(180deg, rgba(35, 38, 46, 0.18) 0%, rgba(35, 38, 46, 0.42) 38%, rgba(35, 38, 46, 0.92) 100%);
  }

  .np-hero .hero-carousel-item.active,
  .np-hero .carousel-item-next,
  .np-hero .carousel-item-prev {
    align-items: flex-end;
    padding: 20px 0 52px;
  }

  .np-hero .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .np-hero .slider-content {
    width: 100%;
    max-width: 100%;
    left: auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
  }

  .np-hero .slider-content p:not(.np-hero-kicker) {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    white-space: normal;
  }

  .np-hero .slider-content.np-hero-copy,
  .np-hero-copy {
    padding: 0 8px 0 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .np-hero-copy h1,
  .np-hero-copy h2 {
    font-size: 1.38rem;
    line-height: 1.2;
    margin-bottom: 8px;
    white-space: normal !important;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .np-hero-copy > p:not(.np-hero-kicker),
  .np-hero .slider-content p:not(.np-hero-kicker),
  .np-hero-lead {
    display: block !important;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 14px !important;
    max-width: 18.5rem !important;
    width: 18.5rem !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  .np-hero-chips {
    display: none;
  }

  .np-hero-dots {
    margin: 0 0 12px !important;
  }

  .np-hero-dots [data-bs-target] {
    width: 7px;
    height: 7px;
  }

  .np-hero-dots .active {
    width: 22px;
  }
}

@media (max-width: 575px) {
  .np-hero.hero-slider,
  .np-hero .carousel,
  .np-hero .carousel-inner,
  .np-hero .hero-carousel-item {
    height: min(74svh, 520px);
    min-height: 420px;
  }

  .np-hero-copy h1,
  .np-hero-copy h2 {
    font-size: 1.28rem;
  }

  .np-hero-copy > p:not(.np-hero-kicker) {
    font-size: 0.86rem;
  }
}

/* Featured spotlight — below hero */
.np-feature-band {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 36px 0 28px;
  background: none;
}

.np-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  min-height: 340px;
  height: auto;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 177, 77, 0.18),
    0 24px 50px rgba(35, 38, 46, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.np-feature-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(253, 112, 2, 0.28),
    0 28px 56px rgba(253, 112, 2, 0.18);
}

.np-feature-visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 340px;
}

.np-feature-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(35, 38, 46, 0.28));
  z-index: 1;
  pointer-events: none;
}

.np-feature-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: npFeatureKen 14s ease-in-out infinite alternate;
}

.np-feature-curve {
  position: absolute;
  top: -16%;
  left: -64px;
  width: 128px;
  height: 132%;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.np-feature-bubble {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 3;
  width: min(220px, 70%);
  aspect-ratio: 1;
  border-radius: 0 0 0 100%;
  background: linear-gradient(215deg, rgba(35, 38, 46, 0.94), rgba(226, 74, 5, 0.78));
  color: var(--white);
  display: flex;
  align-items: flex-end;
  padding: 0 20px 26px 36px;
  animation: npFeatureBubble 0.8s ease both;
}

.np-feature-bubble p {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.np-feature-bubble strong {
  color: var(--light-orange);
  font-weight: 800;
}

.np-feature-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 8px 30px 36px;
}

.np-feature-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(253, 112, 2, 0.1);
  border: 1px solid rgba(253, 112, 2, 0.22);
  color: var(--primary-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.np-feature-kicker i {
  font-size: 13px;
}

.np-feature-copy h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.22;
  color: var(--dark-charcoal);
  margin: 0 0 10px;
}

.np-feature-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.np-feature-copy a:not(.np-feature-cta):not(.np-feature-tags a) {
  color: var(--primary-orange);
  font-weight: 700;
  text-decoration: none;
}

.np-feature-copy > p a:hover {
  text-decoration: underline;
}

.np-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.np-feature-tags a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--secondary-charcoal);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(35, 38, 46, 0.04);
  transition: 0.2s ease;
}

.np-feature-tags a i {
  color: var(--primary-orange);
  font-size: 13px;
}

.np-feature-tags a:hover {
  border-color: var(--primary-orange);
  color: var(--primary-orange);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(253, 112, 2, 0.12);
}

.np-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 18px;
  padding-top: 4px;
}

.np-feature-meta span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.np-feature-meta strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--dark-charcoal);
  line-height: 1.2;
}

.np-feature-cta.np-btn {
  position: relative;
  overflow: hidden;
  padding: 11px 22px;
}

.np-feature-cta.np-btn::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  animation: npFeatureShine 3.4s ease-in-out infinite;
}

.np-feature-cta i {
  transition: transform 0.25s ease;
}

.np-feature-cta:hover i {
  transform: translateX(4px);
}

@keyframes npFeatureKen {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}

@keyframes npFeatureBubble {
  from { opacity: 0; transform: translate(10px, -10px); }
  to { opacity: 1; transform: translate(0, 0); }
}

@keyframes npFeatureShine {
  0% { left: -40%; }
  55%, 100% { left: 130%; }
}

@media (max-width: 991px) {
  .np-feature-band {
    margin-top: 0;
    padding: 24px 0 12px;
  }

  .np-feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .np-feature-visual {
    order: -1;
    min-height: 0;
    height: 220px;
  }

  .np-feature-curve {
    display: none;
  }

  .np-feature-copy {
    padding: 22px 22px 24px;
  }

  .np-feature-bubble {
    width: 150px;
    padding: 0 28px 18px 16px;
  }

  .np-feature-bubble p {
    font-size: 0.92rem;
  }

  .np-feature-meta {
    gap: 14px;
  }
}

/* Marquee */
.np-marquee {
  background: var(--dark-charcoal);
  color: var(--white);
  overflow: hidden;
  border-bottom: 3px solid var(--primary-orange);
}

.np-navbar + .np-marquee .np-marquee-track span {
  padding: 10px 32px 10px 0;
  font-size: 13px;
}

.np-marquee-track {
  display: flex;
  width: max-content;
  animation: npMarquee 32s linear infinite;
}

.np-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px 14px 0;
  white-space: nowrap;
  font-weight: 700;
}

.np-marquee-track i {
  color: var(--light-orange);
}

@keyframes npMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* About */
.np-about {
  background: var(--background);
}

.np-about-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  align-items: center;
}

.np-about-visual {
  position: relative;
}

.np-about-year {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(4.5rem, 10vw, 7.5rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.28);
  pointer-events: none;
  text-shadow: 0 8px 24px rgba(35, 38, 46, 0.12);
}

.np-about .np-media {
  position: relative;
  z-index: 1;
  min-height: 540px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(35, 38, 46, 0.16);
}

.np-about .np-media img {
  width: 100%;
  height: 540px;
  display: block;
  object-fit: cover;
  transform: scale(1.04);
  animation: npAboutKen 18s ease-in-out infinite alternate;
  transition: transform 0.7s ease;
}

.np-about .np-media:hover img {
  animation-play-state: paused;
  transform: scale(1.08);
}

.np-media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(35, 38, 46, 0.14);
}

.np-media img,
.np-rnd-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.np-infra-media img {
  height: 460px;
  object-position: center;
}

@media (max-width: 767px) {
  .np-infra-media img {
    height: 260px;
  }
}

.np-about .np-media-badge {
  animation: npAboutFloat 3.2s ease-in-out infinite;
}

.np-media-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: var(--white);
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(226, 74, 5, 0.35);
}

.np-media-badge strong {
  display: block;
  font-size: 1.15rem;
}

.np-about-copy {
  position: relative;
  z-index: 3;
  margin: 32px 0 32px -72px;
  padding: 36px 32px 32px;
  background: #fff;
  border-radius: 28px;
  border-top: 4px solid var(--primary-orange);
  box-shadow: 0 28px 56px rgba(35, 38, 46, 0.14);
}

.np-about-copy .np-heading {
  margin-bottom: 12px;
}

.np-about-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 16px;
  padding: 0;
  color: var(--secondary-charcoal);
  font-size: 13px;
  font-weight: 700;
}

.np-about-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.np-about-facts span:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-orange);
}

.np-about-copy .np-lead {
  padding-left: 14px;
  border-left: 3px solid var(--primary-orange);
}

.np-about-copy .np-copy {
  font-size: 0.98rem;
}

.np-about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.np-about-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  color: var(--primary-orange);
  text-decoration: none;
}

.np-about-more:hover {
  color: var(--dark-orange);
}

.np-about-more i {
  transition: transform 0.25s ease;
}

.np-about-more:hover i {
  transform: translateX(4px);
}

.np-about-cta {
  position: relative;
  overflow: hidden;
  animation: npAboutCtaPulse 2.8s ease-in-out infinite;
}

.np-about-cta::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  animation: npAboutShine 3.4s ease-in-out infinite;
}

.np-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.np-values li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px 12px 18px;
  font-weight: 700;
  color: var(--secondary-charcoal);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.np-values-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: var(--white);
}

.np-values-icon i,
.np-values i {
  color: inherit;
  font-size: 18px;
  transition: transform 0.28s ease;
}

.np-values li strong {
  font-size: 0.92rem;
}

.np-about .np-values li:hover {
  transform: translateY(-4px);
  border-color: var(--primary-orange);
  box-shadow: 0 14px 28px rgba(253, 112, 2, 0.14);
  color: var(--dark-charcoal);
}

.np-about .np-values li:hover i {
  transform: scale(1.12);
}

@keyframes npAboutKen {
  from { transform: scale(1.04); }
  to { transform: scale(1.1); }
}

@keyframes npAboutFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes npAboutCtaPulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(253, 112, 2, 0.28); }
  50% { box-shadow: 0 16px 36px rgba(253, 112, 2, 0.45); }
}

@keyframes npAboutShine {
  0% { left: -40%; }
  55%, 100% { left: 130%; }
}

@media (max-width: 991px) {
  .np-about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .np-about-stage {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .np-about .np-media,
  .np-about .np-media img {
    min-height: 0;
    height: 220px;
    border-radius: 22px;
  }

  .np-about-copy {
    margin: 16px 0 0;
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .np-about-year {
    font-size: 3rem;
    left: 14px;
    top: 12px;
  }

  .np-about .np-media-badge {
    left: 12px;
    right: auto;
    bottom: 12px;
    padding: 10px 12px;
    max-width: calc(100% - 24px);
  }

  .np-about-facts {
    font-size: 12px;
    gap: 6px 10px;
  }

  .np-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .np-values li:last-child {
    grid-column: 1 / -1;
  }
}

/* Why */
.np-why {
  background: var(--background);
}

.np-why-head {
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}

.np-why-head .np-heading {
  margin-bottom: 0;
}

.np-why-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.np-why-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 40px 12px;
  padding: 28px 22px 26px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(35, 38, 46, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, border-radius 0.3s ease;
}

.np-why-card:nth-child(even) {
  border-radius: 12px 40px;
}

.np-why-card::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  top: -28px;
  right: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 112, 2, 0.16), transparent 70%);
  pointer-events: none;
}

.np-why-card:nth-child(even)::before {
  right: auto;
  left: -28px;
}

.np-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(253, 112, 2, 0.4);
  box-shadow: 0 20px 40px rgba(253, 112, 2, 0.12);
}

.np-why-card:nth-child(odd):hover {
  border-radius: 48px 8px;
}

.np-why-card:nth-child(even):hover {
  border-radius: 8px 48px;
}

.np-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px 8px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: rgba(253, 112, 2, 0.1);
  color: var(--primary-orange);
  font-size: 22px;
}

.np-why-card:nth-child(even) .np-why-icon {
  border-radius: 8px 16px;
}

.np-why-num {
  position: absolute;
  top: 22px;
  right: 20px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #c5c9cf;
}

.np-why-card h3 {
  font-size: 1.12rem;
  margin: 0 0 10px;
  color: var(--dark-charcoal);
}

.np-why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.np-why-note {
  max-width: 820px;
  margin: 48px auto 0;
  text-align: left;
}

.np-why-note p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

.np-why-note .np-btn {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .np-why-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .np-why-cards {
    grid-template-columns: 1fr;
  }
}

/* Featured */
.np-featured {
  background: var(--background);
  overflow: visible;
}

.np-coverflow {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "prev stage next"
    "dots dots dots";
  align-items: center;
  gap: 8px 12px;
  margin: 8px 0 0;
}

.np-cover-viewport {
  grid-area: stage;
  width: 100%;
  min-width: 0;
  perspective: 1400px;
  perspective-origin: 50% 50%;
  overflow: visible;
}

.np-cover-stage {
  position: relative;
  width: 100%;
  height: 540px;
  transform-style: preserve-3d;
}

.np-cover-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(300px, 86vw);
  margin: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.22, 0.7, 0.25, 1), opacity 0.55s ease, filter 0.55s ease;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.np-cover-slide[data-offset="0"] {
  transform: translate(-50%, -50%) scale(1);
  transform-style: flat;
  opacity: 1;
  z-index: 8;
  pointer-events: auto;
  filter: none;
}

.np-cover-slide[data-offset="0"] .np-product-card-actions,
.np-cover-slide[data-offset="0"] .np-product-order-form,
.np-cover-slide[data-offset="0"] .np-product-order-form .np-btn {
  position: relative;
  z-index: 9;
  pointer-events: auto;
}

.np-cover-slide[data-offset="1"] {
  transform: translate(-50%, -50%) translateX(210px) translateZ(-90px) rotateY(-38deg) scale(0.86);
  opacity: 0.88;
  z-index: 4;
  pointer-events: none;
  filter: brightness(0.92);
}

.np-cover-slide[data-offset="-1"] {
  transform: translate(-50%, -50%) translateX(-210px) translateZ(-90px) rotateY(38deg) scale(0.86);
  opacity: 0.88;
  z-index: 4;
  pointer-events: none;
  filter: brightness(0.92);
}

.np-cover-slide[data-offset="2"] {
  transform: translate(-50%, -50%) translateX(355px) translateZ(-180px) rotateY(-52deg) scale(0.72);
  opacity: 0.5;
  z-index: 3;
  pointer-events: none;
  filter: brightness(0.82);
}

.np-cover-slide[data-offset="-2"] {
  transform: translate(-50%, -50%) translateX(-355px) translateZ(-180px) rotateY(52deg) scale(0.72);
  opacity: 0.5;
  z-index: 3;
  pointer-events: none;
  filter: brightness(0.82);
}

.np-cover-slide[data-offset="3"],
.np-cover-slide[data-offset="-3"],
.np-cover-slide[data-offset="4"],
.np-cover-slide[data-offset="-4"] {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.np-cover-slide:not([data-offset="0"]) .np-product-card {
  pointer-events: none;
}

.np-cover-slide .np-product-card {
  border-radius: 36px 12px;
  border: 1px solid rgba(253, 112, 2, 0.18);
  box-shadow:
    0 18px 40px rgba(35, 38, 46, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}

.np-cover-slide:nth-child(even) .np-product-card {
  border-radius: 12px 36px;
}

.np-cover-slide .np-product-card:hover {
  transform: none;
}

.np-cover-slide[data-offset="0"] .np-product-card {
  box-shadow:
    0 28px 56px rgba(253, 112, 2, 0.18),
    0 16px 32px rgba(35, 38, 46, 0.12);
}

.np-cover-slide .np-product-card-teaser {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.np-cover-slide .np-product-photo {
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 177, 77, 0.2), transparent 46%),
    linear-gradient(180deg, #fff8f1 0%, #f3e7dc 100%);
}

.np-cover-slide .np-product-card:hover .np-product-photo img {
  transform: none;
}

.np-cover-nav {
  position: relative;
  z-index: 40;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: #fff;
  font-size: 20px;
  box-shadow: 0 12px 24px rgba(253, 112, 2, 0.28);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.np-cover-prev { grid-area: prev; }
.np-cover-next { grid-area: next; }

.np-cover-nav:hover {
  transform: scale(1.06);
  color: #fff;
  box-shadow: 0 16px 28px rgba(226, 74, 5, 0.38);
}

.np-cover-dots {
  grid-area: dots;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.np-cover-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d7dbe0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.np-cover-dot.is-active {
  width: 28px;
  background: var(--primary-orange);
}

.np-cover-all {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.np-cover-all-btn {
  min-width: 240px;
}

.np-cover-all-btn i {
  transition: transform 0.25s ease;
}

.np-cover-all-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .np-coverflow {
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "stage stage stage"
      "dots prev next";
    justify-items: stretch;
  }

  .np-cover-dots,
  .np-cover-nav {
    justify-self: center;
  }

  .np-cover-viewport {
    perspective: none;
  }

  .np-cover-stage {
    height: 520px;
    transform-style: flat;
  }

  .np-cover-slide {
    width: min(320px, calc(100% - 16px));
  }

  .np-cover-slide[data-offset="0"] {
    transform: translate(-50%, -50%) scale(1);
    transform-style: flat;
    opacity: 1;
  }

  .np-cover-slide[data-offset="1"] {
    transform: translate(-50%, -50%) translateX(78%) scale(0.92);
    opacity: 0.35;
  }

  .np-cover-slide[data-offset="-1"] {
    transform: translate(-50%, -50%) translateX(-78%) scale(0.92);
    opacity: 0.35;
  }

  .np-cover-slide[data-offset="2"],
  .np-cover-slide[data-offset="-2"] {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 575px) {
  .np-cover-stage {
    height: 500px;
  }

  .np-cover-slide {
    width: min(300px, calc(100% - 8px));
  }

  .np-cover-nav {
    width: 42px;
    height: 42px;
  }
}

.np-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(35, 38, 46, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.np-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(253, 112, 2, 0.35);
  box-shadow: 0 22px 44px rgba(253, 112, 2, 0.16);
}

.np-product-card-media {
  display: block;
  position: relative;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 177, 77, 0.22), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f4f5f7 100%);
  text-decoration: none;
}

.np-product-photo {
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  aspect-ratio: 1 / 1;
  width: 100%;
}

.np-product-photo img {
  position: absolute;
  left: 18px;
  top: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
  object-position: center;
  transform: none;
}

.np-product-card:hover .np-product-photo img {
  transform: none;
}

.np-product-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--primary-orange);
  font-size: 42px;
  margin-bottom: 0;
}

.np-product-stock-chip {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #333333;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}

.np-product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 18px 18px;
}

.np-product-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--dark-charcoal);
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.np-product-card a {
  color: var(--primary-orange);
  font-weight: 800;
}

.np-product-card a.np-product-card-link {
  display: inline;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.np-product-card-link:hover,
.np-product-card-media:hover + .np-product-card-body .np-product-card-link {
  color: var(--primary-orange);
}

.np-product-cat-link {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(253, 112, 2, 0.1);
  color: var(--dark-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.np-product-cat-link:hover {
  background: var(--primary-orange);
  color: var(--white);
}

.np-product-card-pack {
  margin: 0 0 8px;
  color: var(--secondary-charcoal);
  font-size: 0.82rem;
  font-weight: 700;
}

.np-product-card-unavailable {
  opacity: 1;
}

.np-product-card-unavailable .np-product-photo {
  filter: grayscale(0.25);
}

.np-stock-unavailable {
  margin: 0 0 10px;
  color: #b42318;
  font-size: 0.85rem;
  font-weight: 700;
}

.np-stock-unavailable-lg {
  font-size: 1.05rem;
  margin: 16px 0;
}

.np-product-card-teaser {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.np-product-card-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: stretch;
  margin-top: auto;
  padding-top: 4px;
}

.np-product-card-actions form {
  margin: 0;
  flex: 1 1 58%;
}

.np-product-card-actions .np-btn {
  font-weight: 800;
  width: 100%;
}

.np-product-card-actions > .np-btn {
  flex: 0 0 38%;
}

.np-btn-sm {
  padding: 8px 14px;
  font-size: 0.85rem;
}

.np-detail-photo {
  position: relative;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 177, 77, 0.2), transparent 42%),
    radial-gradient(circle at 80% 100%, rgba(253, 112, 2, 0.12), transparent 46%),
    linear-gradient(180deg, #fff8f1 0%, #f4f5f7 100%);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.np-detail-photo img {
  position: absolute;
  left: 24px;
  top: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: contain;
  object-position: center;
}

.np-detail-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.np-detail-thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 2px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff8f1;
  cursor: pointer;
}

.np-detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 6px;
}

.np-detail-thumb.is-active,
.np-detail-thumb:hover {
  border-color: var(--primary-orange);
}

.np-detail-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.np-detail-cats a {
  display: inline-block;
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
  color: var(--secondary-charcoal);
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}

.np-detail-cats a:hover {
  color: var(--primary-orange);
  border-color: var(--primary-orange);
}

.np-detail-meta,
.np-detail-block {
  margin: 16px 0;
}

.np-detail-block h2 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.np-detail-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  margin: 24px 0 12px;
}

.np-detail-cart label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  font-size: 0.9rem;
}

.np-detail-cart input[type="number"],
.np-cart-table input[type="number"] {
  width: 88px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px 10px;
}

.np-detail-alt {
  color: var(--muted);
  font-size: 0.92rem;
}

.np-similar {
  background: var(--background);
}

.np-cart-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
}

.np-cart-table {
  width: 100%;
  margin: 0;
}

.np-cart-table th,
.np-cart-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.np-cart-table tr:last-child td {
  border-bottom: 0;
}

.np-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.np-cart-page {
  background: var(--background);
}

.np-enquiry-shell {
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 24px 50px rgba(35, 38, 46, 0.08);
}

.np-enquiry-list {
  height: 100%;
  background: linear-gradient(180deg, var(--dark-charcoal), var(--secondary-charcoal));
  color: var(--white);
  padding: 40px 32px;
}

.np-enquiry-list h2 {
  color: var(--white);
  font-size: 1.7rem;
  margin: 8px 0 10px;
}

.np-enquiry-list > p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 24px;
}

.np-enquiry-items {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.np-enquiry-items li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.np-enquiry-items img,
.np-enquiry-item-icon,
.np-cart-row img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--white);
  flex-shrink: 0;
}

.np-enquiry-item-icon {
  display: grid;
  place-items: center;
  color: var(--primary-orange);
  font-size: 22px;
}

.np-enquiry-items a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.np-enquiry-items a:hover {
  color: var(--light-orange);
}

.np-enquiry-items span {
  display: block;
  color: var(--light-orange);
  font-size: 0.88rem;
  font-weight: 700;
}

.np-enquiry-edit {
  color: var(--light-orange);
  font-weight: 800;
  text-decoration: none;
}

.np-enquiry-edit:hover {
  color: var(--white);
}

.np-enquiry-form {
  padding: 40px 36px;
}

.np-enquiry-form h3 {
  margin-bottom: 6px;
}

.np-enquiry-form > p {
  color: var(--muted);
  margin-bottom: 22px;
}

.np-enquiry-form .form-label {
  font-weight: 700;
  color: var(--dark-charcoal);
  margin-bottom: 6px;
}

.np-enquiry-form textarea.form-control {
  min-height: 120px;
}

.np-form-error {
  background: rgba(226, 74, 5, 0.08);
  color: var(--dark-orange);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-weight: 700;
}

.np-enquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.np-enquiry-actions .np-btn-solid {
  cursor: pointer;
  font-family: inherit;
  border: 0;
}

.np-btn-whatsapp {
  background: var(--dark-charcoal);
  color: var(--white);
  border-color: var(--dark-charcoal);
  cursor: pointer;
  font-family: inherit;
}

.np-btn-whatsapp:hover {
  color: var(--white);
  background: var(--secondary-charcoal);
}

.np-cart-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 28px 28px 24px;
  box-shadow: 0 18px 40px rgba(35, 38, 46, 0.06);
}

.np-cart-panel-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}

.np-cart-rows {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.np-cart-row {
  display: grid;
  grid-template-columns: 56px 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.np-cart-row-info a {
  color: var(--dark-charcoal);
  font-weight: 800;
  text-decoration: none;
}

.np-cart-row-info a:hover {
  color: var(--primary-orange);
}

.np-cart-qty {
  display: grid;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}

.np-cart-qty input {
  width: 72px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px 10px;
}

.np-cart-remove {
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}

.np-cart-remove:hover {
  color: var(--dark-orange);
}

.np-cart-empty {
  text-align: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 56px 28px;
}

.np-cart-empty i {
  font-size: 2.4rem;
  color: var(--primary-orange);
}

.np-cart-empty h2 {
  margin: 12px 0 8px;
}

.np-cart-empty p {
  color: var(--muted);
  max-width: 420px;
  margin: 0 auto 22px;
}

.np-enquiry-success i {
  color: #1f9d55;
}

.np-enquiry-wa-hint {
  margin-bottom: 14px !important;
}

.np-enquiry-success .np-btn-whatsapp {
  margin-bottom: 18px;
}

.np-cart-flash {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 600;
}

.np-cart-flash-ok {
  background: #e9f8ef;
  color: #176b3a;
  border: 1px solid #b7e4c7;
}

.np-cart-flash-err {
  background: #fdebec;
  color: #9b1c1c;
  border: 1px solid #f5c2c7;
}

@media (max-width: 767px) {
  .np-cart-row {
    grid-template-columns: 56px 1fr;
  }
  .np-cart-qty,
  .np-cart-remove {
    grid-column: 2;
  }
  .np-enquiry-form,
  .np-enquiry-list {
    padding: 28px 20px;
  }
}

.np-flash {
  text-align: center;
  padding: 10px 16px;
  font-weight: 700;
}

.np-flash-ok {
  background: rgba(253, 112, 2, 0.12);
  color: var(--dark-charcoal);
}

.np-flash-err {
  background: #fde8e8;
  color: var(--dark-charcoal);
}

.np-listing-hero {
  position: relative;
  background: linear-gradient(120deg, var(--dark-charcoal), var(--secondary-charcoal));
  color: var(--white);
  padding: 72px 0 56px;
  overflow: hidden;
}

.np-listing-hero--image {
  background-color: #1b1e24;
  background-image: var(--np-hero-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.np-listing-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(22, 24, 29, 0.88) 0%, rgba(22, 24, 29, 0.72) 48%, rgba(253, 112, 2, 0.28) 100%),
    linear-gradient(0deg, rgba(22, 24, 29, 0.45), rgba(22, 24, 29, 0.2));
  pointer-events: none;
}

.np-listing-hero-inner {
  position: relative;
  z-index: 1;
}

.np-listing-hero h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 10px 0 12px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.np-listing-hero p {
  max-width: 640px;
  color: #e8eaee;
  margin: 0;
}

.np-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.np-crumbs a {
  color: var(--light-orange);
}

.np-crumbs span {
  color: rgba(255, 255, 255, 0.72);
}

.np-listing-group {
  margin-bottom: 48px;
}

.np-listing-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.np-listing-group-head .np-heading {
  margin: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.np-listing-group-head .np-heading i {
  color: var(--primary-orange);
}

.np-listing-group-head a {
  color: var(--primary-orange);
  font-weight: 800;
  white-space: nowrap;
}

.np-listing-group-head .np-view-all-btn {
  color: var(--white);
}

.np-listing-more {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.np-catalogue-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 28px;
}

.np-listing-group-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.np-group-preview {
  margin-bottom: 48px;
}

.np-group-preview-row {
  --bs-gutter-x: 1.25rem;
}

.np-listing-group-head .np-view-all-btn {
  margin-left: auto;
  flex-shrink: 0;
  padding: 6px 6px 6px 18px;
}

.np-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 8px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(253, 112, 2, 0.28);
  border: none;
  transition: 0.3s ease;
}

.np-view-all-btn:hover {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(226, 74, 5, 0.38);
  filter: brightness(1.05);
}

.np-view-all-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.np-view-all-arrow i {
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.np-view-all-btn:hover .np-view-all-arrow i {
  transform: translateX(3px);
}

.np-catalogue {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
}

.np-catalogue h3 {
  color: var(--dark-charcoal);
  font-size: 1.2rem;
}

.np-product-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.np-product-cloud li {
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 13px;
  color: var(--secondary-charcoal);
}

/* Services */
.np-services {
  background: var(--white);
}

.np-service {
  position: relative;
  isolation: isolate;
  height: 100%;
  padding: 26px 22px;
  border-radius: 22px;
  background: var(--dark-charcoal);
  color: var(--white);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.np-service::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, var(--secondary-charcoal), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.np-service:hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 22px 40px rgba(35, 38, 46, 0.28);
}

.np-service:hover::before {
  opacity: 1;
}

.np-service i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 28px;
  color: var(--light-orange);
}

.np-service h3,
.np-service p {
  position: relative;
  z-index: 1;
}

.np-service h3 {
  margin: 14px 0 10px;
  font-size: 1.2rem;
}

.np-service p {
  color: #c9ced4;
  margin: 0;
}

/* Quality / infra */
.np-quality {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 177, 77, 0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(253, 112, 2, 0.1), transparent 32%),
    #fff8f2;
}

.np-quality-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 28px;
}

.np-quality-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 40px 40px 36px;
  background: #fff;
  border-radius: 36px 14px 36px 14px;
  border: 1px solid rgba(255, 177, 77, 0.22);
  box-shadow: 0 24px 50px rgba(35, 38, 46, 0.12);
}

.np-quality-copy .np-heading {
  max-width: 14ch;
}

.np-quality-copy .np-copy {
  margin-bottom: 22px;
}

.np-quality-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.np-quality-points li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.np-quality-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff4e8, #ffe4c4);
  color: var(--primary-orange);
  font-size: 1.2rem;
}

.np-quality-points strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dark-charcoal);
  font-size: 1.02rem;
}

.np-quality-points p {
  margin: 0;
  color: var(--secondary-charcoal);
  font-size: 0.92rem;
  line-height: 1.5;
}

.np-quality-visual {
  position: relative;
  z-index: 1;
  min-height: 520px;
  border-radius: 14px 36px 14px 36px;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(35, 38, 46, 0.16);
}

.np-quality-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.np-quality-badge {
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 20px;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(226, 74, 5, 0.35);
}

@media (max-width: 991px) {
  .np-quality-stage {
    grid-template-columns: 1fr;
  }

  .np-quality-copy {
    order: 2;
    margin: 16px 0 0;
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .np-quality-copy .np-heading {
    max-width: none;
  }

  .np-quality-visual {
    order: 1;
    min-height: 280px;
    border-radius: 22px;
  }

  .np-quality-visual img {
    min-height: 280px;
    height: 280px;
  }
}

.np-ticks {
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.np-ticks li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: var(--secondary-charcoal);
  font-weight: 600;
}

.np-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-orange);
}

.np-note {
  font-size: 0.92rem;
  color: var(--muted);
  font-style: italic;
}

.np-rnd {
  background: var(--background);
}

.np-rnd-panel {
  background:
    linear-gradient(120deg, rgba(35, 38, 46, 0.96), rgba(55, 65, 76, 0.88)),
    var(--dark-charcoal);
  color: #dfe3e8;
  border-radius: 32px;
  padding: 48px 40px;
  overflow: hidden;
}

.np-rnd-img {
  border-radius: 22px;
  max-height: 360px;
  object-fit: cover;
}

.np-therapy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.np-therapy-grid article {
  padding: 22px 16px;
  text-align: center;
  font-weight: 800;
  color: var(--dark-charcoal);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  transition: 0.3s;
}

.np-therapy-grid article:hover {
  background: var(--primary-orange);
  color: var(--white);
  transform: scale(1.04);
}

/* Timeline */
.np-timeline {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
  position: relative;
}

.np-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-orange), var(--light-orange));
}

.np-timeline li {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 18px 20px;
  text-align: center;
  position: relative;
}

.np-tl-node {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: var(--white);
  font-weight: 800;
  margin-bottom: 12px;
}

.np-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.np-steps-grid > [data-aos] {
  height: 100%;
}

.np-step {
  position: relative;
  height: 100%;
  padding: 28px 22px 26px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 40px 12px;
  box-shadow: 0 10px 24px rgba(35, 38, 46, 0.05);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.np-step:nth-child(even),
.np-steps-grid > :nth-child(even) .np-step {
  border-radius: 12px 40px;
}

.np-step::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 88px;
  height: 88px;
  top: -28px;
  right: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 112, 2, 0.16), transparent 70%);
  pointer-events: none;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.np-steps-grid > :nth-child(even) .np-step::before {
  right: auto;
  left: -28px;
}

.np-step:hover {
  transform: translate3d(0, -8px, 0);
  border-color: rgba(253, 112, 2, 0.4);
  box-shadow: 0 22px 40px rgba(253, 112, 2, 0.14);
}

.np-step:hover::before {
  transform: scale(1.35);
}

.np-step-num {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(253, 112, 2, 0.55);
}

.np-step-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #fff4e8, #ffe4c4);
  color: var(--primary-orange);
  font-size: 1.35rem;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.np-steps-grid > :nth-child(even) .np-step-icon {
  border-radius: 16px 8px 16px 8px;
}

.np-step:hover .np-step-icon {
  transform: translate3d(0, -2px, 0);
}

.np-step strong {
  display: block;
  color: var(--primary-orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.np-step h3 {
  color: var(--dark-charcoal);
  font-size: 1.25rem;
  margin: 8px 0 10px;
}

.np-step p {
  margin: 0;
  color: var(--secondary-charcoal);
  line-height: 1.55;
}

@media (max-width: 991px) {
  .np-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .np-steps-grid {
    grid-template-columns: 1fr;
  }
}

.np-badge-card {
  height: 100%;
  text-align: center;
  padding: 28px 18px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: var(--white);
}

.np-badge-card i {
  font-size: 32px;
  color: var(--primary-orange);
}

.np-badge-card h3 {
  font-size: 1.05rem;
  margin: 12px 0;
  color: var(--dark-charcoal);
}

/* Testimonials */
.np-voices {
  background: #fff;
}

.np-voice-panel {
  margin: 8px 0 0;
  padding: 36px 32px 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 177, 77, 0.16), transparent 28%),
    #f3f4f6;
  border-radius: 36px 14px;
  border: 1px solid rgba(255, 177, 77, 0.18);
  box-shadow: 0 16px 36px rgba(35, 38, 46, 0.06);
}

.np-voice-carousel {
  position: relative;
}

.np-voice-viewport {
  overflow: hidden;
  padding: 10px 4px 14px;
}

.np-voice-track {
  display: flex;
  gap: 20px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.np-voice-card {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px 26px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 40px 12px;
  box-shadow: 0 14px 32px rgba(35, 38, 46, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, border-radius 0.3s ease;
}

.np-voice-card:nth-child(even) {
  border-radius: 12px 40px;
}

.np-voice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 112, 2, 0.35);
  box-shadow: 0 22px 40px rgba(253, 112, 2, 0.12);
}

.np-voice-card:nth-child(odd):hover {
  border-radius: 12px 40px;
}

.np-voice-card:nth-child(even):hover {
  border-radius: 40px 12px;
}

.np-voice-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff4e8, #ffe4c4);
  color: var(--primary-orange);
  font-size: 1.5rem;
}

.np-voice-card blockquote {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.np-voice-card p {
  margin: 0;
  color: var(--secondary-charcoal);
  font-size: 1.02rem;
  line-height: 1.65;
}

.np-voice-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.np-voice-avatar {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.np-voice-card cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.np-voice-card cite strong {
  color: var(--dark-charcoal);
  font-size: 0.98rem;
}

.np-voice-card cite span {
  color: var(--muted);
  font-size: 0.86rem;
}

.np-voice-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.np-voice-prev,
.np-voice-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(253, 112, 2, 0.35);
  background: #fff;
  color: var(--primary-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.np-voice-prev:hover,
.np-voice-next:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #fff;
}

.np-voice-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.np-voice-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(55, 65, 76, 0.25);
  transition: width 0.25s ease, background 0.25s ease;
}

.np-voice-dot.is-active {
  width: 24px;
  background: var(--primary-orange);
}

@media (min-width: 768px) {
  .np-voice-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (min-width: 992px) {
  .np-voice-card {
    flex-basis: calc((100% - 40px) / 3);
  }
}

@media (max-width: 767px) {
  .np-voice-panel {
    margin: 4px 0 0;
    padding: 22px 16px 18px;
    border-radius: 24px 12px;
  }
}

.np-faq {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 177, 77, 0.14), transparent 28%),
    #fff8f2;
}

.np-faq-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 40px 48px;
  align-items: start;
}

.np-faq-intro .np-heading {
  max-width: 12ch;
}

.np-faq-intro .np-copy {
  margin-bottom: 22px;
}

.np-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 40px 12px !important;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(35, 38, 46, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.np-accordion .accordion-item:nth-child(even) {
  border-radius: 12px 40px !important;
}

.np-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.np-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(253, 112, 2, 0.4);
  box-shadow: 0 16px 32px rgba(253, 112, 2, 0.1);
}

.np-accordion .accordion-button {
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.35;
  color: var(--dark-charcoal);
  background: #fff;
  box-shadow: none;
}

.np-accordion .accordion-button:not(.collapsed) {
  color: var(--dark-charcoal);
  background: #fff;
  box-shadow: none;
}

.np-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.np-accordion .accordion-button::after {
  width: 36px;
  height: 36px;
  margin-left: auto;
  flex-shrink: 0;
  background-image: none;
  background-color: #fff4e8;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FD7002'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.np-accordion .accordion-button:not(.collapsed)::after {
  background-color: var(--primary-orange);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.np-faq-num {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff4e8, #ffe4c4);
  color: var(--primary-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.np-accordion .accordion-button:not(.collapsed) .np-faq-num {
  background: linear-gradient(135deg, var(--primary-orange), var(--dark-orange));
  color: #fff;
}

.np-accordion .accordion-body {
  padding: 0 20px 20px 76px;
  color: var(--secondary-charcoal);
  line-height: 1.65;
}

.np-accordion .accordion-body a {
  color: var(--primary-orange);
  font-weight: 700;
}

@media (max-width: 991px) {
  .np-faq-stage {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .np-faq-intro .np-heading {
    max-width: none;
  }

  .np-accordion .accordion-body {
    padding-left: 20px;
  }
}

/* CTA */
.np-cta {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

.np-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: scale(1.04);
}

.np-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(35, 38, 46, 0.92), rgba(226, 74, 5, 0.55));
}

.np-cta-inner {
  max-width: 680px;
  color: var(--white);
}

.np-cta-inner h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
}

.np-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* Contact */
.np-contact {
  background: var(--background);
}

.np-contact-shell {
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(35, 38, 46, 0.08);
  border: 1px solid var(--border);
}

.np-contact-info {
  height: 100%;
  background: linear-gradient(180deg, var(--dark-charcoal), var(--secondary-charcoal));
  color: var(--white);
  padding: 40px 32px;
}

.np-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.np-contact-info li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.np-contact-info a {
  color: var(--light-orange);
}

.np-contact-info li div a {
  display: block;
}

.np-form {
  padding: 36px 32px;
}

.np-form h3 {
  color: var(--dark-charcoal);
  font-weight: 800;
}

.np-form .form-control,
.np-form .form-select {
  min-height: 48px;
  border-radius: 12px;
  border-color: var(--border);
}

.np-form .form-control:focus,
.np-form .form-select:focus {
  border-color: var(--primary-orange);
  box-shadow: 0 0 0 3px rgba(253, 112, 2, 0.15);
}

.np-map {
  padding: 0 0 80px;
  background: var(--background);
}

.np-map-frame {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
}

.np-map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.np-map-frame h3 {
  margin: 0;
  padding: 20px 20px 0;
  font-size: 1.12rem;
  color: var(--dark-charcoal);
}

.np-map-frame > p {
  margin: 8px 0 0;
  padding: 0 20px 16px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.np-map-frame iframe {
  display: block;
  width: 100%;
}

.np-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px;
}

@media (max-width: 991px) {
  .np-section { padding: 72px 0; }
  .np-therapy-grid,
  .np-timeline {
    grid-template-columns: 1fr 1fr;
  }
  .np-map-grid {
    grid-template-columns: 1fr;
  }
  .np-timeline::before { display: none; }
  .np-rnd-panel { padding: 28px 20px; }
}

@media (max-width: 575px) {
  .np-therapy-grid,
  .np-timeline {
    grid-template-columns: 1fr;
  }
  .np-form,
  .np-contact-info {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-hero .hero-carousel-item > img,
  .np-cover-slide,
  .np-cover-nav,
  .np-cover-all-btn i,
  .np-marquee-track,
  .np-about-glow,
  .np-about .np-media img,
  .np-about .np-media-badge,
  .np-about-cta,
  .np-about-cta::after,
  .np-feature-visual img,
  .np-feature-bubble,
  .np-feature-cta.np-btn::after {
    animation: none !important;
  }
  .np-product-card:hover,
  .np-service:hover,
  .np-about .np-values li:hover,
  .np-about .np-media:hover img,
  .np-feature-card:hover,
  .np-feature-tags a:hover,
  .np-why-card:hover,
  .np-step:hover,
  .np-voice-card:hover {
    transform: none;
  }
}

/* About menu pages */
.np-page-links {
  padding-top: 0;
}
.np-page-nav-grid {
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
}
.np-page-nav-grid .np-mega-tile {
  min-width: 0;
  max-width: 100%;
}
.np-page-nav-grid .np-mega-copy {
  min-width: 0;
  overflow: hidden;
}
.np-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.np-testimonial-grid .np-voice-card {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
}
.np-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.np-mission-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px 28px;
}
.np-mission-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--primary-orange);
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.np-mission-card h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}
.np-mission-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width: 991px) {
  .np-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .np-testimonial-grid,
  .np-mission-grid {
    grid-template-columns: 1fr;
  }
}
