.page-home .nb-home-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(1180px 620px at 8% 0%, rgba(46,163,255,.17), transparent 56%),
    radial-gradient(920px 520px at 100% 6%, rgba(29,214,144,.15), transparent 52%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fb 52%, #f8fafc 100%);
}

.page-home #heroCanvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:.34;
  mix-blend-mode:multiply;
}

.page-home .nb-home-hero-dim{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(248,250,252,.88) 46%, rgba(248,250,252,.96) 100%);
}

.page-home .nb-home-hero-inner--search{
  position:relative;
  z-index:1;
  width:min(1440px, calc(100% - 40px));
  margin:0 auto;
  padding:calc(var(--nb-header-h, 92px) + 42px) 0 50px;
}

.page-home .nb-home-mark{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:18px;
  max-width:1280px;
  margin:0 auto;
}

.page-home .nb-home-brandline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.page-home .nb-home-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:84px;
  height:84px;
  border-radius:20px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 10px 30px rgba(0,0,0,.05), 0 24px 60px rgba(15,23,42,.05);
  backdrop-filter:blur(12px);
}

.page-home .nb-home-logo-img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
  filter:none;
}

.page-home .nb-home-title{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  line-height:.96;
}

.page-home .nb-home-title-grad{
  font-size:clamp(58px, 9vw, 122px);
  letter-spacing:-.06em;
  text-shadow:none;
}

.page-home .nb-typed-cursor{background:rgba(15,23,42,.42);}
.page-home .nb-typed-cursor--sm{background:rgba(15,23,42,.34);}

.page-home .nb-home-tagline{
  margin:0;
  color:#1f2937;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
}

.page-home .nb-home-hub-head p,
.page-home .nb-home-hub-card p,
.page-home .nb-home-panel-card p{
  margin:0;
  color:#475569;
  font-size:clamp(17px, 1.35vw, 19px);
  line-height:1.84;
  letter-spacing:-.02em;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:pretty;
}

.page-home .nb-home-search-form{
  position:relative;
  isolation:isolate;
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:14px;
  width:min(1280px, 100%);
  padding:14px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.72);
  background:rgba(255,255,255,.62);
  box-shadow:0 10px 30px rgba(0,0,0,.05), 0 24px 60px rgba(15,23,42,.08);
  backdrop-filter:blur(16px) saturate(165%);
}

.page-home .nb-home-search-field{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 18px;
  border-radius:22px;
  border:1px solid rgba(15,23,42,.06);
  background:rgba(255,255,255,.92);
  min-height:64px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.page-home .nb-home-search-icon{
  width:18px;
  height:18px;
  color:#64748b;
}

.page-home .nb-home-search-field input{
  width:100%;
  height:56px;
  border:0;
  background:transparent;
  color:#0f172a;
  font:inherit;
  outline:none;
}

.page-home .nb-home-search-field input::placeholder{color:#94a3b8;}

.page-home .nb-home-search-submit{
  position:relative;
  isolation:isolate;
  flex:0 0 auto;
  min-width:186px;
  height:64px;
  padding:0 26px;
  border:0;
  border-radius:22px;
  background:linear-gradient(135deg, #007AFF 0%, #00C6FF 100%);
  color:#ffffff;
  font-weight:900;
  letter-spacing:-.02em;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(0,122,255,.24);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
  white-space:nowrap;
  overflow:hidden;
}

.page-home .nb-home-search-submit span{
  position:relative;
  z-index:2;
}

.page-home .nb-home-search-submit::before{
  content:"";
  position:absolute;
  inset:-40% auto -40% -24%;
  width:42%;
  transform:translateX(-140%) skewX(-18deg);
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.40), transparent);
  opacity:.9;
}

.page-home .nb-home-search-submit:hover,
.page-home .nb-home-search-submit:focus-visible{
  transform:translateY(-2px) scale(1.04);
  filter:brightness(1.02);
  box-shadow:0 22px 40px rgba(0,122,255,.28);
}

.page-home .nb-home-search-submit:hover::before,
.page-home .nb-home-search-submit:focus-visible::before{
  animation:nb-home-shimmer 1.05s ease;
}

@keyframes nb-home-shimmer{
  0%{transform:translateX(-140%) skewX(-18deg);}
  100%{transform:translateX(360%) skewX(-18deg);}
}

.page-home .nb-home-cta-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:12px;
}

.page-home .nb-home-primary-cta,
.page-home .nb-home-secondary-cta{
  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;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
  white-space:nowrap;
  word-break:keep-all;
}

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

.page-home .nb-home-secondary-cta{
  border:1px solid rgba(15,23,42,.09);
  background:rgba(255,255,255,.84);
  color:#0f172a;
}

