body.nf-page {
  background: #000;
  min-height: 100vh;
}
body.nf-page header.site-header {
  background: rgba(4, 12, 20, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(255, 255, 255, 0.07);
}
/* Match Site settings → Content box width (--max), same as pages/posts/blog */
body.nf-page main {
  max-width: var(--max);
}
.nf-page-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.5rem 1.25rem 4rem;
  overflow: hidden;
}
.nf-page-wrap::before {
  content: "";
  position: absolute;
  width: min(740px, 92vw);
  height: min(740px, 92vw);
  top: -10rem;
  left: -8rem;
  border-radius: 50%;
  background: rgb(0, 163, 255);
  opacity: 0.17;
  filter: blur(190px);
  pointer-events: none;
}
.nf-page-wrap > * { position: relative; z-index: 1; }
.nf-page-hero {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(5, 8, 12, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  padding: 2.2rem 1.25rem 2.4rem;
  margin-bottom: 0;
}
.nf-page-hero--flat {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 1.1rem 0 0.75rem;
  margin-bottom: 0;
}
.nf-page-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.8rem;
}
.nf-page-title {
  font-size: clamp(2rem, 5.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 800;
  margin: 0;
  color: #edf2fb;
}
.nf-page-body {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(24, 28, 35, 0.95);
  padding: 1.6rem 1.3rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  color: #c8cdd8;
  font-size: 1rem;
  line-height: 1.85;
}
.nf-page-body p { margin-bottom: 1.3rem; }
.nf-page-body h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #eef2fb;
  margin: 2.2rem 0 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(0, 153, 255, 0.35);
}
.nf-page-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #e4ebf8;
  margin: 1.7rem 0 0.45rem;
}
.nf-page-body a { color: var(--accent); }
.nf-page-body ul, .nf-page-body ol { padding-left: 1.4rem; margin-bottom: 1.3rem; }
.nf-page-body li { margin-bottom: 0.45rem; }
.nf-page-body img { max-width: 100%; border-radius: 10px; border: 1px solid var(--border); }
.nf-page-logos {
  margin: 0.2rem 0 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 0.95rem 0.85rem;
  background: rgba(12, 17, 24, 0.7);
}
.nf-page-logos p {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #7a8494;
  margin: 0 0 0.8rem;
}
.nf-page-logos__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.nf-page-logos__row span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #d2d8e4;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.nf-page-faq {
  margin-top: 0;
  background: #0b0d12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.15rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
