/* NAP & Citations guide, scoped to /ratgeber/nap-citations */

body.page-nap-citations {
  --nap-ink: #061f25;
  --nap-deep: #062f35;
  --nap-teal: #0d6f68;
  --nap-cyan: #8ee7df;
  --nap-lime: #dfff69;
  --nap-mint: #e9f7f2;
  --nap-paper: #f7faf8;
  --nap-band: #eef5f1;
  --nap-surface: #ffffff;
  --nap-muted: rgba(6, 31, 37, 0.68);
  --nap-line: rgba(6, 31, 37, 0.12);
  --nap-soft-line: rgba(255, 255, 255, 0.14);
  --nap-warning: #d78255;
  --nap-warning-soft: rgba(215, 130, 85, 0.12);
  --nap-shadow: 0 18px 42px rgba(6, 31, 37, 0.10);
  --nap-soft-shadow: 0 10px 28px rgba(6, 31, 37, 0.07);
  background:
    linear-gradient(to right, rgba(6, 31, 37, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(6, 31, 37, 0.026) 1px, transparent 1px),
    var(--nap-paper);
  background-size: 96px 96px, 96px 96px, auto;
}

body.page-nap-citations .nav-link[aria-current="page"],
body.page-nap-citations .mobile-link[aria-current="page"] {
  background: rgba(13, 111, 104, 0.13);
  color: var(--nap-ink);
  font-weight: 800;
}

body.page-nap-citations .mobile-nav {
  background: rgba(247, 250, 248, 0.98);
  box-shadow: 0 20px 40px rgba(6, 31, 37, 0.10);
}

body.page-nap-citations .nap-studio {
  color: var(--nap-ink);
  overflow: clip;
}

body.page-nap-citations .nap-studio *,
body.page-nap-citations .nap-studio *::before,
body.page-nap-citations .nap-studio *::after {
  box-sizing: border-box;
}

body.page-nap-citations .nap-studio h1,
body.page-nap-citations .nap-studio h2,
body.page-nap-citations .nap-studio h3,
body.page-nap-citations .nap-studio p {
  overflow-wrap: break-word;
}

body.page-nap-citations .nap-studio .btn {
  border-radius: 999px;
  font-weight: 800;
}

body.page-nap-citations .nap-studio .btn-primary {
  background: var(--nap-lime);
  border-color: rgba(223, 255, 105, 0.82);
  color: var(--nap-ink);
  box-shadow: 0 14px 32px rgba(10, 90, 78, 0.22);
}

body.page-nap-citations .nap-studio .btn-ghost {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(6, 31, 37, 0.13);
  color: var(--nap-ink);
}

.nap-hero {
  position: relative;
  padding: 64px 0 74px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(760px 520px at 78% 16%, rgba(41, 170, 138, 0.30), transparent 62%),
    linear-gradient(135deg, #062327 0%, #073f3e 55%, #0a4d43 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
  border-bottom: 22px solid transparent;
}

.nap-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 22px;
  background: linear-gradient(90deg, var(--nap-lime), var(--nap-cyan), #f2ca70);
}

.nap-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.nap-hero-copy {
  min-width: 0;
}

.nap-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.nap-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.nap-breadcrumb a:hover {
  color: #ffffff;
}

.nap-breadcrumb [aria-current] {
  color: var(--nap-lime);
  font-weight: 800;
}

.nap-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 4.45rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

.nap-hero-lead {
  max-width: 690px;
  margin: 26px 0 0;
  font-size: 1.14rem;
  line-height: 1.74;
  color: rgba(255, 255, 255, 0.78);
}

.nap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.nap-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border: 1px solid var(--nap-soft-line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.nap-proof-row div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid var(--nap-soft-line);
}

.nap-proof-row div:last-child {
  border-right: 0;
}

.nap-proof-row strong {
  display: block;
  color: var(--nap-lime);
  font-size: 1.15rem;
  line-height: 1.1;
}

.nap-proof-row span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.nap-data-board {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  padding: 24px;
}

.nap-board-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.nap-board-header span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nap-board-header strong {
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
  text-align: right;
}

.nap-master-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.nap-master-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.nap-master-list dt {
  margin: 0;
  color: var(--nap-cyan);
  font-size: 0.76rem;
  font-weight: 900;
}

.nap-master-list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.91rem;
  line-height: 1.48;
}

.nap-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nap-source-grid div {
  position: relative;
  min-height: 94px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.nap-source-dot {
  display: block;
  width: 38px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
}

.nap-source-dot.is-ok {
  background: var(--nap-lime);
}

.nap-source-dot.is-watch {
  background: var(--nap-cyan);
}

.nap-source-dot.is-fix {
  background: var(--nap-warning);
}

.nap-source-grid strong,
.nap-source-grid small {
  display: block;
}

.nap-source-grid strong {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.2;
}

.nap-source-grid small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.nap-principle {
  padding: 70px 0 38px;
  background: var(--nap-paper);
}

.nap-principle-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--nap-line);
  border-radius: 8px;
  background: var(--nap-surface);
  box-shadow: var(--nap-soft-shadow);
}

