.nbwfc-field-note {
  display: block;
  margin-top: 7px;
  color: #766774;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.nbwfc-message {
  margin: 12px 0;
  padding: 15px 16px;
  border-radius: 12px;
  background: #fff7fa;
  color: #35252f;
  line-height: 1.7;
}

.nbwfc-next {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nbwfc-next .cbwl-btn {
  width: auto;
}

.cbwl-check-button:disabled {
  cursor: wait;
  opacity: .68;
}

.nbwfc-action-card {
  max-width: 1120px;
  margin: 34px auto 72px;
  padding: 0 20px;
}

.nbwfc-action-inner {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid #eadde4;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff 0%, #fff7fa 58%, #f7edf3 100%);
  box-shadow: 0 18px 50px rgba(53, 22, 40, .08);
}

.nbwfc-action-inner::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  background: rgba(218, 49, 112, .08);
}

.nbwfc-action-kicker,
.nbwfc-guide-kicker {
  margin: 0 0 10px;
  color: #d82f70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.nbwfc-action-inner h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #221722;
  font-size: clamp(25px, 4vw, 42px);
  line-height: 1.35;
}

.nbwfc-action-lead {
  max-width: 850px;
  margin: 0 0 22px;
  color: #51434c;
  line-height: 1.9;
}

.nbwfc-action-warning {
  display: flex;
  gap: 14px;
  max-width: 850px;
  margin: 0 0 26px;
  padding: 16px 18px;
  border-left: 4px solid #2a1825;
  background: #fff;
  color: #463841;
  line-height: 1.7;
}

.nbwfc-action-warning strong { flex: 0 0 auto; color: #d82f70; }
.nbwfc-action-link { position: relative; z-index: 1; display: inline-flex; }

.nbwfc-guide {
  --guide-ink: #211720;
  --guide-muted: #665862;
  --guide-pink: #d82f70;
  max-width: 1120px;
  margin: 0 auto 80px;
  padding: 18px 20px 0;
  color: var(--guide-ink);
}

.nbwfc-guide-page #sidebar,
.nbwfc-guide-page .sidebar { display: none !important; }
.nbwfc-guide-page #main { width: 100% !important; max-width: none !important; }
.nbwfc-guide-page .entry-title { display: none; }

.nbwfc-guide * { box-sizing: border-box; }

.nbwfc-guide-hero {
  padding: clamp(48px, 9vw, 104px) clamp(24px, 7vw, 78px);
  border-radius: 30px;
  background: radial-gradient(circle at 88% 18%, rgba(218,47,112,.22), transparent 26%), #291c28;
  color: #fff;
}

.nbwfc-guide-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.25;
  letter-spacing: -.02em;
}

