/**
 * Janosci Homepage ? Catalog / marketplace layout (reference UI)
 * Scoped to body.home-catalog
 */
body.home-catalog {
  --hc-navy: #002b5c;
  --hc-blue: #0056b3;
  --hc-royal: #1769e8;
  --hc-sky: #edf4ff;
  --hc-border: #e4eaf2;
  --hc-text: #101828;
  --hc-muted: #667085;
  --hc-green: #12b76a;
  --hc-orange: #f79009;
  --hc-ann-h: 38px;
  --hc-header-h: 128px;
  background: #f5f7fb !important;
  padding-bottom: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}
body.home-catalog.no-bottom-nav,
body.home-catalog.no-bottom-nav.app-body {
  padding-bottom: 0 !important;
}
/* Bottom nav hidden on desktop; forced on mobile below */
body.home-catalog .bottom-nav {
  display: none !important;
}
body.home-catalog .app-fab-wa {
  display: inline-flex !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 1040 !important;
}
@media (min-width: 992px) {
  body.home-catalog .app-fab-wa {
    display: inline-flex !important;
  }
}

/* ???????????????????????????????????????????
   HEADER CHROME ? always visible, solid stack
   ??????????????????????????????????????????? */
body.home-catalog .ann-bar {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1100 !important;
  background: linear-gradient(90deg, #faf5ff 0%, #fce7f3 50%, #faf5ff 100%) !important;
  color: #1f2937 !important;
  font-size: 0.8rem !important;
  font-weight: 600;
  min-height: var(--hc-ann-h) !important;
  height: var(--hc-ann-h) !important;
  padding: 0 !important;
  line-height: var(--hc-ann-h);
  box-shadow: none !important;
  border-bottom: 1px solid #f3e8ff !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}
body.home-catalog .ann-bar .container {
  height: 100%;
}
body.home-catalog .ann-bar-inner {
  display: table !important;
  width: 100% !important;
  height: 100% !important;
  table-layout: fixed;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 !important;
}
body.home-catalog .ann-left,
body.home-catalog .ann-center,
body.home-catalog .ann-right {
  display: table-cell !important;
  vertical-align: middle !important;
  margin: 0 !important;
}
body.home-catalog .ann-left { text-align: left; }
body.home-catalog .ann-center { text-align: center; }
body.home-catalog .ann-right { text-align: right; }
body.home-catalog .ann-bar a,
body.home-catalog .ann-link {
  color: #1f2937 !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
body.home-catalog .ann-item {
  color: #374151 !important;
  opacity: 1 !important;
  font-size: 0.8rem !important;
}
body.home-catalog .ann-item .text-warning,
body.home-catalog .ann-bar .fa-bolt,
body.home-catalog .ann-bar strong {
  color: #6366f1 !important;
}

/* Main + nav header */
body.home-catalog .site-header {
  background: #ffffff !important;
  border-bottom: 1px solid #dfe7f2 !important;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  position: fixed !important;
  top: var(--hc-ann-h) !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  z-index: 1090 !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding-top: 0 !important;
  pointer-events: auto !important;
}
body.home-catalog.has-annbar .site-header {
  top: var(--hc-ann-h) !important;
}
body.home-catalog .site-header > .container {
  max-width: 1200px;
}
body.home-catalog .header-logo-img {
  height: 72px !important;
  max-width: 240px !important;
  width: auto !important;
  opacity: 1 !important;
}
body.home-catalog .header-logo {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.home-catalog .header-main {
  min-height: 84px !important;
  padding: 0.65rem 0 !important;
  gap: 1.25rem !important;
  align-items: center !important;
  display: flex !important;
  background: #fff !important;
}
body.home-catalog .page-wrapper {
  padding-top: 0 !important;
}
body.home-catalog.has-annbar .page-wrapper {
  padding-top: 0 !important;
}
/* Hero clears fixed header completely */
body.home-catalog .hero-slider-section {
  margin-top: calc(var(--hc-ann-h) + var(--hc-header-h)) !important;
}
@media (min-width: 768px) {
  body.home-catalog .header-shop-zone,
  body.home-catalog .header-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 2 !important;
  }
}
body.home-catalog .header-search {
  display: block !important;
  flex: 1 1 auto;
  max-width: 620px;
  margin: 0 auto;
  opacity: 1 !important;
}

/* Catalog search */
body.home-catalog .catalog-search {
  display: flex !important;
  align-items: stretch !important;
  width: 100%;
  height: 46px;
  border: 1.5px solid #d0d7e4 !important;
  border-radius: 10px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16,24,40,0.04) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.home-catalog .catalog-search:focus-within {
  border-color: #93c5fd !important;
  box-shadow: 0 0 0 3px rgba(23,105,232,0.12) !important;
}
body.home-catalog .catalog-search input[type="search"] {
  flex: 1 1 auto;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  height: 100% !important;
  padding: 0 1rem !important;
  font-size: 0.9rem !important;
  background: transparent !important;
  border-radius: 0 !important;
}
body.home-catalog .catalog-search-cat {
  flex: 0 0 150px;
  border: none !important;
  border-left: 1px solid #e4eaf2 !important;
  background: #f8fafc !important;
  font-size: 0.82rem !important;
  font-weight: 600;
  color: var(--hc-text);
  padding: 0 0.75rem;
  outline: none;
  max-width: 160px;
}
body.home-catalog .catalog-search-btn {
  flex: 0 0 52px;
  border: none !important;
  border-radius: 0 !important;
  background: var(--hc-royal) !important;
  color: #fff !important;
  width: 52px !important;
  height: 100% !important;
  min-width: 52px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
body.home-catalog .catalog-search-btn:hover {
  background: var(--hc-blue) !important;
}

/* Header actions with labels */
body.home-catalog .catalog-header-actions {
  gap: 0.35rem !important;
}
body.home-catalog .catalog-action-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem;
  text-decoration: none !important;
  color: var(--hc-text) !important;
  padding: 0.4rem 0.65rem !important;
  border-radius: 10px;
  background: transparent !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  position: relative;
  transition: background 0.15s ease;
}
body.home-catalog .catalog-action-link:hover {
  background: #f5f8fd !important;
}
body.home-catalog .catalog-action-link > .bi,
body.home-catalog .catalog-action-link > i,
body.home-catalog .catalog-action-link > .fas,
body.home-catalog .catalog-action-link > .far {
  font-size: 1.3rem !important;
  color: #002b5c !important;
  width: 1.4rem;
  text-align: center;
  line-height: 1;
  opacity: 1 !important;
}
body.home-catalog .catalog-action-text small {
  font-size: 0.72rem;
  color: #667085;
  font-weight: 500;
  opacity: 1 !important;
}
body.home-catalog .catalog-action-text strong {
  font-size: 0.86rem;
  font-weight: 750;
  color: #101828;
  opacity: 1 !important;
}
body.home-catalog .catalog-action-text {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
body.home-catalog .catalog-action-text small {
  font-size: 0.68rem;
  color: var(--hc-muted);
  font-weight: 500;
}
body.home-catalog .catalog-action-text strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hc-text);
}
body.home-catalog .catalog-badge,
body.home-catalog .catalog-action-link .cart-badge,
body.home-catalog .catalog-action-link .wish-badge {
  position: absolute !important;
  top: 0 !important;
  left: 22px !important;
  min-width: 18px !important;
  height: 18px !important;
  background: #e11d48 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #fff !important;
}
body.home-catalog .login-link,
body.home-catalog .register-btn {
  display: none !important;
}

/* Nav row — navy band (matches global storefront chrome) */
body.home-catalog .header-nav {
  background: #fff !important;
  border-top: 1px solid #f3f4f6 !important;
  border-bottom: 1px solid #e5e7eb !important;
  box-shadow: none !important;
}
body.home-catalog .btn-all-categories {
  display: inline-block !important;
  vertical-align: middle !important;
  background: #1769e8 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  padding: 0.5rem 0.9rem !important;
  border-radius: 8px !important;
  border: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  margin-right: 0.35rem !important;
  box-shadow: 0 3px 12px rgba(23,105,232,0.35);
  opacity: 1 !important;
  line-height: 1.3 !important;
}
body.home-catalog .btn-all-categories i {
  font-size: 0.85rem;
  color: #fff !important;
  margin-right: 0.3rem;
}
body.home-catalog .header-nav-wrap {
  display: block !important;
  position: relative !important;
  overflow: visible !important;
  max-width: 1200px;
  margin: 0 auto;
}
body.home-catalog .nav-links-pro {
  display: block !important;
  flex: none !important;
  overflow: visible !important;
  overflow-x: visible !important;
  white-space: nowrap !important;
  padding: 0.45rem 0 !important;
  margin: 0 !important;
  list-style: none !important;
  width: 100% !important;
  text-align: left;
}
body.home-catalog .nav-links-pro > li {
  display: inline-block !important;
  flex: none !important;
  vertical-align: middle !important;
  position: relative !important;
}
body.home-catalog .nav-links-pro .nav-spacer {
  display: inline-block !important;
  width: 0.75rem !important;
  min-width: 0.75rem !important;
  max-width: 0.75rem !important;
  flex: none !important;
}
body.home-catalog .nav-links-pro > li > a:not(.btn-all-categories),
body.home-catalog .nav-links-pro .cat-nav-trigger,
body.home-catalog .nav-links-pro .expert-menu-trigger {
  display: inline-block !important;
  flex: none !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: #374151 !important;
  padding: 0.5rem 0.6rem !important;
  white-space: nowrap !important;
  border-bottom: 2px solid transparent !important;
  text-decoration: none !important;
  opacity: 1 !important;
  line-height: 1.3 !important;
}
body.home-catalog .nav-links-pro > li > a.active,
body.home-catalog .nav-links-pro > li > a:hover,
body.home-catalog .nav-links-pro .cat-nav-trigger:hover,
body.home-catalog .nav-links-pro .cat-nav-trigger.active,
body.home-catalog .nav-links-pro .cat-nav-item.is-sync-highlight .cat-nav-trigger,
body.home-catalog .nav-links-pro .cat-nav-item.is-mega-open .cat-nav-trigger {
  color: #6366f1 !important;
  border-bottom-color: #6366f1 !important;
  background: rgba(99, 102, 241, 0.06) !important;
}
body.home-catalog .nav-chevron {
  font-size: 0.58rem !important;
  opacity: 0.65;
  margin-left: 0.2rem;
  color: inherit !important;
}
body.home-catalog .btn-all-categories:hover {
  background: #1155c7 !important;
  color: #fff !important;
}

/* ?? Hero — compact banner after feature ribbon ?? */
body.home-catalog .hero-slider-section {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: calc(var(--hc-ann-h) + var(--hc-header-h)) !important;
  background: #eef3fb !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.home-catalog .hero-slider-section.hero-slider-section--after-ribbon {
  margin-top: 0 !important;
  padding: 0 1rem 1.25rem !important;
  background: linear-gradient(180deg, #f6f9fc 0%, #eef3fb 100%) !important;
}
body.home-catalog .hero-slider-section--after-ribbon .hero-swiper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.12), 0 0 0 1px rgba(23, 105, 232, 0.08) !important;
}
body.home-catalog .hero-slider-section .hero-swiper,
body.home-catalog .hero-swiper {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  min-height: clamp(280px, 42vh, 460px) !important;
  height: clamp(280px, 42vh, 460px) !important;
  box-shadow: none !important;
}
body.home-catalog .hero-slider-section--after-ribbon .hero-swiper {
  min-height: clamp(300px, 36vw, 420px) !important;
  height: clamp(300px, 36vw, 420px) !important;
}
body.home-catalog .hero-swiper .swiper-wrapper,
body.home-catalog .hero-swiper .swiper-slide {
  min-height: inherit !important;
  height: 100% !important;
}
body.home-catalog .hero-swiper .swiper-slide.has-slide-image {
  background: #fff;
}
body.home-catalog .hero-swiper .swiper-slide:not(.has-slide-image) {
  background: linear-gradient(120deg, #001a3a 0%, #003a7a 40%, #0a57c2 100%);
}
/* Split layout: full product image visible */
body.home-catalog .hero-slide-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  height: 100%;
  min-height: inherit;
}
body.home-catalog .hero-slide-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(145deg, #ffffff 0%, #e8f1ff 55%, #dce9ff 100%);
  border-right: 1px solid rgba(23, 105, 232, 0.1);
  overflow: hidden;
}
body.home-catalog .hero-slide-media .slide-img {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  z-index: 1;
  transform: none !important;
  transition: transform 0.6s ease !important;
}
body.home-catalog .swiper-slide-active .hero-slide-media .slide-img {
  transform: scale(1.03) !important;
}
body.home-catalog .hero-slide-panel {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #faf5ff 0%, #eef2ff 52%, #e0e7ff 100%);
  overflow: hidden;
}
body.home-catalog .hero-slide-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.14), transparent 45%);
  pointer-events: none;
}
body.home-catalog .hero-slide-panel .slide-container {
  position: relative;
  z-index: 2;
}
body.home-catalog .hero-slide-panel .slide-content {
  color: #fff !important;
  padding: 1.75rem 1.25rem !important;
  max-width: 100% !important;
}
body.home-catalog .hero-slide-panel .slide-title {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem) !important;
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}
body.home-catalog .hero-slide-panel .slide-subtitle {
  color: #4b5563 !important;
  font-size: 0.98rem !important;
  margin-bottom: 1.35rem !important;
}
body.home-catalog .hero-slide-panel .slide-tag {
  background: #fff !important;
  color: #6366f1 !important;
  border: 1px solid #c7d2fe !important;
  box-shadow: none !important;
}
body.home-catalog .slide-img {
  object-fit: cover !important;
  object-position: center center !important;
}
body.home-catalog .swiper-slide-active .slide-img {
  transform: scale(1.05) !important;
  transition: transform 8s ease !important;
}
body.home-catalog .slide-overlay {
  background: linear-gradient(90deg, rgba(0,43,92,0.88) 0%, rgba(23,105,232,0.55) 48%, rgba(23,105,232,0.18) 100%) !important;
}
body.home-catalog .home-hero .slide-container,
body.home-catalog .hero-slider-section .slide-container {
  height: auto;
  display: flex;
  align-items: center;
  max-width: 1200px;
}
body.home-catalog .slide-content {
  padding: 3rem 0.5rem !important;
  max-width: 620px !important;
}
body.home-catalog .slide-tag {
  background: #fff !important;
  color: #1769e8 !important;
  border: 1px solid #cfe0ff !important;
  box-shadow: 0 4px 14px rgba(23,105,232,0.12) !important;
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.35rem !important;
  font-size: 0.68rem !important;
  font-weight: 750 !important;
  padding: 0.45rem 1rem !important;
  border-radius: 999px !important;
}
body.home-catalog .slide-tag::before { display: none; }
body.home-catalog .slide-title {
  font-size: clamp(2.3rem, 4.6vw, 3.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  color: #1a2b42 !important;
  -webkit-text-fill-color: #1a2b42 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8) !important;
  max-width: 660px;
  margin-bottom: 1.15rem !important;
}
body.home-catalog .slide-subtitle {
  background: none !important;
  border: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
  color: #5b6b7c !important;
  text-shadow: none !important;
  max-width: 540px;
  font-size: clamp(1rem, 1.45vw, 1.22rem) !important;
  line-height: 1.65 !important;
  margin-bottom: 2rem !important;
}
body.home-catalog .slide-actions {
  gap: 0.85rem !important;
}
body.home-catalog .slide-actions .btn-gold,
body.home-catalog .slide-actions .btn-hc-primary {
  background: #1769e8 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 12px 28px rgba(23,105,232,0.45) !important;
  border-radius: 999px !important;
  padding: 0.95rem 1.9rem !important;
  font-size: 0.95rem !important;
}
body.home-catalog .slide-actions .btn-hc-primary:hover {
  background: #1155c7 !important;
  transform: translateY(-2px);
}
body.home-catalog .slide-actions .btn-outline-white {
  background: #fff !important;
  border: 1.5px solid #bfdbfe !important;
  color: #1769e8 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(23,105,232,0.1) !important;
  backdrop-filter: none;
  padding: 0.95rem 1.8rem !important;
}
body.home-catalog .slide-actions .btn-outline-white:hover {
  background: #eff6ff !important;
}
body.home-catalog .hero-swiper .swiper-pagination {
  bottom: 24px !important;
}
body.home-catalog .hero-swiper .swiper-pagination-bullet {
  background: #94a3b8 !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.5 !important;
}
body.home-catalog .hero-swiper .swiper-pagination-bullet-active {
  background: #1769e8 !important;
  opacity: 1 !important;
  width: 32px !important;
  border-radius: 6px !important;
}
body.home-catalog .hero-swiper .swiper-button-next,
body.home-catalog .hero-swiper .swiper-button-prev {
  background: rgba(255,255,255,0.96) !important;
  border: none !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
  margin-top: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
}
body.home-catalog .hero-swiper .swiper-button-prev { left: clamp(12px, 2vw, 28px) !important; }
body.home-catalog .hero-swiper .swiper-button-next { right: clamp(12px, 2vw, 28px) !important; }
body.home-catalog .hero-swiper .swiper-button-next::after,
body.home-catalog .hero-swiper .swiper-button-prev::after {
  color: var(--hc-navy) !important;
  font-size: 1.1rem !important;
  font-weight: 800;
}
body.home-catalog .hero-swiper .swiper-button-next:hover,
body.home-catalog .hero-swiper .swiper-button-prev:hover {
  background: #fff !important;
  transform: translateY(-50%) scale(1.05);
}

/* Feature ribbon — first block below fixed header (desktop) */
.hc-feature-ribbon {
  background: transparent;
  border: none;
  padding: 0 1.25rem;
  margin: -2.75rem auto 0.75rem;
  max-width: 1200px;
  position: relative;
  z-index: 5;
}
body.home-catalog .hc-feature-ribbon--lead {
  margin: calc(var(--hc-ann-h) + var(--hc-header-h) + 1rem) auto 1rem;
  padding: 0 1.25rem;
  z-index: 2;
}
body.home-catalog .hc-feature-ribbon--lead .hc-feature-grid {
  gap: 0.65rem;
}
@media (max-width: 991.98px) {
  body.home-catalog .hc-feature-ribbon--lead {
    margin-top: calc(var(--hc-ann-h) + var(--hc-header-h) + 0.75rem);
    display: block;
  }
  body.home-catalog .hc-feature-ribbon--lead .hc-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.home-catalog .hc-feature-ribbon--lead .hc-feature-item:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  body.home-catalog .hero-slide-split {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(160px, 38vw) minmax(0, 1fr);
  }
  body.home-catalog .hero-slide-media {
    padding: 0.75rem 1rem;
    border-right: none;
    border-bottom: 1px solid rgba(23, 105, 232, 0.1);
  }
  body.home-catalog .hero-slider-section--after-ribbon .hero-swiper {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
  }
  body.home-catalog .hero-slider-section--after-ribbon .hero-swiper .swiper-slide {
    height: auto !important;
    min-height: 360px !important;
  }
}
.hc-feature-ribbon .container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}
.hc-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.hc-feature-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1rem;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16,24,40,0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hc-feature-item:last-child {
  border-right: 1px solid #e8edf5;
}
.hc-feature-item:hover {
  background: #fff;
  transform: translateY(-3px);
  border-color: #c7dbff;
  box-shadow: 0 14px 32px rgba(23,105,232,0.12);
}
.hc-feature-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: none;
  color: #1769e8;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  background: linear-gradient(145deg, #edf4ff, #dbeafe);
  box-shadow: inset 0 0 0 1px rgba(23,105,232,0.12);
}
.hc-feature-ico i.jp-mob-icon-fa {
  display: none !important;
}
.hc-feature-ico .jp-mob-icon.jp-mob-use-fa i.jp-mob-icon-fa {
  display: inline-block !important;
  line-height: 1 !important;
  color: #1769e8 !important;
  font-size: 1.15rem !important;
}
.hc-feature-ico i:not(.jp-mob-icon-fa) {
  display: inline-block !important;
  line-height: 1 !important;
  color: #1769e8 !important;
  font-size: 1.15rem !important;
}
.hc-feature-item > div strong {
  display: block;
  font-size: 0.84rem;
  color: var(--hc-text);
  font-weight: 750;
  line-height: 1.25;
  margin-bottom: 0.15rem;
}
.hc-feature-item > div span {
  display: block;
  font-size: 0.72rem;
  color: var(--hc-muted);
  line-height: 1.3;
}