@media (min-width: 980px) {
  .nf-page-faq {
    padding: 1.35rem;
  }
}
.nf-page-faq__body {
  background: #0f1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem;
}
.nf-page-faq__kicker {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #27d3a2;
  border: 1px solid rgba(39, 211, 162, 0.35);
  border-radius: 6px;
  padding: 0.18rem 0.4rem;
  margin-bottom: 0.75rem;
}
.nf-page-faq__title {
  font-size: clamp(1.45rem, 3.4vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #f2f4f8;
  margin: 0 0 0.85rem;
}
.nf-page-faq details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.18rem 0;
}
.nf-page-faq details:last-child { border-bottom: none; }
.nf-page-faq summary {
  list-style: none;
  cursor: pointer;
  color: #e6eaf2;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.75rem 1.2rem 0.75rem 0;
  position: relative;
}
.nf-page-faq summary::-webkit-details-marker { display: none; }
.nf-page-faq summary::after {
  content: "›";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #96a0b2;
}
.nf-page-faq details[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.nf-page-faq p {
  margin: 0 0 0.8rem;
  color: #adb5c3;
  line-height: 1.7;
  font-size: 0.92rem;
}
.nf-page-cta {
  margin-top: 0;
  text-align: center;
  border: 1px solid rgba(0, 153, 255, 0.32);
  background: rgba(0, 153, 255, 0.08);
  border-radius: 16px;
  padding: 2rem 1.2rem;
}
.nf-page-cta h2 {
  font-size: clamp(1.55rem, 3vw, 1.95rem);
  margin-bottom: 0.65rem;
  color: #eef2fb;
}
.nf-page-cta p {
  max-width: 42rem;
  margin: 0 auto 1rem;
  color: #a6b1c2;
}
.nf-page-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.35rem;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #1aa8ff 0%, var(--accent) 100%);
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 22px rgba(0, 153, 255, 0.32);
}
.nf-page-related {
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(24, 28, 35, 0.95);
  padding: 1.25rem 1.2rem;
}
.nf-page-related h2 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #eef2fb;
}
.nf-page-related-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .nf-page-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.nf-page-related-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.8rem 0.75rem;
  background: rgba(20, 24, 31, 0.9);
}
.nf-page-related-item a {
  color: #e9effb;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}
.nf-page-related-item a:hover { color: var(--accent); }
.nf-page-related-item p {
  margin: 0.45rem 0 0;
  color: #9ba6ba;
  font-size: 0.88rem;
  line-height: 1.6;
}
.nf-page-section {
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(24, 28, 35, 0.95);
  padding: 1.35rem 1.2rem;
}
.nf-page-section .nf-page-eyebrow {
  margin-bottom: 0.55rem;
}
.nf-page-section h2 {
  color: #eef2fb;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
  line-height: 1.18;
}
.nf-page-section > p {
  color: #9ba6ba;
  margin: 0 0 1rem;
  line-height: 1.7;
}
.nf-page-grid3 {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .nf-page-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.nf-page-grid2 {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .nf-page-grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.nf-page-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem 0.95rem;
  background: rgba(20, 24, 31, 0.9);
}
.nf-page-box h3 {
  margin: 0 0 0.45rem;
  color: #eaf0fb;
  font-size: 1.02rem;
}
.nf-page-box p {
  margin: 0;
  color: #a8b3c4;
  line-height: 1.65;
  font-size: 0.92rem;
}

/* —— From the blog: card treatment (blue frame, white title, gray excerpt) —— */
#nf-blog-cards > .nf-page-grid3 {
  gap: 1.35rem;
}
#nf-blog-cards .nf-blog-card {
  border: 1px solid rgba(0, 153, 255, 0.88);
  border-radius: 10px;
  padding: 1.5rem 1.35rem;
  background: rgba(16, 20, 28, 0.96);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 0 0 1px rgba(0, 153, 255, 0.12);
}
#nf-blog-cards .nf-blog-card__tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin: 0 0 0.55rem;
}
#nf-blog-cards .nf-blog-card h3,
#nf-blog-cards .nf-blog-card h3 a {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.02em;
  text-decoration: none;
}
#nf-blog-cards .nf-blog-card h3 a:hover {
  color: #cfe6ff;
}
#nf-blog-cards .nf-blog-card .nf-blog-card__excerpt {
  margin: 0 0 1.1rem;
  color: #b9c2d3;
  font-size: 0.875rem;
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#nf-blog-cards .nf-blog-card .nf-blog-card__link {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--accent);
  text-decoration: none;
  align-self: flex-start;
}
#nf-blog-cards .nf-blog-card .nf-blog-card__link:hover {
  text-decoration: underline;
}

.nf-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}
.nf-page-tags span {
  font-size: 0.74rem;
  font-weight: 700;
  color: #9ccfff;
  border: 1px solid rgba(0, 153, 255, 0.28);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  background: rgba(0, 153, 255, 0.08);
}
.nf-page-quote {
  border-left: 3px solid rgba(0, 153, 255, 0.45);
  border-radius: 0 10px 10px 0;
  background: rgba(0, 153, 255, 0.07);
  padding: 0.95rem 1rem;
  color: #d7dfef;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0.75rem;
}
.nf-page-quote cite {
  display: block;
  margin-top: 0.55rem;
  color: #9eabc0;
  font-size: 0.86rem;
  font-style: normal;
}