:root {
  --cbjj-navy: #0A1628;
  --cbjj-blue: #0052ff;
  --cbjj-orange: #ff5a1f;
  --cbjj-line: #e5e9f0;
  --cbjj-muted: #64748b;
}

.logo-img {
  width: 132px !important;
  height: 50px !important;
  object-fit: cover !important;
  object-position: 8% center !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.logo-name {
  font-size: 26px !important;
}

.hero.cbjj-hero-upgraded {
  min-height: min(780px, calc(100svh - 122px));
  padding: 92px 0 76px !important;
  background: #0A1628 !important;
  color: #fff;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.hero.cbjj-hero-upgraded::before,
.hero.cbjj-hero-upgraded::after {
  display: none !important;
}

.cbjj-hero-bg,
.cbjj-hero-bg::after {
  position: absolute;
  inset: 0;
}

.cbjj-hero-bg {
  z-index: 0;
  overflow: hidden;
  background: #0A1628;
}

.cbjj-hero-bg picture,
.cbjj-hero-bg img,
.cbjj-hero-bg video {
  width: 100%;
  height: 100%;
}

.cbjj-hero-bg picture {
  display: block;
}

.cbjj-hero-bg img,
.cbjj-hero-bg video {
  object-fit: cover;
  object-position: center;
}

.cbjj-hero-bg-slide {
  --hero-start-scale: 1.005;
  --hero-end-scale: 1.025;
  --hero-drift-x: 0;
  --hero-drift-y: 0;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .92s ease, transform 8.2s ease;
  will-change: opacity, transform;
}

.cbjj-hero-bg-slide.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.cbjj-hero-bg-slide.active .cbjj-hero-bg-img {
  animation: cbjjHeroDrift 7.6s ease-out both;
}

@keyframes cbjjHeroDrift {
  from {
    transform: scale(var(--hero-start-scale)) translate3d(0, 0, 0);
  }

  to {
    transform: scale(var(--hero-end-scale)) translate3d(var(--hero-drift-x), var(--hero-drift-y), 0);
  }
}

.cbjj-hero-bg::after {
  content: "";
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.92) 0%, rgba(7, 17, 31, 0.64) 45%, rgba(7, 17, 31, 0.28) 100%),
    linear-gradient(0deg, rgba(7, 17, 31, 0.78) 0%, rgba(7, 17, 31, 0.08) 44%, rgba(7, 17, 31, 0.54) 100%);
}

.hero.cbjj-hero-upgraded .w {
  position: relative;
  z-index: 1;
}

.hero.cbjj-hero-upgraded .hero-center {
  max-width: 780px;
  margin: 0;
  text-align: left;
}

.hero.cbjj-hero-upgraded .hero-center .eyebrow {
  justify-content: flex-start;
  color: #8db4ff;
}

.hero.cbjj-hero-upgraded .hero-center .eyebrow::before {
  background: #8db4ff;
}

.hero.cbjj-hero-upgraded h1,
.hero.cbjj-hero-upgraded h2,
.hero.cbjj-hero-upgraded h3 {
  color: #fff;
}

.hero.cbjj-hero-upgraded .hero-center h1 {
  max-width: 720px;
  letter-spacing: 0;
}

.hero.cbjj-hero-upgraded .hero-center h1 .highlight {
  color: #fff !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
}

.hero.cbjj-hero-upgraded .hero-center h1 .highlight::after {
  display: none !important;
}

.hero.cbjj-hero-upgraded .hero-lead {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 660px;
}

.hero.cbjj-hero-upgraded .hero-cta,
.hero.cbjj-hero-upgraded .trust-row {
  justify-content: flex-start;
}

.hero.cbjj-hero-upgraded .hero-cta {
  margin-bottom: 16px;
}

.hero.cbjj-hero-upgraded .btn-outline {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.hero.cbjj-hero-upgraded .btn-outline:hover {
  background: #fff;
  color: var(--cbjj-navy);
}

.hero.cbjj-hero-upgraded .trust-item {
  color: rgba(255, 255, 255, 0.74);
}

.hero.cbjj-hero-upgraded .hero-stats {
  max-width: 720px;
  margin: 0;
  border-top-color: rgba(255, 255, 255, 0.18);
}

.hero.cbjj-hero-upgraded .hero-stat {
  text-align: left;
}

.hero.cbjj-hero-upgraded .hero-stat .num {
  color: #fff;
}

.hero.cbjj-hero-upgraded .hero-stat .label {
  color: rgba(255, 255, 255, 0.56);
}

.cbjj-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}

.cbjj-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
}

.cbjj-hero-scenes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin: 0 0 34px;
}

.cbjj-hero-scenes button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.cbjj-hero-scenes button i {
  color: #8db4ff;
  font-size: 12px;
}

.cbjj-hero-scenes button:hover,
.cbjj-hero-scenes button:focus-visible,
.cbjj-hero-scenes button.active {
  transform: translateY(-1px);
  border-color: rgba(141, 180, 255, .58);
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.cbjj-home-scenarios {
  padding-top: 0 !important;
}

.cbjj-story-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cbjj-story-img + .bat-art {
  display: none;
}

.cbjj-video-card {
  border-radius: var(--r-l, 20px);
  overflow: hidden;
  border: 1px solid var(--line, #e5e9f0);
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 22, 40, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cbjj-video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 82, 255, .22);
  box-shadow: 0 18px 42px rgba(10, 22, 40, .1);
}

.product-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 20px;
}

.product-video-grid:has(.cbjj-video-library) {
  display: block;
}

.cbjj-video-library {
  display: grid;
  gap: 16px;
}

.cbjj-video-player-card {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(10, 22, 40, .08);
}

.cbjj-video-player-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0A1628;
}

.cbjj-video-player-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #0A1628;
}

.cbjj-video-now {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(226, 232, 240, .9);
}