.nap-principle-card > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--nap-ink);
  color: var(--nap-lime);
  font-weight: 900;
  font-size: 1.35rem;
}

.nap-section-label {
  margin: 0 0 12px;
  color: var(--nap-teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nap-principle-card h2,
.nap-section h2,
.nap-final-card h2 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.72rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.nap-principle-card p:not(.nap-section-label),
.nap-section-head p:not(.nap-section-label),
.nap-section-copy p:not(.nap-section-label),
.nap-bridge-card p:not(.nap-section-label),
.nap-cta-card p:not(.nap-section-label),
.nap-final-card p:not(.nap-section-label) {
  margin: 16px 0 0;
  max-width: 650px;
  color: var(--nap-muted);
  font-size: 1.01rem;
  line-height: 1.72;
}

.nap-section {
  padding: 88px 0;
  background: rgba(247, 250, 248, 0.76);
}

.nap-section:nth-of-type(odd) {
  background: rgba(238, 245, 241, 0.78);
}

.nap-section-grid,
.nap-audit-grid,
.nap-warning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  align-items: start;
}

.nap-section-copy {
  position: sticky;
  top: calc(var(--header-offset, 90px) + 24px);
}

.nap-section-head {
  max-width: 850px;
  margin-bottom: 38px;
}

.nap-process-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nap-process-flow article,
.nap-priority-grid article,
.nap-routine-grid article,
.nap-related-card,
.nap-faq-item {
  border: 1px solid var(--nap-line);
  border-radius: 8px;
  background: var(--nap-surface);
  box-shadow: var(--nap-soft-shadow);
}

.nap-process-flow article {
  min-height: 224px;
  padding: 24px;
}

.nap-process-flow article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 32px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: rgba(13, 111, 104, 0.10);
  color: var(--nap-teal);
  font-size: 0.82rem;
  font-weight: 900;
}

