/**
 * Janitorial Reviews unified frontend design system
 * Release: 2026.09.03.3
 * Build: 20260903-1c
 *
 * Scope: Helix Ultimate, Joomla content/forms, SP Page Builder,
 * EasySocial, CMSJunkie JBusinessDirectory, HubSpot/PWA coexistence.
 */

body.jr-brand {
  --jr-green: #20d443;
  --jr-green-strong: #16bd38;
  --jr-green-deep: #0b9f2c;
  --jr-green-dark: #087824;
  --jr-cyan: #57e7ff;
  --jr-amber: #ffc861;
  --jr-ink: #06170d;
  --jr-ink-soft: #10271a;
  --jr-panel: rgba(7, 25, 15, 0.94);
  --jr-surface: #ffffff;
  --jr-surface-soft: #f4f8f5;
  --jr-surface-tint: #eaf7ed;
  --jr-text: #17221b;
  --jr-text-muted: #5e6c64;
  --jr-border: rgba(6, 23, 13, 0.12);
  --jr-border-strong: #79867e;
  --jr-ring: rgba(32, 212, 67, 0.24);
  --jr-radius-sm: 10px;
  --jr-radius: 16px;
  --jr-radius-panel: 24px;
  --jr-shadow-sm: 0 8px 22px rgba(6, 23, 13, 0.08);
  --jr-shadow: 0 14px 36px rgba(6, 23, 13, 0.12);
  --jr-shadow-lg: 0 24px 64px rgba(6, 23, 13, 0.16);
  --jr-transition: 180ms cubic-bezier(.2, .7, .2, 1);
  min-height: 100vh;
  color: var(--jr-text);
  background:
    radial-gradient(circle at 6% 16%, rgba(32, 212, 67, .065), transparent 25rem),
    radial-gradient(circle at 92% 38%, rgba(87, 231, 255, .055), transparent 28rem),
    var(--jr-surface-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  accent-color: var(--jr-green-deep);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.jr-brand .body-wrapper {
  position: relative;
  background: transparent;
}

body.jr-brand #sp-main-body::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(rgba(11, 159, 44, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 159, 44, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

body.jr-brand .body-wrapper ::selection {
  color: var(--jr-ink);
  background: rgba(32, 212, 67, .36);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper :focus-visible {
  outline: 3px solid var(--jr-green-dark) !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(8, 120, 36, .18);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper a {
  text-decoration-thickness: .09em;
  text-underline-offset: .18em;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper h1,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper h2,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper h3,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper h4,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper h5,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.16;
}

/* --------------------------------------------------------------------------
   Helix shell: top bar, header, navigation, search, off-canvas and footer
   -------------------------------------------------------------------------- */

body.jr-brand #sp-top-bar {
  position: relative;
  z-index: 1021;
  min-height: 38px;
  padding: 6px 0;
  color: #dce8e0;
  border: 0;
  background:
    radial-gradient(circle at 12% -90%, rgba(32, 212, 67, .42), transparent 32%),
    linear-gradient(112deg, #06170d, #0a2415 62%, #102b1a);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06) inset;
  font-size: 12px;
  letter-spacing: .015em;
}

body.jr-brand #sp-top-bar a,
body.jr-brand #sp-top-bar .sp-module,
body.jr-brand #sp-top-bar .sp-contact-info,
body.jr-brand #sp-top-bar .social-icons > li > a {
  color: #dce8e0;
}

body.jr-brand #sp-top-bar a:hover,
body.jr-brand #sp-top-bar .social-icons > li > a:hover {
  color: var(--jr-green);
}

body.jr-brand #sp-header {
  z-index: 1020;
  min-height: 84px;
  height: auto;
  border-bottom: 1px solid var(--jr-border);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(6, 23, 13, .075);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transition: box-shadow var(--jr-transition), background var(--jr-transition), min-height var(--jr-transition);
}

body.jr-brand #sp-header.header-sticky,
body.jr-brand #sp-header.sticky-header {
  background: rgba(255, 255, 255, .975);
  box-shadow: 0 14px 42px rgba(6, 23, 13, .13);
}

body.jr-brand #sp-header > .container,
body.jr-brand #sp-header > .container-fluid,
body.jr-brand #sp-header .container-inner,
body.jr-brand #sp-header .row {
  min-height: inherit;
}

body.jr-brand #sp-logo .logo,
body.jr-brand #sp-logo .logo-image,
body.jr-brand #sp-logo a {
  display: inline-flex;
  align-items: center;
  min-height: 68px;
}

body.jr-brand #sp-logo img {
  width: auto;
  max-width: min(250px, 29vw);
  max-height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 5px 12px rgba(6, 23, 13, .12));
  transform-origin: center;
  animation: jr-logo-idle 7s ease-in-out infinite;
}

body.jr-brand #sp-menu {
  min-width: 0;
}

body.jr-brand .sp-megamenu-parent {
  align-items: center;
  gap: 2px;
}

body.jr-brand .sp-megamenu-parent > li > a,
body.jr-brand .sp-megamenu-parent > li > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 13px;
  color: #24372b;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -.01em;
  transition: color var(--jr-transition), background var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand .sp-megamenu-parent > li:hover > a,
body.jr-brand .sp-megamenu-parent > li:hover > span,
body.jr-brand .sp-megamenu-parent > li.active > a,
body.jr-brand .sp-megamenu-parent > li.active > span {
  color: var(--jr-green-dark);
  background: var(--jr-surface-tint);
  box-shadow: inset 0 -3px 0 var(--jr-green-deep);
  transform: translateY(-1px);
}

body.jr-brand .sp-dropdown .sp-dropdown-inner {
  padding: 10px;
  overflow: visible;
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--jr-shadow-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.jr-brand .sp-dropdown li.sp-menu-item > a {
  padding: 10px 12px;
  color: var(--jr-text);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 680;
  transition: color var(--jr-transition), background var(--jr-transition), padding var(--jr-transition);
}

body.jr-brand .sp-dropdown li.sp-menu-item:hover > a,
body.jr-brand .sp-dropdown li.sp-menu-item.active > a {
  padding-left: 16px;
  color: var(--jr-green-dark);
  background: var(--jr-surface-tint);
}

body.jr-brand #sp-header .mod-finder,
body.jr-brand #sp-header .form-search {
  position: relative;
  margin: 0 8px;
}