/* ?? Hide dark achievements on catalog home; keep categories lighter ?? */
body.home-catalog .ml-home-achievements {
  display: none !important;
}

/* Categories ? crisp marketplace tiles */
body.home-catalog .section-categories {
  padding: 3rem 0 2.25rem !important;
  background: transparent !important;
}
body.home-catalog .cat-section-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 1.25rem !important;
  margin-bottom: 1.5rem !important;
}
body.home-catalog .cat-section-head-text .section-tag {
  display: inline-flex !important;
  margin-bottom: 0.55rem !important;
}
body.home-catalog .cat-section-head h2 {
  font-size: 1.85rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 0.35rem !important;
}
body.home-catalog .cat-section-head-text p {
  color: #64748b !important;
  font-size: 0.92rem !important;
  margin: 0 !important;
  max-width: 560px;
  opacity: 1 !important;
}
body.home-catalog .section-tag--blue {
  background: #edf4ff !important;
  color: #1769e8 !important;
  border: none !important;
  font-weight: 750 !important;
  letter-spacing: 0.08em;
  border-radius: 999px !important;
  padding: 0.35rem 0.85rem !important;
  font-size: 0.7rem !important;
}
body.home-catalog .cat-section-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  padding: 0.6rem 1.05rem !important;
  border-radius: 10px !important;
  border: 1px solid #d6e4ff !important;
  background: #edf4ff !important;
  color: #1769e8 !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, gap 0.15s ease !important;
}
body.home-catalog .cat-section-link:hover {
  background: #dbeafe !important;
  border-color: #93c5fd !important;
  gap: 0.55rem !important;
  color: #1155c7 !important;
}
body.home-catalog .ml-cat-grid,
body.home-catalog .category-grid.ml-cat-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  overflow: visible !important;
  flex-wrap: unset !important;
}
@media (max-width: 767.98px) {
  body.home-catalog .ml-cat-grid,
  body.home-catalog .category-grid.ml-cat-grid,
  body.home-catalog .category-card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 0 12px 18px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.home-catalog .ml-cat-card,
  body.home-catalog .cat-card.ml-cat-card,
  body.home-catalog .mobile-category-card {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    height: auto !important;
    min-height: 200px !important;
  }
  body.home-catalog h3.cat-card-title,
  body.home-catalog .cat-card-title {
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: none !important;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
}
@media (max-width: 349.98px) {
  body.home-catalog .ml-cat-grid,
  body.home-catalog .category-grid.ml-cat-grid {
    grid-template-columns: 1fr !important;
  }
}
body.home-catalog .ml-cat-card,
body.home-catalog .cat-card.ml-cat-card {
  flex: unset !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 1.2rem 1.15rem 1.1rem !important;
  background: #fff !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(16,24,40,0.04) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}
body.home-catalog .ml-cat-card::before {
  display: none !important;
}
body.home-catalog .ml-cat-card::after {
  height: 3px !important;
  opacity: 0 !important;
  background: linear-gradient(90deg, var(--cat-accent), var(--cat-accent-dark)) !important;
}
body.home-catalog .ml-cat-card:hover {
  transform: translateY(-4px) !important;
  border-color: color-mix(in srgb, var(--cat-accent) 40%, #e8edf5) !important;
  box-shadow: 0 14px 32px rgba(16,24,40,0.09) !important;
}
body.home-catalog .ml-cat-card:hover::after {
  opacity: 1 !important;
}
body.home-catalog .ml-cat-icon-wrap {
  width: 56px !important;
  height: 56px !important;
  margin-bottom: 0.9rem !important;
}
body.home-catalog .ml-cat-icon-glow {
  inset: -4px !important;
  opacity: 0.55 !important;
  background: radial-gradient(circle, color-mix(in srgb, var(--cat-accent) 40%, transparent), transparent 72%) !important;
}
body.home-catalog .ml-cat-icon,
body.home-catalog .cat-card-icon.ml-cat-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px !important;
  border: none !important;
  background: linear-gradient(145deg, var(--cat-accent), var(--cat-accent-dark)) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--cat-accent) 35%, transparent) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.home-catalog .ml-cat-icon i,
body.home-catalog .cat-card-icon.ml-cat-icon i {
  color: #fff !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.home-catalog .ml-cat-card:hover .ml-cat-icon {
  transform: translateY(-2px) scale(1.04);
  background: linear-gradient(145deg, var(--cat-accent), var(--cat-accent-dark)) !important;
}
body.home-catalog .ml-cat-card:hover .ml-cat-icon i {
  color: #fff !important;
}
body.home-catalog .cat-card-title {
  font-size: 1.02rem !important;
  font-weight: 750 !important;
  color: #0f172a !important;
  margin: 0 0 0.3rem !important;
  line-height: 1.3 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  white-space: normal !important;
}
body.home-catalog .cat-card-desc {
  font-size: 0.8rem !important;
  color: #64748b !important;
  line-height: 1.45 !important;
  margin: 0 0 0.55rem !important;
  opacity: 1 !important;
  -webkit-line-clamp: 2;
}
body.home-catalog .cat-card-meta {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.65rem !important;
}
body.home-catalog .ml-cat-card .cat-card-cta {
  color: var(--cat-accent-dark, #1769e8) !important;
  font-weight: 750 !important;
  font-size: 0.84rem !important;
  margin-top: auto;
}

/* ?? Product sliders ?? */
body.home-catalog .ml-shop-slider-section {
  padding: 2.25rem 0 !important;
  background: #fff !important;
}
body.home-catalog .ml-shop-slider-section.is-soft {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%) !important;
}
body.home-catalog .ml-shop-slider-heading {
  align-items: center !important;
  margin-bottom: 1.25rem !important;
}
body.home-catalog .ml-shop-slider-title {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #101828 !important;
}
body.home-catalog .ml-shop-slider-viewall {
  color: #1769e8 !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
}
body.home-catalog .ml-shop-slider-viewall::after {
  content: none;
}
body.home-catalog .ml-shop-nav {
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #e4eaf2 !important;
  color: #002b5c !important;
  box-shadow: 0 6px 16px rgba(16,24,40,0.1) !important;
}

/* Compact product slider cards — full image visible */
body.home-catalog .ml-shop-card .card-img-wrap {
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
  flex: 0 0 148px !important;
  background: linear-gradient(180deg, #fafafa 0%, #f0f5ff 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.5rem !important;
}
body.home-catalog .ml-shop-card .card-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-height: 132px !important;
  object-fit: contain !important;
  object-position: center center !important;
}
body.home-catalog .ml-microscope-section {
  padding-top: 1.75rem !important;
  background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%) !important;
}