.cbjj-video-now span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: var(--blue, #0052ff);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cbjj-video-now h4 {
  margin: 0 0 6px;
  color: var(--ink, #0A1628);
  font-size: 20px;
  line-height: 1.25;
}

.cbjj-video-now p {
  max-width: 820px;
  margin: 0;
  color: var(--gray-1, #475569);
  font-size: 14px;
  line-height: 1.65;
}

.cbjj-video-playlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.cbjj-video-pick {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 14px;
  background: #fff;
  color: var(--ink, #0A1628);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.cbjj-video-pick:hover,
.cbjj-video-pick.active {
  transform: translateY(-1px);
  border-color: rgba(0, 82, 255, .42);
  background: linear-gradient(180deg, #fff, #f6f9ff);
  box-shadow: 0 12px 28px rgba(10, 22, 40, .08);
}

.cbjj-video-pick__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 10px;
  background: #0A1628;
}

.cbjj-video-pick__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cbjj-video-pick__thumb i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(8, 19, 35, .34);
  font-size: 13px;
}

.cbjj-video-pick__copy small {
  display: block;
  margin-bottom: 4px;
  color: var(--blue, #0052ff);
  font-size: 10px;
  font-weight:800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cbjj-video-pick__copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink, #0A1628);
  font-size: 13.5px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cbjj-video-card--featured {
  grid-column: span 2;
}

.cbjj-video-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0A1628;
  overflow: hidden;
}

.cbjj-video-card__media video,
.cbjj-video-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cbjj-video-card__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(8, 19, 35, .76);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.cbjj-video-card__body {
  padding: 16px;
}

.cbjj-video-card__body h4 {
  font-size: 15px;
  margin-bottom: 6px;
}

.cbjj-video-card__body p {
  color: var(--gray-2, #64748b);
  font-size: 13px;
  line-height: 1.55;
}

.video-panel-head {
  margin-bottom: 30px;
  padding: 26px;
  border: 1px solid var(--line, #e5e9f0);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 82, 255, .08), rgba(255, 255, 255, .96) 42%),
    #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.video-panel-kicker {
  color: var(--blue, #0052ff);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.video-panel-head h3 {
  margin-bottom: 8px;
}

.video-panel-head p {
  color: var(--gray-1, #475569);
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 760px;
}

.video-panel-proof {
  display: grid;
  gap: 9px;
  min-width: 230px;
}

.video-panel-proof span,
.video-panel-proof button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line, #e5e9f0);
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  color: var(--cbjj-navy);
  font-size: 12.5px;
  font-weight: 800;
}

.video-panel-proof i {
  color: var(--blue, #0052ff);
}

.video-panel-proof button:hover {
  border-color: rgba(0, 82, 255, .36);
  color: var(--blue, #0052ff);
}

.cbjj-category-rail {
  position: sticky;
  top: 73px;
  z-index: 85;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--cbjj-line);
  backdrop-filter: blur(14px) saturate(160%);
}

.cbjj-category-rail__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.cbjj-category-rail a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid var(--cbjj-line);
  border-radius: 999px;
  color: var(--cbjj-navy);
  font-size: 12.5px;
  font-weight: 700;
  background: #fff;
}

.cbjj-category-rail a:hover {
  color: var(--cbjj-blue);
  border-color: rgba(0, 82, 255, 0.35);
  background: #f6f9ff;
}

.cbjj-category-rail a.active {
  color: #fff;
  border-color: var(--cbjj-blue);
  background: var(--cbjj-blue);
  box-shadow: 0 10px 22px rgba(0, 82, 255, .16);
}

.cbjj-category-rail__label {
  line-height: 1;
}

.cbjj-category-rail__count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--cbjj-soft-blue);
  color: var(--cbjj-blue);
  font-size: 10.5px;
  font-weight:800;
  line-height: 1;
}

.cbjj-category-rail a.active .cbjj-category-rail__count {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.cbjj-market-current {
  width: auto !important;
  min-width: 76px;
  height: 40px;
  padding: 0 12px !important;
  display: inline-flex !important;
  gap: 7px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px !important;
}

.cbjj-market-current:hover {
  transform: translateY(-1px);
}

.cbjj-market-current .flag {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eef5ff;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(8, 19, 35, .14);
}

.cbjj-market-current .code {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  letter-spacing: 0;
}

.lang-switch .lang-drop,
.lang-switch .lang-dropdown {
  min-width: 230px !important;
  padding: 8px !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 22px 54px rgba(8, 19, 35, 0.16) !important;
  z-index: 920 !important;
}

.lang-switch .lang-drop a,
.lang-switch .lang-dropdown a {
  display: grid !important;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px !important;
  min-height: 42px;
  padding: 9px 10px !important;
  border-radius: 8px;
  color: var(--cbjj-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.15;
}

.lang-switch .lang-drop a:hover,
.lang-switch .lang-dropdown a:hover {
  background: #eef4ff !important;
  color: var(--cbjj-blue) !important;
}

.lang-switch .lang-drop a.active,
.lang-switch .lang-drop a.selected,
.lang-switch .lang-dropdown a.active,
.lang-switch .lang-dropdown a.selected {
  background: #e8f0ff !important;
  color: var(--cbjj-blue) !important;
}

.cbjj-market-option__flag {
  width: 26px;
  height: 18px;
  display: block;
  border-radius: 4px;
  background: #eef5ff;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(8, 19, 35, .14);
  overflow: hidden;
}

.cbjj-market-current .flag.flag-us,
.cbjj-market-option__flag.flag-us {
  background:
    linear-gradient(90deg, #3c3b6e 0 44%, transparent 44%),
    repeating-linear-gradient(to bottom, #b22234 0 7.7%, #fff 7.7% 15.4%);
}

.cbjj-market-current .flag.flag-ca,
.cbjj-market-option__flag.flag-ca {
  background: linear-gradient(90deg, #d52b1e 0 25%, #fff 25% 75%, #d52b1e 75%);
}

.cbjj-market-current .flag.flag-uk,
.cbjj-market-option__flag.flag-uk {
  background:
    linear-gradient(90deg, transparent 0 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%),
    linear-gradient(0deg, transparent 0 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%),
    linear-gradient(35deg, transparent 0 43%, #fff 43% 48%, #c8102e 48% 52%, #fff 52% 57%, transparent 57%),
    linear-gradient(145deg, transparent 0 43%, #fff 43% 48%, #c8102e 48% 52%, #fff 52% 57%, transparent 57%),
    #012169;
}

.cbjj-market-current .flag.flag-au,
.cbjj-market-option__flag.flag-au {
  background:
    radial-gradient(circle at 72% 68%, #fff 0 7%, transparent 7.5%),
    linear-gradient(90deg, transparent 0 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%) 0 0 / 48% 48% no-repeat,
    linear-gradient(0deg, transparent 0 38%, #fff 38% 45%, #c8102e 45% 55%, #fff 55% 62%, transparent 62%) 0 0 / 48% 48% no-repeat,
    #012169;
}

.cbjj-market-current .flag.flag-de,
.cbjj-market-option__flag.flag-de {
  background: linear-gradient(to bottom, #000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}

.cbjj-market-current .flag.flag-fr,
.cbjj-market-option__flag.flag-fr {
  background: linear-gradient(90deg, #0055a4 0 33.33%, #fff 33.33% 66.66%, #ef4135 66.66%);
}

.cbjj-market-current .flag.flag-es,
.cbjj-market-option__flag.flag-es {
  background: linear-gradient(to bottom, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

.cbjj-market-current .flag.flag-sa,
.cbjj-market-option__flag.flag-sa {
  background:
    linear-gradient(#fff 0 0) center 58% / 56% 10% no-repeat,
    #006c35;
}

.cbjj-market-current .flag.flag-ae,
.cbjj-market-option__flag.flag-ae {
  background:
    linear-gradient(90deg, #ff0000 0 28%, transparent 28%),
    linear-gradient(to bottom, #009739 0 33.33%, #fff 33.33% 66.66%, #000 66.66%);
}

.cbjj-market-current .flag.flag-cn,
.cbjj-market-option__flag.flag-cn {
  background:
    radial-gradient(circle at 31% 31%, #ffde00 0 10%, transparent 10.8%),
    #de2910;
}

.cbjj-market-option__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cbjj-market-option__code {
  justify-self: end;
  min-width: 36px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #f1f5f9;
  color: var(--cbjj-navy);
  font-size: 11px;
  letter-spacing: 0;
}

.lang-switch a.active .cbjj-market-option__code,
.lang-switch a.selected .cbjj-market-option__code {
  background: var(--cbjj-blue);
  color: #fff;
}

html[dir="rtl"] .cbjj-category-rail__inner {
  direction: rtl;
}

html[dir="rtl"] .cbjj-category-rail a,
html[dir="rtl"] .cbjj-chat-actions,
html[dir="rtl"] .cbjj-chat-head {
  flex-direction: row-reverse;
}

.cbjj-chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 450;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--cbjj-navy);
  color: #fff;
  box-shadow: 0 18px 44px rgba(8, 19, 35, 0.24);
  display: grid;
  place-items: center;
  font-size: 21px;
}

.cbjj-chat-launcher:hover {
  background: var(--cbjj-blue);
  transform: translateY(-2px);
}

.cbjj-chat-panel {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 451;
  width: min(380px, calc(100vw - 28px));
  background: #fff;
  border: 1px solid var(--cbjj-line);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(8, 19, 35, 0.22);
  overflow: hidden;
  display: none;
}

.cbjj-chat-panel.open {
  display: block;
}

.cbjj-chat-head {
  padding: 16px 18px;
  background: var(--cbjj-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cbjj-chat-head strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.cbjj-chat-head span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.cbjj-chat-close {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
}

.cbjj-chat-close:hover {
  opacity: 1;
}

.cbjj-chat-body {
  height: 300px;
  padding: 16px;
  overflow-y: auto;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cbjj-msg {
  max-width: 84%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.45;
}

.cbjj-msg.bot {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--cbjj-line);
  color: var(--cbjj-navy);
}

.cbjj-msg.user {
  align-self: flex-end;
  background: var(--cbjj-blue);
  color: #fff;
}

.cbjj-chat-actions {
  padding: 10px 14px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cbjj-chat-actions button {
  border: 1px solid var(--cbjj-line);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
  color: var(--cbjj-navy);
  background: #fff;
}

.cbjj-chat-actions button:hover {
  color: var(--cbjj-blue);
  border-color: rgba(0, 82, 255, 0.35);
}

.cbjj-chat-intake {
  display: grid;
  grid-template-columns: 1fr 126px;
  gap: 8px;
  padding: 10px 14px 2px;
}

.cbjj-chat-intake input,
.cbjj-chat-intake select {
  min-width: 0;
  height: 38px;
  border: 1px solid var(--cbjj-line);
  border-radius: 12px;
  background: #fff;
  color: var(--cbjj-navy);
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  outline: 0;
}

.cbjj-chat-intake input {
  padding: 0 11px;
}

.cbjj-chat-intake select {
  padding: 0 8px;
}

.cbjj-chat-intake input:focus,
.cbjj-chat-intake select:focus {
  border-color: var(--cbjj-blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 255, 0.1);
}

.cbjj-chat-form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  padding: 12px 14px 14px;
  background: #fff;
  border-top: 1px solid var(--cbjj-line);
}

.cbjj-chat-form input {
  min-width: 0;
  height: 42px;
  border: 1px solid var(--cbjj-line);
  border-radius: 999px;
  padding: 0 14px;
  outline: 0;
  font-size: 13.5px;
}

.cbjj-chat-form input:focus {
  border-color: var(--cbjj-blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 255, 0.1);
}

.cbjj-chat-form button {
  height: 42px;
  border-radius: 50%;
  background: var(--cbjj-orange);
  color: #fff;
}

.cbjj-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 470;
  width: min(960px, calc(100vw - 32px));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 36px));
  transition: opacity .24s ease, transform .24s ease;
}

.cbjj-consent.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.cbjj-consent__shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(8, 19, 35, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 70px rgba(8, 19, 35, .2);
  backdrop-filter: blur(16px) saturate(150%);
}

.cbjj-consent__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eef5ff;
  color: var(--cbjj-blue);
  font-size: 18px;
}

.cbjj-consent__copy h2 {
  margin: 0 0 6px;
  color: var(--cbjj-navy);
  font-size: 16px;
  letter-spacing: 0;
}

.cbjj-consent__copy p {
  margin: 0;
  color: var(--cbjj-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.cbjj-consent__prefs {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.cbjj-consent__prefs[hidden] {
  display: none !important;
}

.cbjj-consent__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--cbjj-line);
  border-radius: 12px;
  background: #f8fafc;
}

.cbjj-consent__option strong,
.cbjj-consent__option small {
  display: block;
}

.cbjj-consent__option strong {
  color: var(--cbjj-navy);
  font-size: 12.5px;
  line-height: 1.25;
}

.cbjj-consent__option small {
  margin-top: 3px;
  color: var(--cbjj-muted);
  font-size: 11.5px;
  line-height: 1.35;
}

.cbjj-consent__option input {
  width: 20px;
  height: 20px;
  accent-color: var(--cbjj-blue);
}

.cbjj-consent__actions {
  min-width: 292px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cbjj-consent__btn,
.cbjj-consent-manage,
.legal-consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cbjj-navy);
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.cbjj-consent__btn {
  min-height: 40px;
  padding: 9px 12px;
  font-size: 12.5px;
}

.cbjj-consent__btn:hover,
.cbjj-consent-manage:hover,
.legal-consent-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 82, 255, .32);
  color: var(--cbjj-blue);
}

.cbjj-consent__btn--primary {
  border-color: var(--cbjj-blue);
  background: var(--cbjj-blue);
  color: #fff;
}

.cbjj-consent__btn--primary:hover {
  background: #063fbd;
  color: #fff;
}

.cbjj-consent__save {
  display: none;
}

.cbjj-consent.is-customizing .cbjj-consent__save {
  display: inline-flex;
}

.cbjj-consent.is-customizing [data-consent-customize] {
  display: none;
}

.cbjj-consent-manage {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 430;
  min-height: 40px;
  padding: 9px 12px;
  font-size: 12px;
  box-shadow: 0 12px 28px rgba(8, 19, 35, .13);
}

.cbjj-consent-manage[hidden] {
  display: none !important;
}

.legal-consent-btn {
  margin-top: 14px;
  min-height: 38px;
  padding: 9px 12px;
  font-size: 12px;
}

.cbjj-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 460;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.cbjj-promo-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.cbjj-promo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 35, .68);
  backdrop-filter: blur(7px);
}

.cbjj-promo-modal__panel {
  position: relative;
  width: min(940px, 100%);
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
  transform: translateY(18px) scale(.985);
  transition: transform .22s ease;
}

.cbjj-promo-modal.open .cbjj-promo-modal__panel {
  transform: translateY(0) scale(1);
}

.cbjj-promo-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .86);
  color: var(--cbjj-navy);
  box-shadow: 0 8px 22px rgba(8, 19, 35, .12);
}

.cbjj-promo-modal__close:hover {
  color: var(--cbjj-orange);
}

.cbjj-promo-modal__content {
  padding: clamp(28px, 5vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cbjj-promo-modal__kicker {
  margin-bottom: 12px;
  color: var(--cbjj-blue);
  font-size: 12px;
  font-weight:800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cbjj-promo-modal__content h2 {
  margin: 0 0 12px;
  color: var(--cbjj-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.cbjj-promo-modal__content p {
  margin: 0;
  color: var(--cbjj-muted);
  font-size: 15px;
  line-height: 1.65;
}

.cbjj-promo-timer {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 8px 12px;
  border: 1px solid #f4d7a9;
  border-radius: 999px;
  background: #fff7e8;
  color: #7a4b08;
  font-size: 12px;
  font-weight: 800;
}

.cbjj-promo-timer strong {
  color: var(--cbjj-orange);
}

.cbjj-promo-form {
  margin-top: 24px;
}

.cbjj-promo-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--cbjj-navy);
  font-size: 12px;
  font-weight:800;
}

.cbjj-promo-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.cbjj-promo-form input {
  min-width: 0;
  height: 48px;
  border: 1px solid var(--cbjj-line);
  border-radius: 10px;
  padding: 0 14px;
  color: var(--cbjj-navy);
  font: inherit;
  outline: 0;
}

.cbjj-promo-form input:focus {
  border-color: var(--cbjj-blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 255, .1);
}

.cbjj-promo-form button {
  height: 48px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--cbjj-navy);
  color: #fff;
  font-size: 13px;
  font-weight:800;
  white-space: nowrap;
}

.cbjj-promo-form button:hover {
  background: var(--cbjj-blue);
}

.cbjj-promo-code {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 12px;
  border: 1px dashed rgba(0, 82, 255, .36);
  border-radius: 12px;
  background: #f6f9ff;
}

.cbjj-promo-code[hidden] {
  display: none !important;
}

.cbjj-promo-code span {
  color: var(--cbjj-muted);
  font-size: 12px;
  font-weight: 800;
}

.cbjj-promo-code strong {
  color: var(--cbjj-blue);
  font-size: 18px;
  letter-spacing: .08em;
}

.cbjj-promo-code button {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cbjj-navy);
  font-size: 12px;
  font-weight: 800;
}

.cbjj-promo-modal__content small {
  margin-top: 14px;
  color: var(--cbjj-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.cbjj-promo-modal__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #0A1628;
}

.cbjj-promo-modal__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 19, 35, .1), rgba(8, 19, 35, .72)),
    linear-gradient(120deg, rgba(0, 82, 255, .24), rgba(255, 90, 31, .2));
}

.cbjj-promo-modal__picture,
.cbjj-promo-modal__img {
  width: 100%;
  height: 100%;
}

.cbjj-promo-modal__picture {
  display: block;
}

.cbjj-promo-modal__img {
  object-fit: cover;
}

.cbjj-promo-modal__badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 16px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  backdrop-filter: blur(14px);
}

.cbjj-promo-modal__badge span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .12em;
}

.cbjj-promo-modal__badge strong {
  font-size: 28px;
  letter-spacing: .08em;
}

.cbjj-recent {
  padding: 42px 0 46px;
  background: #fff;
  border-top: 1px solid var(--cbjj-line);
}

.cbjj-recent--home,
.cbjj-recent--cart {
  background: #f8fafc;
}

.cbjj-recent--account {
  padding: 0;
  margin: 0 0 18px;
  background: transparent;
  border: 0;
}

.cbjj-recent__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.cbjj-recent--account .cbjj-recent__inner {
  max-width: none;
  padding: 0;
}

.cbjj-recent--product .cbjj-recent__inner {
  padding-right: clamp(24px, 12vw, 170px);
}

.cbjj-recent__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.cbjj-recent__kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--cbjj-blue);
  font-size: 11px;
  font-weight:800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cbjj-recent__head h2 {
  margin: 0 0 6px;
  color: var(--cbjj-navy);
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: 0;
}

.cbjj-recent__head p {
  margin: 0;
  max-width: 620px;
  color: var(--cbjj-muted);
  font-size: 14px;
  line-height: 1.6;
}

.cbjj-recent--account .cbjj-recent__head h2 {
  font-size: 18px;
}

.cbjj-recent__clear {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cbjj-muted);
  font-size: 12px;
  font-weight: 800;
}

.cbjj-recent__clear:hover {
  border-color: rgba(255, 90, 31, 0.35);
  color: var(--cbjj-orange);
}

.cbjj-recent__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
  gap: 14px;
  align-items: stretch;
}

.cbjj-recent__card {
  display: grid;
  grid-template-columns: minmax(132px, 34%) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #dce6f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(8, 19, 35, 0.04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cbjj-recent__card:hover {
  border-color: rgba(0, 84, 255, 0.2);
  box-shadow: 0 18px 40px rgba(8, 19, 35, 0.07);
  transform: translateY(-2px);
}

.cbjj-recent__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 154px;
  height: 100%;
  margin: 0;
  border-radius: 6px;
  border: 0;
  --recent-img-max-h: 126px;
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 78%);
  overflow: hidden;
  isolation: isolate;
}

.cbjj-recent__media::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 16px;
  height: 12px;
  border-radius: 999px;
  background: rgba(8, 19, 35, 0.05);
  filter: blur(10px);
  pointer-events: none;
}

.cbjj-recent__img,
.cbjj-recent__media img {
  position: relative;
  z-index: 1;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: var(--recent-img-max-h) !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
  padding: 0 !important;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 10px 18px rgba(8, 19, 35, 0.12));
  transition: transform .24s ease, filter .24s ease;
}

.cbjj-recent__card:hover .cbjj-recent__img,
.cbjj-recent__card:hover .cbjj-recent__media img {
  transform: translateY(-2px) scale(1.025);
  filter: drop-shadow(0 15px 24px rgba(8, 19, 35, 0.16));
}

.cbjj-recent__media picture,
.cbjj-recent__media .product-picture {
  position: relative;
  z-index: 1;
  display: contents;
}

.cbjj-recent__battery {
  display: grid;
  place-items: center;
  width: 74%;
  height: 44%;
  border-radius: 8px;
  background: var(--cbjj-navy);
  color: #fff;
  font-size: 14px;
  font-weight:800;
}

.cbjj-recent__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 8px;
  padding: 7px 4px 6px 0;
  background: #fff;
}

.cbjj-recent__tag {
  color: var(--cbjj-blue);
  font-size: 10.5px;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cbjj-recent__body h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.34;
  letter-spacing: 0;
  display: -webkit-box;
  min-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cbjj-recent__body h3 a {
  color: var(--cbjj-navy);
}

.cbjj-recent__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 0;
}

.cbjj-recent__price strong {
  color: var(--cbjj-orange);
  font-size: 17px;
}

.cbjj-recent__price span {
  color: var(--cbjj-muted);
  font-size: 12px;
  text-decoration: line-through;
}

.cbjj-recent__actions {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}

.cbjj-recent__actions a,
.cbjj-recent__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight:800;
}

.cbjj-recent__actions a {
  border: 1px solid var(--cbjj-line);
  color: var(--cbjj-navy);
  background: #fff;
}

.cbjj-recent__actions button {
  background: #071426;
  color: #fff;
}

.cbjj-recent__actions button:hover {
  background: var(--cbjj-blue);
}

html[dir="rtl"] .cbjj-chat-panel {
  right: auto;
  left: 22px;
}

html[dir="rtl"] .cbjj-chat-launcher {
  right: auto;
  left: 22px;
}

  html[dir="rtl"] .cbjj-chat-form {
    grid-template-columns: 44px 1fr;
  }

  .cbjj-chat-intake {
    grid-template-columns: 1fr;
  }

html[dir="rtl"] .cbjj-chat-form input {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

html[dir="rtl"] .cbjj-chat-form button {
  grid-column: 1;
  grid-row: 1;
}

html[dir="rtl"] .cbjj-msg.bot {
  align-self: flex-end;
}

html[dir="rtl"] .cbjj-msg.user {
  align-self: flex-start;
}

.cbjj-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 900;
  background: var(--cbjj-navy);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 14px 42px rgba(8, 19, 35, 0.24);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
}

html.cbjj-search-open {
  overflow: hidden;
}

.cbjj-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: grid;
  place-items: start center;
  padding: 74px 18px 22px;
}

.cbjj-search-overlay[hidden] {
  display: none;
}

.cbjj-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 35, 0.64);
  backdrop-filter: blur(8px);
}

.cbjj-search-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(820px, calc(100svh - 96px));
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: 0 28px 90px rgba(8, 19, 35, 0.32);
  padding: 18px;
}