body.jr-brand #sp-header .mod-finder input,
body.jr-brand #sp-header .awesomplete > input,
body.jr-brand #sp-header input[type="search"] {
  min-width: 210px;
  min-height: 44px;
  padding: 10px 42px 10px 15px;
  color: var(--jr-text);
  border: 1px solid var(--jr-border-strong);
  border-radius: 14px;
  background: #f8fbf9;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  transition: border-color var(--jr-transition), box-shadow var(--jr-transition), background var(--jr-transition);
}

body.jr-brand #sp-header .mod-finder input:focus,
body.jr-brand #sp-header .awesomplete > input:focus,
body.jr-brand #sp-header input[type="search"]:focus {
  border-color: var(--jr-green-deep);
  background: #fff;
  box-shadow: 0 0 0 4px var(--jr-ring);
}

body.jr-brand #sp-header .awesomplete > ul {
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--jr-shadow);
}

body.jr-brand #sp-header .awesomplete > ul > li:hover,
body.jr-brand #sp-header .awesomplete > ul > li[aria-selected="true"] {
  color: var(--jr-ink);
  background: var(--jr-surface-tint);
}

body.jr-brand #sp-header .login,
body.jr-brand #sp-header a[href*="/login"],
body.jr-brand #sp-header a[href*="view=login"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 13px;
  color: var(--jr-green-dark);
  border: 1px solid rgba(11, 159, 44, .22);
  border-radius: 13px;
  background: var(--jr-surface-tint);
  font-weight: 760;
  text-decoration: none;
}

body.jr-brand .burger-icon > span {
  background-color: var(--jr-ink);
}

body.jr-brand .offcanvas-menu {
  color: #e8f1eb;
  background:
    radial-gradient(circle at 100% 0, rgba(32, 212, 67, .22), transparent 36%),
    linear-gradient(155deg, #06170d, #0b2818 72%, #0c321c);
  box-shadow: -24px 0 60px rgba(0, 0, 0, .32);
}

body.jr-brand .offcanvas-menu .offcanvas-inner {
  padding: 26px;
}

body.jr-brand .offcanvas-menu .offcanvas-inner a,
body.jr-brand .offcanvas-menu .offcanvas-inner .menu-toggler {
  min-height: 44px;
  color: #e8f1eb;
  border-radius: 11px;
  font-weight: 720;
}

body.jr-brand .offcanvas-menu .offcanvas-inner a:hover,
body.jr-brand .offcanvas-menu .offcanvas-inner li.active > a {
  color: #fff;
  background: rgba(32, 212, 67, .15);
}

body.jr-brand .close-offcanvas {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

/* --------------------------------------------------------------------------
   Main stage, Joomla content and shared controls
   -------------------------------------------------------------------------- */

body.jr-brand #sp-main-body {
  position: relative;
  isolation: isolate;
  min-height: 52vh;
  padding: clamp(30px, 4.2vw, 62px) 0 clamp(74px, 7vw, 112px);
  background: transparent;
}

body.jr-brand #sp-main-body > .container,
body.jr-brand #sp-main-body > .container-fluid {
  position: relative;
  animation: jr-stage-in .5s both cubic-bezier(.2,.7,.2,1);
}

body.jr-brand .page-header,
body.jr-brand .componentheading,
body.jr-brand .page-title {
  margin: 0 0 26px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid var(--jr-border);
}

body.jr-brand .page-header h1,
body.jr-brand .componentheading,
body.jr-brand .page-title {
  font-size: clamp(28px, 4vw, 48px);
}

body.jr-brand .breadcrumb {
  gap: 4px;
  min-height: 44px;
  margin-bottom: 22px;
  padding: 10px 14px;
  border: 1px solid var(--jr-border);
  border-radius: 13px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand .breadcrumb-item,
body.jr-brand .breadcrumb-item a {
  color: var(--jr-text-muted);
  font-size: 13px;
  font-weight: 650;
}

body.jr-brand .blog .blog-item,
body.jr-brand .blog-items .blog-item,
body.jr-brand .article-list .article,
body.jr-brand .article-details,
body.jr-brand .item-page,
body.jr-brand .contact,
body.jr-brand .com-users-login,
body.jr-brand .com-users-registration {
  position: relative;
  margin-bottom: 24px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius-panel);
  background: rgba(255,255,255,.94);
  box-shadow: var(--jr-shadow);
  transition: transform var(--jr-transition), box-shadow var(--jr-transition), border-color var(--jr-transition);
}

body.jr-brand .blog .blog-item::before,
body.jr-brand .blog-items .blog-item::before,
body.jr-brand .article-list .article::before,
body.jr-brand .article-details::before,
body.jr-brand .item-page::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--jr-green-deep), var(--jr-green), var(--jr-cyan));
}

body.jr-brand .blog .blog-item:hover,
body.jr-brand .blog-items .blog-item:hover,
body.jr-brand .article-list .article:hover {
  border-color: rgba(11,159,44,.27);
  box-shadow: var(--jr-shadow-lg);
  transform: translateY(-3px);
}

body.jr-brand .article-info,
body.jr-brand .article-info > span,
body.jr-brand .article-info dd,
body.jr-brand .article-info-term,
body.jr-brand .createdby,
body.jr-brand .published,
body.jr-brand .category-name {
  color: var(--jr-text-muted);
  font-size: 13px;
  font-weight: 620;
}

body.jr-brand .article-list img,
body.jr-brand .article-details img,
body.jr-brand .item-page img {
  max-width: 100%;
  height: auto;
  border-radius: var(--jr-radius);
}

