.contact-details-box {
  display: none !important;
}
.pod .title {
  text-align: center;
  padding: 40px 0 30px;
  font-size: 32px;
  color: #333333;
  font-weight: 500;
}
.pod .title span {
  display: inline-block;
  font-weight: bold;
}
.pod .title span::after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  margin: auto;
  background: var(--color-theme-1);
  margin-top: 10px;
}
.pod .btn-view-more {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--color-primary);
  font-size: 18px;
  color: var(--color-primary);
  line-height: 40px;
  text-align: center;
  margin: auto;
  position: relative;
}
.pod .btn-view-more span {
  background: #fff;
  position: relative;
  z-index: 1;
}
.pod .btn-view-more i {
  position: absolute;
  right: 50px;
  transition: right 0.5s;
}
.pod .btn-view-more:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: transparent;
}
.pod .btn-view-more:hover span {
  background-color: var(--color-primary);
}
.pod .btn-view-more:hover i {
  right: 10px;
  color: white;
}
.pod .pod-banner {
  position: relative;
}
.pod .pod-banner img {
  width: 100%;
}
.pod .pod-banner .text {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pod .pod-banner .text .mark-title span::before,
.pod .pod-banner .text .mark-title span::after {
  width: 24px;
  height: 44px;
}
.pod .pod-banner .text .mark-title span::before {
  left: -40px;
  top: -18px;
}
.pod .pod-banner .text .mark-title span::after {
  right: -40px;
  bottom: -18px;
}
.pod .pod-banner .text h1 {
  font-size: 70px;
  font-weight: bold;
  color: #FFFFFF;
}
.pod .pod-banner .text h2 {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 80px 0 24px;
}
.pod .pod-banner .text p {
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
}
.pod .card-wrap .inner-box > .detail-anchor img {
  border: none;
}
.pod .pod-home {
  background: #fff;
  overflow: hidden;
}
.pod .pod-home .swiper-button-prev:focus,
.pod .pod-home .swiper-button-next:focus {
  outline: none;
}
.pod .pod-home .pod-swiper-hot {
  background: #FCF6F0;
  padding: 40px 0;
}
.pod .pod-home .pod-swiper-hot .box {
  width: 1078px;
  position: relative;
  margin: 0 auto;
  background: #FAFAFA;
  display: flex;
  align-items: center;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev {
  left: -120px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-next {
  right: -120px;
  transform: rotate(180deg);
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev:after,
.pod .pod-home .pod-swiper-hot .box .swiper-button-next:after {
  display: none;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev,
.pod .pod-home .pod-swiper-hot .box .swiper-button-next {
  z-index: 2;
  width: 80px;
  height: 80px;
  background: url(/egg/image/printonDemand/swiper.svg) no-repeat;
  background-size: 100% 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-button-prev:hover,
.pod .pod-home .pod-swiper-hot .box .swiper-button-next:hover {
  background: url(/egg/image/printonDemand/swiperH.png);
}
.pod .pod-home .pod-swiper-hot .box .slide-main {
  display: flex;
  color: #333333;
  height: 100%;
}
.pod .pod-home .pod-swiper-hot .box .slide-main a.aHref {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pod .pod-home .pod-swiper-hot .box .slide-main div {
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-img {
  width: 512px;
  height: 512px;
  overflow: hidden;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-img .imgBox {
  height: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-img .imgBox img {
  height: 100%;
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text {
  width: 566px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text {
  display: flex;
  text-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text > div {
  width: 100%;
  word-wrap: break-word;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text > div a {
  color: #333;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text h5 {
  font-size: 20px;
  margin-bottom: 35px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text h3 {
  font-size: 32px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 528px;
  height: 90px;
  margin: 0 auto 4px;
  line-height: 45px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
  padding: 0 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 120px;
  color: #999;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text .list {
  font-size: 24px;
}
.pod .pod-home .pod-swiper-hot .box .swiper-container-hot-text .text .price {
  font-size: 30px;
  margin: 10px 0 20px;
  color: var(--color-theme-1);
}
.pod .pod-home .pod-swiper-hot .box .default {
  width: 1200px;
  display: flex;
}
.pod .pod-home .pod-swiper-hot .box .default img {
  width: 570px;
}
.pod .pod-home .pod-swiper-hot .box .default > div {
  width: 630px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
}
.pod .pod-home .pod-swiper-hot .box .default > div div {
  width: 100%;
}
.pod .pod-home .pod-swiper-hot .box .default > div h3 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 58px;
}
.pod .pod-home .pod-swiper-hot .box .default > div p {
  font-size: 25px;
  font-weight: 400;
}
.pod .pod-home .hotSelling {
  overflow: hidden;
  margin-top: 30px;
}
.pod .pod-home .hotSelling .selling-list {
  width: 1200px;
  background: #FFFBF7;
  margin: auto;
  padding: 0 8px 10px;
}
.pod .pod-home .hotSelling .selling-list .product-box {
  display: flex;
  flex-wrap: wrap;
}
.pod .pod-home .hotSelling .selling-list .product-box p {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.pod .pod-home .hotSelling .selling-list .product-box .product-card {
  width: 244px;
  height: auto;
  margin: 0 26px 20px!important;
}
.pod .pod-home .hotSelling .selling-list .product-box .product-card .fillBtn {
  top: 189px;
}
.pod .pod-home .hotSelling .selling-list .product-box .product-card .fillBtn.product-to-list {
  top: 147px;
}
.pod .pod-home .pod-trending-products {
  position: relative;
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pod .pod-home .pod-trending-products .trending-container {
  width: 100%;
  overflow: visible;
}
.pod .pod-home .pod-trending-products .trending-container .trending-wrapper {
  transition: all 300ms ease 0s;
  display: flex;
  flex-wrap: wrap;
}
.pod .pod-home .pod-trending-products .trending-container .trending-wrapper .trending-slide {
  flex-shrink: 0;
}
.pod .pod-home .pod-trending-products .trending-container .trending-wrapper .product-card {
  width: 187.5px;
}
.pod .pod-home .pod-trending-products .card-wrap {
  width: 100%;
}
.pod .pod-home .pod-trending-products .card-wrap .inner-box > .detail-anchor {
  height: 190px;
}
.pod .pod-home .pod-trending-products .navigation {
  color: #333333;
  font-size: 20px;
  text-align: right;
  margin-bottom: 25px;
  user-select: none;
}
.pod .pod-home .pod-trending-products .navigation em {
  color: #999990;
}
.pod .pod-home .pod-trending-products .navigation .swiper-button-prev,
.pod .pod-home .pod-trending-products .navigation .swiper-button-next {
  position: initial;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 13px;
  vertical-align: 1px;
}
.pod .pod-home .pod-trending-products .navigation .swiper-button-prev::after,
.pod .pod-home .pod-trending-products .navigation .swiper-button-next::after {
  font-size: 15px;
  color: #000;
}
.pod .pod-home .pod-trending-products .more {
  display: inline-block;
  min-width: 160px;
  padding: 0 12px;
  border: 1px solid var(--color-primary);
  margin: 40px auto;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  color: var(--color-primary);
}
.pod .pod-home .pod-trending-products .more span {
  background: #fff;
  position: relative;
  z-index: 1;
}
.pod .pod-home .pod-trending-products .more i {
  position: absolute;
  right: 50px;
  transition: right 0.5s;
}
.pod .pod-home .pod-trending-products .more:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: transparent;
}
.pod .pod-home .pod-trending-products .more:hover span {
  background-color: var(--color-primary);
}
.pod .pod-home .pod-trending-products .more:hover i {
  right: 7px;
  color: white;
}
.pod .pod-home .video-block {
  width: 1200px;
  margin: auto;
  padding-bottom: 60px;
  margin-bottom: 30px;
  background: url(/egg/image/printonDemand/point.png) #FFFBF7 no-repeat 10px bottom;
}
.pod .pod-home .video-block .box {
  display: flex;
  justify-content: center;
}
.pod .pod-home .video-block .box .iframe {
  width: 570px;
  height: 311px;
}
.pod .pod-home .video-block .box .main {
  margin-left: 40px;
  width: 358px;
  padding-top: 45px;
}
.pod .pod-home .video-block .box .main h3 {
  font-size: 40px;
  font-weight: normal;
  color: #333333;
  line-height: 40px;
  margin-bottom: 20px;
}
.pod .pod-home .video-block .box .main p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-bottom: 80px;
}
.pod .pod-home .video-block .box .main .btn-view-more {
  margin-left: 0;
}
.pod .pod-home .works-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pod .pod-home .works-block .box {
  width: 1200px;
  margin: auto;
  background: #FFFBF7;
  padding: 0 50px 30px;
}
.pod .pod-home .works-block ul {
  overflow: hidden;
}
.pod .pod-home .works-block ul li {
  width: 340px;
  float: left;
}
.pod .pod-home .works-block ul li h3 {
  min-height: 75px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px;
}
.pod .pod-home .works-block ul li p {
  min-height: 96px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 15px;
}
.pod .pod-home .works-block ul li:not(:nth-child(3n)) {
  margin-right: 40px;
}
.pod .pod-home .works-block ul li a {
  font-size: 16px;
  color: var(--color-theme-1);
  line-height: 22px;
}
.pod .pod-home .works-block ul li a:hover {
  text-decoration: underline;
}
.pod .pod-home .works-block .btn-view-more {
  margin: 30px auto;
}
.pod .pod-home .video-main {
  display: flex;
}
.pod .pod-home .video-img-list {
  margin-right: 10px;
}
.pod .pod-home .video-img-item {
  margin-bottom: 10px;
  width: 100px;
  height: 68px;
  cursor: pointer;
  border: 1px solid #fff;
}
.pod .pod-home .video-img-item.cur {
  border-color: var(--color-theme-1);
}
.pod .pod-home .video-img-item:hover {
  border-color: var(--color-theme-1);
}
.pod .pod-home .video-img-item .img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.pod .pod-home .video-iframe {
  position: relative;
  width: 570px;
}
.pod .pod-home .video-iframe-box .video-title {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
}
.pod .pod-home .video-iframe-box .goyoutube {
  padding: 12px 16px;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-top: 14px;
}
.pod .pod-home .video-iframe-box .goyoutube::after {
  content: '\e6fa';
  font-family: 'iconfont';
  margin-left: 10px;
  transform: scale(0.8);
  margin-top: 4px;
}
.pod .pod-home .video-iframe-box .goyoutube:hover {
  color: #333;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.pod .pod-home .video-iframe-box .goyoutube img {
  margin-left: 8px;
}
.pod .pod-home .video-iframe .cur {
  z-index: 1;
}
.pod .pod-home .video-iframe iframe {
  width: 570px;
  height: 311px;
  position: absolute;
  left: 0;
  top: 0;
}
.pod .pod-home .video-iframe .iframe {
  visibility: hidden;
}
.pod .pod-help {
  background: #fff;
  padding-bottom: 48px;
}
.pod .pod-help section {
  width: 1200px;
  margin: auto;
}
.pod .pod-help section .pod-help-list {
  background: #FAF6F2;
  list-style: disc;
  padding: 40px 60px 20px 70px;
  overflow: hidden;
}
.pod .pod-help section .pod-help-list li {
  width: 280px;
  float: left;
  margin-bottom: 30px;
  font-size: 18px;
}
.pod .pod-help section .pod-help-list li:not(:nth-child(3n)) {
  margin-right: 110px;
}
.pod .pod-help section .pod-help-list li a {
  color: #333;
}
.pod .pod-help section .pod-help-list li a:hover {
  color: var(--color-primary);
}
.pod .pod-help section .video-box {
  background: #FAF6F2;
  padding: 60px 60px 40px;
  overflow: hidden;
}
.pod .pod-help section .video-box .video-item:not(:last-child) {
  margin-bottom: 80px;
}
.pod .pod-help section .video-box .video-item .iframe {
  width: 100%;
  height: 590px;
  margin-bottom: 20px;
}
.pod .pod-help section .video-box .video-item p {
  font-size: 30px;
  color: #333333;
}
.pod .pod-help .video-main {
  display: flex;
}
.pod .pod-help .video-img-list {
  margin-right: 10px;
}
.pod .pod-help .video-img-item {
  margin-bottom: 10px;
  width: 150px;
  height: 102px;
  cursor: pointer;
  list-style: none;
  border: 1px solid #fff;
}
.pod .pod-help .video-img-item.cur {
  border-color: var(--color-theme-1);
}
.pod .pod-help .video-img-item:hover {
  border-color: var(--color-theme-1);
}
.pod .pod-help .video-img-item .img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.pod .pod-help .video-iframe {
  position: relative;
}
.pod .pod-help .video-iframe-box .video-title {
  font-size: 28px;
  color: #333;
  line-height: 1.2;
  padding: 5px 0 ;
  height: 78px;
}
.pod .pod-help .video-iframe-box .goyoutube {
  padding: 12px 16px;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-top: 14px;
}
.pod .pod-help .video-iframe-box .goyoutube::after {
  content: '\e6fa';
  font-family: 'iconfont';
  margin-left: 10px;
  transform: scale(0.8);
  margin-top: 4px;
}
.pod .pod-help .video-iframe-box .goyoutube:hover {
  color: #333;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.pod .pod-help .video-iframe-box .goyoutube img {
  margin-left: 8px;
}
.pod .pod-help .video-iframe .cur {
  z-index: 1;
}
/* =============================================================
 * 需求来源: docs/pod页面改版/AI提示词.md 第1次提交 —— POD 主页按 docs/pod页面改版/pod.html 重设计
 * 注意事项: 以下样式整段移植自参考图 <style>, 全部 cj-pod-* 命名空间, 不影响旧 .pod 样式(help 页复用);
 *           参考图原 html,body 全局 reset 已收敛到 .cj-pod-page 容器, 避免影响站点全局布局/侧边栏 sticky。
 * ============================================================= */
.cj-pod-page {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
.cj-pod-hero-creative,
.cj-pod-hero-creative * {
  box-sizing: border-box;
}
.cj-pod-hero-creative {
  position: relative;
  overflow: hidden;
  padding: 58px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 55%, #ffffff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-hero-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 46px;
}
.cj-pod-hero-content {
  animation: cjPodTextUp 0.8s ease forwards;
}
.cj-pod-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 700;
}
.cj-pod-label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.16);
}
.cj-pod-hero-content h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 800;
}
.cj-pod-hero-content p {
  max-width: 650px;
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.62;
}
.cj-pod-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.cj-pod-points span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.16);
  color: #374151;
  font-size: 13.5px;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  transition: all 0.28s ease;
}
.cj-pod-points span:hover {
  transform: translateY(-3px);
  color: #ff7700;
  border-color: rgba(255, 119, 0, 0.4);
  box-shadow: 0 12px 28px rgba(255, 119, 0, 0.12);
}
.cj-pod-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.cj-pod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 13px;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-btn-main {
  background: linear-gradient(135deg, #ff7700 0%, #ff9a2f 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 119, 0, 0.28);
}
.cj-pod-btn-main:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(255, 119, 0, 0.36);
}
.cj-pod-btn-light {
  background: #ffffff;
  color: #ff7700;
  border: 1px solid rgba(255, 119, 0, 0.3);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
}
.cj-pod-btn-light:hover {
  background: #ff7700;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 119, 0, 0.28);
}
.cj-pod-review-box {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 500px;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
  border: 1px solid rgba(255, 119, 0, 0.16);
  backdrop-filter: blur(10px);
  transition: all 0.28s ease;
}
.cj-pod-review-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(255, 119, 0, 0.12);
  border-color: rgba(255, 119, 0, 0.32);
}
.cj-pod-review-item {
  flex: 1;
  min-width: 0;
}
.cj-pod-review-title {
  color: #111827;
  font-size: 13.5px;
  font-weight: 800;
  margin-bottom: 6px;
}
.cj-pod-review-main {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.cj-pod-review-main strong {
  color: #111827;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
}
.cj-pod-review-item p {
  margin: 0;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.35;
}
.cj-pod-review-divider {
  width: 1px;
  height: 54px;
  background: rgba(255, 119, 0, 0.18);
}
.cj-pod-trust-stars {
  display: flex;
  gap: 2px;
}
.cj-pod-trust-stars span {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00b67a;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
}
.cj-pod-trust-stars .partial {
  background: linear-gradient(90deg, #00b67a 60%, #e5e7eb 60%);
}
.cj-pod-shopify-stars {
  display: flex;
  gap: 2px;
  color: #ffb400;
  font-size: 17px;
  line-height: 1;
}
.cj-pod-hero-visual {
  position: relative;
  animation: cjPodVisualIn 0.9s ease forwards;
}
.cj-pod-showcase {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 585px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.13);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.cj-pod-showcase::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -100px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.12);
  filter: blur(8px);
  z-index: 0;
}
.cj-pod-showcase-frame,
.cj-pod-thumb-row,
.cj-pod-showcase-footer {
  position: relative;
  z-index: 2;
}
.cj-pod-showcase-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.08);
}
.cj-pod-showcase-track {
  display: flex;
  transition: transform 0.58s ease;
}
.cj-pod-case-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
}
.cj-pod-case-media {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(255, 119, 0, 0.1), transparent 28%), linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}
.cj-pod-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.cj-pod-showcase:hover .cj-pod-case-media img {
  transform: scale(1.04);
}
.cj-pod-case-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #ff7700;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(10px);
}
.cj-pod-case-content {
  padding: 18px;
  background: #ffffff;
}
.cj-pod-case-content > span {
  display: inline-flex;
  margin-bottom: 7px;
  color: #ff7700;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.cj-pod-case-content h4 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
}
.cj-pod-case-content p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}
.cj-pod-case-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.cj-pod-case-meta div {
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 119, 0, 0.07);
  border: 1px solid rgba(255, 119, 0, 0.12);
}
.cj-pod-case-meta strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}
.cj-pod-case-meta small {
  display: block;
  color: #6b7280;
  font-size: 11.5px;
  line-height: 1.25;
}
.cj-pod-thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.cj-pod-thumb {
  position: relative;
  min-width: 0;
  padding: 6px;
  border: 1px solid rgba(255, 119, 0, 0.12);
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-thumb img {
  width: 100%;
  height: 48px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 6px;
}
.cj-pod-thumb span {
  display: block;
  color: #4b5563;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cj-pod-thumb.active,
.cj-pod-thumb:hover {
  border-color: rgba(255, 119, 0, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255, 119, 0, 0.12);
}
.cj-pod-thumb.active span {
  color: #ff7700;
}
.cj-pod-showcase-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.cj-pod-showcase-footer div {
  padding: 11px 10px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.12);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}
.cj-pod-showcase-footer strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}
.cj-pod-showcase-footer span {
  display: block;
  color: #6b7280;
  font-size: 11.5px;
  line-height: 1.25;
}
.cj-pod-orange-blur {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.cj-blur-1 {
  width: 360px;
  height: 360px;
  right: -130px;
  top: -130px;
  background: rgba(255, 119, 0, 0.12);
  filter: blur(8px);
}
.cj-blur-2 {
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: -100px;
  background: rgba(255, 119, 0, 0.08);
  filter: blur(8px);
}
@keyframes cjPodTextUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cjPodVisualIn {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1100px) {
  .cj-pod-hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cj-pod-hero-content {
    text-align: center;
  }
  .cj-pod-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-points,
  .cj-pod-actions {
    justify-content: center;
  }
  .cj-pod-review-box {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-showcase {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cj-pod-hero-creative {
    padding: 48px 16px;
  }
  .cj-pod-hero-content h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .cj-pod-hero-content p {
    font-size: 16px;
  }
  .cj-pod-actions {
    align-items: stretch;
  }
  .cj-pod-btn {
    width: 100%;
  }
  .cj-pod-review-box {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 100%;
    padding: 14px;
    text-align: left;
  }
  .cj-pod-review-divider {
    width: 100%;
    height: 1px;
  }
  .cj-pod-review-main {
    flex-wrap: wrap;
  }
  .cj-pod-showcase {
    min-height: auto;
    padding: 12px;
    border-radius: 28px;
  }
  .cj-pod-case-media {
    height: 250px;
  }
  .cj-pod-case-content {
    padding: 15px;
  }
  .cj-pod-case-content h4 {
    font-size: 19px;
  }
  .cj-pod-case-content p {
    font-size: 13px;
  }
  .cj-pod-case-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cj-pod-thumb-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .cj-pod-showcase-footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .cj-pod-review-main {
    flex-wrap: wrap;
  }
  .cj-pod-trust-stars span {
    width: 17px;
    height: 17px;
    font-size: 11px;
  }
  .cj-pod-shopify-stars {
    font-size: 16px;
  }
  .cj-pod-case-media {
    height: 220px;
  }
  .cj-pod-thumb-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-hero-content,
  .cj-pod-hero-visual,
  .cj-pod-showcase-track,
  .cj-pod-case-media img {
    animation: none;
    transition: none;
  }
}
.cj-pod-intro-module,
.cj-pod-intro-module * {
  box-sizing: border-box;
}
.cj-pod-intro-module {
  position: relative;
  padding: 72px 20px;
  background: radial-gradient(circle at 8% 16%, rgba(255, 119, 0, 0.07), transparent 28%), radial-gradient(circle at 90% 18%, rgba(6, 100, 242, 0.06), transparent 30%), #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.cj-pod-section-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}
.cj-pod-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-section-head span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-section-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
}
.cj-pod-intro-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.cj-pod-intro-left {
  animation: cjPodIntroFadeUp 0.8s ease both;
}
.cj-pod-intro-left h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
}
.cj-pod-intro-left p {
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.72;
}
.cj-pod-intro-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.cj-pod-intro-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.045);
  transition: all 0.28s ease;
}
.cj-pod-intro-steps div:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 0, 0.36);
  box-shadow: 0 16px 34px rgba(255, 119, 0, 0.1);
}
.cj-pod-intro-steps span {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
.cj-pod-intro-steps div:nth-child(even) span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-intro-steps strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}
.cj-pod-text-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fffaf5 0%, #ffffff 100%);
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}
.cj-pod-text-note strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}
.cj-pod-text-note span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}
.cj-pod-intro-right {
  animation: cjPodIntroFadeRight 0.9s ease both;
}
.cj-pod-video-card {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, #fffaf5 0%, #ffffff 100%);
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 26px 64px rgba(17, 24, 39, 0.1);
  overflow: hidden;
}
.cj-pod-video-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -100px;
  top: -120px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(8px);
}
.cj-pod-video-switch,
.cj-pod-video-frame,
.cj-pod-video-note {
  position: relative;
  z-index: 2;
}
.cj-pod-video-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.cj-pod-video-tab {
  position: relative;
  min-height: 118px;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(255, 119, 0, 0.16);
  background: #ffffff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-video-tab:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 119, 0, 0.35);
  box-shadow: 0 14px 32px rgba(255, 119, 0, 0.1);
}
.cj-pod-video-tab.active {
  background: radial-gradient(circle at 92% 18%, rgba(6, 100, 242, 0.1), transparent 30%), rgba(255, 119, 0, 0.08);
  border-color: rgba(255, 119, 0, 0.48);
  box-shadow: 0 14px 32px rgba(255, 119, 0, 0.12);
}
.cj-pod-video-tab.active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-video-tab span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  font-size: 11.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.cj-pod-video-tab:nth-child(2) span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-video-tab strong {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}
.cj-pod-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
}
.cj-pod-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111827;
}
.cj-pod-video-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  pointer-events: none;
}
.cj-pod-video-badge span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.92);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.18);
}
.cj-pod-video-note {
  margin-top: 14px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.12);
}
.cj-pod-video-note strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}
.cj-pod-video-note span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}
@keyframes cjPodIntroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cjPodIntroFadeRight {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .cj-pod-intro-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cj-pod-intro-left {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }
  .cj-pod-intro-steps,
  .cj-pod-text-note {
    text-align: left;
  }
  .cj-pod-video-card {
    max-width: 760px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cj-pod-intro-module {
    padding: 56px 16px;
  }
  .cj-pod-section-head {
    margin-bottom: 34px;
  }
  .cj-pod-section-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-intro-left h3 {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .cj-pod-intro-left p {
    font-size: 16px;
  }
  .cj-pod-intro-steps {
    grid-template-columns: 1fr;
  }
  .cj-pod-video-switch {
    grid-template-columns: 1fr;
  }
  .cj-pod-video-tab {
    min-height: auto;
  }
  .cj-pod-video-card {
    padding: 14px;
    border-radius: 26px;
  }
  .cj-pod-video-frame {
    border-radius: 20px;
  }
  .cj-pod-video-note strong {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-intro-left,
  .cj-pod-intro-right,
  .cj-pod-video-tab {
    animation: none;
    transition: none;
  }
}
.cj-pod-diff-alt-section,
.cj-pod-diff-alt-section * {
  box-sizing: border-box;
}
.cj-pod-diff-alt-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 50%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-diff-alt-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-diff-alt-head {
  max-width: 900px;
  margin: 0 auto 52px;
  text-align: center;
}
.cj-pod-diff-alt-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-diff-alt-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-diff-alt-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 900;
}
.cj-pod-diff-alt-head p {
  max-width: 820px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.72;
}
.cj-pod-diff-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 34px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 119, 0, 0.1);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(10px);
}
.cj-pod-diff-row.reverse .cj-pod-diff-image {
  order: 2;
}
.cj-pod-diff-row.reverse .cj-pod-diff-content {
  order: 1;
}
.cj-pod-diff-image {
  position: relative;
}
.cj-pod-diff-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}
.cj-pod-diff-content {
  position: relative;
  padding: 6px 4px;
}
.cj-pod-diff-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 13px;
  font-weight: 900;
}
.cj-pod-diff-content h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.8px;
  font-weight: 900;
}
.cj-pod-diff-content p {
  margin: 0 0 16px;
  color: #5b6472;
  font-size: 16px;
  line-height: 1.72;
}
.cj-pod-diff-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cj-pod-diff-content li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}
.cj-pod-diff-content li:last-child {
  margin-bottom: 0;
}
.cj-pod-diff-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 5px rgba(255, 119, 0, 0.1);
}
.cj-pod-diff-cta {
  margin-top: 12px;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff7700 0%, #ff9430 45%, #0664f2 100%);
  box-shadow: 0 24px 56px rgba(255, 119, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cj-pod-diff-cta-text {
  max-width: 760px;
}
.cj-pod-diff-cta-text strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}
.cj-pod-diff-cta-text span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.65;
}
.cj-pod-diff-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cj-pod-diff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 900;
  transition: all 0.28s ease;
  white-space: nowrap;
}
.cj-pod-diff-btn.primary {
  background: #ffffff;
  color: #ff7700;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.16);
}
.cj-pod-diff-btn.primary:hover {
  transform: translateY(-4px);
  background: #111827;
  color: #ffffff;
}
.cj-pod-diff-btn.secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(10px);
}
.cj-pod-diff-btn.secondary:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}
.cj-pod-diff-alt-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.bg-1 {
  width: 360px;
  height: 360px;
  right: -150px;
  top: -150px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.bg-2 {
  width: 300px;
  height: 300px;
  left: -140px;
  bottom: -140px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 991px) {
  .cj-pod-diff-row,
  .cj-pod-diff-row.reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .cj-pod-diff-row.reverse .cj-pod-diff-image,
  .cj-pod-diff-row.reverse .cj-pod-diff-content {
    order: initial;
  }
  .cj-pod-diff-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .cj-pod-diff-cta-buttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cj-pod-diff-alt-section {
    padding: 58px 16px;
  }
  .cj-pod-diff-alt-head {
    margin-bottom: 34px;
  }
  .cj-pod-diff-alt-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-diff-alt-head p {
    font-size: 16px;
  }
  .cj-pod-diff-row {
    padding: 18px;
    border-radius: 24px;
    margin-bottom: 22px;
  }
  .cj-pod-diff-image img {
    min-height: 240px;
    max-height: 280px;
    border-radius: 20px;
  }
  .cj-pod-diff-content h3 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }
  .cj-pod-diff-content p {
    font-size: 15px;
  }
  .cj-pod-diff-content li {
    font-size: 14px;
  }
  .cj-pod-diff-cta {
    padding: 22px;
    border-radius: 24px;
  }
  .cj-pod-diff-cta-text strong {
    font-size: 22px;
  }
  .cj-pod-diff-btn {
    width: 100%;
  }
}
.cj-pod-category-section,
.cj-pod-category-section * {
  box-sizing: border-box;
}
.cj-pod-category-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-category-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-category-head {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}
.cj-pod-category-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-category-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-category-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-category-head p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-category-tabs-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.cj-pod-category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cj-pod-category-tabs::-webkit-scrollbar {
  display: none;
}
.cj-pod-category-tab {
  flex: 0 0 auto;
  padding: 11px 16px;
  border: 1px solid rgba(255, 119, 0, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
  transition: all 0.28s ease;
}
.cj-pod-category-tab:hover {
  transform: translateY(-3px);
  color: #ff7700;
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 14px 30px rgba(255, 119, 0, 0.1);
}
.cj-pod-category-tab.active {
  background: linear-gradient(135deg, #ff7700 0%, #ff9430 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(255, 119, 0, 0.24);
}
.cj-pod-tab-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #ff7700;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  transition: all 0.28s ease;
}
.cj-pod-tab-arrow:hover {
  background: #ff7700;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(255, 119, 0, 0.22);
}
.cj-pod-tab-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  background: #ffffff;
  color: #9ca3af;
  box-shadow: none;
}
.cj-pod-product-panel {
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(12px);
}
.cj-pod-product-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.cj-pod-product-panel-top span {
  display: inline-flex;
  padding: 7px 12px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 13px;
  font-weight: 900;
}
.cj-pod-product-panel-top h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.7px;
  font-weight: 900;
}
.cj-pod-category-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ff7700;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(255, 119, 0, 0.22);
  transition: all 0.28s ease;
}
.cj-pod-category-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  background: #0664f2;
  box-shadow: 0 18px 38px rgba(6, 100, 242, 0.22);
}
.cj-pod-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.cj-pod-product-card {
  position: relative;
  min-height: 218px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.13);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.05);
  overflow: hidden;
  transition: all 0.28s ease;
}
.cj-pod-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 20px 42px rgba(255, 119, 0, 0.12);
}
.cj-pod-product-img {
  position: relative;
  height: 145px;
  overflow: hidden;
  background: #fff8f2;
}
.cj-pod-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}
.cj-pod-product-card:hover .cj-pod-product-img img {
  transform: scale(1.08);
}
.cj-pod-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #ff7700;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.1);
}
.cj-pod-product-body {
  padding: 14px;
}
.cj-pod-product-body strong {
  display: block;
  color: #111827;
  font-size: 14.8px;
  line-height: 1.25;
  font-weight: 900;
  min-height: 38px;
}
.cj-pod-product-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}
.cj-pod-product-mini span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 11px;
  font-weight: 900;
}
.cj-pod-product-mini a {
  color: #ff7700;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.cj-pod-product-mini a:hover {
  color: #0664f2;
}
.cj-pod-category-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-category-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-pod-category-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1180px) {
  .cj-pod-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .cj-pod-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cj-pod-product-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cj-pod-category-section {
    padding: 58px 16px;
  }
  .cj-pod-category-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-category-head p {
    font-size: 16px;
  }
  .cj-pod-category-tabs-wrap {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
  }
  .cj-pod-tab-arrow {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }
  .cj-pod-category-tab {
    padding: 10px 14px;
    font-size: 13.5px;
  }
  .cj-pod-product-panel {
    padding: 18px;
    border-radius: 28px;
  }
  .cj-pod-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .cj-pod-product-card {
    min-height: 210px;
    border-radius: 18px;
  }
  .cj-pod-product-img {
    height: 135px;
  }
  .cj-pod-product-body {
    padding: 12px;
  }
  .cj-pod-product-body strong {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cj-pod-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-product-img {
    height: 130px;
  }
  .cj-pod-category-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-category-tab,
  .cj-pod-category-btn,
  .cj-pod-product-card,
  .cj-pod-product-img img {
    transition: none;
  }
  .cj-pod-category-tabs {
    scroll-behavior: auto;
  }
}
.cj-pod-benefits-section,
.cj-pod-benefits-section * {
  box-sizing: border-box;
}
.cj-pod-benefits-section {
  position: relative;
  padding: 76px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.cj-pod-benefits-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -150px;
  top: -130px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-pod-benefits-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
.cj-pod-benefits-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-benefits-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}
.cj-pod-benefits-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 800;
}
.cj-pod-benefits-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-benefits-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-benefits-head p {
  max-width: 740px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.cj-pod-benefit-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: all 0.32s ease;
}
.cj-pod-benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(17, 24, 39, 0.12);
  border-color: rgba(255, 119, 0, 0.36);
}
.cj-pod-benefit-img {
  position: relative;
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #fff8f2;
}
.cj-pod-benefit-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 45%, rgba(17, 24, 39, 0.16) 100%);
  pointer-events: none;
}
.cj-pod-benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.cj-pod-benefit-card:hover .cj-pod-benefit-img img {
  transform: scale(1.06);
}
.cj-pod-benefit-content {
  flex: 1;
  padding: 22px;
}
.cj-pod-benefit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.cj-pod-benefit-top span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}
.cj-pod-benefit-top em {
  font-style: normal;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(6, 100, 242, 0.08);
  color: #0664f2;
  font-size: 11.5px;
  font-weight: 900;
  white-space: nowrap;
}
.cj-pod-benefit-card:nth-child(1) .cj-pod-benefit-top em,
.cj-pod-benefit-card:nth-child(2) .cj-pod-benefit-top em,
.cj-pod-benefit-card:nth-child(6) .cj-pod-benefit-top em {
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
}
.cj-pod-benefit-card:nth-child(5) .cj-pod-benefit-top span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-benefit-content h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  font-weight: 900;
}
.cj-pod-benefit-content p {
  margin: 0;
  color: #5b6472;
  font-size: 14.5px;
  line-height: 1.62;
}
@media (max-width: 1024px) {
  .cj-pod-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-benefit-card {
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .cj-pod-benefits-section {
    padding: 58px 16px;
  }
  .cj-pod-benefits-head {
    margin-bottom: 34px;
  }
  .cj-pod-benefits-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-benefits-head p {
    font-size: 16px;
  }
  .cj-pod-benefits-grid {
    grid-template-columns: 1fr;
  }
  .cj-pod-benefit-card {
    min-height: auto;
    border-radius: 24px;
  }
  .cj-pod-benefit-img {
    height: 220px;
  }
  .cj-pod-benefit-content {
    padding: 20px;
  }
  .cj-pod-benefit-content h3 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-benefit-card,
  .cj-pod-benefit-img img {
    transition: none;
  }
}
.cj-pod-services-section,
.cj-pod-services-section * {
  box-sizing: border-box;
}
.cj-pod-services-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-services-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}
.cj-pod-services-visual {
  position: relative;
  animation: cjPodServiceFadeUp 0.8s ease both;
}
.cj-pod-services-image-card {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.12);
}
.cj-pod-services-image-card img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.cj-pod-services-image-card:hover img {
  transform: scale(1.04);
}
.cj-pod-services-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04) 20%, rgba(17, 24, 39, 0.36) 100%), radial-gradient(circle at 80% 15%, rgba(255, 119, 0, 0.24), transparent 30%);
  pointer-events: none;
}
.cj-pod-services-floating {
  position: absolute;
  z-index: 3;
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 119, 0, 0.18);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.14);
  backdrop-filter: blur(10px);
  animation: cjPodServiceFloat 4.8s ease-in-out infinite;
}
.cj-pod-services-floating span {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.cj-pod-float-1 {
  left: 24px;
  top: 28px;
}
.cj-pod-float-2 {
  right: 24px;
  top: 48%;
  animation-delay: 0.6s;
}
.cj-pod-float-3 {
  left: 24px;
  bottom: 28px;
  animation-delay: 1.1s;
}
.cj-pod-services-content {
  animation: cjPodServiceFadeRight 0.9s ease both;
}
.cj-pod-services-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-services-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-services-content h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-services-desc {
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.72;
}
.cj-pod-services-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.cj-pod-service-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-service-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 18px 40px rgba(255, 119, 0, 0.12);
}
.cj-pod-service-item:nth-child(even) {
  border-color: rgba(6, 100, 242, 0.14);
}
.cj-pod-service-item:nth-child(even):hover {
  border-color: rgba(6, 100, 242, 0.36);
  box-shadow: 0 18px 40px rgba(6, 100, 242, 0.1);
}
.cj-pod-service-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}
.cj-pod-service-item:nth-child(even) .cj-pod-service-icon {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-service-item h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}
.cj-pod-service-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}
.cj-pod-services-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-services-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-pod-services-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@keyframes cjPodServiceFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cjPodServiceFadeRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes cjPodServiceFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 1100px) {
  .cj-pod-services-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cj-pod-services-visual {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }
  .cj-pod-services-content {
    text-align: center;
  }
  .cj-pod-services-desc {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-services-list {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cj-pod-services-section {
    padding: 58px 16px;
  }
  .cj-pod-services-image-card {
    min-height: 420px;
    border-radius: 26px;
  }
  .cj-pod-services-image-card img {
    min-height: 420px;
  }
  .cj-pod-services-content h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-services-desc {
    font-size: 16px;
  }
  .cj-pod-services-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cj-pod-services-floating {
    padding: 11px 13px;
  }
  .cj-pod-services-floating span {
    font-size: 12.5px;
  }
  .cj-pod-float-1 {
    left: 16px;
    top: 18px;
  }
  .cj-pod-float-2 {
    right: 16px;
    top: 48%;
  }
  .cj-pod-float-3 {
    left: 16px;
    bottom: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-services-visual,
  .cj-pod-services-content,
  .cj-pod-services-floating,
  .cj-pod-service-item,
  .cj-pod-services-image-card img {
    animation: none;
    transition: none;
  }
}
.cj-pod-brand-section,
.cj-pod-brand-section * {
  box-sizing: border-box;
}
.cj-pod-brand-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-brand-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}
.cj-pod-brand-content {
  animation: cjPodBrandFadeUp 0.8s ease both;
}
.cj-pod-brand-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-brand-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-brand-content h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-brand-content > p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.72;
}
.cj-pod-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.cj-pod-brand-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-brand-item:nth-child(even) {
  border-color: rgba(6, 100, 242, 0.14);
}
.cj-pod-brand-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 18px 40px rgba(255, 119, 0, 0.11);
}
.cj-pod-brand-item:nth-child(even):hover {
  border-color: rgba(6, 100, 242, 0.36);
  box-shadow: 0 18px 40px rgba(6, 100, 242, 0.1);
}
.cj-pod-brand-item > span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 900;
}
.cj-pod-brand-item:nth-child(even) > span {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-brand-item strong {
  display: block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 15.5px;
  line-height: 1.25;
  font-weight: 900;
}
.cj-pod-brand-item p {
  margin: 0;
  color: #6b7280;
  font-size: 13.2px;
  line-height: 1.45;
}
.cj-pod-brand-visual {
  animation: cjPodBrandFadeRight 0.9s ease both;
}
.cj-pod-package-stage {
  position: relative;
  min-height: 620px;
}
.cj-pod-package-main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 480px;
  transform: translate(-50%, -50%);
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.13);
}
.cj-pod-package-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.cj-pod-package-main:hover img {
  transform: scale(1.05);
}
.cj-pod-package-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02) 22%, rgba(17, 24, 39, 0.56) 100%), radial-gradient(circle at 78% 18%, rgba(255, 119, 0, 0.24), transparent 32%);
  pointer-events: none;
}
.cj-pod-package-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.14);
}
.cj-pod-package-overlay strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}
.cj-pod-package-overlay span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}
.cj-pod-package-card {
  position: absolute;
  z-index: 4;
  width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(10px);
  animation: cjPodBrandFloat 4.8s ease-in-out infinite;
  transition: all 0.28s ease;
}
.cj-pod-package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 22px 44px rgba(255, 119, 0, 0.14);
}
.cj-pod-package-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 900;
}
.cj-pod-package-icon.blue {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-package-card strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}
.cj-pod-package-card span {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.35;
}
.card-logo {
  top: 50px;
  left: 10px;
}
.card-card {
  top: 150px;
  right: 0;
  border-color: rgba(6, 100, 242, 0.16);
  animation-delay: 0.5s;
}
.card-label {
  left: 0;
  bottom: 145px;
  animation-delay: 0.9s;
}
.card-insert {
  right: 16px;
  bottom: 52px;
  border-color: rgba(6, 100, 242, 0.16);
  animation-delay: 1.2s;
}
.cj-pod-brand-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-brand-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-pod-brand-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@keyframes cjPodBrandFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cjPodBrandFadeRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes cjPodBrandFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
@media (max-width: 1100px) {
  .cj-pod-brand-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .cj-pod-brand-content {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
  }
  .cj-pod-brand-content > p {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-brand-list {
    text-align: left;
  }
  .cj-pod-brand-visual {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cj-pod-brand-section {
    padding: 58px 16px;
  }
  .cj-pod-brand-content h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-brand-content > p {
    font-size: 16px;
  }
  .cj-pod-brand-list {
    grid-template-columns: 1fr;
  }
  .cj-pod-package-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cj-pod-package-main,
  .cj-pod-package-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    animation: none;
  }
  .cj-pod-package-main {
    height: 390px;
    border-radius: 26px;
  }
  .cj-pod-package-card {
    justify-content: flex-start;
  }
  .cj-pod-package-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-brand-content,
  .cj-pod-brand-visual,
  .cj-pod-package-card,
  .cj-pod-package-main img,
  .cj-pod-brand-item {
    animation: none;
    transition: none;
  }
}
.cj-pod-process-section,
.cj-pod-process-section * {
  box-sizing: border-box;
}
.cj-pod-process-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-process-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-process-head {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}
.cj-pod-process-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-process-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-process-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-process-head p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-process-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: stretch;
  gap: 0;
}
.cj-pod-process-card {
  position: relative;
  min-height: 300px;
  padding: 24px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: all 0.32s ease;
  overflow: hidden;
}
.cj-pod-process-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -52px;
  top: -52px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.08);
}
.cj-pod-process-card:nth-child(4n + 3) {
  border-color: rgba(6, 100, 242, 0.14);
}
.cj-pod-process-card:nth-child(4n + 3)::before {
  background: rgba(6, 100, 242, 0.08);
}
.cj-pod-process-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 26px 58px rgba(255, 119, 0, 0.13);
}
.cj-pod-process-card:nth-child(4n + 3):hover {
  border-color: rgba(6, 100, 242, 0.38);
  box-shadow: 0 26px 58px rgba(6, 100, 242, 0.12);
}
.cj-pod-process-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255, 119, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}
.cj-pod-process-card:nth-child(4n + 3) .cj-pod-process-icon {
  background: rgba(6, 100, 242, 0.1);
}
.cj-pod-process-step {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.09);
  color: #ff7700;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.cj-pod-process-card:nth-child(4n + 3) .cj-pod-process-step {
  background: rgba(6, 100, 242, 0.09);
  color: #0664f2;
}
.cj-pod-process-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: #111827;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  font-weight: 900;
}
.cj-pod-process-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5b6472;
  font-size: 14.2px;
  line-height: 1.62;
}
.cj-pod-process-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-process-arrow span {
  position: relative;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 119, 0, 0.2), rgba(255, 119, 0, 0.8));
  border-radius: 999px;
}
.cj-pod-process-arrow span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff7700;
  border-right: 2px solid #ff7700;
  transform: translateY(-50%) rotate(45deg);
}
.cj-pod-process-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.cj-pod-process-bottom div {
  padding: 18px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(6, 100, 242, 0.12);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  transition: all 0.28s ease;
}
.cj-pod-process-bottom div:hover {
  transform: translateY(-5px);
  border-color: rgba(6, 100, 242, 0.32);
  box-shadow: 0 18px 40px rgba(6, 100, 242, 0.1);
}
.cj-pod-process-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}
.cj-pod-process-bottom span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}
.cj-pod-process-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-process-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-pod-process-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1180px) {
  .cj-pod-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .cj-pod-process-arrow {
    display: none;
  }
  .cj-pod-process-card {
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .cj-pod-process-section {
    padding: 58px 16px;
  }
  .cj-pod-process-head {
    margin-bottom: 34px;
  }
  .cj-pod-process-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-process-head p {
    font-size: 16px;
  }
  .cj-pod-process-flow {
    grid-template-columns: 1fr;
  }
  .cj-pod-process-card {
    min-height: auto;
    border-radius: 24px;
    padding: 22px;
  }
  .cj-pod-process-bottom {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-process-card,
  .cj-pod-process-bottom div {
    transition: none;
  }
}
.cj-pod-network-logo-section,
.cj-pod-network-logo-section * {
  box-sizing: border-box;
}
.cj-pod-network-logo-section {
  position: relative;
  overflow: hidden;
  padding: 66px 20px;
  background: radial-gradient(circle at 18% 25%, rgba(255, 119, 0, 0.14), transparent 24%), radial-gradient(circle at 82% 38%, rgba(6, 100, 242, 0.18), transparent 30%), linear-gradient(135deg, #070811 0%, #0c1523 48%, #102638 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-network-bg {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgba(56, 255, 143, 0.42) 1.2px, transparent 1.2px);
  background-size: 11px 11px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 72%);
  pointer-events: none;
}
.cj-pod-network-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}
.cj-pod-network-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}
.cj-pod-network-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 900;
}
.cj-pod-network-head p {
  max-width: 780px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.65;
}
.cj-pod-network-map {
  position: relative;
  max-width: 1100px;
  height: 430px;
  margin: 0 auto;
}
.cj-pod-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cj-pod-network-lines path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.25;
  stroke-dasharray: 5 8;
  animation: cjLineMoveLogo 4.5s linear infinite;
}
.cj-pod-center-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 142px;
  height: 142px;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background: linear-gradient(135deg, #ff7700 0%, #ff9430 100%);
  box-shadow: 0 24px 60px rgba(255, 119, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cjHubFloatLogo 5s ease-in-out infinite;
}
.cj-pod-center-hub img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.cj-pod-platform-node {
  position: absolute;
  z-index: 3;
  width: 92px;
  height: 92px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cj-pod-platform-node:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 26px 58px rgba(255, 119, 0, 0.22);
  border-color: rgba(255, 119, 0, 0.72);
}
.cj-pod-platform-node img {
  width: 100%;
  height: 100%;
  max-width: 58px;
  max-height: 58px;
  object-fit: contain;
  display: block;
}
.node-temu {
  left: 1%;
  top: 6%;
}
.node-shopify {
  left: 18%;
  top: 0%;
}
.node-shoplazza {
  left: 33%;
  top: 4%;
}
.node-wed2c {
  right: 33%;
  top: 4%;
}
.node-tiktok {
  right: 18%;
  top: 0%;
}
.node-etsy {
  right: 1%;
  top: 8%;
}
.node-woo {
  left: 8%;
  top: 39%;
}
.node-lazada {
  right: 8%;
  top: 39%;
}
.node-aliexpress {
  left: 4%;
  bottom: 2%;
}
.node-ebay {
  left: 22%;
  bottom: 0%;
}
.node-nuvemshop {
  left: 43%;
  bottom: -1%;
  transform: translateX(-50%);
}
.node-mercado {
  right: 22%;
  bottom: 0%;
}
.node-shopee {
  right: 4%;
  bottom: 2%;
}
.cj-pod-pulse-dot {
  position: absolute;
  z-index: 5;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9cff3d;
  box-shadow: 0 0 0 6px rgba(156, 255, 61, 0.1);
  animation: cjDotPulseLogo 1.8s ease-in-out infinite;
}
.dot-1 {
  left: 29%;
  top: 19%;
}
.dot-2 {
  left: 24%;
  top: 44%;
  animation-delay: 0.2s;
}
.dot-3 {
  left: 33%;
  top: 72%;
  animation-delay: 0.4s;
}
.dot-4 {
  right: 30%;
  top: 18%;
  animation-delay: 0.6s;
}
.dot-5 {
  right: 24%;
  top: 44%;
  animation-delay: 0.8s;
}
.dot-6 {
  right: 34%;
  top: 73%;
  animation-delay: 1s;
}
.dot-7 {
  left: 49%;
  top: 19%;
  animation-delay: 1.2s;
}
.dot-8 {
  left: 51%;
  top: 75%;
  animation-delay: 1.4s;
}
.cj-pod-network-note {
  max-width: 760px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.cj-pod-network-note span {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
@keyframes cjLineMoveLogo {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -80;
  }
}
@keyframes cjHubFloatLogo {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-8px);
  }
}
@keyframes cjDotPulseLogo {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .cj-pod-network-map {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .cj-pod-network-lines,
  .cj-pod-pulse-dot {
    display: none;
  }
  .cj-pod-center-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 120px;
    border-radius: 24px;
    grid-column: -1;
    order: -1;
    margin-bottom: 2px;
  }
  .cj-pod-platform-node {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    height: 92px;
  }
}
@media (max-width: 767px) {
  .cj-pod-network-logo-section {
    padding: 56px 16px;
  }
  .cj-pod-network-head {
    margin-bottom: 30px;
  }
  .cj-pod-network-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-network-head p {
    font-size: 16px;
  }
  .cj-pod-network-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .cj-pod-platform-node {
    height: 82px;
    padding: 16px;
    border-radius: 20px;
  }
  .cj-pod-platform-node img {
    max-width: 52px;
    max-height: 52px;
  }
  .cj-pod-center-hub {
    height: 112px;
  }
  .cj-pod-center-hub img {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 480px) {
  .cj-pod-network-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-network-lines path,
  .cj-pod-center-hub,
  .cj-pod-platform-node,
  .cj-pod-pulse-dot {
    animation: none;
    transition: none;
  }
}
.cj-pod-global-map-section,
.cj-pod-global-map-section * {
  box-sizing: border-box;
}
.cj-pod-global-map-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px 54px;
  background: #82dff0;
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-global-map-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: -190px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.14);
  filter: blur(10px);
}
.cj-pod-global-map-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -170px;
  bottom: -170px;
  border-radius: 50%;
  background: rgba(6, 100, 242, 0.12);
  filter: blur(10px);
}
.cj-pod-global-map-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-global-map-head {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}
.cj-pod-global-map-head h2 {
  margin: 0;
  color: #25230b;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-global-map-head p {
  margin: 14px auto 0;
  color: #25230b;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}
.cj-pod-global-map-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  align-items: center;
}
.cj-pod-global-stats {
  display: flex;
  flex-direction: column;
}
.cj-pod-global-stat {
  padding: 20px 0 22px;
  border-top: 2px solid rgba(37, 35, 11, 0.7);
}
.cj-pod-global-stat:last-child {
  border-bottom: 2px solid rgba(37, 35, 11, 0.7);
}
.cj-pod-global-stat strong {
  display: block;
  margin-bottom: 10px;
  color: #25230b;
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 900;
}
.cj-pod-global-stat span {
  display: block;
  max-width: 160px;
  color: #25230b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
.cj-pod-global-map-visual {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-global-map-visual img {
  width: 100%;
  max-width: 940px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(17, 24, 39, 0.08));
}
@media (max-width: 1024px) {
  .cj-pod-global-map-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cj-pod-global-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .cj-pod-global-stat {
    padding: 18px;
    border: 2px solid rgba(37, 35, 11, 0.7);
    border-radius: 20px;
    text-align: center;
  }
  .cj-pod-global-stat span {
    max-width: none;
    margin: 0 auto;
  }
  .cj-pod-global-map-visual {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .cj-pod-global-map-section {
    padding: 46px 16px;
  }
  .cj-pod-global-map-head {
    margin-bottom: 24px;
  }
  .cj-pod-global-map-head h2 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .cj-pod-global-map-head p {
    font-size: 15.5px;
  }
  .cj-pod-global-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cj-pod-global-stat strong {
    font-size: 44px;
  }
  .cj-pod-global-stat span {
    font-size: 15.5px;
  }
  .cj-pod-global-map-visual img {
    width: 118%;
    max-width: none;
  }
}
.cj-pod-audience-section,
.cj-pod-audience-section * {
  box-sizing: border-box;
}
.cj-pod-audience-section {
  position: relative;
  overflow: hidden;
  padding: 78px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 46%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-audience-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-audience-head {
  max-width: 880px;
  margin: 0 auto 46px;
  text-align: center;
}
.cj-pod-audience-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-audience-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-audience-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-audience-head p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.cj-pod-audience-card {
  position: relative;
  min-height: 390px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: all 0.3s ease;
}
.cj-pod-audience-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 26px 58px rgba(255, 119, 0, 0.12);
}
.cj-pod-audience-card:nth-child(2n):hover {
  border-color: rgba(6, 100, 242, 0.34);
  box-shadow: 0 26px 58px rgba(6, 100, 242, 0.1);
}
.cj-pod-audience-img {
  position: relative;
  height: 178px;
  overflow: hidden;
  background: #fff8f2;
}
.cj-pod-audience-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 45%, rgba(17, 24, 39, 0.18) 100%);
  pointer-events: none;
}
.cj-pod-audience-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.cj-pod-audience-card:hover .cj-pod-audience-img img {
  transform: scale(1.06);
}
.cj-pod-audience-body {
  position: relative;
  padding: 22px;
}
.cj-pod-audience-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 15px;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}
.cj-pod-audience-icon.blue {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-audience-content h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  font-weight: 900;
}
.cj-pod-audience-content p {
  margin: 0;
  color: #5b6472;
  font-size: 14.6px;
  line-height: 1.62;
}
.cj-pod-audience-feature {
  grid-column: span 3;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: radial-gradient(circle at 90% 18%, rgba(6, 100, 242, 0.26), transparent 32%), linear-gradient(135deg, #ff7700 0%, #ff9430 45%, #0664f2 100%);
  box-shadow: 0 26px 58px rgba(255, 119, 0, 0.18);
}
.cj-pod-audience-feature::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}
.cj-pod-audience-feature-inner {
  position: relative;
  z-index: 2;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 28px;
  align-items: center;
}
.cj-pod-feature-left span {
  display: inline-flex;
  width: fit-content;
  padding: 10px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-feature-left h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.8px;
  font-weight: 900;
}
.cj-pod-feature-right p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.8px;
  line-height: 1.7;
}
.cj-pod-audience-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff7700;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
  transition: all 0.28s ease;
}
.cj-pod-audience-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  background: #111827;
  box-shadow: 0 22px 44px rgba(17, 24, 39, 0.28);
}
.cj-pod-audience-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-pod-audience-bg-1 {
  width: 360px;
  height: 360px;
  right: -140px;
  top: -120px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-pod-audience-bg-2 {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1024px) {
  .cj-pod-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-audience-feature {
    grid-column: span 2;
  }
  .cj-pod-audience-feature-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .cj-pod-audience-section {
    padding: 58px 16px;
  }
  .cj-pod-audience-head {
    margin-bottom: 34px;
  }
  .cj-pod-audience-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-audience-head p {
    font-size: 16px;
  }
  .cj-pod-audience-grid {
    grid-template-columns: 1fr;
  }
  .cj-pod-audience-feature {
    grid-column: span 1;
  }
  .cj-pod-audience-card {
    min-height: auto;
    border-radius: 24px;
  }
  .cj-pod-audience-img {
    height: 210px;
  }
  .cj-pod-audience-body {
    padding: 20px;
  }
  .cj-pod-audience-feature-inner {
    padding: 28px 24px;
  }
  .cj-pod-audience-content h3 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-audience-card,
  .cj-pod-audience-img img,
  .cj-pod-audience-btn {
    transition: none;
  }
}
.cj-pod-testimonials-section,
.cj-pod-testimonials-section * {
  box-sizing: border-box;
}
.cj-pod-testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 76px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-testimonials-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}
.cj-pod-testimonials-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}
.cj-pod-testimonials-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-testimonials-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-testimonials-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-testimonials-head p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 17px;
  line-height: 1.7;
}
.cj-pod-testimonials-marquee {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
}
.cj-pod-testimonials-marquee::before,
.cj-pod-testimonials-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.cj-pod-testimonials-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff8f2 0%, rgba(255, 248, 242, 0) 100%);
}
.cj-pod-testimonials-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f5f9ff 0%, rgba(245, 249, 255, 0) 100%);
}
.cj-pod-testimonials-row {
  overflow: hidden;
  width: 100%;
}
.cj-pod-testimonials-track {
  display: flex;
  gap: 18px;
  width: max-content;
}
.row-left .cj-pod-testimonials-track {
  animation: cjTestimonialMoveLeft 42s linear infinite;
}
.row-right .cj-pod-testimonials-track {
  animation: cjTestimonialMoveRight 46s linear infinite;
}
.cj-pod-testimonials-row:hover .cj-pod-testimonials-track {
  animation-play-state: paused;
}
.cj-pod-review-card {
  flex: 0 0 360px;
  min-height: 230px;
  padding: 22px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: all 0.28s ease;
}
.cj-pod-review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 24px 54px rgba(255, 119, 0, 0.12);
}
.cj-pod-review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.cj-pod-review-top img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 119, 0, 0.18);
}
.cj-pod-review-top strong {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}
.cj-pod-review-top span {
  display: block;
  margin-top: 3px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.cj-pod-review-stars {
  margin-bottom: 12px;
  color: #ff7700;
  font-size: 15px;
  letter-spacing: 1px;
}
.cj-pod-review-card p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.62;
}
.cj-pod-testimonials-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.cj-test-bg-1 {
  width: 360px;
  height: 360px;
  right: -150px;
  top: -150px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.cj-test-bg-2 {
  width: 300px;
  height: 300px;
  left: -140px;
  bottom: -140px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@keyframes cjTestimonialMoveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes cjTestimonialMoveRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .cj-pod-testimonials-section {
    padding: 58px 16px;
  }
  .cj-pod-testimonials-head {
    margin-bottom: 32px;
  }
  .cj-pod-testimonials-head h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-testimonials-head p {
    font-size: 16px;
  }
  .cj-pod-review-card {
    flex-basis: 300px;
    min-height: 240px;
    padding: 20px;
    border-radius: 22px;
  }
  .cj-pod-testimonials-marquee::before,
  .cj-pod-testimonials-marquee::after {
    width: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-testimonials-track {
    animation: none !important;
  }
  .cj-pod-review-card {
    transition: none;
  }
}
.cj-pod-faq-split-section,
.cj-pod-faq-split-section * {
  box-sizing: border-box;
}
.cj-pod-faq-split-section {
  position: relative;
  overflow: hidden;
  padding: 58px 20px;
  background: radial-gradient(circle at 12% 18%, rgba(255, 119, 0, 0.1), transparent 28%), radial-gradient(circle at 88% 22%, rgba(6, 100, 242, 0.1), transparent 30%), linear-gradient(135deg, #ffffff 0%, #fff8f2 48%, #f5f9ff 100%);
  font-family: Arial, Helvetica, sans-serif;
}
.cj-pod-faq-split-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
}
.cj-pod-faq-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.08);
  border: 1px solid rgba(255, 119, 0, 0.18);
  color: #ff7700;
  font-size: 14px;
  font-weight: 900;
}
.cj-pod-faq-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 6px rgba(255, 119, 0, 0.14);
}
.cj-pod-faq-split-left h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.3px;
  font-weight: 900;
}
.cj-pod-faq-split-left p {
  margin: 18px 0 0;
  max-width: 520px;
  color: #5b6472;
  font-size: 16.5px;
  line-height: 1.7;
}
.cj-pod-faq-info-card {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.14);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}
.cj-pod-faq-info-card strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}
.cj-pod-faq-info-card span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.55;
}
.cj-pod-faq-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ff7700;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(255, 119, 0, 0.22);
  transition: all 0.28s ease;
}
.cj-pod-faq-cta-btn:hover {
  transform: translateY(-4px);
  color: #ffffff;
  background: #0664f2;
  box-shadow: 0 20px 42px rgba(6, 100, 242, 0.22);
}
.cj-pod-faq-split-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 119, 0, 0.16);
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(12px);
}
.cj-pod-faq-item {
  align-self: start;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 119, 0, 0.13);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
  overflow: hidden;
  transition: all 0.24s ease;
}
.cj-pod-faq-item:nth-child(even) {
  border-color: rgba(6, 100, 242, 0.13);
}
.cj-pod-faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 119, 0, 0.34);
  box-shadow: 0 16px 32px rgba(255, 119, 0, 0.1);
}
.cj-pod-faq-question {
  width: 100%;
  min-height: 64px;
  padding: 15px 16px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}