.cbjj-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cbjj-search-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cbjj-blue);
  font-size: 11px;
  font-weight:800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cbjj-search-head h2 {
  margin: 5px 0 0;
  color: var(--cbjj-navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.06;
  letter-spacing: 0;
}

.cbjj-search-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cbjj-navy);
  font-size: 16px;
}

.cbjj-search-close:hover {
  border-color: rgba(0, 82, 255, 0.34);
  color: var(--cbjj-blue);
}

.cbjj-search-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1.5px solid rgba(0, 82, 255, 0.28);
  border-radius: 8px;
  background: #fff;
  padding: 8px 8px 8px 14px;
  box-shadow: 0 10px 24px rgba(0, 82, 255, 0.08);
}

.cbjj-search-form i {
  color: var(--cbjj-blue);
}

.cbjj-search-form input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  color: var(--cbjj-navy);
  font-size: 16px;
  font-weight: 800;
  background: transparent;
}

.cbjj-search-form input::placeholder {
  color: #94a3b8;
  font-weight: 700;
}

.cbjj-search-form button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--cbjj-navy);
  color: #fff;
  font-size: 13px;
  font-weight:800;
}

.cbjj-search-form button:hover {
  background: var(--cbjj-blue);
}

.cbjj-search-quick,
.cbjj-search-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cbjj-search-quick button,
.cbjj-search-foot a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid var(--cbjj-line);
  border-radius: 999px;
  background: #fff;
  color: var(--cbjj-navy);
  font-size: 12px;
  font-weight:800;
}

.cbjj-search-quick button:hover,
.cbjj-search-foot a:hover {
  border-color: rgba(0, 82, 255, 0.35);
  color: var(--cbjj-blue);
}

.cbjj-search-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--cbjj-muted);
  font-size: 12px;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cbjj-search-status a {
  color: var(--cbjj-blue);
}

.cbjj-search-results {
  display: grid;
  gap: 9px;
  overflow: auto;
  padding-right: 2px;
}

.cbjj-search-result {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 8px 22px rgba(8, 19, 35, 0.04);
}

.cbjj-search-result__media {
  width: 92px;
  height: 84px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(145deg, #eef4ff, #f8fafc);
}

.cbjj-search-result__picture,
.cbjj-search-result__picture picture {
  width: 100%;
  height: 100%;
  display: block;
}

.cbjj-search-result__img,
.cbjj-search-result__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
  filter: drop-shadow(0 8px 14px rgba(8, 19, 35, 0.16));
}

.cbjj-search-result__fallback {
  display: grid;
  place-items: center;
  width: 74%;
  height: 52%;
  border-radius: 8px;
  background: var(--cbjj-navy);
  color: #fff;
  font-weight:800;
}

.cbjj-search-result__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.cbjj-search-result__title {
  color: var(--cbjj-navy);
  font-size: 14px;
  font-weight:800;
  line-height: 1.32;
}

.cbjj-search-result__title:hover {
  color: var(--cbjj-blue);
}

.cbjj-search-result__meta {
  color: var(--cbjj-muted);
  font-size: 12px;
  font-weight: 800;
}

.cbjj-search-result__buy {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.cbjj-search-result__buy strong {
  color: var(--cbjj-orange);
  font-size: 16px;
}

.cbjj-search-result__buy span {
  color: #94a3b8;
  font-size: 12px;
  text-decoration: line-through;
}

.cbjj-search-result__actions {
  display: flex;
  gap: 7px;
}

.cbjj-search-result__actions button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fff;
  color: var(--cbjj-navy);
}

.cbjj-search-result__actions button:hover,
.cbjj-search-result__actions button.active {
  border-color: rgba(0, 82, 255, 0.34);
  background: #e8f0ff;
  color: var(--cbjj-blue);
}

.cbjj-search-result__actions [data-search-wish].active {
  background: #fff1eb;
  border-color: rgba(255, 90, 31, 0.35);
  color: var(--cbjj-orange);
}

.cbjj-search-empty {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: var(--cbjj-muted);
  padding: 24px;
}

.cbjj-search-empty strong {
  color: var(--cbjj-navy);
  font-size: 18px;
}

.cbjj-search-empty a {
  color: var(--cbjj-blue);
  font-weight:800;
}

.wish.active,
.btn-wish.active,
.cbjj-wishlist-active {
  color: var(--cbjj-orange) !important;
  border-color: rgba(255, 90, 31, 0.45) !important;
}

.wish.active i,
.btn-wish.active i {
  font-weight:800;
}

.compare-badge {
  position: relative;
}

.compare-badge .n {
  position: absolute;
  top: -3px;
  right: -3px;
  background: var(--cbjj-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 999px;
  border: 2px solid #fff;
  min-width: 18px;
  text-align: center;
  line-height: 1.1;
}

.compare-btn,
.btn-compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1.5px solid var(--cbjj-line);
  border-radius: 999px;
  background: #fff;
  color: var(--cbjj-navy);
  font-size: 12.5px;
  font-weight: 800;
  padding: 10px 14px;
  transition: 0.2s ease;
}

.compare-btn:hover,
.btn-compare:hover {
  border-color: rgba(0, 82, 255, 0.45);
  color: var(--cbjj-blue);
  transform: translateY(-1px);
}

.compare-btn.active,
.btn-compare.active,
.cbjj-compare-active {
  border-color: rgba(0, 82, 255, 0.5) !important;
  color: var(--cbjj-blue) !important;
  background: var(--cbjj-blue-soft) !important;
}

.cbjj-lazy-fade {
  opacity: 0;
  transition: opacity 320ms ease;
}

.cbjj-lazy-fade.cbjj-loaded,
.cbjj-lazy-fade[data-loaded="true"] {
  opacity: 1;
}

video[data-cbjj-deferred="true"] {
  background: #0A1628;
}

@media (max-width: 860px) {
  .logo-img {
    width: 112px !important;
    height: 44px !important;
  }

  .hero.cbjj-hero-upgraded {
    min-height: auto;
    padding: 72px 0 58px !important;
  }

  .hero.cbjj-hero-upgraded .hero-center {
    text-align: left;
  }

  .hero.cbjj-hero-upgraded .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  #videoGrid {
    grid-template-columns: 1fr !important;
  }

  .cbjj-video-playlist {
    grid-template-columns: 1fr;
  }

  .cbjj-video-pick {
    grid-template-columns: 74px 1fr;
  }

  .cbjj-video-now {
    padding: 16px;
  }

  .video-panel-head {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .video-panel-proof {
    min-width: 0;
  }

  .cbjj-video-card--featured {
    grid-column: auto;
  }

  .cbjj-recent {
    padding: 34px 0;
  }

  .cbjj-recent__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cbjj-recent__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cbjj-recent__media {
    height: 166px;
    margin: 0;
    --recent-img-max-h: 134px;
  }
}

.cbjj-inbox-page {
  min-height: 100vh;
  background: #f6f8fb;
  color: var(--cbjj-navy);
  font-family: "Inter", "Plus Jakarta Sans", system-ui, sans-serif;
}

.cbjj-inbox-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 42px 22px;
}

.cbjj-inbox-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.cbjj-inbox-actions,
.cbjj-inbox-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cbjj-inbox-actions button,
.cbjj-inbox-actions a,
.cbjj-inbox-stat {
  border: 1px solid var(--cbjj-line);
  border-radius: 12px;
  background: #fff;
  color: var(--cbjj-navy);
  font-size: 12px;
  font-weight: 800;
  padding: 10px 13px;
  box-shadow: 0 8px 18px rgba(8, 19, 35, 0.04);
}

.cbjj-inbox-actions button {
  cursor: pointer;
}

.cbjj-inbox-stat strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 4px;
}

.cbjj-inbox-stats {
  margin-bottom: 16px;
}

.cbjj-inbox-api {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(180px, 0.8fr) auto auto minmax(240px, 1fr);
  gap: 10px;
  align-items: end;
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid var(--cbjj-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 19, 35, 0.04);
}

.cbjj-inbox-api label {
  display: grid;
  gap: 6px;
  color: var(--cbjj-navy);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cbjj-inbox-api input {
  width: 100%;
  min-width: 0;
  height: 40px;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #fbfdff;
  color: var(--cbjj-navy);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  padding: 0 12px;
  outline: 0;
}

.cbjj-inbox-api input:focus {
  border-color: var(--cbjj-blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 255, 0.1);
}

.cbjj-inbox-api button {
  min-height: 40px;
  border: 1px solid var(--cbjj-line);
  border-radius: 8px;
  background: #0A1628;
  color: #fff;
  font-size: 12px;
  font-weight:800;
  padding: 0 13px;
  cursor: pointer;
  white-space: nowrap;
}

.cbjj-inbox-api button + button {
  background: #fff;
  color: var(--cbjj-navy);
}

.cbjj-inbox-api span {
  display: flex;
  min-height: 40px;
  align-items: center;
  border-radius: 8px;
  background: #f6f8fb;
  color: var(--cbjj-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  padding: 9px 11px;
}

.cbjj-inbox-api span[data-tone="ready"] {
  background: #ecfdf3;
  color: #047b3f;
}

.cbjj-inbox-api span[data-tone="pending"] {
  background: #fff7ed;
  color: #c2410c;
}

.cbjj-inbox-api span[data-tone="error"] {
  background: #fef2f2;
  color: #b91c1c;
}

.cbjj-inbox-head h1 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 8px;
}

.cbjj-inbox-head p {
  margin: 0;
  color: var(--cbjj-muted);
}

.cbjj-inbox-list {
  display: grid;
  gap: 14px;
}

.cbjj-inbox-card {
  background: #fff;
  border: 1px solid var(--cbjj-line);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(8, 19, 35, 0.04);
}

.cbjj-inbox-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--cbjj-muted);
  font-size: 12px;
  margin-bottom: 10px;
}

.cbjj-inbox-card strong {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.cbjj-inbox-detail {
  color: var(--cbjj-muted);
  font-size: 13px;
  line-height: 1.55;
  word-break: break-word;
}

.cbjj-inbox-transcript {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid var(--cbjj-line);
  border-radius: 12px;
  background: #f8fafc;
  color: var(--cbjj-navy);
  font-size: 12.5px;
  line-height: 1.5;
}

.cbjj-inbox-transcript b {
  color: var(--cbjj-blue);
}

.cbjj-inbox-transcript span {
  color: var(--cbjj-muted);
  font-size: 11px;
}

.cbjj-promo-admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.cbjj-promo-editor,
.cbjj-promo-test,
.cbjj-promo-rules {
  border: 1px solid var(--cbjj-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 19, 35, 0.04);
}

.cbjj-promo-editor,
.cbjj-promo-test {
  padding: 18px;
}

.cbjj-promo-editor__head,
.cbjj-promo-rules__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.cbjj-promo-editor__head span,
.cbjj-promo-rules__head span {
  display: block;
  margin-bottom: 5px;
  color: var(--cbjj-blue);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cbjj-promo-editor__head h2,
.cbjj-promo-rules__head h2 {
  margin: 0;
  color: var(--cbjj-navy);
  font-size: 20px;
  letter-spacing: 0;
}

.cbjj-promo-editor__head button,
.cbjj-promo-test__btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 10px;
  background: var(--cbjj-blue);
  color: #fff;
  font-size: 12.5px;
  font-weight:800;
}

.cbjj-promo-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cbjj-promo-fields.single {
  grid-template-columns: 1fr;
}

.cbjj-promo-fields label {
  display: grid;
  gap: 6px;
  color: var(--cbjj-navy);
  font-size: 12px;
  font-weight:800;
}

.cbjj-promo-fields label.wide {
  grid-column: span 3;
}

.cbjj-promo-fields input,
.cbjj-promo-fields select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid var(--cbjj-line);
  border-radius: 10px;
  background: #fff;
  color: var(--cbjj-navy);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 0 11px;
  outline: 0;
}

.cbjj-promo-fields select[multiple] {
  min-height: 120px;
  padding: 8px;
}

.cbjj-promo-fields input:focus,
.cbjj-promo-fields select:focus {
  border-color: var(--cbjj-blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 255, .1);
}

.cbjj-promo-help,
.cbjj-promo-rules__head p {
  margin: 14px 0 0;
  color: var(--cbjj-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.cbjj-promo-test__btn {
  width: 100%;
  margin-top: 12px;
}

.cbjj-promo-test__result {
  min-height: 144px;
  margin: 12px 0 0;
  padding: 12px;
  overflow: auto;
  border: 1px solid var(--cbjj-line);
  border-radius: 10px;
  background: #f8fafc;
  color: var(--cbjj-navy);
  font: 12px/1.5 Consolas, monospace;
}

.cbjj-promo-rules {
  padding: 18px;
}

.cbjj-promo-rule-list {
  display: grid;
  gap: 12px;
}

.cbjj-promo-rule {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--cbjj-line);
  border-radius: 12px;
  background: #fff;
}

.cbjj-promo-rule.is-custom {
  border-color: rgba(0, 82, 255, .24);
  background: #f8fbff;
}

.cbjj-promo-rule__source {
  color: var(--cbjj-blue);
  font-size: 11px;
  font-weight:800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cbjj-promo-rule h3 {
  margin: 4px 0;
  color: var(--cbjj-navy);
  font-size: 18px;
  letter-spacing: .06em;
}

.cbjj-promo-rule p {
  margin: 0 0 9px;
  color: var(--cbjj-muted);
  font-size: 13px;
}

.cbjj-promo-rule__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cbjj-promo-rule__meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef3f9;
  color: var(--cbjj-navy);
  font-size: 11px;
  font-weight: 800;
}

.cbjj-promo-rule__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cbjj-promo-rule__actions button {
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--cbjj-line);
  border-radius: 9px;
  background: #fff;
  color: var(--cbjj-navy);
  font-size: 12px;
  font-weight:800;
}

.cbjj-promo-rule__actions button:hover {
  border-color: rgba(0, 82, 255, .3);
  color: var(--cbjj-blue);
}