body.jr-brand .tags > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: var(--jr-green-dark);
  border: 1px solid rgba(11,159,44,.18);
  border-radius: 999px;
  background: var(--jr-surface-tint);
  font-size: 12px;
  font-weight: 760;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-primary,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-success {
  min-height: 44px;
  border-radius: 12px;
  font-family: inherit;
  font-weight: 760;
  transition: color var(--jr-transition), background var(--jr-transition), border-color var(--jr-transition), box-shadow var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-primary:hover,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-success:hover {
  transform: translateY(-1px);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-primary,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-success {
  color: var(--jr-ink) !important;
  border-color: var(--jr-green-deep);
  background: linear-gradient(145deg, #6af181, var(--jr-green));
  box-shadow: 0 8px 20px rgba(32,212,67,.2);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-primary:hover,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-success:hover {
  color: var(--jr-ink) !important;
  border-color: var(--jr-green-dark);
  background: linear-gradient(145deg, #83f695, #27df4b);
  box-shadow: 0 12px 27px rgba(32,212,67,.28);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-secondary:not(.btn-danger):not(.btn-warning),
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-outline-primary,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-default:not(.btn-danger):not(.btn-warning) {
  color: var(--jr-green-dark);
  border-color: rgba(11,159,44,.28);
  background: #fff;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-secondary:not(.btn-danger):not(.btn-warning):hover,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-outline-primary:hover,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .btn-default:not(.btn-danger):not(.btn-warning):hover {
  color: var(--jr-ink);
  border-color: var(--jr-green-deep);
  background: var(--jr-surface-tint);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .form-control:not([type="file"]):not([type="range"]):not([type="color"]),
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .form-select,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper input:not([type]),
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper input:is([type="text"], [type="email"], [type="search"], [type="url"], [type="tel"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="time"], [type="month"], [type="week"]),
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper select,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper textarea {
  min-height: 44px;
  color: var(--jr-text);
  border: 1px solid var(--jr-border-strong);
  border-radius: 12px;
  background-color: #fff;
  font-family: inherit;
  font-size: 16px;
  transition: border-color var(--jr-transition), box-shadow var(--jr-transition), background var(--jr-transition);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper textarea {
  min-height: 128px;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .form-control:not([type="file"]):not([type="range"]):not([type="color"]):focus,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .form-select:focus,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper input:not([type]):focus,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper input:is([type="text"], [type="email"], [type="search"], [type="url"], [type="tel"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="time"], [type="month"], [type="week"]):focus,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper select:focus,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper textarea:focus {
  border-color: var(--jr-green-deep);
  background-color: #fff;
  box-shadow: 0 0 0 4px var(--jr-ring);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper label,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .body-wrapper .control-label {
  color: inherit;
  font-size: 14px;
  font-weight: 720;
}

body.jr-brand .alert {
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand .alert-success {
  color: #075f20;
  border-color: rgba(11,159,44,.25);
  background: #e8f9ed;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .modal-content {
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius-panel);
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.25);
}

body.jr-brand .pagination,
body.jr-brand .pagination-wrapper {
  gap: 6px;
  align-items: center;
}

body.jr-brand .pagination > .page-item > .page-link,
body.jr-brand .pagination > li > a,
body.jr-brand .pagination > li > span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  color: var(--jr-text);
  border: 1px solid var(--jr-border);
  border-radius: 11px !important;
  background: #fff;
  font-weight: 700;
}

body.jr-brand .pagination > .active > .page-link,
body.jr-brand .pagination > li.active > a,
body.jr-brand .pagination > li.active > span,
body.jr-brand .pagination > li > a:hover {
  color: var(--jr-ink);
  border-color: var(--jr-green-deep);
  background: var(--jr-green);
}

/* --------------------------------------------------------------------------
   SP Page Builder future-ready visual layer; grid primitives are untouched
   -------------------------------------------------------------------------- */

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) #sp-page-builder,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-page-content {
  color: var(--jr-text);
  background: transparent;
  font-family: inherit;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-addon-title,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-section-title .sppb-title-heading,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-heading-title {
  color: inherit;
  font-family: inherit;
  font-weight: 820;
  letter-spacing: -.025em;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-card,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-pricing-box,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-panel {
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: rgba(255,255,255,.94);
  box-shadow: var(--jr-shadow-sm);
  transition: border-color var(--jr-transition), box-shadow var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-card:hover,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-pricing-box:hover {
  border-color: rgba(11,159,44,.27);
  box-shadow: var(--jr-shadow);
  transform: translateY(-3px);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-btn-primary {
  min-height: 44px;
  color: var(--jr-ink);
  border-color: var(--jr-green-deep);
  border-radius: 12px;
  background: linear-gradient(145deg, #6af181, var(--jr-green));
  box-shadow: 0 8px 20px rgba(32,212,67,.2);
  font-weight: 780;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-nav-tabs {
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: var(--jr-surface-soft);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-nav-tabs > li > a {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--jr-text-muted);
  border: 0;
  border-radius: 10px;
  font-weight: 720;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-nav-tabs > li.active > a,
body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-nav-tabs > li > a:hover {
  color: var(--jr-ink);
  background: #fff;
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-panel-heading {
  min-height: 48px;
  padding: 13px 16px;
  color: var(--jr-ink);
  border: 0;
  background: var(--jr-surface-tint);
  font-weight: 760;
}

body.jr-brand:not(.sppb-editing):not(.sppb-page-builder-edit):not(.sp-pagebuilder-edit) .sppb-form-control {
  min-height: 44px;
  border: 1px solid var(--jr-border-strong);
  border-radius: 12px;
  box-shadow: none;
}

/* --------------------------------------------------------------------------
   CMSJunkie JBusinessDirectory: search, cards, detail, ratings and empty states
   -------------------------------------------------------------------------- */

body.jr-brand .sp-module .jbd-container,
body.jr-brand .jbd-module {
  color: var(--jr-text);
  font-family: inherit;
  font-size: 15px;
}

body.jr-brand .sp-module .jbd-container .jitem-card,
body.jr-brand .jbd-module .jitem-card {
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: #fff;
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand .sp-module .jbd-container .item-name a,
body.jr-brand .sp-module .jbd-container .jitem-title a,
body.jr-brand .jbd-module .item-name a,
body.jr-brand .jbd-module .jitem-title a {
  color: var(--jr-green-dark);
}

body.jr-brand.com-jbusinessdirectory #sp-main-body {
  background:
    radial-gradient(circle at 14% 10%, rgba(32,212,67,.075), transparent 25rem),
    radial-gradient(circle at 91% 22%, rgba(87,231,255,.055), transparent 27rem),
    transparent;
}

body.jr-brand.com-jbusinessdirectory #sp-main-body > .container,
body.jr-brand.com-jbusinessdirectory #sp-main-body > .container-fluid {
  max-width: 1280px;
}

body.jr-brand.com-jbusinessdirectory .jbd-container {
  color: var(--jr-text);
  font-family: inherit;
  font-size: 16px;
}

body.jr-brand.com-jbusinessdirectory .jbd-search-statistics,
body.jr-brand.com-jbusinessdirectory .search-header,
body.jr-brand.com-jbusinessdirectory .search-module {
  color: var(--jr-ink);
  font-family: inherit;
}

body.jr-brand.com-jbusinessdirectory .jbd-search-statistics {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  padding: 10px 14px 10px 18px;
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: rgba(255,255,255,.94);
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand.com-jbusinessdirectory .result-counter {
  color: var(--jr-ink);
  font-size: 16px;
  font-weight: 810;
}

body.jr-brand.com-jbusinessdirectory .jbd-select-box,
body.jr-brand.com-jbusinessdirectory .chosen-container-single .chosen-single {
  min-height: 44px;
  color: var(--jr-text);
  border: 1px solid var(--jr-border-strong);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  font-family: inherit;
}

body.jr-brand.com-jbusinessdirectory .chosen-container-single .chosen-single {
  display: flex;
  align-items: center;
  padding: 8px 36px 8px 13px;
}

body.jr-brand.com-jbusinessdirectory .chosen-container .chosen-drop {
  margin-top: 6px;
  overflow: hidden;
  border: 1px solid var(--jr-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--jr-shadow);
}

body.jr-brand.com-jbusinessdirectory .chosen-container .chosen-results li.highlighted {
  color: var(--jr-ink);
  background: var(--jr-surface-tint);
}

body.jr-brand.com-jbusinessdirectory .search-options .grid,
body.jr-brand.com-jbusinessdirectory .search-options .list,
body.jr-brand.com-jbusinessdirectory .search-options .map,
body.jr-brand.com-jbusinessdirectory .search-options .rss {
  display: inline-grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  place-items: center;
  color: var(--jr-text-muted);
  border: 1px solid var(--jr-border);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand.com-jbusinessdirectory .search-options .grid:hover,
body.jr-brand.com-jbusinessdirectory .search-options .list:hover,
body.jr-brand.com-jbusinessdirectory .search-options .map:hover,
body.jr-brand.com-jbusinessdirectory .search-options .rss:hover,
body.jr-brand.com-jbusinessdirectory .search-options .grid.active,
body.jr-brand.com-jbusinessdirectory .search-options .list.active,
body.jr-brand.com-jbusinessdirectory .search-options .map.active,
body.jr-brand.com-jbusinessdirectory .search-options .rss.active,
body.jr-brand.com-jbusinessdirectory .search-options .grid.selected,
body.jr-brand.com-jbusinessdirectory .search-options .list.selected,
body.jr-brand.com-jbusinessdirectory .search-options .map.selected,
body.jr-brand.com-jbusinessdirectory .search-options .rss.selected {
  color: var(--jr-ink);
  border-color: var(--jr-green-deep);
  background: var(--jr-green);
}

body.jr-brand.com-jbusinessdirectory .search-filter-container,
body.jr-brand.com-jbusinessdirectory .filters,
body.jr-brand.com-jbusinessdirectory .vertical-filter {
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: rgba(255,255,255,.96);
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand.com-jbusinessdirectory .filters-header,
body.jr-brand.com-jbusinessdirectory .filter-header {
  color: var(--jr-ink);
  border-bottom: 1px solid var(--jr-border);
  background: linear-gradient(135deg, var(--jr-surface-tint), #fff);
  font-family: inherit;
  font-weight: 800;
}

body.jr-brand.com-jbusinessdirectory .filters-header {
  padding: 16px;
  border-radius: var(--jr-radius) var(--jr-radius) 0 0;
}

body.jr-brand.com-jbusinessdirectory .filter-header,
body.jr-brand.com-jbusinessdirectory .filter-criteria {
  padding: 12px 15px;
}

body.jr-brand.com-jbusinessdirectory .filterExpand,
body.jr-brand.com-jbusinessdirectory .filter-action {
  color: var(--jr-green-dark);
  font-weight: 750;
}

body.jr-brand.com-jbusinessdirectory #jbd-results-list-container {
  gap: 16px;
}

body.jr-brand.com-jbusinessdirectory .result-item {
  position: relative;
  margin: 0;
  color: var(--jr-text);
  border: 1px solid var(--jr-border);
  border-left: 4px solid var(--jr-green-deep);
  border-radius: var(--jr-radius);
  background: rgba(255,255,255,.97);
  box-shadow: var(--jr-shadow-sm);
  transition: border-color var(--jr-transition), box-shadow var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand.com-jbusinessdirectory .result-item:hover {
  border-color: rgba(11,159,44,.32);
  border-left-color: var(--jr-green);
  box-shadow: var(--jr-shadow);
  transform: translateY(-3px);
}

body.jr-brand.com-jbusinessdirectory .result-item::after {
  position: absolute;
  top: 0;
  right: -42%;
  width: 38%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--jr-cyan), transparent);
  opacity: 0;
  transition: right .55s ease, opacity .2s ease;
}

body.jr-brand.com-jbusinessdirectory .result-item:hover::after {
  right: 100%;
  opacity: .9;
}

body.jr-brand.com-jbusinessdirectory .result-content {
  min-height: 100%;
  padding: clamp(16px, 2vw, 24px);
}

body.jr-brand.com-jbusinessdirectory .result-header {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--jr-border);
}

body.jr-brand.com-jbusinessdirectory .result-item .item-image,
body.jr-brand.com-jbusinessdirectory .jitem-card .jitem-img-wrap {
  overflow: hidden;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: var(--jr-surface-soft);
}

body.jr-brand.com-jbusinessdirectory .result-item .item-image img,
body.jr-brand.com-jbusinessdirectory .jitem-card .jitem-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}

body.jr-brand.com-jbusinessdirectory .result-item:hover .item-image img,
body.jr-brand.com-jbusinessdirectory .jitem-card:hover .jitem-img-wrap img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.035);
}

body.jr-brand.com-jbusinessdirectory .item-name,
body.jr-brand.com-jbusinessdirectory .item-name a {
  color: var(--jr-ink);
  font-family: inherit;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 840;
  letter-spacing: -.02em;
  text-decoration: none;
}

body.jr-brand.com-jbusinessdirectory .item-name a:hover {
  color: var(--jr-green-dark);
}

body.jr-brand.com-jbusinessdirectory .item-slogan {
  margin-top: 5px;
  color: var(--jr-text-muted);
  font-size: 14px;
  font-weight: 650;
}

body.jr-brand.com-jbusinessdirectory .company-address,
body.jr-brand.com-jbusinessdirectory .listing-info,
body.jr-brand.com-jbusinessdirectory .company-intro {
  color: var(--jr-text-muted);
  font-family: inherit;
  line-height: 1.55;
}

body.jr-brand.com-jbusinessdirectory .company-address i,
body.jr-brand.com-jbusinessdirectory .listing-info i,
body.jr-brand.com-jbusinessdirectory .result-content-bottom i {
  color: var(--jr-green-deep);
}

body.jr-brand.com-jbusinessdirectory .company-rating .filled-stars,
body.jr-brand.com-jbusinessdirectory .company-rating .rating,
body.jr-brand.com-jbusinessdirectory .rating-container .filled-stars,
body.jr-brand.com-jbusinessdirectory .review-score,
body.jr-brand.com-jbusinessdirectory .la-star {
  color: #966300;
}

body.jr-brand.com-jbusinessdirectory .review-count {
  color: var(--jr-text-muted);
  font-size: 13px;
  font-weight: 700;
}

body.jr-brand.com-jbusinessdirectory .result-content-bottom {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--jr-border);
}

body.jr-brand.com-jbusinessdirectory .result-item-actions .btn,
body.jr-brand.com-jbusinessdirectory .btn-container .btn,
body.jr-brand.com-jbusinessdirectory .jbd-commit,
body.jr-brand.com-jbusinessdirectory .jbd-btn-next,
body.jr-brand.com-jbusinessdirectory .jbd-btn-back {
  min-height: 42px;
  border-radius: 11px;
  font-family: inherit;
  font-weight: 760;
}

body.jr-brand.com-jbusinessdirectory .jitem-card,
body.jr-brand.com-jbusinessdirectory .offer-item,
body.jr-brand.com-jbusinessdirectory .event-item,
body.jr-brand.com-jbusinessdirectory .business-container,
body.jr-brand.com-jbusinessdirectory .company-container,
body.jr-brand.com-jbusinessdirectory .company-details,
body.jr-brand.com-jbusinessdirectory .review-item {
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: rgba(255,255,255,.97);
  box-shadow: var(--jr-shadow-sm);
  transition: border-color var(--jr-transition), box-shadow var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand.com-jbusinessdirectory .jitem-card:hover,
body.jr-brand.com-jbusinessdirectory .offer-item:hover,
body.jr-brand.com-jbusinessdirectory .event-item:hover {
  border-color: rgba(11,159,44,.28);
  box-shadow: var(--jr-shadow);
  transform: translateY(-3px);
}

body.jr-brand.com-jbusinessdirectory .company-header,
body.jr-brand.com-jbusinessdirectory .business-header,
body.jr-brand.com-jbusinessdirectory .company-info,
body.jr-brand.com-jbusinessdirectory .company-menu,
body.jr-brand.com-jbusinessdirectory .company-reviews,
body.jr-brand.com-jbusinessdirectory .business-categories {
  color: var(--jr-text);
  border-color: var(--jr-border);
  font-family: inherit;
}

body.jr-brand.com-jbusinessdirectory .company-menu a,
body.jr-brand.com-jbusinessdirectory .business-menu a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  color: var(--jr-text-muted);
  border-radius: 10px;
  font-weight: 740;
}

body.jr-brand.com-jbusinessdirectory .company-menu a:hover,
body.jr-brand.com-jbusinessdirectory .company-menu .active a,
body.jr-brand.com-jbusinessdirectory .business-menu a:hover,
body.jr-brand.com-jbusinessdirectory .business-menu .active a {
  color: var(--jr-green-dark);
  background: var(--jr-surface-tint);
}

body.jr-brand.com-jbusinessdirectory #companies-map-container {
  overflow: hidden;
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius);
  background: #edf3ee;
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand.com-jbusinessdirectory .jbd-container .no-records-found,
body.jr-brand.com-jbusinessdirectory .jbd-container .empty-state,
body.jr-brand.com-jbusinessdirectory .jbd-container .no-results {
  min-height: 180px;
  padding: 42px 24px;
  color: var(--jr-text-muted);
  border: 1px dashed rgba(11,159,44,.34);
  border-radius: var(--jr-radius-panel);
  background:
    radial-gradient(circle at 50% -40%, rgba(32,212,67,.2), transparent 55%),
    rgba(255,255,255,.9);
  text-align: center;
  font-size: 16px;
  font-weight: 680;
}

/* --------------------------------------------------------------------------
   EasySocial: toolbar, login/register, stream, cards, forms and social states
   -------------------------------------------------------------------------- */

body.jr-brand.com-easysocial #sp-main-body {
  padding-top: 16px;
}

body.jr-brand.com-easysocial .es-component {
  --fd-primary: var(--jr-green-deep);
  --fd-primary-rgb: 11, 159, 44;
  --es-primary: var(--jr-green-deep);
  color: var(--jr-text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.52;
}

/* EasySocial 4.x ships ID-scoped typography; keep its layout while unifying type. */
body.jr-brand.com-easysocial .es-component,
body.jr-brand.com-easysocial .es-component button,
body.jr-brand.com-easysocial .es-component input,
body.jr-brand.com-easysocial .es-component select,
body.jr-brand.com-easysocial .es-component textarea {
  font-family: inherit !important;
}

body.jr-brand .es-modules-stackideas-toolbar,
body.jr-brand.com-easysocial .fd-toolbar {
  position: relative;
  z-index: 20;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--jr-shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.jr-brand.com-easysocial .fd-toolbar__link,
body.jr-brand .es-modules-stackideas-toolbar .o-nav > li > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  color: var(--jr-text-muted);
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--jr-transition), background var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand .es-modules-stackideas-toolbar .o-nav > li > a:hover,
body.jr-brand .es-modules-stackideas-toolbar .o-nav > li.active > a,
body.jr-brand.com-easysocial .fd-toolbar__link:hover,
body.jr-brand.com-easysocial .fd-toolbar__link.is-active {
  color: var(--jr-green-dark);
  background: var(--jr-surface-tint);
  transform: translateY(-1px);
}

body.jr-brand.com-easysocial .es-component .o-dropdown__bd,
body.jr-brand.com-easysocial .es-component .es-dropdown,
body.jr-brand.com-easysocial .es-component .fd-dropdown__menu {
  overflow: visible;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--jr-shadow-lg);
}

body.jr-brand.com-easysocial .es-component .o-dropdown-nav__link:hover,
body.jr-brand.com-easysocial .es-component .o-dropdown-nav__item.is-active .o-dropdown-nav__link {
  color: var(--jr-green-dark);
  background: var(--jr-surface-tint);
}

body.jr-brand.com-easysocial .es-login-box {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--jr-radius-panel);
  box-shadow: var(--jr-shadow-lg);
  isolation: isolate;
}

body.jr-brand.com-easysocial .es-login-box {
  border-radius: var(--jr-radius-panel) !important;
}

body.jr-brand.com-easysocial .es-login-box::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6,23,13,.8), rgba(6,23,13,.48) 54%, rgba(6,23,13,.62)),
    radial-gradient(circle at 18% 25%, rgba(32,212,67,.16), transparent 36%);
}

body.jr-brand.com-easysocial .es-login-box__msg {
  padding: clamp(18px, 3vw, 28px);
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(6,23,13,.58);
  box-shadow: 0 16px 38px rgba(0,0,0,.18);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

body.jr-brand.com-easysocial .es-login-box__msg-title,
body.jr-brand.com-easysocial .es-login-box__msg-desc {
  color: #fff;
  font-family: inherit;
}

body.jr-brand.com-easysocial .es-login-box__msg-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 840;
}

body.jr-brand.com-easysocial .es-login-box__msg-desc {
  font-size: 15px;
  font-weight: 620;
}

body.jr-brand.com-easysocial .es-login-box__form-wrap {
  margin: 18px;
  padding: clamp(18px, 3vw, 28px);
  color: #e8f1eb;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(32,212,67,.18), transparent 40%),
    rgba(6,23,13,.84);
  box-shadow: 0 22px 54px rgba(0,0,0,.26), 0 1px 0 rgba(255,255,255,.08) inset;
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

body.jr-brand.com-easysocial .es-login-box__form-title,
body.jr-brand.com-easysocial .es-login-box__form-wrap label,
body.jr-brand.com-easysocial .es-login-box__form-wrap .o-form-check__text,
body.jr-brand.com-easysocial .es-login-box__form-wrap a {
  color: #e8f1eb;
  font-family: inherit;
}

body.jr-brand.com-easysocial .es-login-box__form-title {
  font-size: 18px;
  font-weight: 820;
}

body.jr-brand.com-easysocial .es-login-box__form-wrap .o-form-control {
  min-height: 48px;
  color: var(--jr-ink);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
}

body.jr-brand.com-easysocial .es-login-box__form-wrap .o-form-control {
  min-height: 48px !important;
  border-radius: 12px !important;
}

body.jr-brand.com-easysocial .es-login-box__form-wrap .o-form-control:focus {
  border-color: var(--jr-green-dark) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(32,212,67,.24) !important;
}

body.jr-brand.com-easysocial .es-login-box__form-wrap .o-btn--primary,
body.jr-brand.com-easysocial .es-login-box__form-wrap .btn-es-primary,
body.jr-brand.com-easysocial .es-login-box__msg .o-btn,
body.jr-brand.com-easysocial .es-login-box__msg .btn {
  min-height: 46px;
  color: var(--jr-ink) !important;
  border-color: var(--jr-green-deep);
  border-radius: 12px;
  background: linear-gradient(145deg, #6af181, var(--jr-green));
  box-shadow: 0 10px 24px rgba(32,212,67,.22);
  font-family: inherit;
  font-weight: 800;
}

body.jr-brand.com-easysocial .es-dashboard,
body.jr-brand.com-easysocial .es-container,
body.jr-brand.com-easysocial .es-content {
  color: var(--jr-text);
  font-family: inherit;
}

body.jr-brand.com-easysocial .es-stream-item,
body.jr-brand.com-easysocial .es-island,
body.jr-brand.com-easysocial .es-card,
body.jr-brand.com-easysocial .es-sidebar > div,
body.jr-brand.com-easysocial .es-profile,
body.jr-brand.com-easysocial .es-user,
body.jr-brand.com-easysocial .es-group,
body.jr-brand.com-easysocial .es-event {
  color: var(--jr-text);
  border-color: var(--jr-border);
  border-radius: var(--jr-radius);
  background: rgba(255,255,255,.97);
  box-shadow: var(--jr-shadow-sm);
  font-family: inherit;
  transition: border-color var(--jr-transition), box-shadow var(--jr-transition), transform var(--jr-transition);
}

body.jr-brand.com-easysocial .es-stream-item:hover,
body.jr-brand.com-easysocial .es-card:hover,
body.jr-brand.com-easysocial .es-user:hover,
body.jr-brand.com-easysocial .es-group:hover,
body.jr-brand.com-easysocial .es-event:hover {
  border-color: rgba(11,159,44,.25);
  box-shadow: var(--jr-shadow);
  transform: translateY(-2px);
}

body.jr-brand.com-easysocial .es-stream-item {
  margin-bottom: 16px;
}

body.jr-brand.com-easysocial .es-stream-item:nth-child(-n+5) {
  animation: jr-card-enter .52s both cubic-bezier(.2,.7,.2,1);
}

body.jr-brand.com-easysocial .es-stream-item:nth-child(2) { animation-delay: 55ms; }
body.jr-brand.com-easysocial .es-stream-item:nth-child(3) { animation-delay: 110ms; }
body.jr-brand.com-easysocial .es-stream-item:nth-child(4) { animation-delay: 165ms; }
body.jr-brand.com-easysocial .es-stream-item:nth-child(5) { animation-delay: 220ms; }

body.jr-brand.com-easysocial .es-stream-meta,
body.jr-brand.com-easysocial .es-stream-title,
body.jr-brand.com-easysocial .es-stream-content,
body.jr-brand.com-easysocial .es-comments-wrapper {
  color: var(--jr-text);
  font-family: inherit;
}

body.jr-brand.com-easysocial .es-stream-meta-footer,
body.jr-brand.com-easysocial .t-text--muted,
body.jr-brand.com-easysocial .es-editing-text,
body.jr-brand.com-easysocial .o-help-block {
  color: var(--jr-text-muted) !important;
  font-size: 13px;
}

body.jr-brand.com-easysocial .es-stream-embed,
body.jr-brand.com-easysocial .es-stream-preview,
body.jr-brand.com-easysocial .es-stream-embed--border {
  overflow: hidden;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: var(--jr-surface-soft);
}

body.jr-brand.com-easysocial .es-stream-embed__title,
body.jr-brand.com-easysocial .es-stream-embed__broadcasts-title {
  color: var(--jr-ink);
  font-family: inherit;
  font-weight: 780;
}

body.jr-brand.com-easysocial .es-actions {
  border-color: var(--jr-border);
  background: linear-gradient(180deg, rgba(244,248,245,.7), rgba(255,255,255,.95));
}

body.jr-brand.com-easysocial .es-actions__item-action,
body.jr-brand.com-easysocial .es-comments-control__load {
  min-height: 42px;
  color: var(--jr-text-muted);
  border-radius: 10px;
  font-family: inherit;
  font-weight: 700;
}

body.jr-brand.com-easysocial .es-actions__item-action:hover,
body.jr-brand.com-easysocial .es-comments-control__load:hover {
  color: var(--jr-green-dark);
  background: var(--jr-surface-tint);
}

body.jr-brand.com-easysocial .o-avatar-v2,
body.jr-brand.com-easysocial .es-avatar {
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(11,159,44,.24), 0 7px 18px rgba(6,23,13,.12);
}

body.jr-brand.com-easysocial .o-label,
body.jr-brand.com-easysocial .es-badge,
body.jr-brand.com-easysocial .fd-badge {
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 760;
}

body.jr-brand.com-easysocial .o-label--warning-o {
  color: #805800;
  border-color: rgba(227,165,27,.34);
  background: #fff9e6;
}

body.jr-brand.com-easysocial .es-component .btn-es-default,
body.jr-brand.com-easysocial .es-component .btn-es-primary,
body.jr-brand.com-easysocial .es-component .btn-es-primary-o {
  min-height: 42px;
  border-radius: 11px;
  font-family: inherit;
  font-weight: 760;
}

body.jr-brand.com-easysocial #es .o-btn--primary,
body.jr-brand.com-easysocial #es .btn-es-primary {
  color: var(--jr-ink) !important;
  border-color: var(--jr-green-deep) !important;
  background: linear-gradient(145deg, #6af181, var(--jr-green)) !important;
}

body.jr-brand.com-easysocial #es .btn-es-primary-o,
body.jr-brand.com-easysocial #es .btn-es-default {
  color: var(--jr-green-dark) !important;
  border-color: rgba(11,159,44,.36) !important;
  background: #fff !important;
}

/* Login hero buttons sit outside .es-component in this EasySocial release. */
body.jr-brand.com-easysocial #es .es-login-box .btn-es-primary,
body.jr-brand.com-easysocial #es .es-login-box .o-btn--primary {
  color: var(--jr-ink) !important;
  border-color: var(--jr-green-deep) !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, #6af181, var(--jr-green)) !important;
  box-shadow: 0 10px 24px rgba(32,212,67,.22) !important;
  font-family: inherit !important;
  font-weight: 800 !important;
}

body.jr-brand.com-easysocial #es .es-login-box .btn-es-primary-o {
  color: var(--jr-green-dark) !important;
  border-color: rgba(11,159,44,.36) !important;
  border-radius: 12px !important;
  background: #fff !important;
  font-family: inherit !important;
  font-weight: 800 !important;
}

body.jr-brand.com-easysocial .es-component .o-form-control,
body.jr-brand.com-easysocial .es-component .es-form-control {
  min-height: 44px;
  color: var(--jr-text);
  border: 1px solid var(--jr-border-strong);
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
}

body.jr-brand.com-easysocial .es-component .o-form-control,
body.jr-brand.com-easysocial .es-component .es-form-control {
  border-radius: 11px !important;
}

body.jr-brand.com-easysocial .es-component .o-form-control:focus,
body.jr-brand.com-easysocial .es-component .es-form-control:focus {
  border-color: var(--jr-green-dark) !important;
  box-shadow: 0 0 0 4px var(--jr-ring) !important;
}

body.jr-brand.com-easysocial .es-stepbar,
body.jr-brand.com-easysocial .es-forms,
body.jr-brand.com-easysocial .es-field-header,
body.jr-brand.com-easysocial .es-forms__actions,
body.jr-brand.com-easysocial .es-registration {
  color: var(--jr-text);
  border-color: var(--jr-border);
  font-family: inherit;
}

body.jr-brand.com-easysocial .es-stepbar {
  overflow: hidden;
  border: 1px solid var(--jr-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--jr-shadow-sm);
}

body.jr-brand.com-easysocial .es-stepbar .active,
body.jr-brand.com-easysocial .es-stepbar .is-active,
body.jr-brand.com-easysocial .es-stepbar__item--active {
  color: var(--jr-ink);
  background: var(--jr-surface-tint);
}

body.jr-brand.com-easysocial #es .es-stepbar .stepItem.active > a,
body.jr-brand.com-easysocial #es .es-stepbar .stepItem.is-active > a {
  color: var(--jr-ink) !important;
  border-color: var(--jr-green-deep) !important;
  background: linear-gradient(145deg, #6af181, var(--jr-green)) !important;
  box-shadow: 0 6px 16px rgba(32,212,67,.24);
}

body.jr-brand.com-easysocial #es .es-stepbar .divider-vertical.active,
body.jr-brand.com-easysocial #es .es-stepbar .divider-vertical.is-active {
  background: linear-gradient(90deg, var(--jr-green-deep), var(--jr-cyan)) !important;
}

body.jr-brand.com-easysocial .es-field-header {
  padding: 12px 14px;
  border-left: 4px solid var(--jr-green-deep);
  border-radius: 10px;
  background: linear-gradient(90deg, var(--jr-surface-tint), rgba(255,255,255,.92));
  font-weight: 800;
}

body.jr-brand.com-easysocial.view-registration #es .fd-link {
  color: var(--jr-green-dark) !important;
  text-decoration-color: rgba(8,120,36,.4);
}

body.jr-brand.com-easysocial .es-cover,
body.jr-brand.com-easysocial .es-profile-header,
body.jr-brand.com-easysocial .es-profile-header__cover {
  overflow: hidden;
  border-radius: var(--jr-radius-panel);
  box-shadow: var(--jr-shadow);
}

/* --------------------------------------------------------------------------
   Core login/registration polish and footer
   -------------------------------------------------------------------------- */

body.jr-brand.com-users #sp-component > .login,
body.jr-brand.com-users #sp-component > .registration,
body.jr-brand.com-users #sp-component > form {
  width: min(760px, 100%);
  margin-inline: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--jr-border);
  border-radius: var(--jr-radius-panel);
  background: rgba(255,255,255,.96);
  box-shadow: var(--jr-shadow);
}

