.elementor-8430 .elementor-element.elementor-element-f9d273d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8430 .elementor-element.elementor-element-95d9b70{width:100%;max-width:100%;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-95d9b70 *//* =========================
   NPPE PREP PAGE WRAPPER
========================= */

.nppe-prep-page {
  --nppe-primary: #258cf4;
  --nppe-primary-dark: #136fcb;
  --nppe-text: #1f2937;
  --nppe-text-soft: #5b6472;
  --nppe-border: #e5e7eb;
  --nppe-border-soft: #eef2f7;
  --nppe-bg-soft: #f8fbff;
  --nppe-bg-card: #ffffff;
  --nppe-radius: 18px;
  --nppe-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  --nppe-max-width: 1120px;

  color: var(--nppe-text);
  font-family: inherit;
  font-size: inherit;
  line-height: 1.7;
}

.nppe-prep-page *,
.nppe-prep-page *::before,
.nppe-prep-page *::after {
  box-sizing: border-box;
}

.nppe-prep-page a {
  color: var(--nppe-primary);
  text-decoration: none;
}

.nppe-prep-page a:hover {
  text-decoration: underline;
}

.nppe-prep__container,
.nppe-prep__breadcrumb-wrap {
  width: min(100% - 32px, var(--nppe-max-width));
  margin-inline: auto;
}

.nppe-prep__section {
  padding: 72px 0;
}

.nppe-prep__section--soft {
  background: #fff;
  border-top: 1px solid var(--nppe-border-soft);
  border-bottom: 1px solid var(--nppe-border-soft);
}

.nppe-prep-page h1,
.nppe-prep-page h2,
.nppe-prep-page h3 {
  color: #0f172a;
  line-height: 1.2;
  margin: 0 0 18px;
  font-family: inherit;
}

.nppe-prep-page h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.nppe-prep-page h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 700;
}

.nppe-prep-page h3 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
}

.nppe-prep-page p,
.nppe-prep-page li,
.nppe-prep-page summary,
.nppe-prep-page a,
.nppe-prep-page span,
.nppe-prep-page div {
  font-family: inherit;
}

.nppe-prep-page p {
  margin: 0 0 16px;
  color: var(--nppe-text);
}

.nppe-prep__subtitle {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--nppe-text-soft);
  font-size: 1.0625rem;
}

.nppe-prep-page mark {
  background: linear-gradient(transparent 55%, rgba(37, 140, 244, 0.18) 55%);
  color: inherit;
  padding: 0 0.08em;
}

/* =========================
   BREADCRUMB
========================= */

.nppe-prep__breadcrumb-wrap {
  padding-top: 28px;
}

.nppe-prep__breadcrumb {
  font-size: 0.95em;
  color: var(--nppe-text-soft);
}

.nppe-prep__breadcrumb a {
  color: var(--nppe-text-soft);
}

/* =========================
   HERO
========================= */

.nppe-prep__hero {
  padding: 72px 0 52px;
  text-align: center;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* =========================
   BUTTONS
========================= */

.nppe-prep__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nppe-prep__btn:hover {
  transform: translateY(-1px);
}

.nppe-prep__btn--primary {
  background: var(--nppe-primary);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(37, 140, 244, 0.24);
}

.nppe-prep__btn--primary:hover {
  background: var(--nppe-primary-dark);
}

.nppe-prep__btn--outline {
  background: transparent;
  border: 1px solid var(--nppe-primary);
  color: var(--nppe-primary) !important;
}

.nppe-prep__btn--sm {
  padding: 11px 18px;
  font-size: 0.95rem;
}

/* =========================
   TWO COLUMN SECTION
========================= */

.nppe-prep__two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.nppe-prep__col-text,
.nppe-prep__col-visual {
  min-width: 0;
}

/* =========================
   MOCKUP
========================= */

.nppe-prep__mockup {
  background: var(--nppe-bg-card);
  border: 1px solid var(--nppe-border);
  border-radius: var(--nppe-radius);
  box-shadow: var(--nppe-shadow);
  overflow: hidden;
}

.nppe-prep__mockup-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--nppe-border);
  background: #f8fafc;
  font-size: 0.95rem;
  font-weight: 600;
}