.page-home .nb-home-primary-cta:hover,
.page-home .nb-home-secondary-cta:hover,
.page-home .nb-home-primary-cta:focus-visible,
.page-home .nb-home-secondary-cta:focus-visible{
  transform:translateY(-1px);
}

.page-home .nb-home-stat-row{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
  width:min(1240px, 100%);
  margin-top:24px;
}

.page-home .nb-home-stat-card{
  padding:20px 18px;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.86);
  box-shadow:0 16px 40px rgba(15,23,42,.07);
  backdrop-filter:blur(14px);
}

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

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

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

.page-home .nb-home-quick-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  width:min(1240px, 100%);
  margin-top:18px;
}

.page-home .nb-home-quick-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 15px;
  border-radius:999px;
  text-decoration:none;
  color:#0f172a;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 22px rgba(15,23,42,.04);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
  white-space:nowrap;
}

.page-home .nb-home-quick-link strong{
  font-size:14px;
  font-weight:800;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.page-home .nb-home-quick-link span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#334155;
  font-size:12px;
  font-weight:800;
}

.page-home .nb-home-quick-link:hover,
.page-home .nb-home-quick-link:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.24);
  box-shadow:0 14px 24px rgba(15,23,42,.08);
  background:#fff;
}

.page-home .nb-home-panel-kicker{
  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;
}

.page-home .nb-home-hub-section{
  position:relative;
  padding:14px 0 60px;
  background:linear-gradient(180deg, #f7fbff 0%, #f8fafc 100%);
}

.page-home .nb-home-hub-wrap{
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
}

.page-home .nb-home-hub-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}

.page-home .nb-home-hub-head h2,
.page-home .nb-home-panel-card h3,
.page-home .nb-home-hub-card h3{
  margin:14px 0 10px;
  color:#0f172a;
  font-size:clamp(27px, 2.2vw, 38px);
  line-height:1.3;
  letter-spacing:-.04em;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.page-home .nb-home-panel-card h3{font-size:clamp(24px, 2vw, 30px);}

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

.page-home .nb-home-hub-card,
.page-home .nb-home-panel-card{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 42px rgba(15,23,42,.06);
}

.page-home .nb-home-hub-card p{
  margin:0;
  color:#64748b;
  line-height:1.78;
  font-size:15px;
}

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

.page-home .nb-home-hub-links a{
  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, #ffffff 0%, #f8fafc 100%);
  color:#0f172a;
  text-decoration:none;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.page-home .nb-home-hub-links a:hover,
.page-home .nb-home-hub-links a:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.24);
  box-shadow:0 12px 24px rgba(15,23,42,.08);
}

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

.page-home .nb-home-hub-links span{
  color:#64748b;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

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

.page-home .nb-home-hub-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;
}

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

.page-home .nb-home-hub-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;
}

.page-home .nb-home-support-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.page-home .nb-home-panel-card p{
  font-size:16px;
}

.page-home .nb-home-panel-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.page-home .nb-home-panel-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.page-home .nb-home-panel-link{
  min-width:0;
  text-decoration:none;
  color:#0f172a;
  display:flex;
  align-items:center;
}

.page-home .nb-home-panel-link strong{
  display:block;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
  color:#0f172a;
  word-break:keep-all;
  text-wrap:balance;
}

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

.page-home .nb-home-panel-service{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

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

.page-home .nb-home-panel-service a:hover,
.page-home .nb-home-panel-service a:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.22);
  box-shadow:0 10px 18px rgba(13,148,136,.08);
}