body.jr-brand #sp-footer {
  position: relative;
  z-index: 2;
  padding: 30px 0 calc(30px + env(safe-area-inset-bottom));
  color: #c8d7cd;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 10% -80%, rgba(32,212,67,.3), transparent 34%),
    radial-gradient(circle at 92% 0, rgba(87,231,255,.08), transparent 28%),
    linear-gradient(145deg, #06170d, #0b2818 70%, #0d321d);
  box-shadow: 0 -20px 52px rgba(6,23,13,.12);
}

body.jr-brand #sp-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--jr-green), var(--jr-cyan), transparent);
}

body.jr-brand #sp-footer,
body.jr-brand #sp-footer p,
body.jr-brand #sp-footer .sp-module-title {
  color: #c8d7cd;
}

body.jr-brand #sp-footer a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: #e7f0ea;
  border-radius: 9px;
  font-weight: 700;
}

body.jr-brand #sp-footer a:hover {
  color: var(--jr-green);
}

body.jr-brand .sp-scroll-up {
  right: 18px;
  bottom: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--jr-ink);
  border: 1px solid rgba(11,159,44,.3);
  border-radius: 14px;
  background: linear-gradient(145deg, #6af181, var(--jr-green));
  box-shadow: var(--jr-shadow);
}

html.jr-pwa-has-dock body.jr-brand .sp-scroll-up {
  right: auto;
  bottom: calc(var(--jr-pwa-dock-height, 84px) + 24px);
  left: 18px;
}

