.elementor-45661 .elementor-element.elementor-element-a32c304{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45661 .elementor-element.elementor-element-df688ff{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-45661 .elementor-element.elementor-element-f661a0f{--display:flex;}.elementor-45661 .elementor-element.elementor-element-bc06e22 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-45661 .elementor-element.elementor-element-16cd6cc{--display:flex;}@media(min-width:768px){.elementor-45661 .elementor-element.elementor-element-f661a0f{--content-width:705px;}}/* Start custom CSS */section.s-heading.solid.d-flex.flex-column.justify-content-center.d-md-block {
    DISPLAY: none !important;
}
section.s-heading.has_img.d-flex.flex-column.justify-content-center.justify-content-md-between {
    display: none !important;
}

html {
  scroll-behavior: smooth;
}

#jb-magazine-list {
  scroll-margin-top: 90px;
}

/* Hero */

.jb-mag-hero {
  position: relative;
  overflow: hidden;
  background: #101010;
  color: #ffffff;
  border-radius: 0 0 34px 34px;
  min-height: 430px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.jb-mag-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 28%, rgba(242,134,38,0.24) 0%, transparent 34%),
    radial-gradient(circle at 78% 35%, rgba(217,4,61,0.28) 0%, transparent 36%),
    linear-gradient(135deg, #111111 0%, #171717 45%, #0c0c0c 100%);
}

.jb-mag-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0.12));
  opacity: 0.8;
}

.jb-mag-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  bottom: -260px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(217,4,61,0.35), rgba(242,134,38,0.18));
  filter: blur(12px);
  opacity: 0.7;
}

.jb-mag-hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px 82px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}

.jb-mag-hero-content {
  position: relative;
  z-index: 2;
}

.jb-mag-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 5%;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.jb-mag-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  box-shadow: 0 0 18px rgba(242,134,38,0.75);
}

.jb-mag-hero-title {
  margin: 0 0 18px;
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.jb-mag-hero-text {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.75;
  font-weight: 400;
}

.jb-mag-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.jb-mag-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(217,4,61,0.35);
  transition: all 0.25s ease;
}

.jb-mag-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(217,4,61,0.46);
}

.jb-mag-hero-note {
  color: rgba(255,255,255,0.66);
  font-size: 14.5px;
  line-height: 1.5;
}

.jb-mag-hero-visual {
  position: relative;
  min-height: 320px;
}

.jb-hero-core {
  position: absolute;
  width: 176px;
  height: 176px;
  border-radius: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(8deg);
  background:
    linear-gradient(135deg, rgba(217,4,61,0.92) 0%, rgba(242,134,38,0.92) 100%);
  box-shadow:
    0 26px 70px rgba(217,4,61,0.35),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

.jb-hero-core::before {
  content: "</>";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.jb-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jb-orbit-1 {
  width: 260px;
  height: 260px;
}

.jb-orbit-2 {
  width: 340px;
  height: 340px;
  border-color: rgba(242,134,38,0.18);
}

.jb-tech-card {
  position: absolute;
  min-width: 88px;
  height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
}

.jb-tech-card span {
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
}

.jb-tech-card-1 {
  top: 38px;
  right: 72px;
}

.jb-tech-card-2 {
  left: 34px;
  top: 132px;
}

.jb-tech-card-3 {
  right: 34px;
  bottom: 44px;
}

/* Magazine */

.jb-magazine-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 20px 70px;
  font-family: inherit;
}

.jb-magazine-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.jb-cat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #222222;
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.jb-cat-chip:hover,
.jb-cat-chip.active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(217,4,61,0.22);
}

/* Optional news strip */

.jb-mag-news-strip {
  max-width: 760px;
  margin: -10px auto 34px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(217,4,61,0.06) 0%, rgba(242,134,38,0.07) 100%);
  border: 1px solid rgba(217,4,61,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.jb-mag-news-strip span {
  color: #333333;
  font-size: 14.5px;
  font-weight: 600;
}

.jb-mag-news-link {
  color: #D9043D !important;
  font-size: 14.5px;
  font-weight: 900;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.jb-mag-news-link::after {
  content: "←";
  transition: transform 0.2s ease;
}

.jb-mag-news-link:hover {
  color: #F28626 !important;
}

.jb-mag-news-link:hover::after {
  transform: translateX(-4px);
}

.jb-magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.jb-mag-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.07);
  transition: all 0.25s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.jb-mag-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.11);
}