/* Product cards ? catalog marketplace style */
body.home-catalog .ml-shop-card.janosci-product-card {
  border: 1px solid #e8edf5 !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(16,24,40,0.05) !important;
  background: #fff !important;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
body.home-catalog .ml-shop-card.janosci-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 32px rgba(16,24,40,0.1) !important;
}
body.home-catalog .ml-shop-card .card-brand {
  display: none !important;
}
body.home-catalog .ml-shop-card .card-title {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: var(--hc-text) !important;
  min-height: 2.5em;
}
body.home-catalog .ml-shop-card .card-sku {
  display: block !important;
  font-size: 0.72rem !important;
  color: var(--hc-muted) !important;
}
body.home-catalog .ml-shop-card .card-price-now {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: var(--hc-text) !important;
}
body.home-catalog .ml-shop-card .card-price-off {
  color: var(--hc-green) !important;
  font-weight: 700 !important;
}
body.home-catalog .ml-shop-card .btn-view-details {
  display: none !important;
}
body.home-catalog .ml-shop-card .card-gst {
  display: none !important;
}
body.home-catalog .ml-shop-card .btn-add-cart {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100% !important;
  height: 44px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #1769e8, #1155c7) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 0.84rem !important;
  box-shadow: 0 8px 18px rgba(23,105,232,0.25) !important;
}
body.home-catalog .ml-shop-card .btn-add-cart::before {
  content: '\f07a';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.9rem;
  margin-right: 0.15rem;
}
body.home-catalog .ml-shop-card .btn-enquiry {
  display: flex !important;
  width: 100%;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1.5px solid #1769e8;
  color: #1769e8;
  background: #fff;
  font-weight: 700;
  transition: background 0.15s ease, color 0.15s ease;
}
body.home-catalog .ml-shop-card .btn-enquiry:hover {
  background: #edf4ff;
  color: #1155c7;
}
body.home-catalog .ml-shop-card .sale-badge--discount {
  background: var(--hc-orange) !important;
  color: #fff !important;
}
body.home-catalog .ml-shop-card .sale-badge--featured {
  background: var(--hc-green) !important;
  color: #fff !important;
}