@media (max-width: 760px) {
  .cbjj-inbox-api {
    grid-template-columns: 1fr;
  }

  .cbjj-category-rail {
    top: 68px;
  }

  .cbjj-chat-launcher {
    right: 16px;
    bottom: 16px;
  }

  .cbjj-chat-panel {
    right: 14px;
    bottom: 84px;
  }

  .cbjj-consent {
    bottom: 10px;
    width: calc(100vw - 20px);
  }

  .cbjj-consent__shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }

  .cbjj-consent__icon {
    display: none;
  }

  .cbjj-consent__actions {
    min-width: 0;
    justify-content: stretch;
  }

  .cbjj-consent__btn {
    flex: 1 1 130px;
  }

  .cbjj-consent-manage {
    left: 16px;
    bottom: 16px;
  }

  .cbjj-promo-admin-grid,
  .cbjj-promo-rule {
    grid-template-columns: 1fr;
  }

  .cbjj-promo-fields {
    grid-template-columns: 1fr;
  }

  .cbjj-promo-fields label.wide {
    grid-column: auto;
  }

  .cbjj-promo-rule__actions {
    justify-content: stretch;
  }

  .cbjj-promo-rule__actions button {
    flex: 1 1 112px;
  }

  .cbjj-promo-modal {
    padding: 14px;
  }

  .cbjj-promo-modal__panel {
    max-height: calc(100svh - 28px);
    min-height: 0;
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .cbjj-promo-modal__visual {
    min-height: 190px;
    order: -1;
  }

  .cbjj-promo-modal__content {
    padding: 24px;
  }

  .cbjj-promo-form__row {
    grid-template-columns: 1fr;
  }

  .cbjj-promo-form button {
    width: 100%;
  }

  .cbjj-promo-code button {
    width: 100%;
    margin-left: 0;
  }

  .cbjj-recent__inner {
    padding: 0 16px;
  }

  .cbjj-recent__grid {
    grid-template-columns: 1fr;
  }

  .cbjj-recent__card {
    flex-direction: row;
    align-items: stretch;
  }

  .cbjj-recent__media {
    flex: 0 0 120px;
    width: 120px;
    height: auto;
    min-height: 138px;
    margin: 0;
    border-right: 1px solid #eef3f8;
    border-bottom: 0;
    --recent-img-max-h: 106px;
  }

  .cbjj-recent__body {
    padding: 13px 14px 14px;
  }

  .cbjj-search-overlay {
    padding: 10px;
    place-items: stretch;
  }

  .cbjj-search-panel {
    max-height: calc(100svh - 20px);
    width: 100%;
    padding: 14px;
  }

  .cbjj-search-form {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cbjj-search-form button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .cbjj-search-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .cbjj-search-result {
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: start;
  }

  .cbjj-search-result__media {
    width: 74px;
    height: 74px;
  }

  .cbjj-search-result__actions {
    grid-column: 2;
    justify-content: flex-start;
  }

  html[dir="rtl"] .cbjj-chat-launcher {
    right: auto;
    left: 16px;
  }

html[dir="rtl"] .cbjj-chat-panel {
    right: auto;
    left: 14px;
  }
}

/* Clean brand pass: calmer homepage, leaner navigation, stronger B2B/contact paths. */
.cbjj-primary-nav {
  align-items: center;
  flex-wrap: nowrap !important;
  gap: clamp(12px, .9vw, 18px) !important;
  min-width: 0;
}

.cbjj-primary-nav a {
  white-space: nowrap;
  line-height: 1.2;
  letter-spacing: 0;
}

.cbjj-nav-rebuilt {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  justify-self: center;
  width: 100%;
  min-width: 0;
  padding-right: 0;
  overflow: visible;
}

.cbjj-products-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 170;
}

.cbjj-products-menu::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: -12px;
  right: -12px;
  height: 18px;
  display: block;
}

.cbjj-products-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.cbjj-products-menu.open .cbjj-products-trigger {
  color: var(--cbjj-blue) !important;
}

.cbjj-products-menu.open .cbjj-products-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 13px);   /* 与其它导航 active 下划线一致：贴住"Products"文字，不再 bottom:-8px 飘到下方 */
  bottom: auto;
  height: 1.5px;
  border-radius: 999px;
  background: var(--cbjj-blue);
}

.cbjj-primary-nav.cbjj-products-open > a.active,
.main-nav.cbjj-products-open > a.active,
.menu.cbjj-products-open > a.active {
  color: var(--cbjj-navy) !important;
}

.cbjj-primary-nav.cbjj-products-open > a.active::after,
.main-nav.cbjj-products-open > a.active::after,
.menu.cbjj-products-open > a.active::after {
  opacity: 0;
}

/* 重建后导航的 active 下划线——外观与定位统一收口在这里（覆盖各页内联，避免"有的页有线/有的没线/粗细不一"）。
   背景：链接有 min-height:44px（无障碍点击区），文字垂直居中只占 ~16px，各页内联 `a.active::after{bottom:0}`
   会把线钉在 44px 框底→飘到文字下方约 14px。这里按链接垂直中心定位、贴住文字，并统一 content/颜色/粗细/间距，
   让 support、product 等没写内联下划线的页也一致显示；:not(.open) 不影响 Products 展开态的下划线。 */
.cbjj-nav-rebuilt > a.active::after,
.cbjj-nav-rebuilt .cbjj-products-menu:not(.open) > .cbjj-products-trigger.active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(50% + 13px) !important;   /* 间距：文字下方 ~5-6px，不再贴太紧 */
  bottom: auto !important;
  height: 1.5px !important;           /* 比原 2px 细，更精致不显粗 */
  background: var(--cbjj-blue, #0052ff) !important;
  border-radius: 999px !important;
}

.cbjj-products-trigger i {
  font-size: 10px;
  opacity: .68;
}

.cbjj-products-panel {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  z-index: 260;
  width: min(1120px, calc(100vw - 48px));
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 6px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(8, 19, 35, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-42%, 6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.cbjj-products-menu.open .cbjj-products-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-42%, 0);
}

.cbjj-products-panel a {
  position: relative;
  min-width: 0;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  color: var(--cbjj-navy) !important;
  font-size: 13px;
  font-weight: 800;
  white-space: normal;
}

.cbjj-products-panel a:hover {
  background: #f3f7ff;
  color: var(--cbjj-blue) !important;
}

.cbjj-products-panel a[data-full-label]::after {
  content: attr(data-full-label);
  position: absolute;
  left: 44px;
  top: calc(100% + 7px);
  z-index: 320;
  max-width: 280px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #0A1628;
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 19, 35, .22);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-3px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
}

.cbjj-products-panel a:hover[data-full-label]::after,
.cbjj-products-panel a:focus-visible[data-full-label]::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cbjj-products-panel a i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef5ff;
  color: var(--cbjj-blue);
  font-size: 12px;
}

.cbjj-products-panel a b {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--cbjj-blue);
  font-size: 10px;
  font-weight:800;
}

.cbjj-primary-nav .cbjj-nav-hidden {
  display: none !important;
}

.cbjj-contact-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 12px;
  background: #0A1628;
  color: #fff !important;
  font-size: 13px;
  font-weight:800;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(7, 19, 35, 0.12);
}

.cbjj-contact-pill:hover {
  transform: translateY(-1px);
  background: var(--cbjj-blue);
}

header .head-actions,
header .tools {
  justify-self: end;
  gap: 9px !important;
  min-width: 0;
  flex-wrap: nowrap;
}

header .head-actions .head-btn,
header .tools .tool-btn,
header .lang-btn,
header .cbjj-market-current {
  border: 1px solid rgba(226, 232, 240, .9) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(246, 249, 253, .96) 100%),
    radial-gradient(circle at 50% 0, rgba(0, 82, 255, .08), transparent 62%) !important;
  color: var(--cbjj-navy) !important;
  box-shadow: 0 8px 18px rgba(8, 19, 35, .045);
}

header .head-actions .head-btn:hover,
header .tools .tool-btn:hover,
header .lang-btn:hover,
header .cbjj-market-current:hover {
  border-color: rgba(0, 82, 255, .26) !important;
  background: #eef5ff !important;
  color: var(--cbjj-blue) !important;
}

header {
  position: sticky;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
  border-bottom: 1px solid rgba(148, 163, 184, .24) !important;
  box-shadow: 0 10px 28px rgba(8, 19, 35, .045);
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 82, 255, .92), rgba(93, 213, 255, .88) 48%, rgba(255, 90, 31, .78));
  pointer-events: none;
}

header .head-inner,
header .nav {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: clamp(18px, 2vw, 34px) !important;
}

header .logo {
  min-width: 0;
}

header .head-actions > .compare-badge,
header .tools > .compare-badge {
  display: none !important;
}

footer.cbjj-footer {
  background:
    radial-gradient(circle at 16% 12%, rgba(37, 99, 235, 0.22), transparent 30%),
    radial-gradient(circle at 84% 24%, rgba(255, 90, 31, 0.14), transparent 28%),
    #0A1628 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cbjj-footer-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 28px;
}

.cbjj-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.75fr) repeat(5, minmax(118px, 1fr));
  gap: clamp(22px, 2.5vw, 36px);
  align-items: start;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cbjj-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  color: #fff !important;
}

.cbjj-footer-logo img {
  width: 118px;
  height: 48px;
  object-fit: cover;
  object-position: 8% center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.cbjj-footer-logo strong,
.cbjj-footer-logo em {
  display: block;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-style: normal;
  line-height: 1;
}

.cbjj-footer-logo strong {
  color: #fff;
  font-size: 25px;
  font-weight:800;
  letter-spacing: 2px;
}

.cbjj-footer-logo em {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.cbjj-footer-brand p {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
  line-height: 1.75;
}

.cbjj-footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.cbjj-footer-trust span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11.5px;
  font-weight: 850;
  white-space: nowrap;
}

.cbjj-footer-trust i {
  color: #60a5fa;
  font-size: 11px;
}

.cbjj-footer .foot-col {
  min-width: 0;
}

.cbjj-footer .foot-col h5 {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif !important;
  font-size: 11.5px !important;
  font-weight:800 !important;
  letter-spacing: 1.8px !important;
  line-height: 1.2;
  text-transform: uppercase !important;
}

.cbjj-footer .foot-col ul {
  display: grid !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.cbjj-footer .foot-col a {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 13px !important;
  line-height: 1.45;
  font-weight:600;
}

.cbjj-footer .foot-col a:hover {
  color: #fff !important;
}

.cbjj-footer-contact a {
  overflow-wrap: anywhere;
}

.cbjj-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.cbjj-footer-pay,
.cbjj-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.cbjj-footer-pay span {
  min-height: 26px;
  display: inline-grid;
  place-items: center;
  padding: 0 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 10px;
  font-weight:800;
}

.cbjj-footer-legal {
  justify-content: flex-end;
}

@media (max-width: 1180px) {
  .cbjj-footer-grid {
    grid-template-columns: 1.7fr repeat(3, minmax(132px, 1fr));
  }
}

@media (max-width: 760px) {
  .cbjj-footer-inner {
    width: min(100% - 32px, 520px);
    padding: 44px 0 24px;
  }

  .cbjj-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 20px;
  }

  .cbjj-footer-brand {
    grid-column: 1 / -1;
  }

  .cbjj-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cbjj-footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .cbjj-footer-grid {
    grid-template-columns: 1fr;
  }
}

.cbjj-mobile-nav-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  border: 0;
  border-radius: 10px;
  background: #f6f8fb;
  color: var(--cbjj-navy);
  font-size: 17px;
  cursor: pointer;
}

.cbjj-mobile-nav-toggle:hover {
  background: #edf4ff;
  color: var(--cbjj-blue);
}

header .head-inner,
header .nav {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(16px, 1.5vw, 28px) !important;
}

header .head-actions,
header .tools {
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  min-width: 0;
}

.cbjj-chat-launcher--new::after {
  content: "AI";
  position: absolute;
  right: -4px;
  top: -6px;
  min-width: 25px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--cbjj-orange);
  color: #fff;
  font-size: 10px;
  font-weight:800;
}

.cbjj-promo-trigger {
  position: fixed;
  left: 18px;
  bottom: 72px;
  z-index: 180;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255, 90, 31, 0.22);
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight:800;
  box-shadow: 0 12px 28px rgba(8, 19, 35, 0.1);
}

.cbjj-promo-trigger:hover {
  transform: translateY(-1px);
  background: var(--cbjj-orange);
  color: #fff;
}

.hero.cbjj-hero-clean {
  min-height: min(720px, calc(100svh - 84px));
  padding: 96px 0 76px !important;
}

.hero.cbjj-hero-clean .hero-center {
  max-width: 760px;
}

.hero.cbjj-hero-clean .hero-center h1 {
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: 1.02;
  max-width: 760px;
}

.hero.cbjj-hero-clean .hero-center h1 .highlight {
  color: #fff !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  position: relative;
  display: inline-block;
  font-weight:800;
  text-shadow: none !important;
}

.hero.cbjj-hero-clean .hero-center h1 .highlight::after {
  display: none !important;
}

.hero.cbjj-hero-clean .hero-lead {
  max-width: 620px;
  font-size: clamp(16px, 1.4vw, 19px);
}

.hero.cbjj-hero-clean .trust-row,
.hero.cbjj-hero-clean .hero-stats {
  display: none !important;
}

.hero.cbjj-hero-clean .cbjj-hero-proof {
  display: none !important;
}

.cbjj-business-strip {
  border-top: 1px solid var(--cbjj-line);
  border-bottom: 1px solid var(--cbjj-line);
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.cbjj-business-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cbjj-business-card,
.cbjj-business-contact {
  min-width: 0;
  min-height: 102px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: start;
  column-gap: 12px;
  row-gap: 4px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cbjj-navy);
  text-align: left;
  box-shadow: 0 12px 28px rgba(8, 19, 35, 0.04);
}

.cbjj-business-card i,
.cbjj-business-contact i {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef5ff;
  color: var(--cbjj-blue);
}

.cbjj-business-card span,
.cbjj-business-contact span {
  font-size: 13px;
  font-weight:800;
}

.cbjj-business-card strong,
.cbjj-business-contact strong {
  min-width: 0;
  color: var(--cbjj-muted);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

.cbjj-business-card:hover,
.cbjj-business-contact:hover {
  border-color: rgba(0, 82, 255, 0.34);
  transform: translateY(-2px);
}

.application-sec {
  padding: 82px 0 !important;
  background: #f7f9fc !important;
}

.application-head {
  max-width: 1060px;
  margin-bottom: 28px !important;
}

.application-head .desc {
  max-width: 500px !important;
}

.application-layout {
  gap: 18px !important;
}

.application-grid {
  gap: 18px !important;
}

.application-feature,
.application-card {
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(10, 22, 40, 0.08);
}

.application-feature {
  min-height: 500px !important;
  padding: 30px !important;
}

.application-card {
  min-height: 238px !important;
  padding: 22px !important;
}

.application-feature::after,
.application-card::after {
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0.02) 0%, rgba(10, 22, 40, 0.28) 42%, rgba(10, 22, 40, 0.86) 100%) !important;
}

.application-copy {
  max-width: 510px !important;
}

.application-kicker {
  margin-bottom: 12px !important;
  padding: 6px 10px !important;
  font-size: 10.5px !important;
}