.jb-mag-image {
  display: block;
  height: 140px;
  overflow: hidden;
  background: #111111;
}

.jb-mag-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.jb-mag-card:hover .jb-mag-image img {
  transform: scale(1.04);
}

.jb-mag-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #181818 0%, #333333 100%);
}

.jb-mag-content {
  padding: 15px 16px 17px;
}

.jb-mag-meta {
  margin-bottom: 8px;
}

.jb-mag-meta span {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(217,4,61,0.08);
  color: #D9043D;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title,
.jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title {
  margin: 0 0 9px !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
}

.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title a,
.jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #171717 !important;
  text-decoration: none !important;
}

.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title a:hover {
  color: #D9043D !important;
}

.jb-mag-excerpt {
  margin: 0 0 16px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
}

.jb-mag-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(217,4,61,0.28);
  background: #ffffff;
  color: #D9043D !important;
  font-weight: 800;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1;
  transition: all 0.22s ease;
}

.jb-mag-readmore:after {
  content: "←";
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.jb-mag-readmore:hover {
  color: #ffffff !important;
  border-color: transparent;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  box-shadow: 0 8px 20px rgba(217,4,61,0.18);
}

.jb-mag-readmore:hover:after {
  transform: translateX(-3px);
}

.jb-no-posts {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 17px;
  color: #555555;
  padding: 30px 0;
}

/* Pagination */

.jb-mag-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.jb-mag-page-link,
.jb-mag-page-dots {
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.jb-mag-page-link {
  background: #ffffff;
  color: #222222;
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.jb-mag-page-link:hover,
.jb-mag-page-link.active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  box-shadow: 0 10px 24px rgba(217,4,61,0.22);
}

.jb-mag-page-dots {
  color: #777777;
  background: transparent;
}

.jb-mag-page-arrow {
  font-size: 20px;
  line-height: 1;
}

/* Responsive */

@media (max-width: 1024px) {
  .jb-magazine-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .jb-magazine-wrap {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .jb-mag-hero {
    min-height: auto;
    border-radius: 0 0 26px 26px;
  }

  .jb-mag-hero-inner {
    grid-template-columns: 1fr;
    padding: 62px 20px 58px;
    gap: 28px;
  }

  .jb-mag-hero-visual {
    min-height: 240px;
  }

  .jb-orbit-1 {
    width: 210px;
    height: 210px;
  }

  .jb-orbit-2 {
    width: 280px;
    height: 280px;
  }

  .jb-hero-core {
    width: 138px;
    height: 138px;
    border-radius: 30px;
  }

  .jb-hero-core::before {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .jb-mag-hero-inner {
    padding: 48px 18px 46px;
  }

  .jb-mag-hero-title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .jb-mag-hero-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .jb-mag-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .jb-mag-hero-btn {
    width: 100%;
  }

  .jb-mag-hero-note {
    font-size: 13.5px;
  }

  .jb-tech-card-1 {
    top: 24px;
    right: 28px;
  }

  .jb-tech-card-2 {
    left: 18px;
    top: 100px;
  }

  .jb-tech-card-3 {
    right: 18px;
    bottom: 28px;
  }

  .jb-magazine-wrap {
    padding: 32px 16px 56px;
  }

  .jb-magazine-cats {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 2px 10px;
    margin-bottom: 26px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jb-magazine-cats::-webkit-scrollbar {
    display: none;
  }

  .jb-cat-chip {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 13px;
    padding: 9px 14px;
  }

  .jb-mag-news-strip {
    margin: -6px auto 28px;
    padding: 13px 14px;
    flex-direction: column;
    gap: 6px;
  }

  .jb-mag-news-strip span,
  .jb-mag-news-link {
    font-size: 13.5px;
  }

  .jb-magazine-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jb-mag-image {
    height: 145px;
  }

  .jb-mag-content {
    padding: 16px 16px 18px;
  }

  .jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title,
  .jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title {
    font-size: 16px !important;
  }

  .jb-mag-excerpt {
    font-size: 12.8px;
    line-height: 1.6;
  }

  .jb-mag-readmore {
    min-height: 33px;
    padding: 0 13px;
    font-size: 12.8px;
  }
}
/* Hero */

.jb-mag-hero {
  position: relative;
  overflow: hidden;
  background: #101010;
  color: #ffffff;
  border-radius: 0 0 34px 34px;
  min-height: 430px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.jb-mag-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 28%, rgba(242,134,38,0.24) 0%, transparent 34%),
    radial-gradient(circle at 78% 35%, rgba(217,4,61,0.28) 0%, transparent 36%),
    linear-gradient(135deg, #111111 0%, #171717 45%, #0c0c0c 100%);
}

.jb-mag-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0.12));
  opacity: 0.8;
}

.jb-mag-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  bottom: -260px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(217,4,61,0.35), rgba(242,134,38,0.18));
  filter: blur(12px);
  opacity: 0.7;
}