/* Trust strip under products */
.hc-trust-bar {
  background: linear-gradient(135deg, #edf4ff 0%, #e8f1ff 50%, #f0f7ff 100%);
  border-top: 1px solid #d6e4ff;
  border-bottom: 1px solid #d6e4ff;
  padding: 2.35rem 0;
  margin: 0.75rem 0 0;
}
.hc-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
}
.hc-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0.75rem;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(214,228,255,0.8);
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hc-trust-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23,105,232,0.08);
  background: #fff;
}
.hc-trust-ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d6e4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1769e8;
  font-size: 1.3rem;
  box-shadow: 0 8px 20px rgba(23,105,232,0.1);
}
.hc-trust-item i {
  font-size: 1.25rem;
  color: #1769e8;
}
.hc-trust-item strong {
  font-size: 0.95rem;
  color: var(--hc-text);
  font-weight: 750;
}
.hc-trust-item span {
  font-size: 0.78rem;
  color: var(--hc-muted);
}

/* Soften lower sections */
body.home-catalog .jp-trust {
  display: none !important;
}
body.home-catalog .ml-cat-slides-section {
  background: #fff;
}

/* ???????????????????????????????????????????
   OUR STORY + ENQUIRY ? polished lower band
   ??????????????????????????????????????????? */
body.home-catalog .ml-story {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 !important;
  background:
    radial-gradient(ellipse 60% 80% at 100% 10%, rgba(59,130,246,0.12), transparent 55%),
    radial-gradient(ellipse 40% 50% at 0% 100%, rgba(251,191,36,0.1), transparent 50%),
    linear-gradient(160deg, #ffffff 0%, #f0f7ff 55%, #eef6ff 100%) !important;
  box-shadow: none !important;
  border-top: 1px solid #e2eaf3;
  border-bottom: 1px solid #e2eaf3;
}
body.home-catalog .ml-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23,105,232,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,105,232,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
  pointer-events: none;
  opacity: 0.7;
}
body.home-catalog .ml-story .container {
  position: relative;
  z-index: 1;
}
body.home-catalog .ml-story-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}
body.home-catalog .ml-story-label {
  display: inline-flex !important;
  color: #1769e8 !important;
  letter-spacing: 0.12em !important;
  font-weight: 800 !important;
  margin-bottom: 0.85rem !important;
}
body.home-catalog .ml-story-copy h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #1a2b42 !important;
  margin: 0 0 1rem !important;
  max-width: 18ch;
  text-shadow: none;
}
body.home-catalog .ml-story-copy > p {
  color: #5b6b7c !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  max-width: 38rem;
  margin: 0 0 1.35rem !important;
}
body.home-catalog .ml-story-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0.7rem;
}
body.home-catalog .ml-story-bullets li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #1a2b42 !important;
  font-weight: 650;
  font-size: 0.94rem;
  padding: 0.55rem 0.85rem;
  background: #fff;
  border: 1px solid #e2eaf3;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(30,58,95,0.04);
}
body.home-catalog .ml-story-bullets i {
  color: #1769e8 !important;
  font-size: 1.05rem;
  flex-shrink: 0;
}
body.home-catalog .ml-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
body.home-catalog .ml-story-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
body.home-catalog .ml-story-btn--primary {
  background: linear-gradient(135deg, #3b82f6, #1769e8);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(23,105,232,0.28);
}
body.home-catalog .ml-story-btn--primary:hover {
  transform: translateY(-2px);
  color: #fff !important;
}
body.home-catalog .ml-story-btn--ghost {
  background: #e8f1ff;
  color: #1769e8 !important;
  border: 1.5px solid #bfdbfe;
}
body.home-catalog .ml-story-btn--ghost:hover {
  background: #dbeafe;
  color: #1155c7 !important;
}
body.home-catalog .ml-story-panel {
  position: relative;
  padding: 1.35rem;
  border-radius: 22px;
  background: #fff;
  border: 1.5px solid #e2eaf3;
  box-shadow: 0 16px 40px rgba(30,58,95,0.08);
  overflow: hidden;
}
body.home-catalog .ml-story-panel-glow {
  display: none;
}
body.home-catalog .ml-story-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
body.home-catalog .ml-story-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 0.95rem;
  border-radius: 16px;
  background: #f0f7ff;
  border: 1px solid #d4e4ff;
  transition: transform 0.2s ease, background 0.2s ease;
}
body.home-catalog .ml-story-stat:hover {
  transform: translateY(-2px);
  background: #e8f1ff;
}
body.home-catalog .ml-story-stat-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dbeafe;
  color: #1769e8;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}