.application-copy h3 {
  max-width: 560px;
  font-size: clamp(26px, 2.6vw, 40px) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

.application-card .application-copy h3 {
  display: -webkit-box;
  max-width: 300px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(19px, 1.35vw, 23px) !important;
  line-height: 1.12 !important;
}

.application-copy p {
  max-width: 500px;
  margin-bottom: 16px !important;
  font-size: 13.5px !important;
}

.application-metrics {
  gap: 8px !important;
}

.application-metrics span {
  border-radius: 8px !important;
  padding: 7px 10px !important;
}

.application-link {
  font-size: 12.5px !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

@media (min-width: 900px) {
  .application-feature {
    padding-left: 86px !important;
  }

  .application-feature .application-copy {
    max-width: 480px !important;
  }
}

.cbjj-marine-starting-band {
  position: relative;
  min-height: 220px;
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--cbjj-line);
  color: #fff;
  isolation: isolate;
}

.cbjj-marine-starting-band picture,
.cbjj-marine-starting-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cbjj-marine-starting-band img {
  object-fit: cover;
}

.cbjj-marine-starting-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 19, 35, 0.84), rgba(7, 19, 35, 0.46) 48%, rgba(7, 19, 35, 0.12));
}

.cbjj-marine-starting-band div {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 28px;
}

.cbjj-marine-starting-band span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cbjj-marine-starting-band h3 {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.12;
}

.cbjj-product-clean .spec-quick.cbjj-spec-quick-hidden {
  display: none !important;
}

.cbjj-product-clean .product-proof {
  display: none !important;
}

.cbjj-product-clean .gallery {
  top: 92px !important;
}

.cbjj-product-clean .gallery-main {
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.cbjj-product-clean .gallery-main img.gm-img {
  padding: 4% !important;
  filter: none !important;
  transform: none !important;
}

.cbjj-product-clean .gallery-main:hover img.gm-img {
  transform: none !important;
}

.cbjj-product-clean .thumb {
  border-radius: 8px !important;
  background: #fff !important;
}

.cbjj-product-clean .thumb img {
  object-fit: contain !important;
  padding: 3px !important;
  background: #fff !important;
}

.cbjj-product-clean .cbjj-promo-trigger {
  display: none !important;
}

.cbjj-product-clean .cbjj-consent-manage {
  left: auto !important;
  right: 92px !important;
  bottom: 22px !important;
  transform: none !important;
}

.cbjj-product-clean .cbjj-consent-manage:hover {
  transform: translateY(-1px) !important;
}

.cbjj-product-clean .bullets.cbjj-about-polished {
  margin-bottom: 18px;
}

.cbjj-product-clean .bullets.cbjj-about-polished h4 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--ink, #0a1628);
  letter-spacing: .02em;
}

.cbjj-product-clean .bullets.cbjj-about-polished ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.cbjj-product-clean .bullets.cbjj-about-polished li {
  min-width: 0;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gray-1, #475569);
  line-height: 1.55;
}

.cbjj-product-clean .bullets.cbjj-about-polished li::before {
  display: none !important;
}

.cbjj-about-icon {
  width: 6px;
  height: 6px;
  margin-top: 9px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue, #0052ff);
  color: transparent;
  font-size: 0;
}

.cbjj-about-icon i {
  display: none;
}

.cbjj-about-copy b {
  display: inline;
  margin: 0 4px 0 0;
  color: var(--ink, #0a1628);
  font-size: 14px;
  line-height: inherit;
}

.cbjj-about-copy span {
  display: inline;
  font-size: 14px;
}

.cbjj-aplus-specs {
  margin: 0 0 40px;
  padding: 0;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}

.cbjj-aplus-specs__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 28px 34px;
  list-style: none;
  background: #fff;
}

.cbjj-aplus-specs__head > div {
  max-width: 940px;
}

.cbjj-aplus-specs__head span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue, #0052ff);
  font-size: 11px;
  font-weight:800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cbjj-aplus-specs__head h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.3vw, 34px);
}

.cbjj-aplus-specs__head p {
  margin: 0;
  color: var(--gray-1, #475569);
  font-size: 15px;
  line-height: 1.65;
}

.cbjj-aplus-specs__grid {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(220px, 1fr) minmax(150px, 190px) minmax(220px, 1fr);
  width: min(1120px, calc(100% - 56px));
  max-width: none;
  margin: 0 auto 34px;
  gap: 0;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.cbjj-aplus-specs__grid div {
  min-width: 0;
  display: contents;
}

.cbjj-aplus-specs__grid span {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 10px 16px;
  border-right: 1px solid #dce4ef;
  border-bottom: 1px solid #dce4ef;
  background: #eaf1f8;
  color: #203049;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.cbjj-aplus-specs__grid strong {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 10px 16px;
  border-right: 1px solid #dce4ef;
  border-bottom: 1px solid #dce4ef;
  background: #fbfdff;
  color: #223047;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  box-shadow: none;
}

.cbjj-aplus-specs__grid div:last-child:nth-child(odd) {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
}

.cbjj-aplus-specs__grid div:last-child:nth-child(odd) strong {
  border-right: 0;
}

.cbjj-product-clean .aplus-compare {
  border-color: #dce4ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.cbjj-product-clean .aplus-compare table {
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 8px;
  border-collapse: separate !important;
  border-spacing: 0;
}

.cbjj-product-clean .aplus-compare th,
.cbjj-product-clean .aplus-compare td {
  border: 0 !important;
  border-right: 1px solid #dce4ef !important;
  border-bottom: 1px solid #dce4ef !important;
}

.cbjj-product-clean .aplus-compare th {
  background: #eef3f9 !important;
  color: #203049 !important;
  font-weight: 800 !important;
}

.cbjj-product-clean .aplus-compare td {
  background: #fff !important;
  color: #223047 !important;
  font-weight: 400 !important;
}

.cbjj-product-clean .aplus-compare tbody tr:nth-child(even) td {
  background: #fafcff !important;
}

.cbjj-product-clean .aplus-compare th:last-child,
.cbjj-product-clean .aplus-compare td:last-child {
  border-right: 0 !important;
}

.cbjj-product-clean .aplus-compare tbody tr:last-child td {
  border-bottom: 0 !important;
}

.cbjj-product-clean .aplus-story {
  border-radius: 8px !important;
  background: #fff !important;
}

.cbjj-product-clean .aplus-story-visual.has-image {
  background: #fff !important;
  border: 1px solid var(--line, #e5e9f0) !important;
}

.cbjj-product-clean .aplus-story-visual.has-image img {
  padding: 0 !important;
  filter: none !important;
  object-fit: contain !important;
}

@media (max-width: 1460px) {
  header .logo-img {
    width: 118px !important;
    height: 44px !important;
  }

  header .logo-name {
    font-size: 22px !important;
  }

  header .logo-full {
    display: none !important;
  }

  header .head-actions,
  header .tools {
    gap: 7px !important;
  }

  header .head-btn,
  header .tool-btn,
  header .lang-btn,
  header .cbjj-contact-pill,
  header .cbjj-mobile-nav-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
  }

  .cbjj-contact-pill span {
    display: none;
  }

  .cbjj-contact-pill {
    padding: 0;
  }

  header .cbjj-market-current {
    width: auto !important;
    min-width: 64px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 9px !important;
  }

  .cbjj-primary-nav {
    gap: 13px !important;
  }

  .cbjj-primary-nav a,
  .cbjj-products-trigger {
    font-size: 13px !important;
  }

  .cbjj-aplus-specs__grid {
    grid-template-columns: minmax(138px, 170px) minmax(190px, 1fr) minmax(138px, 170px) minmax(190px, 1fr);
    width: min(980px, calc(100% - 44px));
    max-width: 980px;
  }
}

@media (max-width: 1240px) {
  header .logo-text {
    display: none !important;
  }

  .cbjj-primary-nav {
    gap: 10px !important;
  }

  .cbjj-primary-nav a,
  .cbjj-products-trigger {
    font-size: 12.5px !important;
  }

  .cbjj-business-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  header .head-inner,
  header .nav {
    position: relative !important;
    gap: 10px !important;
  }

  header .head-actions,
  header .tools {
    gap: 6px !important;
  }

  header .head-actions > a[href="wishlist.html"],
  header .tools > a[href="wishlist.html"],
  header .head-actions > a[href="compare.html"],
  header .tools > a[href="compare.html"] {
    display: none !important;
  }

  header .cbjj-mobile-nav-toggle,
  header .mob-toggle {
    display: grid !important;
  }

  .cbjj-nav-rebuilt:not(.open) {
    display: none !important;
  }

  .cbjj-nav-rebuilt.open {
    display: grid !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 260 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    max-height: calc(100svh - 118px);
    overflow-y: auto;
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 4px !important;
    padding: 8px !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 20px 52px rgba(8, 19, 35, 0.16) !important;
  }

  .cbjj-nav-rebuilt.open > a,
  .cbjj-nav-rebuilt.open .cbjj-products-trigger {
    width: 100%;
    min-height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px !important;
    border-radius: 8px;
  }

  .cbjj-nav-rebuilt.open > a:hover,
  .cbjj-nav-rebuilt.open .cbjj-products-trigger:hover {
    background: #f3f7ff;
  }

  .cbjj-nav-rebuilt.open .cbjj-products-menu {
    display: grid;
    width: 100%;
  }

  .cbjj-nav-rebuilt.open .cbjj-products-panel {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    margin: 3px 0 4px;
    padding: 6px;
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .cbjj-nav-rebuilt.open .cbjj-products-menu.open .cbjj-products-panel,
  .cbjj-nav-rebuilt.open .cbjj-products-menu:focus-within .cbjj-products-panel {
    display: grid;
  }

  .cbjj-business-strip__inner,
  .cbjj-product-clean .bullets.cbjj-about-polished ul {
    grid-template-columns: 1fr;
  }

  .cbjj-products-panel {
    left: 50%;
    grid-template-columns: 1fr;
    width: min(360px, calc(100vw - 32px));
  }

  .cbjj-products-menu:hover .cbjj-products-panel,
  .cbjj-products-menu:focus-within .cbjj-products-panel {
    transform: none;
  }

  .cbjj-aplus-specs {
    padding: 0;
  }

  .cbjj-aplus-specs__head {
    padding: 20px;
  }

  .cbjj-aplus-specs__grid {
    grid-template-columns: minmax(112px, .42fr) minmax(0, 1fr);
    width: calc(100% - 32px);
  }

  .cbjj-aplus-specs__grid div:last-child:nth-child(odd) {
    grid-template-columns: minmax(112px, .42fr) minmax(0, 1fr);
  }

  .cbjj-aplus-specs__grid span,
  .cbjj-aplus-specs__grid strong {
    padding: 10px 12px;
    font-size: 13px;
  }

  .cbjj-marine-starting-band {
    min-height: 320px;
  }

  .cbjj-marine-starting-band div {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  header .logo-img {
    width: 96px !important;
    height: 36px !important;
  }

  header .head-inner,
  header .nav {
    column-gap: 8px !important;
  }

  header .head-actions,
  header .tools {
    gap: 6px !important;
  }

  header .head-btn,
  header .tool-btn,
  header .lang-btn,
  header .cbjj-market-current,
  header .cbjj-contact-pill,
  header .cbjj-mobile-nav-toggle,
  header .mob-toggle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  header .cbjj-contact-pill {
    display: none !important;
  }
}

/* Header anti-collision pass: keep primary navigation and commerce actions from sharing space. */
@media (min-width: 861px) {
  header .head-inner,
  header .nav {
    grid-template-columns: auto minmax(0, 1fr) max-content !important;
  }

  .cbjj-nav-rebuilt {
    justify-content: flex-start !important;
    justify-self: stretch !important;
    max-width: 100%;
  }

  .cbjj-primary-nav {
    max-width: 100%;
  }

  .cbjj-primary-nav > a,
  .cbjj-primary-nav > .cbjj-products-menu,
  .cbjj-products-trigger {
    flex: 0 0 auto;
  }

  header .head-actions,
  header .tools {
    flex: 0 0 auto;
    min-width: max-content;
  }
}

@media (max-width: 1380px) and (min-width: 861px) {
  header .head-actions > a[href="wishlist.html"],
  header .tools > a[href="wishlist.html"] {
    display: none !important;
  }

  .cbjj-primary-nav {
    gap: 11px !important;
  }
}

/* Storefront cleanup pass: denser nav, calmer home blocks, and contained product media. */
@media (max-width: 1560px) and (min-width: 861px) {
  header .head-actions > a[href="wishlist.html"],
  header .tools > a[href="wishlist.html"] {
    display: none !important;
  }

  header .head-actions,
  header .tools {
    gap: 7px !important;
  }

  .cbjj-primary-nav {
    gap: 12px !important;
  }
}

@media (max-width: 1760px) and (min-width: 861px) {
  header .head-actions > a[href="wishlist.html"],
  header .tools > a[href="wishlist.html"] {
    display: none !important;
  }

  header .head-inner,
  header .nav {
    column-gap: clamp(14px, 1.25vw, 24px) !important;
  }

  .cbjj-primary-nav {
    gap: 14px !important;
  }
}

@media (max-width: 1240px) and (min-width: 861px) {
  header .cbjj-contact-pill {
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
  }

  header .cbjj-contact-pill span {
    display: none !important;
  }
}

.cbjj-products-panel {
  width: min(1120px, calc(100vw - 48px)) !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 12px !important;
  padding: 14px !important;
}

.cbjj-products-section {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 4px;
}

.cbjj-products-section-title {
  padding: 2px 8px 6px;
  color: #718096;
  font-size: 10px;
  font-weight:800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cbjj-products-section a {
  min-height: 42px;
  padding: 8px !important;
  font-size: 12.5px !important;
}

.cbjj-products-section a span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero.cbjj-hero-upgraded {
  min-height: min(720px, calc(100svh - 106px)) !important;
}

.cbjj-hero-bg-slide .cbjj-hero-bg-img {
  filter: saturate(.82) contrast(.94);
}

.cbjj-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, .9) 0%, rgba(7, 17, 31, .68) 48%, rgba(7, 17, 31, .38) 100%),
    linear-gradient(0deg, rgba(7, 17, 31, .82) 0%, rgba(7, 17, 31, .1) 48%, rgba(7, 17, 31, .56) 100%) !important;
}

.cbjj-hero-scenes {
  gap: 8px !important;
  margin-top: 22px !important;
}

.cbjj-hero-scenes button {
  min-height: 34px !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  font-size: 11.5px !important;
  background: rgba(255, 255, 255, .1) !important;
}

.cat-sec {
  padding: 78px 0 !important;
  background: #fff !important;
}

.cat-sec .sec-head {
  max-width: 760px;
  margin: 0 auto 30px !important;
}

.cat-sec .sec-head .desc {
  max-width: 680px !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}

.cat-grid {
  gap: 14px !important;
}

.cat-card {
  min-height: 176px;
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr);
  border-radius: 8px !important;
  box-shadow: none !important;
  transform: none !important;
}

.cat-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(8, 19, 35, .07) !important;
}

