body.niw-content-page {
  --bg: #e9f1ec;
  --surface: #fbfdfb;
  --ink: #17211f;
  --muted: #596461;
  --line: #ccdcd4;
  --brand: #0f6c5a;
  --brand-dark: #173c33;
  --shadow: 0 18px 46px rgba(23, 60, 51, 0.06);
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 3%, rgba(255, 255, 255, 0.8), transparent 32rem),
    linear-gradient(180deg, #e8f0eb 0%, #eef5f1 48%, #e7f0eb 100%);
  color: var(--ink);
}

.niw-content-page .site-header {
  background: rgba(244, 249, 246, 0.9);
  border-bottom-color: rgba(173, 196, 184, 0.72);
  box-shadow: 0 1px 0 rgba(23, 60, 51, 0.03);
}

.niw-content-page .main {
  width: min(960px, calc(100% - 48px));
  padding-bottom: clamp(72px, 8vw, 104px);
}

.niw-content-page .page-hero {
  max-width: 800px;
  padding: clamp(68px, 7vw, 88px) 0 clamp(46px, 5vw, 62px);
}

.niw-content-page .eyebrow {
  margin-bottom: 15px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.niw-content-page h1 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.6vw, 50px);
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.niw-content-page h2 {
  font-size: clamp(21px, 2.3vw, 26px);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.niw-content-page p,
.niw-content-page .faq-item {
  line-height: 1.85;
}

.niw-content-page .lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.85;
}

.niw-content-page .faq-content,
.niw-content-page .contact-content {
  padding: 0;
}

.niw-content-page .directory-note {
  max-width: 760px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 3px solid rgba(15, 108, 90, 0.52);
  background: rgba(238, 246, 241, 0.76);
  color: var(--muted);
  line-height: 1.75;
}

.niw-content-page .faq-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
}

.niw-content-page .faq-directory-card {
  min-width: 0;
  padding: clamp(26px, 3.2vw, 32px);
  border: 1px solid rgba(185, 207, 196, 0.86);
  border-radius: 20px;
  background: rgba(251, 253, 251, 0.94);
  box-shadow: var(--shadow);
}

.niw-content-page .faq-directory-card h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 21px;
}

.niw-content-page .question-directory {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.niw-content-page .question-directory li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.niw-content-page .question-directory li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  content: "";
}

.niw-content-page .faq-list {
  gap: 22px;
}

.niw-content-page .faq-item,
.niw-content-page .contact-card {
  padding: clamp(26px, 3.2vw, 32px);
  border: 1px solid rgba(185, 207, 196, 0.86);
  border-radius: 20px;
  background: rgba(251, 253, 251, 0.94);
  box-shadow: var(--shadow);
}

.niw-content-page .faq-item h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 21px;
}

.niw-content-page .faq-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.niw-content-page .d3-opening-card {
  --d3-reading-width: 46rem;
}

.niw-content-page .d3-opening-card > * {
  width: min(100%, var(--d3-reading-width));
  margin-inline: auto;
}

.niw-content-page .d3-opening-intro {
  margin-bottom: 14px;
}

.niw-content-page .d3-thought-block,
.niw-content-page .d3-key-proposition,
.niw-content-page .d3-comparison blockquote {
  margin-block: 0;
  margin-inline: 0;
}

.niw-content-page .d3-thought-block {
  margin-bottom: 24px;
  padding: 18px 22px;
  border-left: 3px solid rgba(15, 108, 90, 0.5);
  border-radius: 0 14px 14px 0;
  background: rgba(235, 244, 239, 0.82);
}

.niw-content-page .d3-thought-block p {
  color: #33443f;
  font-weight: 650;
  line-height: 1.95;
}

.niw-content-page .d3-answer-transition {
  margin-bottom: 18px;
  padding-left: 18px;
  border-left: 3px solid var(--brand);
}

.niw-content-page .d3-answer-transition p + p {
  margin-top: 3px;
}