.page-home .nb-home-panel-anchor{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#0f766e;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

@media (max-width: 1080px){
  .page-home .nb-home-hub-grid,
  .page-home .nb-home-support-grid{
    grid-template-columns:1fr;
  }

  .page-home .nb-home-title-copy,
  .page-home .nb-home-hub-head p,
  .page-home .nb-home-panel-card p{
    max-width:none;
  }
}

@media (max-width: 900px){
  .page-home .nb-home-stat-row{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .page-home .nb-home-hub-head{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 720px){
  .page-home .nb-home-hero-inner--search,
  .page-home .nb-home-hub-wrap{
    width:calc(100% - 24px);
  }

  .page-home .nb-home-hero-inner--search{
    padding-top:calc(var(--nb-header-h, 92px) + 28px);
    padding-bottom:28px;
  }

  .page-home .nb-home-search-form{
    flex-direction:column;
    align-items:stretch;
    border-radius:24px;
  }

  .page-home .nb-home-search-submit{
    width:100%;
    min-width:0;
  }

  .page-home .nb-home-title-grad{
    font-size:clamp(48px, 15vw, 86px);
  }

  .page-home .nb-home-hub-card,
  .page-home .nb-home-panel-card{
    padding:20px;
    border-radius:24px;
  }

  .page-home .nb-home-hub-head h2,
  .page-home .nb-home-panel-card h3,
  .page-home .nb-home-hub-card h3{
    font-size:26px;
  }
}

@media (max-width: 560px){
  .page-home .nb-home-brandline{
    flex-wrap:wrap;
    gap:12px;
  }
  .page-home .nb-home-stat-row{grid-template-columns:1fr;}
  .page-home .nb-home-search-field input{height:52px;}
  .page-home .nb-home-quick-link{
    width:100%;
    justify-content:space-between;
  }
  .page-home .nb-home-panel-item,
  .page-home .nb-home-hub-links a{
    align-items:flex-start;
  }
}


/* === 2026-03-07 Home hero SaaS polish === */
.page-home .nb-home-mark{
  max-width:1400px;
}
.page-home .nb-home-brandline{
  width:100%;
  justify-content:center;
  gap:20px;
}
.page-home .nb-home-logo{
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.page-home .nb-home-logo-img{
  width:clamp(76px, 7vw, 94px);
  height:auto;
  padding:0;
  filter:drop-shadow(0 14px 28px rgba(0,122,255,.10));
}
.page-home .nb-home-search-form,
.page-home .nb-home-cta-row,
.page-home .nb-home-stat-row,
.page-home .nb-home-quick-links{
  width:100%;
  max-width:1360px;
}
.page-home .nb-home-search-form{
  padding:16px;
  border-radius:34px;
  box-shadow:0 20px 42px rgba(0,122,255,.08), 0 10px 30px rgba(0,0,0,.04);
}
.page-home .nb-home-search-field{
  min-height:72px;
  border-radius:24px;
}
.page-home .nb-home-search-field input{
  height:70px;
}
.page-home .nb-home-search-submit{
  min-width:252px;
  height:72px;
  border-radius:24px;
}
.page-home .nb-home-stat-row{
  gap:22px;
}
.page-home .nb-home-stat-card,
.page-home .nb-home-hub-card,
.page-home .nb-home-panel-card{
  border-radius:24px;
  box-shadow:0 16px 32px rgba(0,122,255,.03);
}
.page-home .nb-home-hub-grid{
  gap:28px;
}
.page-home .nb-home-hub-card,
.page-home .nb-home-panel-card{
  padding:32px;
}
.page-home .nb-home-hub-card:hover,
.page-home .nb-home-panel-card:hover{
  transform:translateY(-5px);
  box-shadow:0 26px 50px rgba(0,122,255,.08);
}
@media (max-width: 720px){
  .page-home .nb-home-brandline{gap:12px;}
  .page-home .nb-home-logo-img{width:58px;}
  .page-home .nb-home-search-form{padding:12px;border-radius:26px;}
  .page-home .nb-home-search-submit,
  .page-home .nb-home-search-field{
    min-height:58px;
    border-radius:20px;
  }
  .page-home .nb-home-search-field input{height:56px;}
}

/* ===== 2026-03-07 home SaaS refinement ===== */
.page-home .nb-home-brandline{
  gap:20px;
}

.page-home .nb-home-logo{
  width:auto;
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}

.page-home .nb-home-logo-img{
  width:72px;
  height:72px;
  padding:0;
  filter:drop-shadow(0 10px 26px rgba(15,23,42,.08));
}

.page-home .nb-home-tagline{
  font-size:16px;
  font-weight:800;
  letter-spacing:-.03em;
}

.page-home .nb-home-search-form{
  width:min(1320px, 100%);
  gap:12px;
  padding:12px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.78);
  background:
    linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.76)) padding-box,
    linear-gradient(135deg, rgba(255,255,255,.6), rgba(255,255,255,.4)) border-box;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
  backdrop-filter:blur(14px) saturate(160%);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-search-form:focus-within{
  border-color:transparent;
  background:
    linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)) padding-box,
    linear-gradient(135deg, #007AFF 0%, #00C6FF 100%) border-box;
  box-shadow:0 24px 48px rgba(0,0,0,.10), 0 0 0 6px rgba(0,122,255,.08);
  transform:translateY(-2px);
}

.page-home .nb-home-search-field{
  min-height:62px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.04);
  background:rgba(255,255,255,.96);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-search-form:focus-within .nb-home-search-field{
  border-color:rgba(0,122,255,.10);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.92);
}