.cat-media {
  height: 100% !important;
  min-height: 176px !important;
  aspect-ratio: auto !important;
  background: #f4f7fb !important;
}

.cat-media::after,
.cat-media .cat-spec,
.cat-uses,
.cat-foot .from {
  display: none !important;
}

.cat-media picture,
.cat-media img {
  width: 100% !important;
  height: 100% !important;
}

.cat-media img {
  object-fit: contain !important;
  padding: 14px !important;
  transform: none !important;
  filter: none !important;
}

.cat-badge {
  left: 10px !important;
  top: 10px !important;
  padding: 5px 8px !important;
  font-size: 9.5px !important;
  letter-spacing: .06em !important;
}

.cat-body {
  padding: 18px 18px 16px !important;
}

.cat-card h3 {
  margin-bottom: 8px !important;
  font-size: 17px !important;
  line-height: 1.22 !important;
}

.cat-card .cv {
  display: -webkit-box;
  margin-bottom: 12px !important;
  overflow: hidden;
  color: #506079 !important;
  font-size: 12.75px !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cat-foot {
  border: 0 !important;
  padding-top: 0 !important;
}

.application-sec {
  padding: 64px 0 !important;
  background: #f7f9fc !important;
}

.application-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 30px;
  align-items: end;
  margin-bottom: 24px !important;
}

.application-head .desc {
  max-width: none !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.application-layout {
  display: grid !important;
  grid-template-columns: 1.06fr 1.24fr !important;
  gap: 18px !important;
}

.application-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

@media (min-width: 900px) {
  .application-layout {
    padding-left: 88px !important;
  }
}

.application-feature,
.application-card {
  min-height: auto !important;
  padding: 0 !important;
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid var(--cbjj-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--cbjj-navy) !important;
  box-shadow: 0 16px 34px rgba(8, 19, 35, .045) !important;
}

.application-feature:hover,
.application-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 84, 255, .22) !important;
  box-shadow: 0 18px 42px rgba(8, 19, 35, .075) !important;
}

.application-feature picture,
.application-card picture {
  position: relative !important;
  inset: auto !important;
  z-index: auto !important;
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  overflow: hidden !important;
  border-bottom: 1px solid #eef3f8 !important;
}

.application-feature picture {
  height: 310px !important;
}

.application-feature picture img,
.application-card picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: none !important;
  transition: transform .36s ease !important;
}

.application-feature:hover picture img,
.application-card:hover picture img {
  transform: scale(1.035) !important;
}

.application-feature::after,
.application-card::after {
  display: none !important;
}

.application-copy {
  max-width: none !important;
  padding: 20px !important;
}

.application-kicker {
  margin-bottom: 12px !important;
  border: 0 !important;
  background: #eef5ff !important;
  color: var(--cbjj-blue) !important;
}

.application-copy h3,
.application-card .application-copy h3 {
  max-width: none !important;
  color: var(--cbjj-navy) !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
}

.application-feature .application-copy h3 {
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.12 !important;
}

.application-copy p {
  display: -webkit-box;
  margin: 8px 0 0 !important;
  overflow: hidden;
  color: var(--cbjj-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.application-metrics {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-top: 16px !important;
}

.application-card .application-metrics {
  display: none !important;
}

.application-metrics span {
  border-radius: 8px !important;
  background: #f2f6fb !important;
  color: var(--cbjj-navy) !important;
  font-size: 11.5px !important;
}

.application-link {
  margin-top: auto !important;
  padding-top: 14px !important;
  color: var(--cbjj-blue) !important;
  font-size: 12.5px !important;
}

.application-sec {
  padding: 68px 0 !important;
  background: #f6f8fb !important;
}

.application-sec .w {
  max-width: 1260px !important;
  padding-inline: clamp(84px, 7vw, 128px) !important;
}

.application-head {
  max-width: 1180px !important;
  margin: 0 auto 26px !important;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1fr) !important;
  gap: 34px !important;
}

.application-head h2 {
  max-width: 520px !important;
  font-size: clamp(32px, 4vw, 56px) !important;
  line-height: 1.02 !important;
}

.application-head .desc {
  max-width: 560px !important;
  color: #52627a !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.application-layout {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  padding-left: 0 !important;
}

.application-grid {
  display: contents !important;
}

.application-feature,
.application-card {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid #dce5ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--cbjj-navy) !important;
  box-shadow: none !important;
  transform: none !important;
}

.application-feature:hover,
.application-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 82, 255, .22) !important;
  box-shadow: 0 18px 36px rgba(8, 19, 35, .07) !important;
}

.application-feature picture,
.application-card picture {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 210px !important;
  min-height: 210px !important;
  overflow: hidden !important;
  border-bottom: 1px solid #eef3f8 !important;
  background: #fff !important;
}

.application-feature picture img,
.application-card picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  background: #fff !important;
  transform: none !important;
}

.application-feature picture img {
  object-fit: cover !important;
}

.application-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 18px !important;
}

.application-kicker {
  width: fit-content !important;
  margin: 0 !important;
  padding: 8px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #edf4ff !important;
  color: var(--cbjj-blue) !important;
  font-size: 11px !important;
  font-weight:800 !important;
  letter-spacing: .08em !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  color: var(--cbjj-navy) !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  -webkit-line-clamp: unset !important;
}

.application-copy p {
  display: -webkit-box !important;
  margin: 0 !important;
  color: #52627a !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.application-metrics {
  display: none !important;
}

.application-link {
  margin-top: auto !important;
  padding-top: 10px !important;
  color: var(--cbjj-blue) !important;
  font-size: 13px !important;
  font-weight:800 !important;
}

.products-sec .prod-thumb {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  isolation: isolate;
}

.products-sec .prod-thumb::before {
  inset: auto 20% 13px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: rgba(8, 19, 35, .045) !important;
  filter: blur(10px) !important;
}

.products-sec .prod-thumb picture {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.products-sec .prod-thumb img,
.products-sec .prod-thumb .prod-img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 158px !important;
  box-sizing: border-box !important;
}

.products-sec .prod-thumb .prod-img {
  object-fit: contain !important;
  padding: 0 !important;
  mix-blend-mode: multiply;
  filter: none !important;
  transform: none !important;
  transition: transform .24s ease, filter .24s ease !important;
}

.products-sec .prod-card:hover .prod-thumb .prod-img {
  transform: translateY(-2px) scale(1.035) !important;
  filter: none !important;
}

.products-sec {
  padding: 74px 0 !important;
  background: #fff !important;
}

.products-sec .sec-head {
  margin-bottom: 26px !important;
}

.products-sec .cat-tabs {
  display: none !important;
}

.products-sec .prod-grid {
  gap: 16px !important;
}

.products-sec .prod-card {
  padding: 12px !important;
  border-radius: 8px !important;
  border-color: #dde6f1 !important;
  box-shadow: 0 16px 32px rgba(8, 19, 35, .04) !important;
}

.products-sec .prod-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(8, 19, 35, .07) !important;
}

.products-sec .prod-body {
  padding: 13px 4px 2px !important;
}

.products-sec .prod-body h4 {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  font-size: 15.5px !important;
  line-height: 1.45 !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-sec .stars,
.products-sec .prod-price .old {
  display: none !important;
}

.products-sec .prod-price {
  font-size: 22px !important;
}

.products-sec .prod-atc {
  width: 42px !important;
  height: 42px !important;
  border-radius: 8px !important;
}

.products-sec .badge-s {
  border-radius: 8px !important;
}

.products-sec .tag {
  margin-bottom: 7px !important;
  font-size: 10.5px !important;
}

.cat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.cat-card:nth-child(n+4) {
  display: none !important;
}

.cat-foot {
  display: none !important;
}

.cat-card .cv {
  -webkit-line-clamp: 2;
}

.cbjj-recent--home {
  display: none !important;
}

.cbjj-hero-bg-slide[data-scene="ebike"],
.cbjj-hero-bg-slide[data-scene="kids"],
.cbjj-hero-bg-slide[data-scene="hover"],
.cbjj-hero-bg-slide[data-scene="scooter"],
.cbjj-hero-bg-slide[data-scene="emoto"],
.cbjj-hero-bg-slide[data-scene="marine"],
.cbjj-hero-bg-slide[data-scene="mobility"] {
  --hero-start-scale: .99;
  --hero-end-scale: 1.005;
}

.cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-img {
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  background: transparent !important;
}

.cbjj-hero-bg-slide[data-scene="ebike"]::before,
.cbjj-hero-bg-slide[data-scene="kids"]::before {
  content: "";
  position: absolute;
  inset: -7%;
  z-index: 0;
  background-image: var(--hero-scene-image);
  background-size: cover;
  background-position: center;
  opacity: .82;
  filter: blur(24px) saturate(.72) contrast(.9);
  transform: scale(1.05);
}

.cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-picture,
.cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-picture {
  position: relative;
  z-index: 1;
  display: block;
}

.cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-img {
  filter: saturate(.92) contrast(.98) drop-shadow(0 26px 46px rgba(0, 0, 0, .22)) !important;
}

.cbjj-hero-bg-slide[data-scene="golf"] .cbjj-hero-bg-img {
  object-position: center right !important;
}

.cbjj-hero-bg-slide[data-scene="scooter"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="emoto"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="hover"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="marine"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="mobility"] .cbjj-hero-bg-img {
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  background: #0A1628;
}

.cbjj-hero-bg-slide[data-scene="scooter"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="hover"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="mobility"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="marine"] .cbjj-hero-bg-img {
  object-position: center center !important;
}

.cbjj-hero-bg-slide[data-scene="emoto"] .cbjj-hero-bg-img {
  object-position: center 48% !important;
}

.shop-product-picture,
.shop-product-img,
.pthumb picture,
.pthumb img {
  box-sizing: border-box !important;
}

.pthumb img,
.shop-product-img {
  width: auto !important;
  height: auto !important;
  max-width: 84% !important;
  max-height: 78% !important;
  object-fit: contain !important;
  padding: 0 !important;
  mix-blend-mode: multiply;
}

@media (max-width: 1180px) {
  .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .application-head {
    grid-template-columns: 1fr;
  }

  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .cbjj-recent--product .cbjj-recent__inner {
    padding-right: 24px;
  }

  .cbjj-recent__grid {
    grid-template-columns: 1fr;
  }

  .cbjj-recent__card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cbjj-recent__media {
    min-height: 160px;
    --recent-img-max-h: 132px;
  }

  .cbjj-recent__body {
    padding: 13px 4px 2px;
  }

  .cbjj-products-panel {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  .cbjj-products-section {
    padding: 2px;
  }

  .cat-card {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .cat-card:nth-child(n+4) {
    display: grid !important;
  }

  .application-layout {
    grid-template-columns: 1fr !important;
  }

  .application-grid {
    grid-template-columns: 1fr !important;
  }

  .application-feature picture,
  .application-card picture {
    height: 180px !important;
  }
}

/* Unified storefront product-card pass: keep product media complete, calm, and consistent. */
.products-sec .prod-card,
.pcard,
.rel-card,
.cbjj-recent__card {
  border-radius: 8px !important;
  border-color: #dce6f2 !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(8, 19, 35, .045) !important;
  transform: none !important;
}

.products-sec .prod-card:hover,
.pcard:hover,
.rel-card:hover,
.cbjj-recent__card:hover {
  border-color: rgba(0, 82, 255, .24) !important;
  box-shadow: 0 18px 42px rgba(8, 19, 35, .075) !important;
  transform: translateY(-2px) !important;
}

.products-sec .prod-thumb,
.pthumb,
.rel-thumb,
.cbjj-recent__media {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 0 !important;
  border-radius: 6px !important;
  background:
    radial-gradient(circle at 50% 90%, rgba(8, 19, 35, .055), transparent 38%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 78%) !important;
}

.products-sec .prod-thumb,
.pthumb {
  height: 218px !important;
  min-height: 218px !important;
  max-height: 218px !important;
  aspect-ratio: auto !important;
}

.rel-thumb,
.cbjj-recent__media {
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  aspect-ratio: auto !important;
}

.products-sec .prod-thumb::before,
.pthumb::before,
.rel-thumb::before,
.cbjj-recent__media::after {
  content: "" !important;
  position: absolute !important;
  left: 22% !important;
  right: 22% !important;
  top: auto !important;
  bottom: 15px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: rgba(8, 19, 35, .045) !important;
  filter: blur(10px) !important;
  pointer-events: none !important;
}

.products-sec .prod-thumb picture,
.pthumb picture,
.rel-thumb picture,
.rel-thumb .product-picture,
.cbjj-recent__media picture,
.cbjj-recent__media .product-picture {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.products-sec .prod-thumb img,
.products-sec .prod-thumb .prod-img,
.pthumb img,
.shop-product-img,
.rel-thumb img,
.rel-thumb .product-img,
.cbjj-recent__img,
.cbjj-recent__media img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 84% !important;
  max-height: 76% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 10px 18px rgba(8, 19, 35, .12)) !important;
  transform: none !important;
  transition: transform .22s ease, filter .22s ease !important;
}

.products-sec .prod-card:hover .prod-thumb img,
.products-sec .prod-card:hover .prod-thumb .prod-img,
.pcard:hover .pthumb img,
.rel-card:hover .rel-thumb img,
.cbjj-recent__card:hover .cbjj-recent__img,
.cbjj-recent__card:hover .cbjj-recent__media img {
  transform: translateY(-2px) scale(1.018) !important;
  filter: drop-shadow(0 14px 24px rgba(8, 19, 35, .15)) !important;
}

.products-sec .prod-body,
.pinfo,
.rel-info,
.cbjj-recent__body {
  padding: 14px 14px 16px !important;
  background: #fff !important;
  min-width: 0 !important;
}

.products-sec .prod-body .tag,
.ptag,
.rel-info .tag,
.cbjj-recent__tag {
  color: var(--cbjj-blue, var(--blue)) !important;
  font-size: 10.5px !important;
  font-weight:800 !important;
  letter-spacing: .04em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.products-sec .prod-body h4,
.ptitle,
.rel-info h4,
.cbjj-recent__body h3 {
  display: -webkit-box !important;
  min-height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--cbjj-navy, var(--ink)) !important;
  font-size: 15.25px !important;
  font-weight: 800 !important;
  line-height: 1.36 !important;
  letter-spacing: 0 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.products-sec .prod-bottom,
.pbottom,
.cbjj-recent__actions {
  margin-top: auto !important;
}

.rel-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.rel-info .stars,
.prating {
  min-height: 16px !important;
  margin: 0 0 10px !important;
}

.rel-info .rp,
.price,
.products-sec .prod-price,
.cbjj-recent__price strong {
  color: var(--cbjj-navy, var(--ink)) !important;
  font-size: 21px !important;
  font-weight:800 !important;
  letter-spacing: 0 !important;
}

.rel-info .rp-old,
.price-old,
.products-sec .prod-price .old,
.cbjj-recent__price span {
  color: #8b98aa !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.cbjj-recent__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.cbjj-recent__card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 10px !important;
  overflow: hidden !important;
}

.cbjj-recent__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.cbjj-recent__price {
  gap: 8px !important;
  margin-top: 2px !important;
}

.cbjj-recent__actions {
  grid-template-columns: 1fr 1.35fr !important;
  gap: 8px !important;
  padding-top: 8px !important;
}

.cbjj-recent__actions a,
.cbjj-recent__actions button {
  min-height: 40px !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  white-space: nowrap !important;
}

.related {
  background: #f8fafc !important;
}

.rel-grid {
  gap: 16px !important;
}

.rel-card {
  min-height: 0 !important;
}

.results.grid-view .pcard {
  min-height: 0 !important;
}

.results.grid-view .compare-btn,
.cart-btn,
.prod-atc {
  border-radius: 8px !important;
}

@media (max-width: 1180px) {
  .cbjj-recent__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .products-sec .prod-thumb,
  .pthumb,
  .rel-thumb,
  .cbjj-recent__media {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }

  .cbjj-recent__grid,
  .rel-grid {
    grid-template-columns: 1fr !important;
  }

  .cbjj-recent__card {
    display: flex !important;
  }
}

/* Home application selector: keep this section calm, useful, and consistent with the store cards. */
.application-sec {
  padding: 76px 0 !important;
  background: #fff !important;
  border-top: 1px solid #e6edf5 !important;
}

.application-sec .w {
  max-width: 1240px !important;
  padding-inline: clamp(18px, 4vw, 48px) !important;
}

.application-head {
  display: grid !important;
  grid-template-columns: minmax(0, 420px) minmax(0, 520px) !important;
  justify-content: space-between !important;
  align-items: end !important;
  gap: 24px !important;
  max-width: none !important;
  margin: 0 0 28px !important;
}

.application-head .eyebrow {
  margin-bottom: 10px !important;
  color: var(--cbjj-blue) !important;
}

.application-head h2 {
  max-width: 420px !important;
  margin: 0 !important;
  color: var(--cbjj-navy) !important;
  font-size: clamp(30px, 3.4vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.application-head .desc {
  max-width: 520px !important;
  margin: 0 !important;
  color: #536277 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.application-layout {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding-left: 0 !important;
  align-items: stretch !important;
}

.application-grid {
  display: contents !important;
}

.application-feature,
.application-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe7f0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--cbjj-navy) !important;
  box-shadow: 0 12px 28px rgba(8, 19, 35, .045) !important;
  transform: none !important;
}

.application-feature:hover,
.application-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 82, 255, .28) !important;
  box-shadow: 0 18px 40px rgba(8, 19, 35, .08) !important;
}

.application-feature::after,
.application-card::after {
  display: none !important;
}

.application-feature picture,
.application-card picture {
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  border-bottom: 1px solid #edf2f7 !important;
  background: #f4f8fc !important;
}

.application-feature picture img,
.application-card picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  background: transparent !important;
  transform: none !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.application-card[href*="cat=cell"] picture img,
.application-card[href*="cat=kids"] picture img,
.application-card[href*="cat=ebike"] picture img {
  object-fit: contain !important;
  padding: 10px !important;
}

.application-feature:hover picture img,
.application-card:hover picture img {
  transform: scale(1.025) !important;
  filter: saturate(1.03) contrast(1.02) !important;
}

.application-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 150px !important;
  max-width: none !important;
  padding: 16px !important;
}