/* Keep the external chat visually related and clear of the PWA dock. */
body.jr-brand #hubspot-messages-iframe-container {
  filter: drop-shadow(0 18px 36px rgba(6,23,13,.18));
  transition: right .28s ease, bottom .28s ease, transform .28s ease, filter .2s ease !important;
}

/* --------------------------------------------------------------------------
   Motion and responsive behavior
   -------------------------------------------------------------------------- */

@keyframes jr-stage-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jr-card-enter {
  from { opacity: 0; transform: translateY(14px) scale(.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jr-logo-idle {
  0%, 100% { transform: translateY(0) rotate(0); }
  48% { transform: translateY(-2px) rotate(-.35deg); }
  52% { transform: translateY(-2px) rotate(.35deg); }
}

@keyframes jr-grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 42px 42px, 42px 42px; }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 768px) {
  body.jr-brand #sp-main-body::before {
    animation: jr-grid-drift 24s linear infinite;
  }
}

@media (max-width: 1199.98px) {
  body.jr-brand .sp-megamenu-parent > li > a,
  body.jr-brand .sp-megamenu-parent > li > span {
    padding-inline: 9px;
    font-size: 13px;
  }

  body.jr-brand #sp-header .mod-finder input,
  body.jr-brand #sp-header .awesomplete > input,
  body.jr-brand #sp-header input[type="search"] {
    min-width: 168px;
  }
}