body.home-catalog .ml-story-stat strong {
  font-size: 1.55rem;
  font-weight: 800;
  color: #1769e8;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
body.home-catalog .ml-story-stat > span:last-child {
  font-size: 0.78rem;
  color: #5b6b7c;
  line-height: 1.35;
}
body.home-catalog .ml-story-badge {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: #fff8e8;
  border: 1px solid #fde68a;
}
body.home-catalog .ml-story-badge > i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  color: #d97706;
  flex-shrink: 0;
}
body.home-catalog .ml-story-badge strong {
  display: block;
  color: #1a2b42;
  font-size: 0.9rem;
  font-weight: 750;
}
body.home-catalog .ml-story-badge span {
  display: block;
  color: #5b6b7c;
  font-size: 0.76rem;
}

/* Enquiry */
body.home-catalog .ml-enquiry {
  padding: 3.5rem 0 !important;
  background:
    radial-gradient(600px 240px at 10% 0%, rgba(23,105,232,0.08), transparent 60%),
    radial-gradient(500px 220px at 90% 100%, rgba(251,191,36,0.06), transparent 55%),
    #f5f7fb !important;
}
body.home-catalog .ml-enquiry-grid {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: 2rem !important;
  align-items: stretch !important;
}
body.home-catalog .ml-enquiry-intro .ml-section-label {
  color: #1769e8 !important;
  letter-spacing: 0.1em;
  font-weight: 800;
}
body.home-catalog .ml-enquiry-intro h2 {
  color: #0b1220 !important;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem) !important;
  margin-bottom: 0.55rem !important;
}
body.home-catalog .ml-enquiry-lead {
  color: #64748b !important;
  font-size: 0.95rem !important;
  line-height: 1.6;
  margin: 0 0 1.35rem !important;
  max-width: 36rem;
}
body.home-catalog .ml-enquiry-cards {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.85rem !important;
  margin-top: 0 !important;
}
body.home-catalog .ml-enquiry-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.05rem !important;
  background: #fff !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 18px rgba(16,24,40,0.04) !important;
  backdrop-filter: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