.jb-mag-hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px 82px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}

.jb-mag-hero-content {
  position: relative;
  z-index: 2;
}

.jb-mag-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 5%;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.jb-mag-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  box-shadow: 0 0 18px rgba(242,134,38,0.75);
}

.jb-mag-hero-title {
  margin: 0 0 18px;
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.jb-mag-hero-text {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.75;
  font-weight: 400;
}

.jb-mag-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.jb-mag-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 34px rgba(217,4,61,0.35);
  transition: all 0.25s ease;
}

.jb-mag-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(217,4,61,0.46);
}

.jb-mag-hero-note {
  color: rgba(255,255,255,0.66);
  font-size: 14.5px;
  line-height: 1.5;
}

.jb-mag-hero-visual {
  position: relative;
  min-height: 320px;
}

.jb-hero-core {
  position: absolute;
  width: 176px;
  height: 176px;
  border-radius: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(8deg);
  background:
    linear-gradient(135deg, rgba(217,4,61,0.92) 0%, rgba(242,134,38,0.92) 100%);
  box-shadow:
    0 26px 70px rgba(217,4,61,0.35),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

.jb-hero-core::before {
  content: "</>";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.jb-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jb-orbit-1 {
  width: 260px;
  height: 260px;
}

.jb-orbit-2 {
  width: 340px;
  height: 340px;
  border-color: rgba(242,134,38,0.18);
}

.jb-tech-card {
  position: absolute;
  min-width: 88px;
  height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
}

.jb-tech-card span {
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
}

.jb-tech-card-1 {
  top: 38px;
  right: 72px;
}

.jb-tech-card-2 {
  left: 34px;
  top: 132px;
}

.jb-tech-card-3 {
  right: 34px;
  bottom: 44px;
}

/* Magazine */

.jb-magazine-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 20px 70px;
  font-family: inherit;
}

.jb-magazine-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.jb-cat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #222222;
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.jb-cat-chip:hover,
.jb-cat-chip.active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(217,4,61,0.22);
}

.jb-magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.jb-mag-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.07);
  transition: all 0.25s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.jb-mag-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.11);
}

.jb-mag-image {
  display: block;
  height: 140px;
  overflow: hidden;
  background: #111111;
}

.jb-mag-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.jb-mag-card:hover .jb-mag-image img {
  transform: scale(1.04);
}

.jb-mag-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #181818 0%, #333333 100%);
}

.jb-mag-content {
  padding: 15px 16px 17px;
}

.jb-mag-meta {
  margin-bottom: 8px;
}

.jb-mag-meta span {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(217,4,61,0.08);
  color: #D9043D;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title,
.jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title a,
.jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title a {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #171717 !important;
  text-decoration: none !important;
}

.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title a:hover {
  color: #D9043D !important;
}

.jb-mag-excerpt {
  margin: 0 0 13px;
  color: #555555;
  font-size: 13.5px;
  line-height: 1.55;
}

.jb-mag-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D9043D;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
}

.jb-mag-readmore:after {
  content: "←";
  transition: transform 0.2s ease;
}

.jb-mag-readmore:hover {
  color: #F28626;
}

.jb-mag-readmore:hover:after {
  transform: translateX(-4px);
}

.jb-no-posts {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 17px;
  color: #555555;
  padding: 30px 0;
}

/* Pagination */

