/* Portal only: compact search-first opening and two low-height moving rails. */
body.neo-portal-brand-background .home-hero { padding: 18px 0 12px; }
body.neo-portal-brand-background .neo-portal-hero-copy { padding: 16px 20px; }
body.neo-portal-brand-background .home-hero h1 {
  font-size: clamp(1.375rem, 2.8vw, 2rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  margin: 0 0 7px;
}
body.neo-portal-brand-background .home-hero p { font-size: 1rem; line-height: 1.45; margin: 0; }
body.neo-portal-brand-background .home-search-wrap { margin: 14px auto 0; }
body.neo-portal-brand-background #pricingStrip { margin-top: 12px; padding: 14px 0 18px; }
body.neo-portal-brand-background #pricingStrip .pc-strip-head { padding: 12px 14px; }
body.neo-portal-brand-background #featuredSection { margin-bottom: 24px; }
body.neo-portal-brand-background #featuredSection .home-section-header { padding: 12px 14px; margin-bottom: 12px; }
body.neo-portal-brand-background #featuredSection .home-section-title { font-size: 1.25rem; }
body.neo-portal-brand-background #featuredSection .home-section-sub { font-size: .875rem; line-height: 1.4; }
body.neo-portal-brand-background #featuredGrid,
body.neo-portal-brand-background #pricingStrip .pc-strip-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  overflow-anchor: none;
  scroll-snap-type: none;
  scroll-behavior: auto;
  direction: ltr;
  padding: 2px 1px 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--np-ui-edge-lit) transparent;
  -webkit-overflow-scrolling: touch;
}
body.neo-portal-brand-background #pricingStrip .pc-strip-grid > .pc-card {
  flex: 0 0 min(320px, calc(100vw - 56px));
  width: min(320px, calc(100vw - 56px));
  scroll-snap-align: none;
}
body.neo-portal-brand-background #pricingStrip .pc-strip-grid.pc-strip-grid--compact-evidence > .pc-card {
  flex-basis: 100%;
  width: 100%;
}
body.neo-portal-brand-background #featuredGrid > .tool-card {
  flex: 0 0 min(280px, calc(100vw - 72px));
  width: min(280px, calc(100vw - 72px));
  min-width: 0;
  scroll-snap-align: none;
}
body.neo-portal-brand-background #featuredGrid .tool-card-preview { height: 142px; min-height: 0; }
body.neo-portal-brand-background #featuredGrid .tool-card-body { padding: 14px; }
body.neo-portal-brand-background #featuredGrid .tool-card-name { font-size: 1rem; line-height: 1.35; }
body.neo-portal-brand-background #featuredGrid .tool-card-desc { font-size: .875rem; line-height: 1.45; }
body.neo-portal-brand-background #featuredGrid .tool-card-cta { min-height: 38px; }
body.neo-portal-brand-background .neo-auto-rail:focus-visible {
  outline: 2px solid var(--np-ui-accent);
  outline-offset: 4px;
  border-radius: 14px;
}
html[dir="rtl"] body.neo-portal-brand-background .neo-auto-rail > * { direction: rtl; }
@media (max-width: 700px) {
  body.neo-portal-brand-background .home-header { margin-top: 8px; padding: 10px 12px; gap: 8px; }
  body.neo-portal-brand-background .home-hero { padding-top: 14px; }
  body.neo-portal-brand-background .neo-portal-hero-copy { padding: 12px 14px; }
  body.neo-portal-brand-background .home-hero h1 { font-size: 1.375rem; }
  body.neo-portal-brand-background .home-hero p { font-size: .9375rem; }
  body.neo-portal-brand-background .home-search-wrap { margin-top: 12px; }
  body.neo-portal-brand-background #featuredGrid .tool-card-preview { height: 132px; }
}