.application-kicker {
  width: fit-content !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #eef5ff !important;
  color: var(--cbjj-blue) !important;
  font-size: 10.5px !important;
  font-weight:800 !important;
  letter-spacing: .08em !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  display: -webkit-box !important;
  max-width: none !important;
  min-height: 46px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--cbjj-navy) !important;
  font-size: 18px !important;
  font-weight:800 !important;
  line-height: 1.24 !important;
  letter-spacing: 0 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.application-copy p,
.application-metrics {
  display: none !important;
}

.application-link {
  margin-top: auto !important;
  padding-top: 2px !important;
  color: var(--cbjj-blue) !important;
  font-size: 12.5px !important;
  font-weight:800 !important;
}

@media (max-width: 1180px) {
  .application-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .application-head {
    grid-template-columns: 1fr !important;
  }

  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .application-layout {
    grid-template-columns: 1fr !important;
  }

  .application-copy {
    min-height: 128px !important;
  }
}

/* Final application-section polish: symmetrical, calm application shopping cards. */
@media (min-width: 1024px) {
  .application-sec .w {
    padding-left: clamp(92px, 7vw, 124px) !important;
    padding-right: clamp(28px, 5vw, 56px) !important;
  }
}

.application-sec {
  padding: 70px 0 !important;
}

.application-head {
  grid-template-columns: minmax(0, 500px) minmax(0, 430px) !important;
  gap: 28px !important;
  margin-bottom: 24px !important;
}

.application-head h2 {
  max-width: 500px !important;
}

.application-head .desc {
  max-width: 430px !important;
  font-size: 14.5px !important;
}

.application-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.application-grid {
  display: contents !important;
}

.application-feature {
  grid-column: auto !important;
  grid-row: auto !important;
}

.application-feature picture,
.application-card picture {
  aspect-ratio: 16 / 10 !important;
  background: #f7faff !important;
}

.application-feature picture img,
.application-card picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.application-copy {
  min-height: 132px !important;
  gap: 10px !important;
  padding: 15px 16px 16px !important;
}

.application-kicker {
  padding: 6px 9px !important;
  font-size: 10px !important;
  letter-spacing: .06em !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  min-height: 0 !important;
  font-size: 16.5px !important;
  line-height: 1.22 !important;
  -webkit-line-clamp: 2 !important;
}

.application-link {
  font-size: 12px !important;
}

.application-card[href*="cat=cell"] picture img,
.application-card[href*="cat=kids"] picture img,
.application-card[href*="cat=ebike"] picture img {
  object-fit: cover !important;
  padding: 0 !important;
}

