.nb-landings{
  margin:0 0 22px;
  padding:24px;
  border-radius:30px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg, rgba(248,252,255,1) 0%, rgba(255,255,255,1) 100%);
  box-shadow:0 20px 46px rgba(15,23,42,.06);
}

.nb-landings-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  margin-bottom:18px;
}

.nb-landings-intro{max-width:780px;}

.nb-landings-eyebrow,
.nb-rhub-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(20,184,166,.10);
  color:#0f766e;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.01em;
  word-break:keep-all;
}

.nb-landings-head h2,
.nb-rhub-section h2{
  margin:10px 0 0;
  font-size:clamp(28px, 2.2vw, 38px);
  line-height:1.3;
  letter-spacing:-.04em;
  color:#0f172a;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.nb-landings-lead,
.nb-rhub-summary,
.nb-rhub-side-card p,
.nb-rhub-empty p,
.nb-rhub-section-head p{
  margin:12px 0 0;
  color:#475569;
  line-height:1.82;
  font-size:16px;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:pretty;
}

.nb-landings-update{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  color:#334155;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 22px rgba(15,23,42,.04);
  white-space:nowrap;
}

.nb-landing-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}

.nb-landing-card{
  padding:22px;
  border-radius:26px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.04);
}

.nb-landing-card h3{
  margin:14px 0 8px;
  font-size:26px;
  line-height:1.3;
  letter-spacing:-.03em;
  color:#0f172a;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.nb-landing-card p{
  margin:0;
  color:#64748b;
  line-height:1.75;
  font-size:15px;
  word-break:keep-all;
  text-wrap:pretty;
}

.nb-landing-links{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.nb-landing-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:56px;
  padding:0 16px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  text-decoration:none;
  color:#0f172a;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.nb-landing-link:hover,
.nb-landing-link:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.28);
  box-shadow:0 10px 22px rgba(13,148,136,.10);
  background:#fff;
}

.nb-landing-link strong{
  min-width:0;
  font-size:14px;
  font-weight:800;
  letter-spacing:-.02em;
  word-break:keep-all;
  text-wrap:balance;
}

.nb-landing-link span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:32px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#0f172a;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.nb-landing-more{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(15,23,42,.08);
}

.nb-landing-more summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  list-style:none;
  color:#0f766e;
  font-size:14px;
  font-weight:800;
}

.nb-landing-more summary::-webkit-details-marker{display:none;}
.nb-landing-more[open] summary{margin-bottom:12px;}

.nb-landing-more summary span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#0f172a;
  font-size:12px;
  font-weight:800;
}

.nb-rhub-page{
  background:linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}

.nb-rhub-wrap{
  width:min(1240px, calc(100% - 32px));
  margin:0 auto;
  padding:34px 0 72px;
}

.nb-rhub-hero{
  padding:30px;
  border-radius:32px;
  background:
    radial-gradient(circle at top right, rgba(34,197,94,.12), transparent 34%),
    radial-gradient(circle at top left, rgba(14,165,233,.10), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 26px 58px rgba(15,23,42,.08);
}

.nb-rhub-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  color:#64748b;
  font-size:13px;
  word-break:keep-all;
}

.nb-rhub-breadcrumb a{
  color:inherit;
  text-decoration:none;
}

.nb-rhub-breadcrumb a:hover,
.nb-rhub-breadcrumb a:focus-visible{text-decoration:underline;}

.nb-rhub-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:24px;
  margin-top:20px;
}

.nb-rhub-title{
  margin:16px 0 12px;
  color:#0f172a;
  font-size:clamp(34px, 4vw, 52px);
  line-height:1.18;
  letter-spacing:-.05em;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.nb-rhub-summary{font-size:17px; margin-top:0;}

.nb-rhub-points{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.nb-rhub-points li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#334155;
  line-height:1.75;
  font-size:15px;
  word-break:keep-all;
  text-wrap:pretty;
}

.nb-rhub-points li::before{
  content:"";
  flex:0 0 auto;
  width:10px;
  height:10px;
  margin-top:.6em;
  border-radius:999px;
  background:linear-gradient(135deg, #22c55e 0%, #06b6d4 100%);
  box-shadow:0 0 0 5px rgba(34,197,94,.12);
}

.nb-rhub-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.nb-rhub-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:-.02em;
  white-space:nowrap;
}

.nb-rhub-btn--primary{
  background:#0f172a;
  color:#fff;
  box-shadow:0 14px 28px rgba(15,23,42,.14);
}

.nb-rhub-btn--ghost{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  color:#0f172a;
}

.nb-rhub-stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

.nb-rhub-stat{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 30px rgba(15,23,42,.05);
}

.nb-rhub-stat label{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:800;
}

.nb-rhub-stat strong{
  display:block;
  margin-top:8px;
  color:#0f172a;
  font-size:clamp(24px, 2vw, 32px);
  letter-spacing:-.04em;
  word-break:keep-all;
  text-wrap:balance;
}

.nb-rhub-stat span{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-size:12px;
  line-height:1.55;
  word-break:keep-all;
  text-wrap:pretty;
}

.nb-rhub-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.nb-rhub-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  color:#0f172a;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 20px rgba(15,23,42,.04);
  white-space:nowrap;
}