body.home-catalog .ml-enquiry-card:hover {
  transform: translateY(-3px);
  border-color: #c7dbff !important;
  box-shadow: 0 12px 28px rgba(23,105,232,0.1) !important;
}
body.home-catalog .ml-enquiry-icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 1rem !important;
  margin-bottom: 0.25rem;
  box-shadow: 0 6px 14px rgba(15,23,42,0.15);
}
body.home-catalog .ml-enquiry-card strong {
  font-size: 0.9rem !important;
  color: #0f172a !important;
}
body.home-catalog .ml-enquiry-card > span:last-child {
  font-size: 0.78rem !important;
  color: #64748b !important;
  line-height: 1.45 !important;
}
body.home-catalog .ml-enquiry-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}
body.home-catalog .ml-enquiry-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e4eaf2;
  color: #0f172a !important;
  text-decoration: none !important;
  font-size: 0.84rem;
  font-weight: 650;
  box-shadow: 0 4px 12px rgba(16,24,40,0.04);
  transition: border-color 0.15s ease, color 0.15s ease;
}
body.home-catalog .ml-enquiry-contact-link i {
  color: #1769e8;
}
body.home-catalog .ml-enquiry-contact-link:hover {
  border-color: #93c5fd;
  color: #1155c7 !important;
}
body.home-catalog .ml-enquiry-form {
  padding: 1.5rem 1.45rem 1.45rem !important;
  border-radius: 20px !important;
  background: #fff !important;
  border: 1px solid #e4eaf2 !important;
  box-shadow: 0 16px 40px rgba(16,24,40,0.08) !important;
  backdrop-filter: none !important;
  position: relative;
  overflow: hidden;
}
body.home-catalog .ml-enquiry-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #1769e8, #3b82f6, #fbbf24);
  z-index: 2;
}
body.home-catalog .ml-enquiry-form-head {
  margin-bottom: 1.15rem;
}
body.home-catalog .ml-enquiry-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #edf4ff;
  color: #1769e8;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}