.page-home .nb-home-search-submit{
  min-width:210px;
  height:62px;
  border-radius:20px;
  box-shadow:0 18px 36px rgba(0,122,255,.24);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-search-submit:hover,
.page-home .nb-home-search-submit:focus-visible{
  transform:translateY(-2px) scale(1.05);
  box-shadow:0 24px 44px rgba(0,122,255,.30);
}

.page-home .nb-home-cta-row{
  gap:14px;
  margin-top:16px;
}

.page-home .nb-home-primary-cta,
.page-home .nb-home-secondary-cta{
  min-height:50px;
  padding:0 18px;
  border-radius:18px;
  transition:all .3s ease-in-out;
}

.page-home .nb-home-primary-cta{
  background:linear-gradient(135deg, #007AFF 0%, #00C6FF 100%);
  color:#fff;
  box-shadow:0 16px 30px rgba(0,122,255,.18);
}

.page-home .nb-home-secondary-cta{
  background:#f8f9fa;
  border:1px solid rgba(15,23,42,.08);
  color:#344054;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.page-home .nb-home-primary-cta:hover,
.page-home .nb-home-secondary-cta:hover,
.page-home .nb-home-primary-cta:focus-visible,
.page-home .nb-home-secondary-cta:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(15,23,42,.10);
}

.page-home .nb-home-stat-row{
  gap:18px;
  margin-top:28px;
}

.page-home .nb-home-stat-card{
  position:relative;
  padding:22px 22px 20px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.06);
  background:#ffffff;
  box-shadow:0 16px 32px rgba(0, 122, 255, 0.03);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-stat-card:hover{
  transform:translateY(-5px) scale(1.01);
  box-shadow:0 24px 42px rgba(0, 122, 255, 0.08);
}

.page-home .nb-home-stat-head{
  display:flex;
  align-items:center;
  gap:10px;
}

.page-home .nb-home-stat-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(0,122,255,.12) 0%, rgba(0,198,255,.08) 100%);
  color:#0d6efd;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
  flex:0 0 auto;
}

.page-home .nb-home-stat-icon svg{
  width:20px;
  height:20px;
  display:block;
}

.page-home .nb-home-stat-label{
  color:#667085;
  font-size:13px;
  font-weight:800;
  letter-spacing:-.02em;
}

.page-home .nb-home-stat-value{
  margin-top:12px;
  font-size:clamp(28px, 2.2vw, 34px);
  color:#111827;
}

.page-home .nb-home-stat-meta{
  margin-top:10px;
  color:#868E96;
  line-height:1.62;
}

.page-home .nb-home-stat-live{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#f8fafc;
  color:#667085;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.page-home .nb-home-stat-live-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#00c878;
  box-shadow:0 0 0 0 rgba(0,200,120,.35);
  animation:nb-home-live-pulse 1.6s ease infinite;
}

@keyframes nb-home-live-pulse{
  0%{opacity:1; box-shadow:0 0 0 0 rgba(0,200,120,.35);} 
  70%{opacity:.72; box-shadow:0 0 0 8px rgba(0,200,120,0);} 
  100%{opacity:1; box-shadow:0 0 0 0 rgba(0,200,120,0);} 
}

.page-home .nb-home-quick-links{
  gap:12px;
  margin-top:20px;
}

.page-home .nb-home-quick-link{
  min-height:46px;
  padding:0 14px 0 16px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.06);
  background:#f8f9fa;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-quick-link strong{
  color:#1f2937;
}

.page-home .nb-home-quick-link span{
  min-width:34px;
  height:28px;
  background:#e9eef5;
  color:#475467;
  font-size:12px;
  font-weight:800;
}

.page-home .nb-home-quick-link:hover,
.page-home .nb-home-quick-link:focus-visible{
  transform:translateY(-3px);
  background:#ffffff;
  box-shadow:0 16px 30px rgba(0, 122, 255, 0.08);
  border-color:rgba(0,122,255,.12);
}

.page-home .nb-home-hub-wrap{
  width:min(1280px, calc(100% - 40px));
}

.page-home .nb-home-hub-grid,
.page-home .nb-home-support-grid{
  gap:24px;
}

.page-home .nb-home-hub-card,
.page-home .nb-home-panel-card{
  padding:32px;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.06);
  background:#ffffff;
  box-shadow:0 16px 32px rgba(0, 122, 255, 0.03);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-hub-card:hover,
.page-home .nb-home-panel-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 42px rgba(0, 122, 255, 0.08);
}

.page-home .nb-home-hub-head{
  align-items:flex-start;
  gap:32px;
  margin-bottom:24px;
}

.page-home .nb-home-hub-links,
.page-home .nb-home-panel-list{
  gap:12px;
  margin-top:20px;
}

.page-home .nb-home-hub-links a,
.page-home .nb-home-panel-item{
  min-height:58px;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.06);
  background:#f8fafc;
  box-shadow:none;
  transition:all .3s ease-in-out;
}

.page-home .nb-home-hub-links a:hover,
.page-home .nb-home-hub-links a:focus-visible,
.page-home .nb-home-panel-item:hover{
  transform:translateY(-3px);
  border-color:rgba(0,122,255,.12);
  box-shadow:0 16px 30px rgba(0,122,255,.08);
  background:#fff;
}