.nppe-prep__mockup-body {
  padding: 24px 18px 18px;
}

.nppe-prep__gauge-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.nppe-prep__gauge {
  text-align: center;
  min-width: 90px;
}

.nppe-prep__gauge-circle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 1.1rem;
  border: 6px solid;
  background: #fff;
}

.nppe-prep__gauge-circle--weak {
  border-color: #f59e0b;
  color: #b45309;
}

.nppe-prep__gauge-circle--strong {
  border-color: #22c55e;
  color: #15803d;
}

.nppe-prep__label {
  font-size: 0.95rem;
  color: var(--nppe-text);
}

.nppe-prep__focus-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--nppe-text-soft);
  margin-top: 10px;
}

/* =========================
   FEATURES
========================= */

.nppe-prep__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.nppe-prep__feature-card {
  background: var(--nppe-bg-card);
  border: 1px solid var(--nppe-border);
  border-radius: var(--nppe-radius);
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.nppe-prep__icon {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

/* =========================
   RELATED LINKS
========================= */

.nppe-prep__related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.nppe-prep__related-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--nppe-border);
  border-radius: 999px;
  background: #fff;
  color: var(--nppe-text);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.nppe-prep__related-links a:hover {
  border-color: var(--nppe-primary);
  transform: translateY(-1px);
  text-decoration: none;
}

/* =========================
   FAQ
========================= */

.nppe-prep__faq-title {
  text-align: center;
}

.nppe-prep__faq-list {
  max-width: 900px;
  margin: 28px auto 0;
  display: grid;
  gap: 14px;
}

.nppe-prep__faq-item {
  border: 1px solid var(--nppe-border);
  border-radius: 16px;
  background: #fff;
  padding: 0 18px;
  overflow: hidden;
}

.nppe-prep__faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  padding: 18px 28px 18px 0;
  position: relative;
}

.nppe-prep__faq-item summary::-webkit-details-marker {
  display: none;
}

.nppe-prep__faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--nppe-primary);
}

.nppe-prep__faq-item[open] summary::after {
  content: "–";
}

.nppe-prep__faq-item p {
  padding: 0 0 18px;
  margin: 0;
  color: var(--nppe-text-soft);
}

/* =========================
   CTA BANNER
========================= */

.nppe-prep__cta-banner {
  background: linear-gradient(135deg, #258cf4, #136fcb);
  color: #fff;
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(19, 111, 203, 0.22);
}

.nppe-prep__cta-banner h2,
.nppe-prep__cta-banner p {
  color: #fff;
}

.nppe-prep__cta-banner p {
  max-width: 720px;
  margin: 0 auto 20px;
}

/* =========================
   MOBILE RESPONSIVENESS
========================= */

@media (max-width: 1024px) {
  .nppe-prep__section {
    padding: 60px 0;
  }

  .nppe-prep__two-col {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .nppe-prep__container,
  .nppe-prep__breadcrumb-wrap {
    width: min(100% - 24px, var(--nppe-max-width));
  }

  .nppe-prep__hero {
    padding: 52px 0 34px;
  }

  .nppe-prep__section {
    padding: 44px 0;
  }

  .nppe-prep-page h1 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .nppe-prep-page h2 {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .nppe-prep__subtitle {
    font-size: 1rem;
  }

  .nppe-prep__features {
    grid-template-columns: 1fr;
  }

  .nppe-prep__feature-card {
    padding: 20px;
  }

  .nppe-prep__mockup-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .nppe-prep__gauge-row {
    gap: 14px;
  }

  .nppe-prep__gauge-circle {
    width: 78px;
    height: 78px;
    font-size: 1rem;
  }

  .nppe-prep__related-links {
    gap: 10px;
  }

  .nppe-prep__related-links a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .nppe-prep__btn,
  .nppe-prep__btn--sm {
    width: 100%;
    max-width: 100%;
  }

  .nppe-prep__cta-banner {
    padding: 28px 18px;
    border-radius: 18px;
  }

  .nppe-prep__faq-item {
    padding: 0 14px;
  }

  .nppe-prep__faq-item summary {
    padding: 16px 24px 16px 0;
  }

  .nppe-prep__faq-item summary::after {
    top: 16px;
  }
}/* End custom CSS */