.nb-rhub-chip span{
  color:#64748b;
  font-weight:700;
}

.nb-rhub-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,340px);
  gap:20px;
  margin-top:22px;
}

.nb-rhub-section,
.nb-rhub-side-card{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 16px 42px rgba(15,23,42,.06);
}

.nb-rhub-section + .nb-rhub-section{margin-top:18px;}

.nb-rhub-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.nb-rhub-section-head p{
  margin:0;
  max-width:420px;
  color:#64748b;
  line-height:1.78;
  font-size:15px;
}

.nb-rhub-notice-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.nb-rhub-notice-card{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.nb-rhub-notice-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.nb-rhub-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.nb-rhub-badge.is-open{background:#dcfce7;color:#166534;}
.nb-rhub-badge.is-closing{background:#fef3c7;color:#92400e;}
.nb-rhub-badge.is-upcoming{background:#dbeafe;color:#1d4ed8;}
.nb-rhub-badge.is-always{background:#e2e8f0;color:#334155;}
.nb-rhub-badge.is-closed{background:#fee2e2;color:#991b1b;}

.nb-rhub-note{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(15,23,42,.05);
  color:#64748b;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.nb-rhub-notice-title{
  margin:12px 0 0;
  font-size:20px;
  line-height:1.42;
  letter-spacing:-.03em;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.nb-rhub-notice-title a{
  color:#0f172a;
  text-decoration:none;
}

.nb-rhub-notice-title a:hover,
.nb-rhub-notice-title a:focus-visible{text-decoration:underline;}

.nb-rhub-notice-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.nb-rhub-notice-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  color:#334155;
  font-size:12px;
  line-height:1.4;
  word-break:keep-all;
}

.nb-rhub-notice-chip b{
  color:#0f172a;
  font-size:12px;
  font-weight:800;
}

.nb-rhub-notice-summary{
  margin-top:12px;
  color:#475569;
  line-height:1.72;
  font-size:14px;
  word-break:keep-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.nb-rhub-notice-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.nb-rhub-text-link,
.nb-rhub-service-link,
.nb-rhub-side-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  color:#0f172a;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease;
  white-space:nowrap;
}

.nb-rhub-text-link:hover,
.nb-rhub-service-link:hover,
.nb-rhub-side-link:hover,
.nb-rhub-text-link:focus-visible,
.nb-rhub-service-link:focus-visible,
.nb-rhub-side-link:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.28);
  box-shadow:0 10px 18px rgba(13,148,136,.08);
}

.nb-rhub-section-foot{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

.nb-rhub-sticky{
  position:sticky;
  top:calc(var(--nb-header-h, 78px) + 16px);
}

.nb-rhub-side-card h3{
  margin:14px 0 10px;
  font-size:24px;
  line-height:1.35;
  letter-spacing:-.03em;
  color:#0f172a;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.nb-rhub-side-card + .nb-rhub-side-card{margin-top:16px;}

.nb-rhub-side-list,
.nb-rhub-service-list,
.nb-rhub-side-notice-list{
  margin-top:16px;
  display:grid;
  gap:10px;
}

.nb-rhub-side-link,
.nb-rhub-service-link{
  width:100%;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  min-height:52px;
  border-radius:18px;
}

.nb-rhub-side-link strong,
.nb-rhub-service-link strong{
  min-width:0;
  font-size:14px;
  font-weight:800;
  color:#0f172a;
  text-align:left;
  word-break:keep-all;
}

.nb-rhub-side-link span,
.nb-rhub-service-link span{
  color:#64748b;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.nb-rhub-side-notice-link{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:start;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color:#0f172a;
  text-decoration:none;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.nb-rhub-side-notice-link:hover,
.nb-rhub-side-notice-link:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.28);
  box-shadow:0 10px 18px rgba(13,148,136,.08);
}

.nb-rhub-side-notice-link strong{
  min-width:0;
  font-size:14px;
  line-height:1.55;
  font-weight:800;
  color:#0f172a;
  word-break:keep-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.nb-rhub-side-date{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#334155;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.nb-rhub-empty{
  padding:24px;
  border-radius:24px;
  border:1px dashed rgba(15,23,42,.16);
  background:#fff;
}

@media (max-width: 1180px){
  .nb-landing-grid,
  .nb-rhub-hero-grid,
  .nb-rhub-layout,
  .nb-rhub-notice-list{
    grid-template-columns:1fr;
  }

  .nb-rhub-sticky{position:static;}
}

@media (max-width: 720px){
  .nb-landings,
  .nb-rhub-section,
  .nb-rhub-side-card,
  .nb-rhub-hero{
    padding:20px;
    border-radius:24px;
  }

  .nb-landings-head,
  .nb-rhub-section-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .nb-rhub-stats{grid-template-columns:1fr;}
  .nb-rhub-wrap{
    width:calc(100% - 24px);
    padding-top:22px;
  }

  .nb-landing-grid{grid-template-columns:1fr;}
  .nb-rhub-side-link,
  .nb-rhub-service-link{
    white-space:normal;
    text-align:left;
    align-items:flex-start;
  }

  .nb-landings-update{white-space:normal;}
}


/* === 2026-03-07 SaaS soft spacing + overflow hotfix === */
.nb-rhub-page{
  background:linear-gradient(180deg, #f8f9fa 0%, #f1f3f5 100%);
}
.nb-landings,
.nb-rhub-hero,
.nb-rhub-section,
.nb-rhub-side-card,
.nb-rhub-notice-card{
  background:#ffffff;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 16px 32px rgba(0,122,255,.03);
}
.nb-landings{padding:32px;}
.nb-landings-head{gap:28px;margin-bottom:24px;}
.nb-landing-grid{gap:28px;}
.nb-landing-card{
  padding:32px;
  border-radius:24px;
  box-shadow:0 16px 32px rgba(0,122,255,.03);
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.nb-landing-card:hover{
  transform:translateY(-5px);
  border-color:rgba(0,122,255,.12);
  box-shadow:0 24px 46px rgba(0,122,255,.08);
}
.nb-landing-link{
  min-height:60px;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.nb-landing-link:hover,
.nb-landing-link:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 20px 34px rgba(0,122,255,.08);
}
.nb-rhub-wrap{width:min(1280px, calc(100% - 40px));}
.nb-rhub-hero{padding:32px;}
.nb-rhub-layout{gap:28px;margin-top:28px;}
.nb-rhub-section,
.nb-rhub-side-card{padding:32px;}
.nb-rhub-section-head{gap:28px;margin-bottom:24px;}
.nb-rhub-notice-list{gap:24px;}
.nb-rhub-notice-card{
  padding:24px;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.nb-rhub-notice-card:hover{
  transform:translateY(-5px) scale(1.01);
  border-color:rgba(0,122,255,.12);
  box-shadow:0 26px 50px rgba(0,122,255,.08);
}
.nb-rhub-badge{border:1px solid transparent;}
.nb-rhub-badge.is-open{background:#ecfdf3;color:#1f7a49;border-color:rgba(31,122,73,.10);}
.nb-rhub-badge.is-closing{background:#fff5f5;color:#ff6b6b;border-color:rgba(255,107,107,.12);}
.nb-rhub-badge.is-upcoming{background:#eff6ff;color:#2563eb;border-color:rgba(37,99,235,.12);}
.nb-rhub-badge.is-always{background:#f1f3f5;color:#64748b;border-color:rgba(100,116,139,.10);}
.nb-rhub-badge.is-closed{background:#fff1f2;color:#e11d48;border-color:rgba(225,29,72,.10);}
.nb-rhub-note{background:#f1f3f5;color:#868e96;}
.nb-rhub-notice-title{font-size:clamp(24px, 2.2vw, 34px);line-height:1.34;}
.nb-rhub-notice-title a{color:#1a1a1a;}
.nb-rhub-notice-meta label{color:#94a3b8;font-size:12px;}
.nb-rhub-notice-meta span{color:#5f6b7a;font-size:13px;}
.nb-rhub-notice-chip{background:#f8fafc;color:#5f6b7a;}
.nb-rhub-notice-chip b{color:#1f2937;}
.nb-rhub-notice-summary{color:#5f6b7a;font-size:14px;}
.nb-rhub-text-link,
.nb-rhub-service-link,
.nb-rhub-side-link{transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;}
.nb-rhub-service-link,
.nb-rhub-side-link{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  justify-content:stretch;
}
.nb-rhub-side-link strong,
.nb-rhub-service-link strong{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nb-rhub-side-link span,
.nb-rhub-service-link span{
  white-space:nowrap;
}
.nb-rhub-side-notice-link{
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.nb-rhub-side-notice-link:hover,
.nb-rhub-side-notice-link:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 20px 34px rgba(0,122,255,.08);
}
@media (max-width: 720px){
  .nb-landings,
  .nb-rhub-hero,
  .nb-rhub-section,
  .nb-rhub-side-card{padding:24px;}
  .nb-landing-card{padding:24px;}
  .nb-landings-head,
  .nb-rhub-section-head{gap:16px;}
}

/* ===== 2026-03-07 side rail overflow and SaaS polish ===== */
.nb-landings,
.nb-rhub-hero,
.nb-rhub-section,
.nb-rhub-side-card{
  border-radius:24px;
  box-shadow:0 16px 32px rgba(0,122,255,.03);
}

.nb-landing-card,
.nb-rhub-notice-card{
  border-radius:24px;
}

.nb-rhub-side-link,
.nb-rhub-service-link,
.nb-rhub-side-notice-link{
  transition:all .3s ease-in-out;
}

.nb-rhub-side-link strong,
.nb-rhub-service-link strong,
.nb-rhub-side-notice-link strong{
  min-width:0;
}

.nb-rhub-side-link strong,
.nb-rhub-service-link strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.nb-rhub-side-link span,
.nb-rhub-service-link span{
  overflow:hidden;
  text-overflow:ellipsis;
}

.nb-rhub-notice-card:hover,
.nb-rhub-side-link:hover,
.nb-rhub-service-link:hover,
.nb-rhub-side-notice-link:hover{
  transform:translateY(-5px);
}

@media (max-width: 960px){
  .nb-rhub-side-link strong,
  .nb-rhub-service-link strong{
    white-space:normal;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
}

/* ===== 2026-03-08 resources index: search-first hero & compact shortcuts ===== */
.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card{
  margin-bottom:18px;
  padding:28px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:32px;
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.08), transparent 28%),
    radial-gradient(circle at top left, rgba(34,197,94,.06), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.96) 100%);
  box-shadow:0 28px 68px rgba(15,23,42,.08);
}

.sw-wrap[data-page="resources-index"] .sw-filters-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}

.sw-wrap[data-page="resources-index"] .sw-filters-hero-copy{
  max-width:760px;
}

.sw-wrap[data-page="resources-index"] .sw-filters-eyebrow,
.sw-wrap[data-page="resources-index"] .sw-shortcuts-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(20,184,166,.10);
  color:#0f766e;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.01em;
}

.sw-wrap[data-page="resources-index"] .sw-filters-title{
  margin:12px 0 0;
  font-size:clamp(32px, 3vw, 44px);
  line-height:1.2;
  letter-spacing:-.05em;
  color:#0f172a;
  word-break:keep-all;
  text-wrap:balance;
}

.sw-wrap[data-page="resources-index"] .sw-filters-desc,
.sw-wrap[data-page="resources-index"] .sw-shortcuts-desc,
.sw-wrap[data-page="resources-index"] .sw-shortcut-info p{
  margin:12px 0 0;
  color:#64748b;
  font-size:15px;
  line-height:1.75;
  letter-spacing:-.01em;
  word-break:keep-all;
  text-wrap:pretty;
}

.sw-wrap[data-page="resources-index"] .sw-filters-update{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.92);
  color:#334155;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.sw-wrap[data-page="resources-index"] .sw-row.sw-filters-top{
  gap:16px;
  align-items:stretch;
}

.sw-wrap[data-page="resources-index"] .sw-actions{
  align-items:stretch;
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-searchbox{
  min-height:64px;
  height:64px;
  padding:0 18px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 20px 46px rgba(15,23,42,.08);
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-searchbox:focus-within{
  background:#fff;
  border-color:rgba(14,165,233,.42);
  box-shadow:0 0 0 4px rgba(14,165,233,.12), 0 22px 46px rgba(15,23,42,.10);
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-searchbox input{
  font-size:15px;
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-actions{
  gap:10px;
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-pills-wrap{
  margin-top:18px;
  padding:16px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.06);
  background:rgba(255,255,255,.78);
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-pills-row{
  padding:14px 16px;
  border-radius:18px;
}

.sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-hint{
  margin-top:12px;
  color:#475569;
}

.sw-wrap[data-page="resources-index"] .sw-shortcuts{
  margin-bottom:18px;
  padding:24px 28px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:28px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 42px rgba(15,23,42,.06);
}

.sw-wrap[data-page="resources-index"] .sw-shortcuts-head{
  margin-bottom:18px;
}

.sw-wrap[data-page="resources-index"] .sw-shortcuts-title{
  margin:12px 0 0;
  font-size:clamp(24px, 2.2vw, 32px);
  line-height:1.3;
  letter-spacing:-.04em;
  color:#0f172a;
  word-break:keep-all;
  text-wrap:balance;
}

.sw-wrap[data-page="resources-index"] .sw-shortcuts-rows{
  display:grid;
  gap:16px;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-row{
  display:grid;
  grid-template-columns:minmax(0, 230px) minmax(0, 1fr);
  gap:18px;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.06);
  background:linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-info{
  display:grid;
  align-content:start;
  gap:10px;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-kicker::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, #00c6ff 0%, #10b981 100%);
  box-shadow:0 0 0 5px rgba(0,198,255,.10);
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-info p{
  margin:0;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-chips,
.sw-wrap[data-page="resources-index"] .sw-shortcut-more-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-content:flex-start;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  text-decoration:none;
  color:#0f172a;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-chip:hover,
.sw-wrap[data-page="resources-index"] .sw-shortcut-chip:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(14,165,233,.28);
  box-shadow:0 12px 24px rgba(14,165,233,.10);
  background:#fff;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-chip strong{
  display:block;
  min-width:0;
  max-width:24ch;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px;
  font-weight:800;
  letter-spacing:-.02em;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-chip span,
.sw-wrap[data-page="resources-index"] .sw-shortcut-more summary span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#0f172a;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-more{
  display:block;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-more summary{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  color:#0f766e;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-more summary::-webkit-details-marker{
  display:none;
}

.sw-wrap[data-page="resources-index"] .sw-shortcut-more[open] summary{
  margin-bottom:10px;
}

@media (max-width: 1100px){
  .sw-wrap[data-page="resources-index"] .sw-shortcut-row{
    grid-template-columns:1fr;
  }
}

@media (max-width: 960px){
  .sw-wrap[data-page="resources-index"] .sw-filters-hero{
    flex-direction:column;
    align-items:flex-start;
  }

  .sw-wrap[data-page="resources-index"] .sw-row.sw-filters-top{
    flex-direction:column;
    align-items:stretch;
  }

  .sw-wrap[data-page="resources-index"] .sw-actions{
    margin-left:0;
    width:100%;
    justify-content:flex-start;
  }
}

@media (max-width: 720px){
  .sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card,
  .sw-wrap[data-page="resources-index"] .sw-shortcuts{
    padding:20px;
    border-radius:24px;
  }

  .sw-wrap[data-page="resources-index"] .sw-filters-title{
    font-size:28px;
  }

  .sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-searchbox{
    min-height:58px;
    height:58px;
    border-radius:18px;
  }

  .sw-wrap[data-page="resources-index"] .sw-card.sw-filters.sw-filters-hero-card .sw-pills-wrap{
    padding:12px;
    border-radius:18px;
  }

  .sw-wrap[data-page="resources-index"] .sw-shortcut-row{
    padding:16px;
    border-radius:20px;
  }

  .sw-wrap[data-page="resources-index"] .sw-shortcut-chip strong{
    max-width:none;
    white-space:normal;
  }
}

/* 2026-03-08 | recommendation card title readability */
.nb-rhub-notice-title{
  font-size:clamp(18px, 1.45vw, 24px) !important;
  line-height:1.38 !important;
  letter-spacing:-.028em !important;
}

@media (max-width: 900px){
  .nb-rhub-notice-title{
    font-size:clamp(18px, 4.8vw, 22px) !important;
  }
}


.nb-guide-entry-summary{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  min-width:260px;
}

.nb-guide-entry-stat{
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.08);
  background:#ffffff;
  box-shadow:0 10px 22px rgba(15,23,42,.04);
}

.nb-guide-entry-stat strong{
  display:block;
  color:#0f172a;
  font-size:clamp(24px, 2vw, 30px);
  letter-spacing:-.04em;
}

.nb-guide-entry-stat span{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:12px;
  line-height:1.55;
  word-break:keep-all;
}

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

.nb-guide-entry-card{
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.nb-guide-entry-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.nb-guide-entry-badge,
.nb-guide-entry-count{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

.nb-guide-entry-badge{
  background:rgba(20,184,166,.10);
  color:#0f766e;
}

.nb-guide-entry-count{
  background:rgba(15,23,42,.05);
  color:#334155;
}

.nb-guide-entry-card h3{
  margin:14px 0 0;
  font-size:22px;
  line-height:1.42;
  letter-spacing:-.03em;
  word-break:keep-all;
  text-wrap:balance;
}

.nb-guide-entry-card h3 a{
  color:#0f172a;
  text-decoration:none;
}

.nb-guide-entry-card h3 a:hover,
.nb-guide-entry-card h3 a:focus-visible{
  text-decoration:underline;
}

.nb-guide-entry-card p{
  margin:12px 0 0;
  color:#64748b;
  line-height:1.75;
  font-size:15px;
  word-break:keep-all;
  text-wrap:pretty;
}

.nb-guide-entry-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.nb-guide-entry-meta span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  color:#475569;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}

.nb-guide-entry-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.nb-guide-entry-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.nb-guide-entry-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  color:#0f172a;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 20px rgba(15,23,42,.04);
  white-space:nowrap;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease, background .14s ease;
}

.nb-guide-entry-chip span{
  color:#64748b;
  font-weight:800;
}

.nb-guide-entry-chip:hover,
.nb-guide-entry-chip:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.28);
  box-shadow:0 10px 22px rgba(13,148,136,.10);
  background:#ffffff;
}

.nb-guide-entry-bottom{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

@media (max-width: 1180px){
  .nb-guide-entry-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .nb-guide-entry-summary{
    min-width:0;
  }
}

@media (max-width: 820px){
  .nb-guide-entry-grid{
    grid-template-columns:1fr;
  }
  .nb-guide-entry-summary{
    width:100%;
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 640px){
  .nb-guide-entry-summary{
    grid-template-columns:1fr;
  }
}

/* ===== 2026-03-09 keyword page above-the-fold compact hero ===== */
.nb-rhub-wrap{
  width:min(1280px, calc(100% - 36px));
  padding:24px 0 64px;
}

.nb-rhub-hero{
  padding:24px;
  border-radius:28px;
}

.nb-rhub-hero-grid{
  gap:20px;
  margin-top:16px;
}

.nb-rhub-title{
  margin:14px 0 10px;
  font-size:clamp(32px, 3.8vw, 48px);
  line-height:1.16;
}

.nb-rhub-summary{
  font-size:16px;
  line-height:1.72;
}

.nb-rhub-points{
  margin-top:14px;
  gap:10px;
}

.nb-rhub-points li{
  font-size:15px;
  line-height:1.66;
}

.nb-rhub-actions{
  margin-top:18px;
}

.nb-rhub-stats{
  gap:10px;
}

.nb-rhub-stat{
  padding:16px;
  border-radius:20px;
}

.nb-rhub-stat strong{
  font-size:clamp(22px, 1.9vw, 30px);
  margin-top:6px;
}

.nb-rhub-stat span{
  margin-top:4px;
}

.nb-rhub-chips{
  gap:8px;
  margin-top:12px;
}

.nb-rhub-chip{
  min-height:36px;
  padding:0 12px;
  font-size:12px;
}

.nb-rhub-layout{
  margin-top:18px;
}

@media (max-width:1180px){
  .nb-rhub-wrap{
    width:calc(100% - 28px);
  }
}

@media (max-width:720px){
  .nb-rhub-wrap{
    width:calc(100% - 24px);
    padding-top:20px;
  }

  .nb-rhub-hero,
  .nb-rhub-section,
  .nb-rhub-side-card{
    padding:20px;
  }
}