.jb-mag-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.jb-mag-page-link,
.jb-mag-page-dots {
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.jb-mag-page-link {
  background: #ffffff;
  color: #222222;
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.jb-mag-page-link:hover,
.jb-mag-page-link.active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #D9043D 0%, #F28626 100%);
  box-shadow: 0 10px 24px rgba(217,4,61,0.22);
}

.jb-mag-page-dots {
  color: #777777;
  background: transparent;
}

.jb-mag-page-arrow {
  font-size: 20px;
  line-height: 1;
}



.jb-mag-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.07);
  transition: all 0.25s ease;
  border: 1px solid rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.jb-mag-content {
  padding: 15px 16px 17px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.jb-mag-excerpt {
  margin: 0 0 16px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
}

.jb-mag-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  margin-top: auto;
  border-radius: 999px;
  border: 1px solid rgba(217,4,61,0.28);
  background: #ffffff;
  color: #D9043D !important;
  font-weight: 800;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1;
  transition: all 0.22s ease;
}

/* Responsive */

@media (max-width: 1024px) {
  .jb-magazine-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .jb-magazine-wrap {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .jb-mag-hero {
    min-height: auto;
    border-radius: 0 0 26px 26px;
  }

  .jb-mag-hero-inner {
    grid-template-columns: 1fr;
    padding: 62px 20px 58px;
    gap: 28px;
  }

  .jb-mag-hero-visual {
    min-height: 240px;
  }

  .jb-orbit-1 {
    width: 210px;
    height: 210px;
  }

  .jb-orbit-2 {
    width: 280px;
    height: 280px;
  }

  .jb-hero-core {
    width: 138px;
    height: 138px;
    border-radius: 30px;
  }

  .jb-hero-core::before {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .jb-mag-hero-inner {
    padding: 48px 18px 46px;
  }

  .jb-mag-hero-title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .jb-mag-hero-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .jb-mag-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .jb-mag-hero-btn {
    width: 100%;
  }

  .jb-mag-hero-note {
    font-size: 13.5px;
  }

  .jb-tech-card-1 {
    top: 24px;
    right: 28px;
  }

  .jb-tech-card-2 {
    left: 18px;
    top: 100px;
  }

  .jb-tech-card-3 {
    right: 18px;
    bottom: 28px;
  }

  .jb-magazine-wrap {
    padding: 32px 16px 56px;
  }

  .jb-magazine-cats {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    margin-bottom: 26px;
  }

  .jb-cat-chip {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 8px 14px;
  }

  .jb-magazine-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jb-mag-image {
    height: 145px;
  }

  .jb-mag-content {
    padding: 16px 16px 18px;
  }

  .jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title,
  .jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title {
    font-size: 16px !important;
  }

  .jb-mag-excerpt {
    font-size: 13.5px;
  }
}
.jb-magazine-wrap .jb-mag-card .jb-mag-content h3.jb-mag-title,
.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title,
.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-title a {
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}
.jb-magazine-wrap .jb-mag-card .jb-mag-content p.jb-mag-excerpt,
.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-excerpt {
  margin: 0 0 22px !important;
}
.jb-magazine-wrap .jb-mag-card .jb-mag-content p.jb-mag-excerpt,
.jb-magazine-wrap .jb-mag-card .jb-mag-content .jb-mag-excerpt {
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: #6b6b6b !important;
}
@media (max-width: 640px) {
  .jb-magazine-cats {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 2px 10px;
    margin-bottom: 26px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jb-magazine-cats::-webkit-scrollbar {
    display: none;
  }

  .jb-cat-chip {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 13px;
    padding: 9px 14px;
  }
}
.jb-mag-hero {
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-radius: 0 0 34px 34px;
}
@media (max-width: 640px) {
  .jb-mag-eyebrow {
    margin-top: 45px !important;
  }
}
.jb-magazine-search {
  display: flex;
  gap: 10px;
  margin: 0 0 24px;
  align-items: center;
}

.jb-magazine-search input[type="search"] {
  flex: 1;
  min-height: 46px;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
}

.jb-magazine-search input[type="search"]:focus {
  border-color: #111;
}

.jb-magazine-search button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: #111;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.jb-mag-search-clear {
  color: #111;
  font-size: 15px;
  text-decoration: underline;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .jb-magazine-search {
    flex-direction: column;
    align-items: stretch;
  }

  .jb-magazine-search button {
    width: 100%;
  }

  .jb-mag-search-clear {
    text-align: center;
  }
}/* End custom CSS */