.niw-content-page .d3-answer-transition .d3-key-answer {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.niw-content-page .d3-key-proposition {
  margin-bottom: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(15, 108, 90, 0.24);
  border-radius: 14px;
  background: rgba(244, 249, 246, 0.94);
}

.niw-content-page .d3-key-proposition p {
  color: var(--brand-dark);
  line-height: 1.9;
}

.niw-content-page .d3-comparison {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 14px;
}

.niw-content-page .d3-comparison-item {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(185, 207, 196, 0.86);
  border-radius: 14px;
  background: rgba(248, 251, 249, 0.9);
}

.niw-content-page .d3-comparison-focus {
  border-color: rgba(15, 108, 90, 0.34);
  background: rgba(238, 246, 241, 0.92);
}

.niw-content-page .d3-comparison-cue {
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 750;
}

.niw-content-page .d3-comparison blockquote p {
  color: var(--ink);
  line-height: 1.75;
}

.niw-content-page .page-actions {
  padding: 40px 0 0;
}

.niw-content-page .d3-article-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 24px 0 0;
}

.niw-content-page .d3-article-nav-link {
  min-width: 0;
  padding: 20px 22px;
  border: 1px solid rgba(185, 207, 196, 0.86);
  border-radius: 16px;
  background: rgba(251, 253, 251, 0.78);
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.niw-content-page .d3-article-nav-link.next {
  grid-column: 2;
  text-align: right;
}

.niw-content-page .d3-article-nav-link:hover,
.niw-content-page .d3-article-nav-link:focus-visible {
  border-color: rgba(15, 108, 90, 0.52);
  background: rgba(251, 253, 251, 0.98);
}

.niw-content-page .d3-article-nav-label,
.niw-content-page .d3-article-nav-title {
  display: block;
}

.niw-content-page .d3-article-nav-label {
  margin-bottom: 7px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.niw-content-page .d3-article-nav-title {
  font-size: 17px;
  font-weight: 750;
  line-height: 1.65;
}

.niw-content-page .button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 108, 90, 0.12);
}

.niw-content-page .contact-content {
  display: grid;
  gap: 24px;
}

.niw-content-page .contact-card h2 {
  margin-bottom: 14px;
}

.niw-content-page .contact-card .lead {
  font-size: 17px;
}

.niw-content-page .contact-card .lead:last-of-type {
  margin-bottom: 24px;
}

.niw-content-page .notice {
  padding: 20px 22px;
  border: 1px solid #bfd2c8;
  border-radius: 14px;
  background: rgba(238, 246, 241, 0.92);
  color: #34443f;
  line-height: 1.8;
}

.niw-content-page .notice a {
  color: var(--brand-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.niw-content-page .contact-feedback-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.niw-content-page .contact-feedback-list .faq-item {
  min-height: 100%;
  box-shadow: none;
}

.niw-content-page .footer {
  border-top-color: rgba(173, 196, 184, 0.78);
  background: rgba(225, 237, 230, 0.62);
}

@media (max-width: 640px) {
  .niw-content-page .main {
    width: min(100% - 32px, 960px);
    padding-bottom: 72px;
  }

  .niw-content-page .page-hero {
    padding: 48px 0 38px;
  }

  .niw-content-page h1 {
    font-size: 34px;
  }

  .niw-content-page .faq-list {
    gap: 18px;
  }

  .niw-content-page .faq-item,
  .niw-content-page .contact-card {
    padding: 24px 22px;
  }

  .niw-content-page .faq-item h2 {
    font-size: 20px;
  }

  .niw-content-page .d3-thought-block,
  .niw-content-page .d3-key-proposition {
    padding: 17px 18px;
  }

  .niw-content-page .d3-answer-transition {
    padding-left: 14px;
  }

  .niw-content-page .d3-comparison {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .niw-content-page .d3-comparison-item {
    padding: 16px 18px;
  }

  .niw-content-page .contact-feedback-list {
    grid-template-columns: 1fr;
  }

  .niw-content-page .faq-directory {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .niw-content-page .faq-directory-card {
    padding: 24px 22px;
  }

  .niw-content-page .page-actions .button {
    width: 100%;
  }

  .niw-content-page .d3-article-navigation {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 22px;
  }

  .niw-content-page .d3-article-nav-link.next {
    grid-column: auto;
  }
}