.cj-pod-faq-question span {
  color: #111827;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}
.cj-pod-faq-question em {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 119, 0, 0.1);
  color: #ff7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  transition: all 0.24s ease;
}
.cj-pod-faq-item:nth-child(even) .cj-pod-faq-question em {
  background: rgba(6, 100, 242, 0.1);
  color: #0664f2;
}
.cj-pod-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.cj-pod-faq-answer p {
  margin: 0;
  padding: 0 16px 16px;
  color: #5b6472;
  font-size: 13.8px;
  line-height: 1.58;
}
.cj-pod-faq-item.active {
  grid-row: span 2;
  border-color: rgba(255, 119, 0, 0.38);
  box-shadow: 0 18px 38px rgba(255, 119, 0, 0.11);
}
.cj-pod-faq-item.active .cj-pod-faq-answer {
  max-height: 180px;
}
.cj-pod-faq-item.active .cj-pod-faq-question em {
  transform: rotate(45deg);
  background: #ff7700;
  color: #ffffff;
}
.cj-pod-faq-split-bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.faq-bg-1 {
  width: 340px;
  height: 340px;
  right: -150px;
  top: -150px;
  background: rgba(255, 119, 0, 0.1);
  filter: blur(10px);
}
.faq-bg-2 {
  width: 280px;
  height: 280px;
  left: -130px;
  bottom: -130px;
  background: rgba(6, 100, 242, 0.08);
  filter: blur(10px);
}
@media (max-width: 1100px) {
  .cj-pod-faq-split-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cj-pod-faq-split-left {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
  }
  .cj-pod-faq-split-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-faq-info-card {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cj-pod-faq-split-section {
    padding: 48px 16px;
  }
  .cj-pod-faq-split-left h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
  .cj-pod-faq-split-left p {
    font-size: 16px;
  }
  .cj-pod-faq-split-right {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 26px;
  }
  .cj-pod-faq-question {
    min-height: 58px;
  }
  .cj-pod-faq-question span {
    font-size: 14.5px;
  }
  .cj-pod-faq-item.active {
    grid-row: auto;
  }
  .cj-pod-faq-cta-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-faq-item,
  .cj-pod-faq-answer,
  .cj-pod-faq-question em,
  .cj-pod-faq-cta-btn {
    transition: none;
  }
}
.cj-pod-final-cta-full,
.cj-pod-final-cta-full * {
  box-sizing: border-box;
}
.cj-pod-final-cta-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
  padding: 22px 20px;
  background: url("/egg/image/printonDemand/pod-cta-bg.jpg") center center / cover no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cj-pod-final-cta-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 22%, rgba(255, 119, 0, 0.34), transparent 30%), radial-gradient(circle at 82% 35%, rgba(6, 100, 242, 0.3), transparent 34%);
  z-index: 1;
  pointer-events: none;
}
.cj-pod-final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.78) 0%, rgba(17, 24, 39, 0.56) 48%, rgba(17, 24, 39, 0.72) 100%);
  z-index: 1;
}
.cj-pod-final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.cj-pod-final-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 13px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(255, 119, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.cj-pod-final-cta-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff7700;
  box-shadow: 0 0 0 5px rgba(255, 119, 0, 0.18);
}
.cj-pod-final-cta-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 900;
}
.cj-pod-final-cta-inner p {
  max-width: 820px;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  line-height: 1.55;
}
.cj-pod-final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.cj-pod-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.28s ease;
}
.cj-pod-final-btn-primary {
  background: #ff7700;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(255, 119, 0, 0.3);
}
.cj-pod-final-btn-primary:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #ff7700;
  box-shadow: 0 20px 42px rgba(255, 255, 255, 0.24);
}
.cj-pod-final-btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(10px);
}
.cj-pod-final-btn-secondary:hover {
  transform: translateY(-3px);
  background: #0664f2;
  color: #ffffff;
  border-color: #0664f2;
  box-shadow: 0 18px 38px rgba(6, 100, 242, 0.3);
}
@media (max-width: 767px) {
  .cj-pod-final-cta-full {
    height: auto;
    min-height: 350px;
    padding: 42px 16px;
  }
  .cj-pod-final-cta-inner h2 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .cj-pod-final-cta-inner p {
    font-size: 14.5px;
  }
  .cj-pod-final-cta-buttons {
    flex-direction: column;
    margin-top: 18px;
  }
  .cj-pod-final-btn {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cj-pod-final-btn {
    transition: none;
  }
}
/* ===== Banner mobile refinement: keep desktop unchanged, compact only on mobile ===== */
@media (max-width: 767px) {
  .cj-pod-hero-creative {
    padding: 38px 14px 44px;
  }
  .cj-pod-hero-wrap {
    gap: 24px;
  }
  .cj-pod-label {
    padding: 7px 13px;
    margin-bottom: 14px;
    font-size: 12.5px;
  }
  .cj-pod-label span {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(255, 119, 0, 0.14);
  }
  .cj-pod-hero-content h1 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.7px;
  }
  .cj-pod-hero-content p {
    max-width: 420px;
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }
  .cj-pod-points {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    width: calc(100% + 28px);
    margin: 18px -14px 0;
    padding: 0 14px 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cj-pod-points::-webkit-scrollbar {
    display: none;
  }
  .cj-pod-points span {
    flex: 0 0 auto;
    padding: 8px 11px;
    font-size: 12.5px;
    scroll-snap-align: start;
  }
  .cj-pod-actions {
    gap: 10px;
    margin-top: 22px;
  }
  .cj-pod-btn {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
  }
  .cj-pod-review-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding: 12px;
    border-radius: 16px;
  }
  .cj-pod-review-divider {
    display: none;
  }
  .cj-pod-review-title {
    font-size: 12.5px;
  }
  .cj-pod-review-main {
    gap: 6px;
    margin-bottom: 4px;
  }
  .cj-pod-review-main strong {
    font-size: 19px;
  }
  .cj-pod-review-item p {
    font-size: 11.5px;
  }
  .cj-pod-trust-stars span {
    width: 15px;
    height: 15px;
    font-size: 9.5px;
  }
  .cj-pod-shopify-stars {
    font-size: 14px;
  }
  .cj-pod-showcase {
    width: 100%;
    max-width: 430px;
    padding: 10px;
    border-radius: 24px;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.1);
  }
  .cj-pod-showcase-frame {
    border-radius: 20px;
  }
  .cj-pod-case-media {
    height: clamp(178px, 52vw, 220px);
  }
  .cj-pod-case-tag {
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    font-size: 10.5px;
  }
  .cj-pod-case-content {
    padding: 13px;
  }
  .cj-pod-case-content > span {
    margin-bottom: 5px;
    font-size: 10.5px;
  }
  .cj-pod-case-content h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2;
  }
  .cj-pod-case-content p {
    font-size: 12.5px;
    line-height: 1.45;
  }
  .cj-pod-case-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 11px;
  }
  .cj-pod-case-meta div {
    padding: 8px 9px;
    border-radius: 12px;
  }
  .cj-pod-case-meta strong {
    font-size: 12px;
  }
  .cj-pod-case-meta small {
    font-size: 10.5px;
  }
  .cj-pod-thumb-row {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    width: calc(100% + 20px);
    margin: 10px -10px 0;
    padding: 0 10px 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cj-pod-thumb-row::-webkit-scrollbar {
    display: none;
  }
  .cj-pod-thumb {
    flex: 0 0 82px;
    padding: 5px;
    border-radius: 14px;
    scroll-snap-align: start;
  }
  .cj-pod-thumb img {
    height: 40px;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .cj-pod-thumb span {
    font-size: 10.5px;
  }
  .cj-pod-showcase-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 8px;
  }
  .cj-pod-showcase-footer div {
    padding: 8px 6px;
    border-radius: 13px;
    text-align: center;
  }
  .cj-pod-showcase-footer strong {
    margin-bottom: 3px;
    font-size: 11.5px;
  }
  .cj-pod-showcase-footer span {
    font-size: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 380px) {
  .cj-pod-hero-creative {
    padding: 34px 12px 40px;
  }
  .cj-pod-hero-content h1 {
    font-size: 27px;
  }
  .cj-pod-review-box {
    grid-template-columns: 1fr;
  }
  .cj-pod-case-media {
    height: 170px;
  }
  .cj-pod-case-meta {
    grid-template-columns: 1fr;
  }
  .cj-pod-showcase-footer span {
    display: none;
  }
}
/* ===== Final hero banner mobile fix: no horizontal clipping ===== */
@media (max-width: 767px) {
  .cj-pod-hero-creative {
    width: 100%;
    max-width: 100%;
    padding: 36px 12px 42px;
    overflow: hidden;
  }
  .cj-pod-hero-wrap,
  .cj-pod-hero-content,
  .cj-pod-hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .cj-pod-hero-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .cj-pod-hero-content {
    text-align: center;
  }
  .cj-pod-label {
    max-width: 100%;
    white-space: normal;
  }
  .cj-pod-hero-content h1 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.15;
    letter-spacing: -0.5px;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .cj-pod-hero-content p {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14.5px;
    line-height: 1.58;
    overflow-wrap: normal;
    word-break: normal;
  }
  .cj-pod-points {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    scroll-snap-type: none;
  }
  .cj-pod-points span {
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 0;
    padding: 8px 10px;
    font-size: 12.2px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
  .cj-pod-actions {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }
  .cj-pod-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .cj-pod-review-box {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }
  .cj-pod-review-item,
  .cj-pod-review-main,
  .cj-pod-trust-stars,
  .cj-pod-shopify-stars {
    min-width: 0;
  }
  .cj-pod-review-main {
    flex-wrap: wrap;
  }
  .cj-pod-review-item p {
    overflow-wrap: normal;
  }
  .cj-pod-showcase {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cj-pod-showcase-frame,
  .cj-pod-showcase-track,
  .cj-pod-case-slide,
  .cj-pod-case-media,
  .cj-pod-case-content {
    max-width: 100%;
    min-width: 0;
  }
  .cj-pod-case-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }
  .cj-pod-case-media {
    height: clamp(180px, 49vw, 215px);
  }
  .cj-pod-case-content h4,
  .cj-pod-case-content p,
  .cj-pod-case-content small,
  .cj-pod-case-content strong {
    overflow-wrap: normal;
    word-break: normal;
  }
  .cj-pod-case-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cj-pod-thumb-row {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 0 0 4px;
    overflow-x: auto;
  }
  .cj-pod-thumb {
    flex: 0 0 78px;
    min-width: 0;
  }
  .cj-pod-showcase-footer {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cj-pod-showcase-footer div {
    min-width: 0;
  }
}
@media (max-width: 420px) {
  .cj-pod-hero-creative {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cj-pod-hero-content h1 {
    font-size: clamp(25px, 7vw, 29px);
    letter-spacing: -0.35px;
  }
  .cj-pod-hero-content p {
    font-size: 14px;
  }
  .cj-pod-showcase {
    padding: 9px;
    border-radius: 22px;
  }
  .cj-pod-case-media {
    height: 178px;
  }
  .cj-pod-case-content h4 {
    font-size: 17px;
  }
  .cj-pod-case-content p {
    font-size: 12.2px;
  }
  .cj-pod-thumb {
    flex-basis: 74px;
  }
}
@media (max-width: 360px) {
  .cj-pod-hero-content h1 {
    font-size: 25px;
  }
  .cj-pod-review-box {
    grid-template-columns: 1fr;
  }
  .cj-pod-case-meta {
    grid-template-columns: 1fr;
  }
  .cj-pod-showcase-footer span {
    display: none;
  }
}