.page-home .nb-home-hub-links span,
.page-home .nb-home-panel-meta,
.page-home .nb-home-hub-more summary span{
  background:#edf1f5;
  color:#475467;
}

.page-home .nb-home-panel-service a{
  min-height:42px;
  padding:0 14px;
  border-radius:16px;
  background:#f8f9fa;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  transition:all .3s ease-in-out;
}

.page-home .nb-home-panel-service a:hover,
.page-home .nb-home-panel-service a:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(0,122,255,.08);
  border-color:rgba(0,122,255,.12);
}

@media (max-width: 900px){
  .page-home .nb-home-brandline{
    gap:14px;
  }

  .page-home .nb-home-logo-img{
    width:60px;
    height:60px;
  }

  .page-home .nb-home-search-form{
    width:100%;
  }

  .page-home .nb-home-stat-live{
    margin-left:0;
  }
}

@media (max-width: 720px){
  .page-home .nb-home-search-form{
    border-radius:20px;
  }

  .page-home .nb-home-search-submit{
    width:100%;
    min-width:0;
    border-radius:20px;
  }

  .page-home .nb-home-stat-card,
  .page-home .nb-home-hub-card,
  .page-home .nb-home-panel-card{
    padding:22px;
    border-radius:20px;
  }

  .page-home .nb-home-stat-head{
    flex-wrap:wrap;
  }
}

/* ===== 2026-03-08 home spacing + content cleanup ===== */
.page-home .nb-home-hub-section{
  padding:78px 0 84px;
}

.page-home .nb-home-hub-head{
  margin-bottom:30px;
}

.page-home .nb-home-hub-card h3,
.page-home .nb-home-panel-card h3{
  margin-bottom:18px;
}

.page-home .nb-home-hub-links,
.page-home .nb-home-panel-list{
  margin-top:0;
}

.page-home .nb-home-support-grid{
  margin-top:30px;
}

.page-home .nb-home-panel-card--prep{
  display:flex;
  flex-direction:column;
}

.page-home .nb-home-prep-checklist{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.page-home .nb-home-prep-check{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:92px;
  padding:16px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.06);
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow:0 12px 28px rgba(15,23,42,.04);
}

.page-home .nb-home-prep-check-no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(0,122,255,.14) 0%, rgba(0,198,255,.10) 100%);
  color:#0f766e;
  font-size:13px;
  font-weight:800;
  flex:0 0 32px;
}

.page-home .nb-home-prep-check-body{
  display:grid;
  gap:6px;
  min-width:0;
}

.page-home .nb-home-prep-check-body strong{
  color:#0f172a;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.page-home .nb-home-prep-check-body span{
  color:#64748b;
  font-size:13px;
  line-height:1.65;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.page-home .nb-home-prep-services{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:16px;
}

.page-home .nb-home-prep-service{
  display:grid;
  gap:8px;
  min-height:104px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.06);
  background:#f8fafc;
  box-shadow:0 12px 28px rgba(15,23,42,.04);
  color:#0f172a;
  text-decoration:none;
  transition:all .3s ease-in-out;
}

.page-home .nb-home-prep-service strong{
  font-size:15px;
  font-weight:800;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.page-home .nb-home-prep-service span{
  color:#64748b;
  font-size:13px;
  line-height:1.68;
  letter-spacing:-.02em;
  word-break:keep-all;
}

.page-home .nb-home-prep-service:hover,
.page-home .nb-home-prep-service:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(0,122,255,.12);
  box-shadow:0 16px 32px rgba(0,122,255,.08);
  background:#fff;
}

.page-home .nb-home-panel-card--prep .nb-home-panel-anchor{
  margin-top:22px;
}

@media (max-width: 900px){
  .page-home .nb-home-hub-section{
    padding:64px 0 72px;
  }

  .page-home .nb-home-prep-checklist,
  .page-home .nb-home-prep-services{
    grid-template-columns:1fr;
  }
}

@media (max-width: 720px){
  .page-home .nb-home-hub-section{
    padding:52px 0 60px;
  }

  .page-home .nb-home-prep-check,
  .page-home .nb-home-prep-service{
    min-height:auto;
  }
}


.page-home .nb-home-guide-surface{
  margin-top:18px;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 42px rgba(15,23,42,.06);
}

.page-home .nb-home-guide-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}

.page-home .nb-home-guide-head h3{
  margin:14px 0 10px;
  color:#0f172a;
  font-size:clamp(24px, 2vw, 30px);
  line-height:1.3;
  letter-spacing:-.04em;
  word-break:keep-all;
  text-wrap:balance;
}

.page-home .nb-home-guide-head p{
  margin:0;
  color:#64748b;
  line-height:1.78;
  font-size:15px;
  text-wrap:pretty;
}

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

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

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

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

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

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

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