.nbwfc-guide-hero h1 em { color: #ff77aa; font-style: normal; }
.nbwfc-guide-hero > p:not(.nbwfc-guide-kicker) { max-width: 780px; margin: 0; color: #eee5eb; font-size: 17px; line-height: 2; }
.nbwfc-guide-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.nbwfc-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
}

.nbwfc-guide-btn.primary { background: var(--guide-pink); color: #fff; }
.nbwfc-guide-btn.ghost { border: 1px solid rgba(255,255,255,.38); color: #fff; }

.nbwfc-guide-section {
  padding: clamp(52px, 8vw, 88px) clamp(8px, 5vw, 52px);
  border-bottom: 1px solid #eadfe5;
}

.nbwfc-guide-section h2 {
  max-width: 900px;
  margin: 0 0 24px;
  color: var(--guide-ink);
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.45;
}

.nbwfc-guide-section > p:not(.nbwfc-guide-kicker):not(.nbwfc-guide-disclaimer) {
  max-width: 880px;
  color: var(--guide-muted);
  font-size: 16px;
  line-height: 2;
}

.nbwfc-guide-evidence,
.nbwfc-guide-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.nbwfc-guide-evidence > div,
.nbwfc-guide-routes article {
  padding: 24px;
  border: 1px solid #eadde4;
  border-radius: 18px;
  background: #fff;
}

.nbwfc-guide-evidence strong,
.nbwfc-guide-evidence span { display: block; }
.nbwfc-guide-evidence strong { margin-bottom: 7px; color: var(--guide-pink); }
.nbwfc-guide-evidence span { color: var(--guide-muted); line-height: 1.7; }
.nbwfc-guide-routes article > span { color: var(--guide-pink); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.nbwfc-guide-routes h3 { margin: 10px 0 12px; color: var(--guide-ink); font-size: 21px; }
.nbwfc-guide-routes p { margin: 0; color: var(--guide-muted); line-height: 1.85; }

.nbwfc-guide-timeline { display: grid; gap: 18px; margin-top: 36px; }
.nbwfc-guide-timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid #eadfe5;
  border-radius: 18px;
  background: #fff;
}
.nbwfc-guide-timeline article > b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff0f6;
  color: var(--guide-pink);
  font-size: 17px;
}
.nbwfc-guide-timeline h3 { margin: 1px 0 10px; color: var(--guide-ink); font-size: 21px; }
.nbwfc-guide-timeline p { margin: 0; color: var(--guide-muted); line-height: 1.85; }
.nbwfc-guide-timeline small { display: block; margin-top: 10px; color: #7a6c75; line-height: 1.7; }
.nbwfc-guide-letter { border-color: #e7b9cc !important; background: #fff7fa !important; }
.nbwfc-guide-letter strong { display: block; margin: 14px 0 8px; color: #b32059; font-size: 18px; }
.nbwfc-guide-reveal { border: 2px solid var(--guide-pink) !important; }
.nbwfc-guide-revealed { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 18px 0; }
.nbwfc-guide-revealed span { padding: 14px; border-radius: 10px; background: #291c28; color: #fff; text-align: center; font-weight: 800; }
.nbwfc-guide-consequence { border-top: 6px solid #291c28; background: #fff7fa; }
.nbwfc-guide-before-after { display: grid; grid-template-columns: 1fr 44px 1fr; gap: 14px; align-items: stretch; margin: 30px 0; }
.nbwfc-guide-before-after article { padding: 24px; border: 1px solid #e5cbd8; border-radius: 16px; background: #fff; }
.nbwfc-guide-before-after article:last-child { border: 2px solid var(--guide-pink); }
.nbwfc-guide-before-after span { color: var(--guide-pink); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.nbwfc-guide-before-after strong { display: block; margin: 8px 0 10px; color: var(--guide-ink); font-size: 21px; }
.nbwfc-guide-before-after p { margin: 0; color: var(--guide-muted); line-height: 1.8; }
.nbwfc-guide-before-after i { display: grid; place-items: center; color: var(--guide-pink); font-size: 28px; font-style: normal; font-weight: 900; }
.nbwfc-guide-consequence-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.nbwfc-guide-consequence-list article { padding: 22px; border-radius: 14px; background: #291c28; color: #fff; }
.nbwfc-guide-consequence-list strong { display: block; margin-bottom: 9px; color: #ff8ab7; font-size: 18px; }
.nbwfc-guide-consequence-list p { margin: 0; color: #eee5eb; line-height: 1.75; }
.nbwfc-guide-accuracy { margin-top: 18px !important; padding: 16px 18px; border-left: 4px solid #9b8b94; background: #fff; color: #6e6269 !important; font-size: 12px; line-height: 1.8 !important; }
.nbwfc-guide-linking { background: #fff; }
.nbwfc-guide-link-flow { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; gap: 8px; align-items: center; margin: 28px 0; }
.nbwfc-guide-link-flow span, .nbwfc-guide-link-flow strong { padding: 18px 12px; border-radius: 12px; text-align: center; }
.nbwfc-guide-link-flow span { background: #f6edf2; color: #574650; font-weight: 700; }
.nbwfc-guide-link-flow strong { background: var(--guide-pink); color: #fff; }
.nbwfc-guide-link-flow b { color: var(--guide-pink); text-align: center; font-size: 24px; }
.nbwfc-guide-caution { padding: 22px; border: 1px solid #e5cbd8; border-radius: 14px; background: #fff9fb; }
.nbwfc-guide-caution strong { color: #8f1746; }
.nbwfc-guide-caution p { margin: 8px 0 0; color: var(--guide-muted); font-size: 13px; line-height: 1.8; }
.nbwfc-guide-worst { background: #291c28; color: #fff; }
.nbwfc-guide-worst h2 { color: #fff; }
.nbwfc-guide-worst-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.nbwfc-guide-worst-grid article { padding: 26px; border: 1px solid #5b4655; border-radius: 16px; background: #352631; }
.nbwfc-guide-worst-grid span { color: #ff8ab7; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.nbwfc-guide-worst-grid h3 { margin: 8px 0 18px; color: #fff; font-size: 22px; }
.nbwfc-guide-worst-grid ol { display: grid; gap: 10px; margin: 0; padding-left: 1.4em; color: #eee5eb; line-height: 1.7; }
.nbwfc-guide-impact { margin: 18px 0 0 !important; padding: 20px; border-left: 4px solid #ff5f9c; background: #21171f; color: #f2eaf0 !important; font-weight: 700; line-height: 1.9 !important; }
.nbwfc-guide-cases { background: #fff7fa; }
.nbwfc-guide-case-grid { display: grid; gap: 14px; margin-top: 30px; }
.nbwfc-guide-case-grid article { padding: 26px; border: 1px solid #e5cbd8; border-left: 6px solid var(--guide-pink); border-radius: 16px; background: #fff; }
.nbwfc-guide-case-grid span, .nbwfc-guide-scene-grid span { color: var(--guide-pink); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.nbwfc-guide-case-grid h3, .nbwfc-guide-scene-grid h3 { margin: 8px 0 12px; color: var(--guide-ink); font-size: 21px; }
.nbwfc-guide-case-grid p, .nbwfc-guide-scene-grid p { margin: 0; color: var(--guide-muted); line-height: 1.8; }
.nbwfc-guide-case-grid strong { display: block; margin-top: 14px; color: #8f1746; }
.nbwfc-guide-case-grid a { display: inline-block; margin-top: 12px; color: #a71f55; font-size: 13px; font-weight: 700; }
.nbwfc-guide-losses { background: linear-gradient(145deg, #fff8fb, #fff); }
.nbwfc-guide-loss-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.nbwfc-guide-loss-grid article { position: relative; padding: 26px 24px 24px 72px; border: 1px solid #ead4df; border-radius: 16px; background: #fff; }
.nbwfc-guide-loss-grid span { position: absolute; top: 24px; left: 22px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #2b1722; color: #fff; font-size: 12px; font-weight: 900; }
.nbwfc-guide-loss-grid h3 { margin: 0 0 9px; color: var(--guide-ink); font-size: 20px; }
.nbwfc-guide-loss-grid p { margin: 0; color: var(--guide-muted); line-height: 1.8; }
.nbwfc-guide-scene-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.nbwfc-guide-scene-grid article { padding: 24px; border: 1px solid #eadfe5; border-radius: 16px; background: #fff; }
.nbwfc-guide-scene-grid strong { display: block; margin-top: 15px; padding-top: 14px; border-top: 1px solid #eadfe5; color: #8f1746; line-height: 1.7; }
.nbwfc-guide-scene-grid small { display: block; margin-top: 9px; color: #7a6c75; line-height: 1.7; }

.nbwfc-guide-cost { background: #fff7fa; }
.nbwfc-guide-cost ol { display: grid; gap: 12px; margin: 32px 0; padding: 0; list-style: none; counter-reset: cost; }
.nbwfc-guide-cost li { counter-increment: cost; display: grid; grid-template-columns: 42px 210px 1fr; gap: 14px; align-items: start; padding: 19px; border-radius: 14px; background: #fff; }
.nbwfc-guide-cost li::before { content: counter(cost, decimal-leading-zero); color: var(--guide-pink); font-weight: 900; }
.nbwfc-guide-cost li span { color: var(--guide-muted); line-height: 1.7; }
.nbwfc-guide-note { padding: 20px; border: 1px solid #e5cbd8; border-radius: 14px; color: #574650; line-height: 1.8; }

.nbwfc-guide-dark {
  margin: 0 calc(clamp(8px, 5vw, 52px) * -1);
  padding-right: clamp(28px, 8vw, 100px);
  padding-left: clamp(28px, 8vw, 100px);
  background: #251923;
}
.nbwfc-guide-dark h2 { color: #fff; }
.nbwfc-guide-dark > p:not(.nbwfc-guide-kicker) { color: #dfd3da !important; }
.nbwfc-guide-dark-emphasis { padding-left: 18px; border-left: 4px solid #ff5f9c; font-weight: 800; }
.nbwfc-guide-checks { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 32px; }
.nbwfc-guide-checks span { padding: 10px 14px; border-radius: 999px; background: #fff2f7; color: #6c304b; font-size: 13px; font-weight: 700; }
.nbwfc-guide-sources ul { padding-left: 1.2em; line-height: 2; }
.nbwfc-guide-sources a { color: #a71f55; }
.nbwfc-guide-disclaimer { margin-top: 32px; padding-top: 22px; border-top: 1px solid #eadfe5; color: #80737b; font-size: 12px; line-height: 1.8; }

@media (max-width: 680px) {
  .cbwl .cbwl-hero-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  .cbwl .cbwl-hero-copy {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .cbwl .cbwl-hero-visual {
    width: 100%;
    max-width: none;
    margin: 48px 0 0 !important;
    position: relative;
    z-index: 1;
  }

  .cbwl .cbwl-visual-card,
  .cbwl .cbwl-flipbook {
    width: 100%;
  }

  .cbwl .cbwl-hero-actions {
    margin-bottom: 0;
  }

  .nbwfc-next {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nbwfc-next .cbwl-btn {
    width: 100%;
  }

  .nbwfc-action-card { margin: 24px auto 52px; padding: 0 14px; }
  .nbwfc-action-inner { border-radius: 20px; }
  .nbwfc-action-warning { display: block; }
  .nbwfc-action-warning strong { display: block; margin-bottom: 6px; }
  .nbwfc-action-link { width: 100%; text-align: center; }
  .nbwfc-guide { padding: 8px 12px 0; }
  .nbwfc-guide-hero { border-radius: 22px; }
  .nbwfc-guide-hero-actions { display: grid; }
  .nbwfc-guide-evidence,
  .nbwfc-guide-routes { grid-template-columns: 1fr; }
  .nbwfc-guide-cost li { grid-template-columns: 34px 1fr; }
  .nbwfc-guide-cost li span { grid-column: 2; }
  .nbwfc-guide-timeline article { grid-template-columns: 40px 1fr; gap: 12px; padding: 20px 16px; }
  .nbwfc-guide-timeline article > b { width: 38px; height: 38px; font-size: 14px; }
  .nbwfc-guide-revealed { grid-template-columns: 1fr; }
  .nbwfc-guide-before-after { grid-template-columns: 1fr; }
  .nbwfc-guide-before-after i { transform: rotate(90deg); }
  .nbwfc-guide-consequence-list { grid-template-columns: 1fr; }
  .nbwfc-guide-link-flow { grid-template-columns: 1fr; }
  .nbwfc-guide-link-flow b { transform: rotate(90deg); }
  .nbwfc-guide-worst-grid { grid-template-columns: 1fr; }
  .nbwfc-guide-scene-grid { grid-template-columns: 1fr; }
  .nbwfc-guide-loss-grid { grid-template-columns: 1fr; }
  .nbwfc-guide-dark { margin-right: -12px; margin-left: -12px; }
}