body.home-catalog .ml-enquiry-form-head h3 {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #0b1220 !important;
  margin: 0 0 0.35rem !important;
}
body.home-catalog .ml-enquiry-form-head p {
  margin: 0;
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.45;
}
body.home-catalog .ml-enquiry-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 0.85rem;
}
body.home-catalog .ml-enquiry-fields .field {
  margin-bottom: 0 !important;
}
body.home-catalog .ml-enquiry-fields .field--full {
  grid-column: 1 / -1;
}
body.home-catalog .ml-enquiry-form label {
  font-size: 0.76rem !important;
  font-weight: 750 !important;
  color: #334155 !important;
  margin-bottom: 0.3rem !important;
}
body.home-catalog .ml-enquiry-form input,
body.home-catalog .ml-enquiry-form textarea {
  width: 100%;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 11px !important;
  padding: 0.7rem 0.85rem !important;
  font-size: 0.9rem !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
body.home-catalog .ml-enquiry-form input:focus,
body.home-catalog .ml-enquiry-form textarea:focus {
  outline: none;
  border-color: #93c5fd !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(23,105,232,0.12);
}
body.home-catalog .ml-enquiry-form button {
  width: 100%;
  margin-top: 1rem !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 0.9rem 1.1rem !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  background: linear-gradient(135deg, #1769e8, #1155c7) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(23,105,232,0.32) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body.home-catalog .ml-enquiry-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(23,105,232,0.4) !important;
}

@media (max-width: 1199px) {
  body.home-catalog .catalog-search-cat { flex-basis: 120px; max-width: 120px; }
  .hc-feature-ribbon { margin-left: 1rem; margin-right: 1rem; }
  .hc-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.65rem; }
  .hc-feature-item:nth-child(3) { border-right: 1px solid #e8edf5; }
  .hc-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  body.home-catalog {
    --hc-ann-h: 0px;
    --hc-header-h: 66px;
  }
  body.home-catalog .ann-bar {
    display: none !important;
  }
  body.home-catalog .site-header {
    top: 0 !important;
    height: 66px !important;
    min-height: 66px !important;
  }
  body.home-catalog .header-main {
    min-height: 66px !important;
    height: 66px !important;
    padding: 0 !important;
  }
  body.home-catalog .header-search,
  body.home-catalog .header-nav,
  body.home-catalog .header-shop-zone,
  body.home-catalog .header-nav-wrap,
  body.home-catalog .nav-mega-dropzone,
  body.home-catalog .nav-mega-backdrop {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  body.home-catalog .site-header {
    overflow: hidden !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
  }
  body.home-catalog .catalog-action-text { display: none !important; }
  body.home-catalog .hero-slider-section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 66px !important;
    border-radius: 0 0 22px 22px !important;
    overflow: hidden !important;
  }
  body.home-catalog .hero-swiper,
  body.home-catalog .hero-swiper .swiper-slide {
    min-height: clamp(380px, 54vh, 480px) !important;
    height: clamp(380px, 54vh, 480px) !important;
    border-radius: 0 !important;
    max-width: 100%;
  }
  body.home-catalog .hero-swiper .swiper-wrapper {
    height: 100% !important;
  }
  body.home-catalog .home-hero .slide-container,
  body.home-catalog .hero-slider-section .slide-container {
    height: 100% !important;
    align-items: flex-end !important;
    padding: 1.25rem 1rem 2.5rem !important;
  }
  body.home-catalog .hero-slider-section { padding: 0 !important; }
  body.home-catalog .slide-content {
    text-align: left !important;
    padding: 1.25rem 1rem 2.25rem !important;
    max-width: 100% !important;
  }
  body.home-catalog .slide-tag {
    font-size: 0.7rem !important;
    padding: 0.28rem 0.65rem !important;
    margin-bottom: 0.55rem !important;
  }
  body.home-catalog .slide-title {
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.4rem !important;
  }
  body.home-catalog .slide-subtitle {
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.85rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-catalog .slide-actions {
    gap: 0.5rem !important;
  }
  body.home-catalog .slide-actions .btn-gold,
  body.home-catalog .slide-actions .btn-hc-primary,
  body.home-catalog .slide-actions .btn-outline-white {
    padding: 0.55rem 1rem !important;
    font-size: 0.82rem !important;
    border-radius: 8px !important;
  }
  body.home-catalog .hero-swiper .swiper-button-next,
  body.home-catalog .hero-swiper .swiper-button-prev { display: none !important; }
  .hc-feature-ribbon {
    margin-top: -1.25rem;
    padding: 0 0.75rem;
  }
  .hc-feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .hc-feature-item {
    border: 1px solid #e8edf5;
    border-radius: 12px;
    padding: 0.75rem 0.7rem;
  }
  .hc-feature-item strong {
    font-size: 0.8rem !important;
  }
  .hc-feature-item span {
    font-size: 0.72rem !important;
  }

  /* Categories ? clean 2-col grid, no mid-word title breaks */
  body.home-catalog .section-categories {
    padding-top: 1.75rem !important;
    padding-bottom: 0.5rem !important;
  }
  body.home-catalog .cat-section-head {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.85rem !important;
  }
  body.home-catalog .cat-section-head h2 {
    font-size: 1.2rem !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  body.home-catalog .ml-cat-grid,
  body.home-catalog .category-grid.ml-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    flex-wrap: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    scroll-snap-type: none;
  }
  body.home-catalog .ml-cat-card,
  body.home-catalog .cat-card.ml-cat-card {
    flex: unset !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0.85rem 0.75rem !important;
    border-radius: 14px !important;
    min-height: 0 !important;
  }
  body.home-catalog .ml-cat-icon,
  body.home-catalog .cat-card-icon.ml-cat-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 0.95rem !important;
    margin-bottom: 0.55rem !important;
  }
  body.home-catalog h3.cat-card-title,
  body.home-catalog .cat-card-title {
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
    overflow-wrap: break-word !important;
    word-break: keep-all !important;
    hyphens: none !important;
    white-space: normal !important;
    max-width: 100% !important;
  }
  body.home-catalog .cat-card-desc {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
  body.home-catalog .cat-card-meta {
    font-size: 0.62rem !important;
    margin-bottom: 0.45rem !important;
  }
  body.home-catalog .ml-cat-card .cat-card-cta {
    font-size: 0.78rem !important;
  }

  /* Shop sliders ? compact mobile cards */
  body.home-catalog .ml-shop-slider-section {
    padding-top: 1.5rem !important;
    padding-bottom: 0.75rem !important;
  }
  body.home-catalog .ml-shop-nav {
    display: none !important;
  }
  body.home-catalog .ml-shop-slider-title {
    font-size: 1.15rem !important;
  }
  body.home-catalog .ml-shop-card.janosci-product-card {
    border-radius: 14px !important;
  }
  body.home-catalog .ml-shop-card .card-img-wrap {
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    flex: 0 0 118px !important;
  }
  body.home-catalog .ml-shop-card .card-img-wrap img {
    max-height: 104px !important;
  }
  body.home-catalog .ml-shop-card .btn-add-cart,
  body.home-catalog .ml-shop-card .btn-enquiry {
    height: 38px !important;
    font-size: 0.75rem !important;
    border-radius: 8px !important;
  }

  body.home-catalog .app-fab-wa {
    right: 16px !important;
  }
  body.home-catalog .ml-story {
    padding: 2.25rem 0 !important;
  }
  body.home-catalog .ml-story-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  body.home-catalog .ml-story-copy h2 {
    max-width: none;
    font-size: 1.35rem !important;
  }
  body.home-catalog .ml-enquiry {
    padding: 2rem 0 !important;
  }
  body.home-catalog .ml-enquiry-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  body.home-catalog .ml-enquiry-cards {
    grid-template-columns: 1fr 1fr !important;
  }
  body.home-catalog .ml-enquiry-form {
    padding: 1.1rem !important;
    border-radius: 14px !important;
  }
  body.home-catalog .ml-enquiry-form input,
  body.home-catalog .ml-enquiry-form textarea {
    border-radius: 8px !important;
    padding: 0.65rem 0.75rem !important;
  }
  body.home-catalog .ml-enquiry-form button {
    border-radius: 8px !important;
    padding: 0.7rem 1rem !important;
  }
}
@media (max-width: 575px) {
  .hc-feature-grid { grid-template-columns: 1fr 1fr; }
  body.home-catalog .ml-cat-grid,
  body.home-catalog .category-grid.ml-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  body.home-catalog .ml-cat-card,
  body.home-catalog .cat-card.ml-cat-card {
    padding: 0.75rem 0.65rem !important;
  }
  body.home-catalog h3.cat-card-title,
  body.home-catalog .cat-card-title {
    font-size: 0.82rem !important;
  }
  body.home-catalog .ml-enquiry-cards {
    grid-template-columns: 1fr !important;
  }
  body.home-catalog .ml-enquiry-fields {
    grid-template-columns: 1fr;
  }
  body.home-catalog .ml-story-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.home-catalog .ml-story-actions {
    flex-direction: column;
  }
  body.home-catalog .ml-story-btn {
    justify-content: center;
    width: 100%;
  }
  body.home-catalog .hero-swiper,
  body.home-catalog .hero-swiper .swiper-slide {
    min-height: 340px !important;
    height: 380px !important;
  }
  body.home-catalog .slide-title {
    font-size: 1.35rem !important;
  }
}

/* ???????????????????????????????????????????????????????????
   MOBILE BOTTOM TAB BAR ? last so it wins over modern-ui etc.
   ??????????????????????????????????????????????????????????? */
@media (max-width: 991.98px) {
  body.app-body.home-catalog:not(.no-bottom-nav) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav.app-tabbar,
  body.app-body.home-catalog:not(.no-bottom-nav) nav.bottom-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    min-height: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0px) !important;
    border: none !important;
    border-radius: 0 !important;
    border-top: 1px solid #e8edf5 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -4px 24px rgba(16, 24, 40, 0.1) !important;
    z-index: 1260 !important;
    transform: none !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav .container-fluid {
    height: 64px !important;
    max-width: 480px;
    margin: 0 auto;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav .row {
    height: 100% !important;
    margin: 0 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav .col {
    display: flex !important;
    align-items: stretch !important;
    padding: 0 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    width: 100% !important;
    height: 100% !important;
    color: #98a2b3 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item::before,
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item::after {
    display: none !important;
    content: none !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item .tab-ico {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 28px !important;
    height: 24px !important;
    line-height: 1 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item .tab-ico .bi,
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item .tab-ico i,
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item .tab-ico .fas,
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item .tab-ico .far {
    font-size: 1.2rem !important;
    color: inherit !important;
    line-height: 1 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item .tab-label {
    display: block !important;
    font-size: 0.62rem !important;
    line-height: 1.1 !important;
    color: inherit !important;
    white-space: nowrap !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item.active {
    color: #175cd3 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item.active .tab-ico .bi,
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-item.active .tab-ico i {
    color: #175cd3 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-cart .tab-badge {
    position: absolute !important;
    top: -4px !important;
    right: -8px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    background: #175cd3 !important;
    color: #fff !important;
    font-size: 0.55rem !important;
    font-weight: 800 !important;
    font-style: normal !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .bottom-nav-cart .tab-badge.d-none {
    display: none !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .app-fab-wa {
    bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
    right: 16px !important;
    z-index: 1255 !important;
  }
  body.app-body.home-catalog:not(.no-bottom-nav) .scroll-top-btn {
    bottom: calc(140px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   HOME — Latest Articles + FAQ (enhanced)
   ═══════════════════════════════════════════════════════════ */
body.home-catalog .home-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}
body.home-catalog .home-section-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #edf4ff;
  color: #1769e8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(23, 105, 232, 0.18);
}
body.home-catalog .home-section-head h2 {
  font-family: 'Plus Jakarta Sans', 'Public Sans', sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 800;
  color: #0a2540;
  letter-spacing: -0.03em;
  margin: 0 0 0.55rem;
  line-height: 1.2;
}
body.home-catalog .home-section-head p {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.55;
}

/* Articles */
body.home-catalog .home-articles-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(23, 105, 232, 0.07), transparent 60%),
    #f5f8fc;
}
body.home-catalog .home-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
body.home-catalog .home-article-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e4eaf2;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(10, 37, 64, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
body.home-catalog .home-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(23, 105, 232, 0.14);
  border-color: rgba(23, 105, 232, 0.28);
}
body.home-catalog .home-article-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
body.home-catalog .home-article-media {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: linear-gradient(145deg, #0a2540, #1769e8);
}
body.home-catalog .home-article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
body.home-catalog .home-article-card:hover .home-article-media img {
  transform: scale(1.05);
}
body.home-catalog .home-article-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 2.4rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(251, 191, 36, 0.25), transparent 45%),
    linear-gradient(145deg, #0a2540 0%, #1155c7 55%, #1769e8 100%);
}
body.home-catalog .home-article-date {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #0a2540;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
body.home-catalog .home-article-body {
  padding: 1.15rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.55rem;
}
body.home-catalog .home-article-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0a2540;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.015em;
}
body.home-catalog .home-article-body p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
  flex: 1;
}
body.home-catalog .home-article-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1769e8;
}
body.home-catalog .home-article-card:hover .home-article-more {
  color: #1155c7;
}
body.home-catalog .home-article-more i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
body.home-catalog .home-article-card:hover .home-article-more i {
  transform: translateX(3px);
}
body.home-catalog .home-articles-cta {
  text-align: center;
  margin-top: 1.75rem;
}
body.home-catalog .home-articles-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.45rem;
  border-radius: 12px;
  border: 1.5px solid #1769e8;
  background: #fff;
  color: #1769e8;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(23, 105, 232, 0.1);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
body.home-catalog .home-articles-btn:hover {
  background: #1769e8;
  color: #fff;
  transform: translateY(-2px);
}

/* FAQ */
body.home-catalog .home-faq-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #fff;
}
body.home-catalog .home-faq-wrap {
  max-width: 780px;
}
body.home-catalog .home-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
body.home-catalog .home-faq-item {
  border: 1px solid #e4eaf2 !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(10, 37, 64, 0.04);
  margin: 0 !important;
}
body.home-catalog .home-faq-item .accordion-button {
  background: #fff !important;
  color: #0a2540 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 1rem 1.15rem !important;
  box-shadow: none !important;
  gap: 0.85rem;
  align-items: center;
}
body.home-catalog .home-faq-item .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #edf4ff 0%, #fff 100%) !important;
  color: #1155c7 !important;
  border-bottom: 1px solid #e4eaf2;
}
body.home-catalog .home-faq-item .accordion-button::after {
  margin-left: auto;
  background-size: 1rem;
  filter: none;
}
body.home-catalog .home-faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #edf4ff;
  color: #1769e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
  border: 1px solid rgba(23, 105, 232, 0.16);
}
body.home-catalog .home-faq-item .accordion-button:not(.collapsed) .home-faq-icon {
  background: #1769e8;
  color: #fff;
  border-color: #1769e8;
}
body.home-catalog .home-faq-q {
  flex: 1;
  text-align: left;
  line-height: 1.35;
}
body.home-catalog .home-faq-item .accordion-body {
  padding: 0.85rem 1.15rem 1.15rem 4.35rem !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: #334155 !important;
}

@media (max-width: 991px) {
  body.home-catalog .home-articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  body.home-catalog .home-articles-grid {
    grid-template-columns: 1fr;
  }
  body.home-catalog .home-article-media {
    height: 180px;
  }
  body.home-catalog .home-section-head h2 {
    font-size: 1.4rem;
  }
  body.home-catalog .home-section-head p {
    font-size: 0.92rem;
  }
  body.home-catalog .home-faq-item .accordion-button {
    font-size: 0.94rem !important;
    padding: 0.9rem 1rem !important;
  }
  body.home-catalog .home-faq-item .accordion-body {
    padding: 0.75rem 1rem 1rem 1rem !important;
  }
  body.home-catalog .home-faq-icon {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
}