.page-home .nb-home-guide-badge,
.page-home .nb-home-guide-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;
}

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

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

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

.page-home .nb-home-guide-card h4 a{
  color:#0f172a;
  text-decoration:none;
}

.page-home .nb-home-guide-card h4 a:hover,
.page-home .nb-home-guide-card h4 a:focus-visible{
  text-decoration:underline;
}

.page-home .nb-home-guide-card p{
  margin:12px 0 0;
  color:#64748b;
  line-height:1.75;
  font-size:15px;
  text-wrap:pretty;
}

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

.page-home .nb-home-guide-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;
}

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

.page-home .nb-home-guide-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:#ffffff;
  color:#0f172a;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  transition:transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.page-home .nb-home-guide-link--primary{
  background:#0f172a;
  border-color:#0f172a;
  color:#ffffff;
}

.page-home .nb-home-guide-link:hover,
.page-home .nb-home-guide-link:focus-visible,
.page-home .nb-home-guide-chip:hover,
.page-home .nb-home-guide-chip:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(13,148,136,.24);
  box-shadow:0 12px 24px rgba(15,23,42,.08);
}

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

.page-home .nb-home-guide-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;
}

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

.page-home .nb-home-guide-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:18px;
}

@media (max-width: 1080px){
  .page-home .nb-home-guide-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .page-home .nb-home-guide-head{
    flex-direction:column;
    align-items:flex-start;
  }
}

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

@media (max-width: 640px){
  .page-home .nb-home-guide-surface{
    padding:20px;
  }
  .page-home .nb-home-guide-summary{
    grid-template-columns:1fr;
  }
}

/* ===== 2026-03-09 home layout compact pass ===== */
.page-home .nb-home-title > .nb-typed-cursor{
  display:none !important;
}

.page-home .nb-home-hero-inner--search{
  width:min(1480px, calc(100% - 40px));
  padding:calc(var(--nb-header-h, 92px) + 56px) 0 76px;
}

.page-home .nb-home-mark{
  gap:24px;
}

.page-home .nb-home-brandline{
  gap:22px;
}

.page-home .nb-home-tagline{
  margin-top:2px;
  line-height:1.8;
}

.page-home .nb-home-search-form{
  margin-top:22px;
}

.page-home .nb-home-stat-row{
  gap:16px;
  margin-top:30px;
}

.page-home .nb-home-stat-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:158px;
  padding:16px 18px 14px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.56);
  background:rgba(255,255,255,.76);
  box-shadow:0 18px 38px rgba(15,23,42,.06);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  overflow:hidden;
}

.page-home .nb-home-stat-card::after{
  content:"";
  position:absolute;
  inset:auto -18% -34% auto;
  width:140px;
  height:140px;
  border-radius:50%;
  opacity:.55;
  filter:blur(26px);
  pointer-events:none;
}

.page-home .nb-home-stat-card:nth-child(1){
  background:linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(237,246,255,.92) 100%);
}
.page-home .nb-home-stat-card:nth-child(1)::after{
  background:radial-gradient(circle, rgba(0,122,255,.16) 0%, rgba(0,122,255,0) 72%);
}
.page-home .nb-home-stat-card:nth-child(2){
  background:linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(238,250,244,.92) 100%);
}
.page-home .nb-home-stat-card:nth-child(2)::after{
  background:radial-gradient(circle, rgba(34,197,94,.15) 0%, rgba(34,197,94,0) 72%);
}
.page-home .nb-home-stat-card:nth-child(3){
  background:linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(255,247,235,.92) 100%);
}
.page-home .nb-home-stat-card:nth-child(3)::after{
  background:radial-gradient(circle, rgba(249,115,22,.14) 0%, rgba(249,115,22,0) 72%);
}
.page-home .nb-home-stat-card:nth-child(4){
  background:linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(245,240,255,.92) 100%);
}
.page-home .nb-home-stat-card:nth-child(4)::after{
  background:radial-gradient(circle, rgba(139,92,246,.14) 0%, rgba(139,92,246,0) 72%);
}

.page-home .nb-home-stat-head{
  width:100%;
  gap:10px;
  margin:0;
}

.page-home .nb-home-stat-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.96), 0 10px 20px rgba(15,23,42,.04);
}

.page-home .nb-home-stat-icon svg{
  width:22px;
  height:22px;
}

.page-home .nb-home-stat-card:nth-child(1) .nb-home-stat-icon{
  color:#0b79f7;
  background:linear-gradient(135deg, rgba(11,121,247,.16) 0%, rgba(56,189,248,.12) 100%);
}

.page-home .nb-home-stat-card:nth-child(2) .nb-home-stat-icon{
  color:#13a663;
  background:linear-gradient(135deg, rgba(19,166,99,.16) 0%, rgba(52,211,153,.12) 100%);
}