.nap-process-flow h3,
.nap-priority-grid h3,
.nap-routine-grid h3,
.nap-related-card h3 {
  margin: 0;
  color: var(--nap-ink);
  font-size: 1.13rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.nap-process-flow p,
.nap-routine-grid p,
.nap-related-card p {
  margin: 12px 0 0;
  color: var(--nap-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.nap-format-section {
  background:
    linear-gradient(to right, rgba(6, 31, 37, 0.04) 1px, transparent 1px),
    var(--nap-paper);
  background-size: 84px 84px, auto;
  border-top: 1px solid var(--nap-line);
  border-bottom: 1px solid var(--nap-line);
}

.nap-format-table {
  display: grid;
  border: 1px solid var(--nap-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--nap-surface);
  box-shadow: var(--nap-soft-shadow);
}

.nap-format-row {
  display: grid;
  grid-template-columns: 0.55fr 0.95fr 1.5fr;
}

.nap-format-row span {
  min-width: 0;
  padding: 18px 20px;
  border-top: 1px solid rgba(6, 31, 37, 0.08);
  border-left: 1px solid rgba(6, 31, 37, 0.08);
  color: var(--nap-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.nap-format-row span:first-child {
  border-left: 0;
  color: var(--nap-ink);
  font-weight: 900;
}

.nap-format-row.is-head span {
  border-top: 0;
  background: var(--nap-ink);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.page-nap-citations .nap-studio .nap-audit-section {
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, var(--nap-ink) 0%, #083c3d 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.nap-audit-section .nap-section-copy {
  position: static;
}

.nap-audit-section .nap-section-label {
  color: var(--nap-cyan);
}

.nap-audit-section h2 {
  color: #ffffff;
}

.nap-audit-section .nap-section-copy p:not(.nap-section-label) {
  color: rgba(255, 255, 255, 0.70);
}

.nap-audit-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: nap-audit;
}

.nap-audit-steps li {
  position: relative;
  min-height: 98px;
  padding: 20px 22px 20px 74px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  counter-increment: nap-audit;
}

.nap-audit-steps li::before {
  content: counter(nap-audit, decimal-leading-zero);
  position: absolute;
  left: 22px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(223, 255, 105, 0.12);
  color: var(--nap-lime);
  font-size: 0.78rem;
  font-weight: 900;
}

.nap-audit-steps strong,
.nap-audit-steps span {
  display: block;
}

.nap-audit-steps strong {
  color: #ffffff;
  font-size: 0.98rem;
}

.nap-audit-steps span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.9rem;
  line-height: 1.56;
}

.nap-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nap-priority-grid article {
  padding: 24px;
}

.nap-priority-grid article:first-child {
  border-color: rgba(13, 111, 104, 0.24);
  background: linear-gradient(180deg, rgba(233, 247, 242, 0.96), #ffffff);
}

.nap-priority-grid article:last-child {
  border-color: rgba(215, 130, 85, 0.26);
}

.nap-priority-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nap-priority-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--nap-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.nap-priority-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--nap-teal);
}

.nap-priority-grid article:last-child li::before {
  background: var(--nap-warning);
}

.nap-warning-section {
  background:
    radial-gradient(680px 440px at 80% 10%, rgba(215, 130, 85, 0.13), transparent 58%),
    #f8f4ee;
  border-top: 1px solid rgba(215, 130, 85, 0.18);
  border-bottom: 1px solid rgba(215, 130, 85, 0.18);
}

.nap-warning-section .nap-section-label {
  color: #a45c36;
}

.nap-warning-list {
  display: grid;
  gap: 12px;
}

.nap-warning-list article {
  padding: 18px 20px;
  border: 1px solid rgba(215, 130, 85, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.nap-warning-list strong,
.nap-warning-list span {
  display: block;
}

.nap-warning-list strong {
  color: var(--nap-ink);
  font-size: 0.98rem;
}

.nap-warning-list span {
  margin-top: 7px;
  color: rgba(6, 31, 37, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}

.nap-routine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nap-routine-grid article {
  min-height: 252px;
  padding: 24px;
}

.nap-routine-grid article span,
.nap-related-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--nap-teal);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.page-nap-citations .nap-studio .nap-bridge-section {
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #062327 0%, #0a4f49 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.nap-bridge-card,
.nap-cta-card,
.nap-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.nap-bridge-card .nap-section-label,
.nap-cta-card .nap-section-label,
.nap-final-card .nap-section-label {
  color: var(--nap-cyan);
}

.nap-bridge-card h2,
.nap-cta-card h2,
.nap-final-card h2 {
  color: #ffffff;
}

.nap-bridge-card p:not(.nap-section-label),
.nap-cta-card p:not(.nap-section-label),
.nap-final-card p:not(.nap-section-label) {
  color: rgba(255, 255, 255, 0.72);
}

.nap-bridge-actions,
.nap-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 260px;
}

.nap-cta-section {
  background: var(--nap-paper);
}

.nap-cta-card {
  border-color: var(--nap-line);
  background:
    radial-gradient(620px 360px at 90% 0%, rgba(13, 111, 104, 0.14), transparent 62%),
    var(--nap-ink);
  box-shadow: var(--nap-shadow);
}

.nap-related-section {
  background: var(--nap-band);
  border-top: 1px solid var(--nap-line);
}

.nap-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nap-related-card {
  display: block;
  min-height: 230px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nap-related-card span {
  margin-bottom: 38px;
}

.nap-faq-section {
  background: var(--nap-paper);
}

.nap-faq-list {
  display: grid;
  gap: 10px;
}

.nap-faq-item {
  overflow: hidden;
}

.nap-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--nap-ink);
  font-weight: 900;
  list-style: none;
}

.nap-faq-item summary::-webkit-details-marker {
  display: none;
}

.nap-faq-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--nap-teal);
  border-bottom: 2px solid var(--nap-teal);
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.nap-faq-item[open] summary::after {
  transform: rotate(225deg);
}

.nap-faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--nap-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.nap-final-section {
  padding: 84px 0;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #062327 0%, #073c3c 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.nap-final-card {
  grid-template-columns: 1fr;
  max-width: 940px;
}

.nap-final-card .btn {
  justify-self: start;
  margin-top: 4px;
}

body.page-nap-citations .footer {
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    #062327;
  background-size: 72px 72px, 72px 72px, auto;
}

@media (hover: hover) {
  .nap-process-flow article:hover,
  .nap-priority-grid article:hover,
  .nap-routine-grid article:hover,
  .nap-related-card:hover,
  .nap-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 111, 104, 0.24);
    box-shadow: var(--nap-shadow);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nap-related-card,
  .nap-process-flow article,
  .nap-priority-grid article,
  .nap-routine-grid article,
  .nap-faq-item {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .nap-hero-grid,
  .nap-section-grid,
  .nap-audit-grid,
  .nap-warning-grid {
    grid-template-columns: 1fr;
  }

  .nap-section-copy {
    position: static;
  }

  .nap-hero h1 {
    font-size: 3.65rem;
  }

  .nap-data-board {
    max-width: none;
  }

  .nap-priority-grid,
  .nap-routine-grid,
  .nap-related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  body.page-nap-citations main#main {
    padding-top: 96px;
  }

  .nap-hero {
    padding-top: 54px;
  }
}

@media (max-width: 780px) {
  .nap-hero h1 {
    font-size: 3rem;
    line-height: 1.04;
  }

  .nap-proof-row,
  .nap-process-flow,
  .nap-priority-grid,
  .nap-routine-grid,
  .nap-related-grid {
    grid-template-columns: 1fr;
  }

  .nap-proof-row div {
    border-right: 0;
    border-top: 1px solid var(--nap-soft-line);
  }

  .nap-proof-row div:first-child {
    border-top: 0;
  }

  .nap-format-row {
    grid-template-columns: 1fr;
  }

  .nap-format-row.is-head {
    display: none;
  }

  .nap-format-row span {
    border-left: 0;
  }

  .nap-format-row span:nth-child(1) {
    background: rgba(13, 111, 104, 0.08);
  }

  .nap-format-row span:nth-child(2)::before,
  .nap-format-row span:nth-child(3)::before {
    display: block;
    margin-bottom: 6px;
    color: var(--nap-teal);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .nap-format-row span:nth-child(2)::before {
    content: "Entscheidung";
  }

  .nap-format-row span:nth-child(3)::before {
    content: "Worauf achten?";
  }

  .nap-bridge-card,
  .nap-cta-card {
    grid-template-columns: 1fr;
  }

  .nap-bridge-actions,
  .nap-cta-actions {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  body.page-nap-citations {
    background-size: 58px 58px, 58px 58px, auto;
  }

  body.page-nap-citations main#main {
    padding-top: 88px;
  }

  .nap-hero {
    padding: 38px 0 52px;
  }

  .nap-hero h1 {
    font-size: 2.36rem;
  }

  .nap-hero-lead {
    font-size: 1.01rem;
    line-height: 1.66;
  }

  .nap-hero-actions,
  .nap-bridge-actions,
  .nap-cta-actions {
    align-items: stretch;
  }

  .nap-hero-actions .btn,
  .nap-bridge-actions .btn,
  .nap-cta-actions .btn,
  .nap-final-card .btn {
    width: 100%;
  }

  .nap-data-board,
  .nap-principle-card,
  .nap-bridge-card,
  .nap-cta-card,
  .nap-final-card {
    padding: 20px;
  }

  .nap-principle-card {
    grid-template-columns: 1fr;
  }

  .nap-board-header {
    display: grid;
  }

  .nap-board-header strong {
    text-align: left;
  }

  .nap-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nap-source-grid div {
    min-height: 0;
    padding: 14px 12px;
  }

  .nap-source-dot {
    margin-bottom: 12px;
  }

  .nap-proof-row div {
    min-height: 0;
    padding: 12px;
  }

  .nap-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nap-proof-row div {
    border-top: 0;
    border-right: 1px solid var(--nap-soft-line);
  }

  .nap-proof-row div:last-child {
    border-right: 0;
  }

  .nap-proof-row strong {
    font-size: 0.98rem;
  }

  .nap-proof-row span {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .nap-master-list div {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .nap-principle-card h2,
  .nap-section h2,
  .nap-final-card h2 {
    font-size: 2.05rem;
    line-height: 1.08;
  }

  .nap-section {
    padding: 66px 0;
  }

  .nap-section-grid,
  .nap-audit-grid,
  .nap-warning-grid {
    gap: 30px;
  }

  .nap-section-head {
    margin-bottom: 28px;
  }

  .nap-process-flow article,
  .nap-priority-grid article,
  .nap-routine-grid article,
  .nap-related-card {
    min-height: 0;
    padding: 20px;
  }

  .nap-routine-grid article span,
  .nap-related-card span {
    margin-bottom: 24px;
  }

  .nap-audit-steps li {
    min-height: 0;
    padding: 18px 18px 18px 64px;
  }

  .nap-audit-steps li::before {
    left: 18px;
    top: 18px;
    width: 32px;
    height: 32px;
  }

  .nap-faq-item summary {
    padding: 16px 18px;
  }

  .nap-faq-item p {
    padding: 0 18px 18px;
  }

  .nap-final-section {
    padding: 66px 0;
  }
}

@media (max-width: 390px) {
  .nap-hero h1 {
    font-size: 2.08rem;
  }

  .nap-principle-card h2,
  .nap-section h2,
  .nap-final-card h2 {
    font-size: 1.86rem;
  }

  .nap-proof-row div {
    padding: 16px;
  }

  .nap-audit-steps li {
    padding-left: 18px;
  }

  .nap-audit-steps li::before {
    position: static;
    margin-bottom: 12px;
  }
}