@media (max-width: 991.98px) {
  body.jr-brand #sp-header {
    min-height: 74px;
  }

  body.jr-brand #sp-logo .logo,
  body.jr-brand #sp-logo .logo-image,
  body.jr-brand #sp-logo a {
    min-height: 60px;
  }

  body.jr-brand #sp-logo img {
    max-width: min(220px, 56vw);
    max-height: 61px;
  }

  body.jr-brand #sp-main-body {
    padding-top: 28px;
  }

  body.jr-brand.com-jbusinessdirectory .jbd-search-statistics {
    align-items: stretch;
    flex-direction: column;
  }

  body.jr-brand.com-jbusinessdirectory .search-options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  body.jr-brand.com-easysocial .es-login-box__form-wrap {
    margin: 12px;
  }
}

@media (max-width: 767.98px) {
  body.jr-brand {
    font-size: 15px;
  }

  body.jr-brand #sp-top-bar {
    min-height: 32px;
    font-size: 11px;
  }

  body.jr-brand #sp-header {
    min-height: 68px;
  }

  body.jr-brand #sp-logo img {
    max-width: min(205px, 62vw);
    max-height: 55px;
  }

  body.jr-brand #sp-main-body {
    padding: 22px 0 46px;
  }

  body.jr-brand .blog .blog-item,
  body.jr-brand .blog-items .blog-item,
  body.jr-brand .article-list .article,
  body.jr-brand .article-details,
  body.jr-brand .item-page,
  body.jr-brand .contact,
  body.jr-brand .com-users-login,
  body.jr-brand .com-users-registration {
    padding: 18px;
    border-radius: 18px;
  }

  body.jr-brand .page-header h1,
  body.jr-brand .componentheading,
  body.jr-brand .page-title {
    font-size: clamp(26px, 8vw, 36px);
  }

  body.jr-brand.com-jbusinessdirectory .result-content {
    padding: 15px;
  }

  body.jr-brand.com-jbusinessdirectory .result-item {
    border-left-width: 3px;
    border-radius: 14px;
  }

  body.jr-brand.com-jbusinessdirectory .result-header-row {
    gap: 10px;
  }

  body.jr-brand.com-jbusinessdirectory .item-name,
  body.jr-brand.com-jbusinessdirectory .item-name a {
    font-size: 19px;
  }

  body.jr-brand .es-modules-stackideas-toolbar,
  body.jr-brand.com-easysocial .fd-toolbar {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  body.jr-brand .es-modules-stackideas-toolbar .o-nav,
  body.jr-brand.com-easysocial .fd-toolbar__group {
    width: max-content;
    min-width: 100%;
  }

  body.jr-brand.com-easysocial .es-login-box {
    border-radius: 18px;
  }

  body.jr-brand.com-easysocial .es-login-box__form-wrap {
    padding: 17px;
    border-radius: 16px;
  }

  body.jr-brand #sp-footer {
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
    text-align: center;
  }
}