.page-home .nb-home-stat-card:nth-child(3) .nb-home-stat-icon{
  color:#f27b12;
  background:linear-gradient(135deg, rgba(242,123,18,.16) 0%, rgba(251,191,36,.12) 100%);
}

.page-home .nb-home-stat-card:nth-child(4) .nb-home-stat-icon{
  color:#6d56f9;
  background:linear-gradient(135deg, rgba(109,86,249,.16) 0%, rgba(168,85,247,.12) 100%);
}

.page-home .nb-home-stat-label{
  color:#1f2937;
  font-size:14px;
  font-weight:800;
  letter-spacing:-.02em;
}

.page-home .nb-home-stat-value{
  margin-top:12px;
  color:#0f172a;
  font-size:clamp(24px, 2.1vw, 33px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.05em;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.page-home .nb-home-stat-card--live .nb-home-stat-value{
  font-size:clamp(22px, 1.9vw, 30px);
  line-height:1.14;
}

.page-home .nb-home-stat-meta{
  margin-top:6px;
  color:#6b7280;
  font-size:13px;
  line-height:1.5;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:pretty;
}

.page-home .nb-home-stat-live{
  margin-left:auto;
  min-height:26px;
  padding:0 9px;
  border:1px solid rgba(15,23,42,.04);
  background:rgba(255,255,255,.7);
  color:#667085;
  font-size:11px;
}

.page-home .nb-home-support-grid{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  align-items:start;
}

.page-home .nb-home-guide-surface{
  grid-column:1 / -1;
  width:100%;
  max-width:none;
  margin-top:0;
  padding:32px;
  border-radius:28px;
}

.page-home .nb-home-guide-head{
  display:block;
  margin-bottom:22px;
}

.page-home .nb-home-guide-head h3{
  margin:12px 0 10px;
  font-size:clamp(30px, 2.4vw, 38px);
}

.page-home .nb-home-guide-head p{
  max-width:820px;
  color:#64748b;
  font-size:16px;
  line-height:1.82;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:pretty;
}

.page-home .nb-home-guide-grid{
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.page-home .nb-home-guide-card{
  min-width:0;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow:0 14px 30px rgba(15,23,42,.04);
}

.page-home .nb-home-guide-top{
  justify-content:flex-start;
}

.page-home .nb-home-guide-badge{
  min-height:32px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(20,184,166,.10);
  color:#0f766e;
}

.page-home .nb-home-guide-card h4{
  margin:16px 0 0;
  font-size:22px;
  line-height:1.42;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
}

.page-home .nb-home-guide-card p{
  margin-top:12px;
  color:#64748b;
  font-size:15px;
  line-height:1.76;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:pretty;
}

.page-home .nb-home-guide-actions{
  margin-top:18px;
}

.page-home .nb-home-guide-link{
  min-height:44px;
  padding:0 16px;
}

.page-home .nb-home-guide-chip-row{
  margin-top:18px;
}

.page-home .nb-home-guide-chip{
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.07);
  background:#f7f9fc;
  color:#334155;
  box-shadow:none;
}

.page-home .nb-home-guide-chip span{
  display:none;
}

.page-home .nb-home-guide-cta-row{
  gap:16px;
  margin-top:22px;
}

.page-home .nb-home-hub-card,
.page-home .nb-home-panel-card,
.page-home .nb-home-guide-card,
.page-home .nb-home-prep-check,
.page-home .nb-home-prep-service{
  min-width:0;
}

.page-home .nb-home-hub-card h3,
.page-home .nb-home-panel-card h3,
.page-home .nb-home-guide-card h4,
.page-home .nb-home-prep-check-body strong,
.page-home .nb-home-prep-service strong,
.page-home .nb-home-panel-card p,
.page-home .nb-home-hub-card p,
.page-home .nb-home-guide-card p,
.page-home .nb-home-prep-check-body span,
.page-home .nb-home-prep-service span{
  word-break:keep-all;
  overflow-wrap:normal;
}

@media (max-width: 1080px){
  .page-home .nb-home-support-grid{
    grid-template-columns:1fr;
  }

  .page-home .nb-home-guide-surface{
    grid-column:auto;
  }

  .page-home .nb-home-guide-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px){
  .page-home .nb-home-stat-card{
    min-height:146px;
  }
}

@media (max-width: 720px){
  .page-home .nb-home-hero-inner--search{
    width:calc(100% - 24px);
    padding-top:calc(var(--nb-header-h, 92px) + 36px);
    padding-bottom:48px;
  }

  .page-home .nb-home-stat-row{
    gap:12px;
  }

  .page-home .nb-home-stat-card{
    min-height:auto;
    padding:16px;
  }

  .page-home .nb-home-stat-head{
    gap:9px;
  }

  .page-home .nb-home-stat-live{
    margin-left:0;
    margin-top:8px;
  }

  .page-home .nb-home-guide-surface{
    padding:24px;
  }

  .page-home .nb-home-guide-grid{
    grid-template-columns:1fr;
  }
}


/* ===== 2026-03-09 home hero/dashboard refinement ===== */
.page-home .nb-home-hero-inner--search{
  padding:calc(var(--nb-header-h, 92px) + 84px) 0 40px;
}

.page-home .nb-home-mark{
  gap:20px;
}

.page-home .nb-home-brandline{
  margin-top:4px;
}

.page-home .nb-home-search-form{
  margin-top:18px;
}

.page-home .nb-home-popular-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:min(1320px, 100%);
  margin-top:6px;
}

.page-home .nb-home-popular-label{
  color:#64748b;
  font-size:13px;
  font-weight:700;
  letter-spacing:-.02em;
}

.page-home .nb-home-popular-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.page-home .nb-home-popular-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:auto;
  padding:0 2px;
  border:0;
  background:transparent;
  color:#64748b;
  font-size:13px;
  font-weight:700;
  letter-spacing:-.02em;
  text-decoration:none;
  box-shadow:none;
  transition:color .18s ease, transform .18s ease;
  white-space:nowrap;
}