@media (max-width: 1180px) {
  .application-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .application-head {
    grid-template-columns: 1fr !important;
  }

  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .application-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Final homepage declutter pass: keep the category copy in markup, but make the
   visible homepage rely on one calm application grid instead of two competing grids. */
.cat-sec {
  display: none !important;
}

.application-sec {
  padding: 68px 0 78px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.application-sec .w {
  max-width: 1200px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.application-head {
  display: grid !important;
  grid-template-columns: minmax(0, 500px) minmax(0, 440px) !important;
  align-items: end !important;
  gap: 34px !important;
  margin-bottom: 24px !important;
}

.application-head .eyebrow {
  font-size: 11px !important;
  letter-spacing: .14em !important;
}

.application-head h2 {
  max-width: 500px !important;
  margin-top: 12px !important;
  font-size: clamp(30px, 3.2vw, 44px) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

.application-head .desc {
  max-width: 440px !important;
  margin: 0 !important;
  color: #53647a !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.application-layout {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.application-grid {
  display: contents !important;
}

.application-feature,
.application-card {
  display: grid !important;
  grid-template-rows: 150px 1fr !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dce6f1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(8, 19, 35, .045) !important;
  color: #0a1628 !important;
  transform: none !important;
}

.application-feature:hover,
.application-card:hover {
  border-color: rgba(0, 82, 255, .32) !important;
  box-shadow: 0 18px 40px rgba(8, 19, 35, .075) !important;
  transform: translateY(-2px) !important;
}

.application-feature picture,
.application-card picture {
  position: relative !important;
  inset: auto !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #f4f8fc !important;
}

.application-feature::after,
.application-card::after {
  display: none !important;
}

.application-feature picture img,
.application-card picture img,
.application-card[href*="cat=ebike"] picture img,
.application-card[href*="cat=cell"] picture img,
.application-card[href*="cat=kids"] picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  filter: saturate(.95) contrast(.99) !important;
  transform: none !important;
}

.application-card[href*="cat=cell"] picture img,
.application-card[href*="cat=kids"] picture img {
  object-fit: contain !important;
  padding: 8px !important;
}

.application-copy {
  min-height: 112px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 9px !important;
  padding: 14px 16px 16px !important;
  background: #fff !important;
}

.application-copy p {
  display: none !important;
}

.application-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #0052ff !important;
  font-size: 10.5px !important;
  font-weight:800 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.application-kicker i {
  width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: #eef5ff !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  display: -webkit-box !important;
  min-height: 40px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #0a1628 !important;
  font-size: 17px !important;
  font-weight:800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.application-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 0 !important;
  color: #0052ff !important;
  font-size: 13px !important;
  font-weight:800 !important;
}

@media (max-width: 1180px) {
  .application-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .application-sec {
    padding: 52px 0 60px !important;
  }

  .application-head {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .application-sec .w {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .application-layout {
    grid-template-columns: 1fr !important;
  }
}

/* QA closeout: mobile header and hero control stability. */
@media (max-width: 860px) {
  header .head-inner,
  header .nav {
    display: grid !important;
    grid-template-columns: minmax(104px, auto) minmax(0, 1fr) max-content !important;
    align-items: center !important;
    column-gap: 8px !important;
    row-gap: 8px !important;
    min-height: 68px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  header .logo {
    max-width: 116px !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  header .logo img,
  header .logo-img,
  header .brand img {
    width: 108px !important;
    height: 42px !important;
    min-width: 108px !important;
    object-fit: cover !important;
    border-radius: 7px !important;
  }

  header .logo-text,
  header .logo-name,
  header .logo-full,
  header .brand-title,
  header .brand-subtitle,
  header .tagline {
    display: none !important;
  }

  header .head-actions,
  header .tools {
    justify-self: end !important;
    width: auto !important;
    max-width: max-content !important;
    min-width: 0 !important;
    gap: 6px !important;
  }

  header .head-actions .head-btn,
  header .tools .tool-btn,
  header .lang-btn,
  header .cbjj-market-current,
  header .cbjj-mobile-nav-toggle,
  header .mob-toggle {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  header .cbjj-market-current {
    width: 58px !important;
    min-width: 58px !important;
    padding: 0 7px !important;
  }

  header .cbjj-contact-pill,
  header .head-actions > a[href*="account"],
  header .head-actions > a[href*="wishlist"],
  header .tools > a[href*="account"],
  header .tools > a[href*="wishlist"] {
    display: none !important;
  }

  .cbjj-primary-nav {
    grid-column: 1 / -1 !important;
    order: 4 !important;
  }

  .cbjj-hero-scenes {
    justify-content: center !important;
  }
}

@media (max-width: 520px) {
  header .head-inner,
  header .nav {
    grid-template-columns: minmax(90px, auto) minmax(0, 1fr) max-content !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  header .logo {
    max-width: 98px !important;
  }

  header .logo img,
  header .logo-img,
  header .brand img {
    width: 94px !important;
    min-width: 94px !important;
    height: 38px !important;
  }

  header .head-actions,
  header .tools {
    gap: 5px !important;
  }

  header .head-actions .head-btn,
  header .tools .tool-btn,
  header .lang-btn,
  header .cbjj-mobile-nav-toggle,
  header .mob-toggle {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }

  header .cbjj-market-current {
    width: 52px !important;
    min-width: 52px !important;
  }
}

/* Final storefront QA layer: unify spacing, media fit, and visual rhythm. */
header .head-inner,
header .nav {
  column-gap: clamp(12px, 1.4vw, 24px) !important;
}

.cbjj-primary-nav {
  gap: clamp(10px, .72vw, 15px) !important;
}

.cbjj-primary-nav > a,
.cbjj-primary-nav .cbjj-products-trigger {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 1px !important;
  white-space: nowrap !important;
}

header .head-actions,
header .tools {
  gap: 8px !important;
}

header .head-actions .head-btn,
header .tools .tool-btn,
header .lang-btn,
header .cbjj-market-current {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
}

header .cbjj-contact-pill {
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
}

@media (max-width: 1380px) and (min-width: 861px) {
  header .head-actions > a[href="account.html"],
  header .tools > a[href="account.html"],
  header .head-actions > a[aria-label="Account"],
  header .tools > a[aria-label="Account"],
  header .head-actions > a[href="wishlist.html"],
  header .tools > a[href="wishlist.html"],
  header .head-actions > a[aria-label="Wishlist"],
  header .tools > a[aria-label="Wishlist"] {
    display: none !important;
  }
}

@media (max-width: 1180px) and (min-width: 861px) {
  header .cbjj-contact-pill {
    width: 46px !important;
    min-width: 46px !important;
    padding: 0 !important;
  }

  header .cbjj-contact-pill span {
    display: none !important;
  }
}

.cbjj-products-panel {
  top: calc(100% + 8px) !important;
  width: min(1180px, calc(100vw - 52px)) !important;
  padding: 18px !important;
  gap: 16px !important;
  border-radius: 8px !important;
}

.cbjj-products-section {
  min-width: 0 !important;
}

.cbjj-products-panel a {
  min-height: 42px !important;
  grid-template-columns: 34px minmax(0, 1fr) auto !important;
  gap: 10px !important;
}

.cbjj-products-panel a span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.hero.cbjj-hero-upgraded {
  min-height: clamp(640px, calc(100vh - 72px), 760px) !important;
  padding: clamp(82px, 8vh, 104px) 0 clamp(58px, 7vh, 76px) !important;
}

.hero.cbjj-hero-upgraded .w {
  width: min(1240px, calc(100% - 48px)) !important;
}

.hero.cbjj-hero-upgraded .hero-center {
  max-width: 900px !important;
  margin-left: 0 !important;
}

.hero.cbjj-hero-upgraded .hero-center h1 {
  max-width: 860px !important;
  margin-bottom: 24px !important;
  font-size: clamp(46px, 6vw, 82px) !important;
  line-height: 1.03 !important;
}

.hero.cbjj-hero-upgraded .hero-lead {
  max-width: 780px !important;
  margin-bottom: 30px !important;
  font-size: clamp(17px, 1.55vw, 23px) !important;
  line-height: 1.62 !important;
}

.hero.cbjj-hero-upgraded .hero-cta {
  margin-bottom: 18px !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg,
.cbjj-hero-upgraded .cbjj-hero-bg-slide,
.cbjj-hero-upgraded .cbjj-hero-bg-picture {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: #0A1628 !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg-slide::before {
  display: none !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg-img,
.cbjj-hero-upgraded .cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-img,
.cbjj-hero-upgraded .cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: var(--hero-object-position, center center) !important;
  padding: 0 !important;
  background: #0A1628 !important;
  filter: saturate(.94) contrast(1.02) !important;
}

.cbjj-hero-bg-slide[data-scene="golf"] .cbjj-hero-bg-img {
  object-position: 58% center !important;
}

.cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-img {
  object-position: center center !important;
}

.cbjj-hero-bg-slide[data-scene="marine"] .cbjj-hero-bg-img {
  object-position: 58% center !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(7, 19, 35, .86) 0%, rgba(7, 19, 35, .66) 32%, rgba(7, 19, 35, .36) 70%, rgba(7, 19, 35, .58) 100%),
    linear-gradient(180deg, rgba(7, 19, 35, .24) 0%, rgba(7, 19, 35, .06) 42%, rgba(7, 19, 35, .76) 100%) !important;
}

.cbjj-hero-scenes {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, max-content)) !important;
  justify-content: start !important;
  align-items: center !important;
  gap: 10px 12px !important;
  max-width: min(760px, 100%) !important;
  margin: 18px 0 0 !important;
}

.cbjj-hero-scenes button {
  min-width: 126px !important;
  height: 38px !important;
  padding: 0 13px !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, .115) !important;
  border-color: rgba(255, 255, 255, .28) !important;
  font-size: 12px !important;
  color: rgba(255, 255, 255, .86) !important;
}

.cbjj-hero-scenes button span {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.cbjj-hero-scenes button:hover,
.cbjj-hero-scenes button:focus-visible,
.cbjj-hero-scenes button.active {
  background: rgba(255, 255, 255, .19) !important;
  border-color: rgba(145, 188, 255, .78) !important;
  color: #fff !important;
}

.application-sec {
  padding: 66px 0 !important;
  background: #f7faff !important;
}

.application-sec .w {
  max-width: 1220px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.application-head {
  grid-template-columns: minmax(0, 460px) minmax(0, 500px) !important;
  justify-content: space-between !important;
  align-items: end !important;
  gap: 28px !important;
  margin-bottom: 26px !important;
}

.application-head h2 {
  max-width: 460px !important;
  font-size: clamp(32px, 3.4vw, 48px) !important;
  line-height: 1.07 !important;
}

.application-head .desc {
  max-width: 500px !important;
  margin: 0 !important;
  color: #4f6077 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.application-layout {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.application-grid {
  display: contents !important;
}

.application-feature,
.application-card {
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: 176px minmax(122px, auto) !important;
  border: 1px solid #dce6f2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(8, 19, 35, .045) !important;
  overflow: hidden !important;
  transform: none !important;
}

.application-feature:hover,
.application-card:hover {
  border-color: rgba(0, 82, 255, .28) !important;
  box-shadow: 0 18px 42px rgba(8, 19, 35, .075) !important;
  transform: translateY(-2px) !important;
}

.application-feature picture,
.application-card picture {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #f2f7fd 0%, #ffffff 100%) !important;
}

.application-feature picture img,
.application-card picture img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  filter: none !important;
}

.application-card[href*="cat=ebike"] picture img,
.application-card[href*="cat=kids"] picture img,
.application-card[href*="cat=cell"] picture img {
  object-fit: cover !important;
  object-position: center center !important;
}

.application-copy {
  min-height: 122px !important;
  padding: 14px 16px 16px !important;
  gap: 9px !important;
  background: #fff !important;
}

.application-copy p {
  display: none !important;
}

.application-kicker {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--cbjj-blue) !important;
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

.application-kicker i {
  width: 23px !important;
  height: 23px !important;
  border-radius: 7px !important;
  background: #eef5ff !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  min-height: 44px !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.application-link {
  margin-top: auto !important;
  font-size: 12.5px !important;
}

.products-sec .prod-thumb,
.pthumb,
.rel-thumb,
.cbjj-recent__media {
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 50% 82%, rgba(8, 19, 35, .055), transparent 38%),
    linear-gradient(180deg, #f4f8fd 0%, #fff 82%) !important;
}

.products-sec .prod-thumb img,
.products-sec .prod-thumb .prod-img,
.pthumb img,
.shop-product-img,
.rel-thumb img,
.rel-thumb .product-img,
.cbjj-recent__img,
.cbjj-recent__media img {
  max-width: 82% !important;
  max-height: 72% !important;
  object-fit: contain !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
}

.rel-card,
.cbjj-recent__card {
  padding: 10px !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.rel-info,
.cbjj-recent__body {
  padding: 13px 4px 0 !important;
}

.rel-info h4,
.cbjj-recent__body h3 {
  min-height: 42px !important;
  font-size: 15.5px !important;
  line-height: 1.34 !important;
}

.related {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  background: #f7faff !important;
}

.related h2 {
  margin-bottom: 26px !important;
  font-size: clamp(26px, 2.6vw, 36px) !important;
}

@media (max-width: 1080px) {
  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .hero.cbjj-hero-upgraded {
    min-height: 640px !important;
    padding: 76px 0 48px !important;
  }

  .hero.cbjj-hero-upgraded .hero-center h1 {
    font-size: clamp(36px, 11vw, 54px) !important;
  }

  .cbjj-hero-scenes {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .cbjj-hero-scenes::-webkit-scrollbar {
    display: none !important;
  }

  .cbjj-hero-scenes button {
    min-width: max-content !important;
  }

  .application-head,
  .application-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Frontend QA consolidation: keep hero scenes full-bleed and application cards quiet. */
.cbjj-hero-upgraded .cbjj-hero-bg-slide {
  background: #0A1628 !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg-slide::before {
  display: none !important;
  content: none !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg-picture {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: #0A1628 !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg-img,
.cbjj-hero-upgraded .cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-img,
.cbjj-hero-upgraded .cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--hero-object-position, center center) !important;
  padding: 0 !important;
  background: #0A1628 !important;
  filter: saturate(.96) contrast(1.02) !important;
}

.cbjj-hero-upgraded .cbjj-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(7, 19, 35, .84) 0%, rgba(7, 19, 35, .60) 34%, rgba(7, 19, 35, .34) 68%, rgba(7, 19, 35, .54) 100%),
    linear-gradient(180deg, rgba(7, 19, 35, .34) 0%, rgba(7, 19, 35, .12) 42%, rgba(7, 19, 35, .72) 100%) !important;
}

.cbjj-hero-upgraded .hero-content {
  max-width: 920px !important;
}

.cbjj-hero-scenes {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(112px, max-content)) !important;
  justify-content: start !important;
  align-items: center !important;
  gap: 10px 12px !important;
  max-width: 760px !important;
  margin-top: 20px !important;
}

.cbjj-hero-scenes button {
  min-width: 112px !important;
  height: 38px !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .12) !important;
  border-color: rgba(255, 255, 255, .26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}

.cbjj-hero-scenes button:hover,
.cbjj-hero-scenes button.active {
  background: rgba(255, 255, 255, .18) !important;
  border-color: rgba(145, 188, 255, .72) !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .cbjj-hero-scenes {
    grid-template-columns: repeat(3, minmax(112px, max-content)) !important;
  }
}

@media (max-width: 720px) {
  .cbjj-hero-scenes {
    display: flex !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    overflow-x: auto !important;
  }
}

.application-sec {
  padding: 64px 0 !important;
  background: #f8fbff !important;
}

.application-sec .w {
  max-width: 1180px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.application-head {
  display: grid !important;
  grid-template-columns: minmax(0, 420px) minmax(0, 520px) !important;
  justify-content: space-between !important;
  align-items: end !important;
  gap: 28px !important;
  margin-bottom: 24px !important;
}

.application-head h2 {
  max-width: 420px !important;
  font-size: clamp(30px, 3.4vw, 46px) !important;
  line-height: 1.06 !important;
}

.application-head .desc {
  max-width: 520px !important;
  margin: 0 !important;
  color: #53647a !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.application-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.application-feature,
.application-card {
  min-height: 0 !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(8, 19, 35, .055) !important;
}

.application-feature picture,
.application-card picture {
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  background: #eef4fb !important;
}

.application-feature picture img,
.application-card picture img,
.application-card[href*="cat=ebike"] picture img,
.application-card[href*="cat=cell"] picture img,
.application-card[href*="cat=kids"] picture img {
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
}

.application-copy {
  min-height: 150px !important;
  padding: 18px 18px 20px !important;
  gap: 12px !important;
}

.application-copy p {
  display: block !important;
  margin: 0 !important;
  color: #53647a !important;
  font-size: 13.5px !important;
  line-height: 1.48 !important;
}

.application-kicker {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--cbjj-blue) !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  min-height: auto !important;
  max-width: none !important;
  font-size: 21px !important;
  line-height: 1.16 !important;
  -webkit-line-clamp: 2 !important;
}

.application-link {
  margin-top: auto !important;
  color: var(--cbjj-blue) !important;
}

.cbjj-marine-starting-band {
  display: none !important;
}

.cbjj-products-menu.open .cbjj-products-panel {
  pointer-events: auto !important;
}

.products-sec,
.application-sec,
.tech-sec,
.why-sec,
.reviews-sec,
.proof-sec,
.related,
.cbjj-recent,
.video-sec,
.flag-sec,
.cbjj-business-strip,
.cbjj-aplus-specs {
  scroll-margin-top: 136px !important;
}

.products-sec {
  padding-top: 72px !important;
}

.products-sec .sec-head {
  margin-bottom: 24px !important;
}

.cbjj-primary-nav > a,
.cbjj-primary-nav .cbjj-products-trigger {
  position: relative;
  z-index: 2;
}

@media (max-width: 1080px) {
  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .application-head,
  .application-layout {
    grid-template-columns: 1fr !important;
  }

  .application-sec .w {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.cbjj-hero-scenes {
  max-width: min(860px, 100%) !important;
  align-items: center !important;
  gap: 8px !important;
}

.cbjj-hero-scenes button {
  min-width: 0 !important;
  padding: 7px 11px !important;
  white-space: nowrap !important;
}

@media (min-width: 861px) {
  .cbjj-hero-scenes {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(118px, max-content)) !important;
    justify-content: start !important;
    max-width: min(620px, 100%) !important;
    margin-left: clamp(82px, 8vw, 112px) !important;
    row-gap: 9px !important;
    column-gap: 9px !important;
  }

  .cbjj-hero-scenes button {
    justify-content: center !important;
    min-width: 118px !important;
  }
}

@media (max-width: 860px) {
  .cbjj-hero-scenes {
    display: flex !important;
    flex-wrap: nowrap !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    scrollbar-width: none;
  }

  .cbjj-hero-scenes::-webkit-scrollbar {
    display: none;
  }
}

/* Current visual QA pass: remove narrow-asset side bars and make application cards calmer. */
.cbjj-hero-bg-slide[data-scene="ebike"],
.cbjj-hero-bg-slide[data-scene="kids"] {
  isolation: isolate !important;
  background-image: var(--hero-scene-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #0A1628 !important;
}

.cbjj-hero-bg-slide[data-scene="ebike"]::before,
.cbjj-hero-bg-slide[data-scene="kids"]::before {
  content: "" !important;
  position: absolute !important;
  inset: -10% !important;
  z-index: 0 !important;
  background-image: var(--hero-scene-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  opacity: .9 !important;
  filter: blur(26px) saturate(.82) contrast(.92) !important;
  transform: scale(1.08) !important;
}

.cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-picture,
.cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-picture {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}

.cbjj-hero-bg-slide[data-scene="ebike"] .cbjj-hero-bg-img,
.cbjj-hero-bg-slide[data-scene="kids"] .cbjj-hero-bg-img {
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent !important;
  filter: saturate(.92) contrast(.98) drop-shadow(0 24px 44px rgba(0, 0, 0, .26)) !important;
}

.application-sec {
  padding: 72px 0 !important;
  background: #fff !important;
}

.application-sec .w {
  max-width: 1260px !important;
}

.application-head {
  grid-template-columns: minmax(0, 470px) minmax(0, 470px) !important;
  align-items: end !important;
  gap: 32px !important;
  margin-bottom: 26px !important;
}

.application-head h2 {
  max-width: 470px !important;
  font-size: clamp(34px, 4.1vw, 58px) !important;
  line-height: 1.02 !important;
}

.application-head .desc {
  max-width: 470px !important;
  color: #506179 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.application-layout {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.application-grid {
  display: contents !important;
}

.application-feature,
.application-card {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(8, 19, 35, .045) !important;
  transform: none !important;
}

.application-feature:hover,
.application-card:hover {
  border-color: rgba(0, 82, 255, .28) !important;
  box-shadow: 0 16px 36px rgba(8, 19, 35, .075) !important;
  transform: translateY(-2px) !important;
}

.application-feature picture,
.application-card picture {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
  aspect-ratio: auto !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #f5f8fc !important;
}

.application-feature picture img,
.application-card picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  filter: none !important;
  transform: none !important;
}

.application-card[href*="cat=ebike"] picture,
.application-card[href*="cat=cell"] picture,
.application-card[href*="cat=kids"] picture {
  background: #f7faff !important;
}

.application-card[href*="cat=ebike"] picture img,
.application-card[href*="cat=cell"] picture img,
.application-card[href*="cat=kids"] picture img {
  object-fit: contain !important;
  padding: 10px !important;
}

.application-card[href*="cat=ebike"] picture img {
  object-fit: cover !important;
  padding: 0 !important;
}

.application-copy {
  min-height: 128px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 15px 16px 16px !important;
  background: #fff !important;
}

.application-copy p {
  display: none !important;
}

.application-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--cbjj-blue) !important;
  font-size: 11px !important;
  font-weight:800 !important;
  letter-spacing: .06em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.application-kicker i {
  width: 22px !important;
  height: 22px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 8px !important;
  background: #eef5ff !important;
}

.application-copy h3,
.application-feature .application-copy h3,
.application-card .application-copy h3 {
  display: -webkit-box !important;
  min-height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--cbjj-navy) !important;
  font-size: 18px !important;
  font-weight:800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.application-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 2px !important;
  color: var(--cbjj-blue) !important;
  font-size: 13px !important;
  font-weight:800 !important;
}

@media (min-width: 1024px) {
  .application-sec .w {
    padding-left: clamp(104px, 7.5vw, 132px) !important;
    padding-right: clamp(30px, 4vw, 54px) !important;
  }
}

@media (max-width: 1180px) {
  .application-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .application-head {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .application-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .application-layout {
    grid-template-columns: 1fr !important;
  }
}