@media (max-width: 479.98px) {
  body.jr-brand #sp-logo img {
    max-width: min(184px, 58vw);
  }

  body.jr-brand .offcanvas-menu .offcanvas-inner {
    padding: 20px;
  }

  body.jr-brand.com-jbusinessdirectory .jbd-search-statistics,
  body.jr-brand.com-jbusinessdirectory .search-filter-container,
  body.jr-brand.com-jbusinessdirectory .filters,
  body.jr-brand.com-jbusinessdirectory .vertical-filter {
    border-radius: 14px;
  }

  body.jr-brand.com-easysocial .es-login-box__form-wrap {
    margin: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.jr-brand *,
  body.jr-brand *::before,
  body.jr-brand *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

@media (prefers-contrast: more) {
  body.jr-brand {
    --jr-border: rgba(6, 23, 13, .34);
    --jr-border-strong: rgba(6, 23, 13, .52);
    --jr-text-muted: #405047;
  }
}

@media print {
  body.jr-brand {
    color: #000;
    background: #fff;
  }

  body.jr-brand #sp-top-bar,
  body.jr-brand #sp-header,
  body.jr-brand #sp-footer,
  body.jr-brand #hubspot-messages-iframe-container,
  body.jr-brand #jr-pwa-dock-root,
  body.jr-brand .sp-scroll-up {
    display: none !important;
  }

  body.jr-brand #sp-main-body {
    padding: 0;
  }

  body.jr-brand .blog .blog-item,
  body.jr-brand .article-details,
  body.jr-brand .item-page,
  body.jr-brand.com-jbusinessdirectory .result-item,
  body.jr-brand.com-easysocial .es-stream-item {
    color: #000;
    border: 1px solid #999;
    background: #fff;
    box-shadow: none;
  }
}