.page-home .nb-home-popular-link:hover,
.page-home .nb-home-popular-link:focus-visible{
  transform:translateY(-1px);
  color:#0f172a;
}

.page-home .nb-home-stat-row{
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
  margin-top:22px;
}

.page-home .nb-home-stat-card{
  align-items:center;
  justify-content:center;
  min-height:138px;
  padding:20px 18px;
  text-align:center;
}

.page-home .nb-home-stat-head,
.page-home .nb-home-stat-icon,
.page-home .nb-home-stat-meta,
.page-home .nb-home-stat-live,
.page-home .nb-home-stat-live-dot,
.page-home .nb-home-quick-links{
  display:none !important;
}

.page-home .nb-home-stat-label{
  display:block;
  color:#475569;
  font-size:14px;
  font-weight:800;
  letter-spacing:-.02em;
}

.page-home .nb-home-stat-value{
  margin-top:10px;
  font-size:clamp(28px, 2.15vw, 34px);
  line-height:1.15;
  text-align:center;
}

.page-home .nb-home-stat-card--updated .nb-home-stat-value{
  font-size:clamp(22px, 1.65vw, 28px);
  letter-spacing:-.03em;
}

@media (max-width: 900px){
  .page-home .nb-home-hero-inner--search{
    padding:calc(var(--nb-header-h, 92px) + 64px) 0 36px;
  }

  .page-home .nb-home-stat-row{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px){
  .page-home .nb-home-hero-inner--search{
    padding-top:calc(var(--nb-header-h, 92px) + 50px);
    padding-bottom:30px;
  }

  .page-home .nb-home-popular-row{
    gap:10px;
  }

  .page-home .nb-home-popular-list{
    gap:8px;
  }

  .page-home .nb-home-stat-card{
    min-height:124px;
    padding:18px 14px;
  }

  .page-home .nb-home-stat-card--updated .nb-home-stat-value{
    font-size:clamp(20px, 5.4vw, 24px);
  }
}

@media (max-width: 560px){
  .page-home .nb-home-popular-row{
    flex-direction:column;
  }

  .page-home .nb-home-stat-row{
    grid-template-columns:1fr;
  }
}


/* ===== 2026-03 mobile/performance patch ===== */
@supports (content-visibility:auto){
  .page-home .nb-home-hub-section,
  .page-home .nb-home-guide-surface{
    content-visibility:auto;
    contain-intrinsic-size: 1px 960px;
  }
}

@media (max-width: 900px){
  .page-home #heroCanvas{
    display:none !important;
  }
  .page-home .nb-home-hero,
  .page-home .nb-home-hero-dim{
    background-image:none;
  }
  .page-home .nb-home-search-form,
  .page-home .nb-home-hub-card,
  .page-home .nb-home-panel-card,
  .page-home .nb-home-stat-card,
  .page-home .nb-home-popular-row{
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
  }
  .page-home .nb-home-search-form:focus-within,
  .page-home .nb-home-hub-card:hover,
  .page-home .nb-home-panel-card:hover,
  .page-home .nb-home-stat-card:hover,
  .page-home .nb-home-popular-link:hover,
  .page-home .nb-home-popular-link:focus-visible{
    transform:none !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
  }
  .page-home .nb-home-search-submit::before,
  .page-home .nb-home-stat-live-dot{
    animation:none !important;
  }
}


@supports (content-visibility:auto){
  .page-home .nb-footer{
    content-visibility:visible !important;
    contain: none !important;
    contain-intrinsic-size: auto !important;
  }
}
