/* Product category page */

.product-cate-hero {
  position: relative;
  min-height: 500px;
  background: url("../../images/首页图-1920x500-4.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
}

.product-cate-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.1) 100%);
}

.product-cate-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.product-cate-hero-content h1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.product-cate-hero-content ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.product-cate-hero-content li {
  position: relative;
  margin-top: 8px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.55;
}

.product-cate-hero-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  transform: translateY(-50%);
}

.product-cate-hero-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background: var(--theme-color);
  font-weight: 600;
}

.product-cate-hero-btn:hover {
  background: var(--theme-color-hover);
}

/* Breadcrumb */
.products-breadcrumb {
  background: #f3f3f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  margin: 0;
  list-style: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
}

.breadcrumb-list a {
  color: #4b2a83;
  text-decoration: underline;
}

.breadcrumb-sep {
  color: #1f4d7a;
  opacity: 0.9;
}

.breadcrumb-list li[aria-current="page"] {
  color: #111827;
}

/* Module 2 */
.cate-overview-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-overview-content {
  text-align: center;
  max-width: 1020px;
}

.cate-overview-content h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.cate-overview-content p {
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 920px;
}

/* Module 3: Specification cards */
.cate-spec-section {
  background: #ffffff;
  padding: 60px 0;
}

/* Dynamic landing module background support */
.cate-spec-section.is-gray,
.cate-advantages-section.is-gray,
.cate-types-section.is-gray {
  background: #f3f3f3;
}

.cate-spec-section.is-white,
.cate-advantages-section.is-white,
.cate-types-section.is-white {
  background: #ffffff;
}

/* Override default section backgrounds (ensure toggles work) */
.cate-spec-section.is-gray { background: #f3f3f3 !important; }
.cate-advantages-section.is-gray { background: #f3f3f3 !important; }
.cate-types-section.is-gray { background: #f3f3f3 !important; }

.cate-spec-section.is-white { background: #ffffff !important; }
.cate-advantages-section.is-white { background: #ffffff !important; }
.cate-types-section.is-white { background: #ffffff !important; }

.cate-spec-intro {
  text-align: center;
}

.cate-spec-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
}

.cate-spec-intro p {
  margin: 10px auto 0;
  max-width: 900px;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
}

.cate-spec-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cate-spec-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 16px 18px;
  text-align: center;
}

.cate-spec-image {
  margin: 0 -16px;
}

.cate-spec-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.cate-spec-card h3 {
  padding: 10px 0;
  font-size: 24px;
  color: #666;
  line-height: 28px;
  font-weight: 500;
  margin: 8px 0 0;
}

.cate-spec-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4b5563;
}

.cate-spec-btn {
  margin-top: 14px;
  width: 100%;
  height: 38px;
  border: 1px solid #8ba5bd;
  border-radius: 4px;
  color: #315b85;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}

.cate-spec-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.cate-spec-count {
  margin: 18px 0 0;
  font-size: 14px;
  color: #6b7280;
}

/* Module 4: Advantages */
.cate-advantages-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-advantages-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

.cate-advantages-intro p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

.cate-advantages-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cate-advantages-swiper-wrap {
  margin-top: 24px;
  position: relative;
  overflow: visible;
}

.cate-advantages-swiper {
  overflow: hidden;
}

.cate-advantages-pagination {
  position: static;
  margin-top: 16px;
}

.cate-advantages-prev,
.cate-advantages-next {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: none;
  color: #111827;
}

.cate-advantages-prev::after,
.cate-advantages-next::after {
  content: '';
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%23111827' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%23111827' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cate-advantages-prev,
.cate-advantages-next {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.cate-advantages-prev {
  left: -56px;
  right: auto;
}

.cate-advantages-next {
  right: -56px;
  left: auto;
}

.cate-advantages-prev::after {
  transform: rotate(180deg);
}

.cate-advantages-prev:hover,
.cate-advantages-next:hover {
  border-color: var(--theme-color);
}

.cate-advantages-prev:hover::after,
.cate-advantages-next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%231e5eff' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%231e5eff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cate-advantages-card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 0 16px 18px;
}

.cate-advantages-image {
  margin: 0 -16px;
}

.cate-advantages-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.cate-advantages-card h3 {
  margin: 14px 0 0;
  padding: 10px 0;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-weight: 500;
}

.cate-advantages-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

/* Module 5: Features */
.cate-features-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-types-section {
  background: #ffffff;
  padding: 60px 0;
}

.cate-types-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

.cate-types-intro p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

.cate-types-swiper-wrap {
  margin-top: 26px;
  position: relative;
  overflow: visible;
}

.cate-types-swiper {
  overflow: hidden;
}

.cate-types-pagination {
  position: static;
  margin-top: 18px;
}

.cate-types-prev,
.cate-types-next {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: none;
  color: #111827;
}

.cate-types-prev::after,
.cate-types-next::after {
  content: '';
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%23111827' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%23111827' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cate-types-prev,
.cate-types-next {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.cate-types-prev {
  left: -56px;
  right: auto;
}

.cate-types-next {
  right: -56px;
  left: auto;
}

.cate-types-prev::after {
  transform: rotate(180deg);
}

.cate-types-prev:hover,
.cate-types-next:hover {
  border-color: var(--theme-color);
}

.cate-types-prev:hover::after,
.cate-types-next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%231e5eff' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%231e5eff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cate-types-card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
}

.cate-types-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.cate-types-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cate-types-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.cate-types-body h3 a {
  color: #111827;
  text-decoration: none;
}

.cate-types-body h3 a:hover {
  color: var(--theme-color);
}

.cate-types-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
  text-align: center;
}

.cate-types-points {
  margin: 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

.cate-types-btn {
  margin-top: 8px;
  width: 100%;
  height: 38px;
  border: 1px solid #8ba5bd;
  border-radius: 4px;
  color: #315b85;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.cate-types-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.cate-features-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

.cate-features-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.cate-feature-item {
  text-align: center;
}

.cate-feature-image {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.cate-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cate-feature-item h3 {
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #333333;
}

.cate-feature-item p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

/* Module 6: Two-layout showcase in one section */
.cate-showcase-section .section-container {
  max-width: 1360px;
}

.cate-showcase-row {
  padding: 60px 0;
}

.cate-showcase-row-gray {
  background: #ffffff;
}

.cate-showcase-row-white {
  background: #f3f3f3;
}

.cate-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 645px;
  gap: 36px;
  align-items: center;
}

.cate-showcase-grid-reverse {
  grid-template-columns: 645px minmax(0, 1fr);
}

.cate-showcase-content h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
  color: #111827;
}

.cate-showcase-content p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

.cate-showcase-btn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background: var(--theme-color);
  font-weight: 600;
}

.cate-showcase-btn:hover {
  background: var(--theme-color-hover);
}

.cate-showcase-image img {
  width: 645px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Module 6.5: Parameters (tabs) */
.cate-params-section {
  background: #ffffff;
  padding: 60px 0;
}

.cate-params-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

.cate-params-card {
  margin-top: 22px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.cate-params-tabs {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
}

.cate-params-tab {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.cate-params-tab.is-active {
  border-bottom-color: var(--theme-color);
}

.cate-params-tab[data-target="video"] {
  border-radius: 2px;
  padding: 6px 12px;
  color: #334155;
}



.cate-params-panels {
  padding: 16px;
}

.cate-params-panel {
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.cate-params-panel.is-active {
  display: block;
}

.cate-params-table-wrap {
  overflow: auto;
}

.cate-params-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 840px;
  font-size: 14px;
  color: #334155;
}

.cate-params-panel > .cate-params-table {
  display: table;
}

/* Rich text tables: keep horizontal scrollbar when oversized */
.cate-overview-content table,
.module-intro table,
.cate-guide-content table,
.cate-why-list table,
.cate-compare-intro table,
.cate-rental-solution-card ul table,
.cate-related-content ul table,
.cate-related-faq-answer table,
.cate-params-panel table {
  display: block;
  width: max-content;
  max-width: none;
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.cate-params-table caption {
  caption-side: top;
  text-align: center;
  font-weight: 600;
  padding: 10px 0 14px;
  color: #111827;
}

.cate-params-table th,
.cate-params-table td {
  border: 1px solid #e5e7eb;
  padding: 12px 10px;
  text-align: center;
  background: #ffffff;
}

.cate-params-table thead th {
  background: #f3f4f6;
  font-weight: 700;
}

.cate-params-table tbody th {
  text-align: left;
  background: #f9fafb;
  font-weight: 600;
}

.cate-params-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0b1220;
}

.cate-params-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Module 6.6: Quotes slider */
.cate-quotes-section {
  background: #ffffff;
  padding: 34px 0 60px;
}

.cate-quotes {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 10px;
}

.cate-quotes-nav {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #94a3b8;
  font-size: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cate-quotes-nav:hover {
  color: var(--theme-color);
}

.cate-quotes-viewport {
  overflow: hidden;
}

.cate-quotes-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

.cate-quote {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  padding: 10px 12px;
  color: #475569;
}

.cate-quote blockquote {
  margin: 0;
}

.cate-quote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
}

.cate-quote::before {
  content: "“";
  display: block;
  font-size: 80px;
  line-height: 1;
  color: var(--theme-color);
  margin-bottom: 8px;
}

.cate-quote figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #64748b;
}

.cate-quotes-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cate-quotes-dot {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent;
  color: #111827;
  font-size: 16px;
  cursor: pointer;
}

.cate-quotes-dot.is-active {
  background: var(--theme-color);
  color: #fff;
}

/* Module 6.7: Trusted by */
.cate-trusted-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-trusted-intro h2 {
  margin: 0;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
}

.cate-trusted-swiper {
  margin-top: 24px;
}

.cate-trusted-swiper-wrap {
  margin-top: 24px;
  position: relative;
  overflow: visible;
}

.cate-trusted-pagination {
  position: static;
  margin-top: 16px;
}

.cate-trusted-prev,
.cate-trusted-next {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: none;
  color: #111827;
}

.cate-trusted-prev::after,
.cate-trusted-next::after {
  content: '';
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%23111827' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%23111827' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cate-trusted-prev,
.cate-trusted-next {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.cate-trusted-prev {
  left: -56px;
  right: auto;
}

.cate-trusted-next {
  right: -56px;
  left: auto;
}

.cate-trusted-prev::after {
  transform: rotate(180deg);
}

.cate-trusted-prev:hover,
.cate-trusted-next:hover {
  border-color: var(--theme-color);
}

.cate-trusted-prev:hover::after,
.cate-trusted-next:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h12' fill='none' stroke='%231e5eff' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M13 6l6 6-6 6' fill='none' stroke='%231e5eff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.cate-trusted-item {
  text-align: center;
}

.cate-trusted-item img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  display: block;
}

.cate-trusted-item h3 {
  margin: 12px 0 0;
  font-size: 16px;
  color: #374151;
  font-weight: 500;
}

/* Module 6.8: FAQ + form */
.cate-faq-contact-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-faq-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  position: relative;
}

.cate-faq-block h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
}

.cate-guide-content h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.cate-guide-content p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #334155;
}

.cate-guide-content ul {
  margin: 14px 0 0;
  padding-left: 24px;
  color: #334155;
  font-size: 16px;
  line-height: 1.5;
}

.cate-guide-toc {
  margin-top: 16px;
  border: 1px solid #d1d5db;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.4);
}

.cate-guide-toc h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}

.cate-guide-toc ul {
  margin-top: 10px;
  padding-left: 24px;
}

/* Church-style FAQ accordion (used inside cate-faq-block) */
.church-faq-section {
  margin-top: 18px;
  background: transparent;
}

.church-faq-list {
  border-top: none;
}

.church-faq-item {
  border-bottom: none;
  margin-top: 12px;
}

.church-faq-question {
  background: #d2d2d2;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #000000;
}

.church-faq-sign {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  position: relative;
}

.church-faq-sign::before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}

.church-faq-item.is-open .church-faq-sign::before {
  content: "−";
}

.church-faq-answer {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-top: none;
  padding: 18px 14px 20px;
}

.church-faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #333333;
}

.church-faq-answer p + p {
  margin-top: 12px;
}

.cate-faq-form-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 14px;
}

.cate-faq-form-spacer {
  display: none;
}

.cate-faq-form-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.cate-faq-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cate-faq-form input,
.cate-faq-form textarea {
  width: 100%;
  border: none;
  background: #f5f6f8;
  padding: 11px 12px;
  font-size: 16px;
  color: #111827;
  outline: none;
}

.cate-faq-form textarea {
  min-height: 100px;
  resize: vertical;
}

.cate-faq-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cbd5e1;
  min-height: 46px;
  color: #315b85;
  cursor: pointer;
}

.cate-faq-upload input[type="file"] {
  display: none;
}

.cate-faq-upload span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.cate-faq-submit {
  height: 48px;
  border: none;
  border-radius: 3px;
  background: var(--theme-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/* Module 6.9: COB comparison blocks */
.cate-cob-smd-section {
  background: #ffffff;
  padding: 60px 0;
}

/* Background alternation for the outer repeater */
.cate-cob-smd-section.is-gray {
  background: #f3f3f3 !important;
}

.cate-cob-smd-section.is-white {
  background: #ffffff !important;
}

.cate-cob-gob-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-compare-intro {
  max-width: 980px;
  margin: 0 auto;
}

.cate-compare-intro h2 {
  margin: 0;
  text-align: center;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 20px;
}

.cate-compare-intro p {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

.cate-compare-images {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cate-compare-item {
  margin: 0;
  text-align: center;
}

.cate-compare-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.cate-compare-item figcaption {
  margin-top: 8px;
  font-size: 16px;
  color: #4b5563;
}

.cate-cob-gob-hero {
  margin: 22px auto 0;
  max-width: 860px;
  text-align: center;
}

.cate-cob-gob-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.cate-cob-gob-hero figcaption {
  margin-top: 8px;
  font-size: 16px;
  color: #4b5563;
}

.cate-cob-gob-table-wrap {
  margin-top: 18px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.cate-cob-gob-table-title {
  margin: 0 0 10px;
  font-size: 16px;
  color: #111827;
}

.cate-cob-gob-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  font-size: 16px;
  color: #334155;
}

.cate-cob-gob-table th,
.cate-cob-gob-table td {
  border: 1px solid #d1d5db;
  padding: 10px 10px;
  text-align: left;
}

.cate-cob-gob-table thead th {
  background: #e5e7eb;
  font-weight: 700;
}

/* Module 7: Why choose */
.cate-why-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-why-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

.cate-why-list {
  margin-top: 22px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 16px;
}

.cate-why-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  position: relative;
  padding-left: 14px;
}

.cate-why-item h3::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #111827;
}

.cate-why-item p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

/* Module 7.5: Rental solutions */
.cate-rental-solutions-section {
  background: #ffffff;
  padding: 60px 0;
}

.cate-rental-solutions-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
}

.cate-rental-solutions-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cate-rental-solution-card {
  background: transparent;
}

.cate-rental-solution-image img {
  width: 100%;
  display: block;
}

.cate-rental-solution-card h3 {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.cate-rental-solution-card ul {
  margin: 10px 0 0;
  padding-left: 24px;
  list-style: disc;
  color: #334155;
  font-size: 16px;
  line-height: 1.5;
}

.cate-rental-solution-card li + li {
  margin-top: 2px;
}

/* Module 7.6: Case poster grid */
.cate-case-poster-section {
  background: #f3f3f3;
  padding: 60px 0;
}

.cate-case-poster-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
  color: #111827;
}

.cate-case-poster-intro p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
}

.cate-case-poster-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
}

.cate-case-poster-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.cate-case-poster-item h3 {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

/* Module 8: Related product series */
.cate-related-section {
  background: #ffffff;
  padding: 60px 0;
}

.cate-related-intro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  color: #111827;
  text-align: center;
}

.cate-related-list {
  margin-top: 22px;
  display: grid;
  gap: 18px;
}

.cate-related-card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  align-items: start;
}

.cate-related-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.cate-related-content h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #111827;
}

.cate-related-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

.cate-related-content li {
  margin-top: 6px;
}

.cate-related-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cate-related-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  padding: 0 14px;
  border-radius: 4px;
  background: var(--theme-color);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.cate-related-primary:hover {
  background: var(--theme-color-hover);
}

.cate-related-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 38px;
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #8ba5bd;
  color: #315b85;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.cate-related-secondary:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

/* Module 8.5: FAQ list below related section */
.cate-related-faq-section {
  background: #ffffff;
  padding: 24px 0 60px;
}

.cate-related-faq-list {
  border-top: 1px solid #e5e7eb;
}

.cate-related-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.cate-related-faq-question {
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 24px 8px;
  font-size: 16px;
  color: #111827;
  font-weight: 600;
  cursor: pointer;
  padding: 11px 12px;
}

.cate-related-faq-question i {
  color: #4b5563;
  font-size: 16px;
}

.cate-related-faq-answer {
  display: none;
  padding: 0 8px 22px;
  color: #4b5563;
}

.cate-related-faq-item.is-open .cate-related-faq-answer {
  display: block;
  padding: 18px 14px 20px;
}

.cate-related-faq-question {
  transition: color 0.25s ease;
}

.cate-related-faq-question i {
  transition: transform 0.25s ease;
}

.cate-related-faq-item.is-open .cate-related-faq-question i {
  transform: rotate(90deg);
}

.cate-related-faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

/* Ensure church FAQ overrides default FAQ button background */
.church-faq-section .church-faq-question {
  background: #d2d2d2;
  color: #000000;
}

/* Module 9: CTA hero */
.cate-cta-hero {
  position: relative;
  min-height: 460px;
  background: url("../../images/indoor-LED-displays.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.cate-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cate-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 900px;
}

.cate-cta-content h2 {
  margin: 0;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.cate-cta-content p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.cate-cta-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background: var(--theme-color);
  font-weight: 600;
}

.cate-cta-btn:hover {
  background: var(--theme-color-hover);
}

@media (max-width: 768px) {
  .product-cate-hero {
    min-height: 320px;
  }

  .product-cate-hero-content h1 {
    font-size: 33px;
  }

  .product-cate-hero-content li {
    font-size: 14px;
  }

  .breadcrumb-list {
    font-size: 14px;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .cate-overview-section {
    padding: 34px 0 42px;
  }

  .cate-overview-content h2,
  .cate-types-intro h2,
  .cate-spec-intro h2,
  .cate-types-intro h2,
  .cate-features-intro h2 {
    font-size: 28px;
  }

  .cate-overview-content p {
    font-size: 14px;
    margin-top: 12px;
  }

  .cate-spec-section {
    padding: 34px 0 40px;
  }

  .cate-spec-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cate-spec-card h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .cate-spec-card p {
    font-size: 14px;
  }

  .cate-spec-btn {
    font-size: 18px;
  }

  .cate-advantages-section {
    padding: 34px 0 42px;
  }

  .cate-advantages-intro h2 {
    font-size: 33px;
  }

  .cate-advantages-intro p {
    font-size: 14px;
    margin-top: 10px;
  }

  .cate-advantages-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cate-advantages-swiper-wrap {
    margin-top: 16px;
  }

  .cate-advantages-prev,
  .cate-advantages-next {
    display: none;
  }

  .cate-advantages-card h3 {
    font-size: 24px;
  }

  .cate-advantages-card p {
    font-size: 14px;
  }

  .cate-features-section {
    padding: 34px 0 42px;
  }

  .cate-types-section {
    padding: 34px 0 42px;
  }

  .cate-types-intro p {
    font-size: 14px;
  }

  .cate-types-swiper-wrap {
    margin-top: 16px;
  }

  .cate-types-prev,
  .cate-types-next {
    display: none;
  }

  .cate-features-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cate-feature-image {
    width: 140px;
    height: 140px;
  }

  .cate-feature-item h3 {
    font-size: 24px;
  }

  .cate-feature-item p {
    font-size: 14px;
  }

  .cate-showcase-row {
    padding: 34px 0;
  }

  .cate-showcase-grid,
  .cate-showcase-grid-reverse {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cate-showcase-content h2,
  .cate-why-intro h2,
  .cate-compare-intro h2,
  .cate-compare-intro h2 {
    font-size: 28px;
  }

  .cate-showcase-content p {
    font-size: 14px;
    margin-top: 10px;
  }

  .cate-why-section,
  .cate-rental-solutions-section,
  .cate-case-poster-section,
  .cate-related-section {
    padding: 42px 0;
  }

  .cate-why-list {
    margin-top: 16px;
  }

  .cate-why-item p {
    font-size: 14px;
  }

  .cate-rental-solutions-intro h2,
  .cate-case-poster-intro h2,
  .cate-related-intro h2,
  .cate-cta-content h2,
  .cate-params-intro h2,
  .cate-trusted-intro h2 {
    font-size: 28px;
  }

  .cate-rental-solutions-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cate-rental-solution-card h3 {
    font-size: 24px;
  }

  .cate-rental-solution-card ul {
    font-size: 14px;
  }

  .cate-case-poster-intro p {
    font-size: 14px;
  }

  .cate-case-poster-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cate-case-poster-item h3 {
    font-size: 16px;
  }

  .cate-related-card {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 14px;
  }

  .cate-related-content ul {
    font-size: 14px;
  }

  .cate-related-faq-section {
    padding: 10px 0 42px;
  }

  .cate-related-faq-question {
    padding: 16px 4px;
    font-size: 14px;
  }

  .church-faq-section .church-faq-question {
    background: #d2d2d2;
  }

  .cate-trusted-section,
  .cate-faq-contact-section {
    padding: 42px 0;
  }

  .cate-trusted-swiper {
    margin-top: 16px;
  }

  .cate-trusted-swiper-wrap {
    margin-top: 16px;
  }

  .cate-trusted-prev,
  .cate-trusted-next {
    display: none;
  }

  .cate-faq-contact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cate-guide-content h2 {
    font-size: 28px;
  }

  .cate-guide-content p,
  .cate-guide-content ul,
  .cate-guide-toc h3 {
    font-size: 14px;
  }

  .cate-guide-toc {
    padding: 12px;
  }

  .cate-faq-form-card h3 {
    font-size: 30px;
  }

  .cate-cob-smd-section,
  .cate-cob-gob-section {
    padding: 42px 0;
  }

  .cate-compare-images {
    grid-template-columns: 1fr;
  }

  .cate-compare-intro p,
  .cate-cob-gob-table,
  .cate-cob-gob-table-title,
  .cate-compare-item figcaption,
  .cate-cob-gob-hero figcaption {
    font-size: 14px;
  }

  .cate-params-tabs {
    flex-wrap: wrap;
  }

  .cate-quotes {
    grid-template-columns: 1fr;
  }

  .cate-quotes-nav {
    display: none;
  }

  .cate-cta-hero {
    padding: 42px 0;
    min-height: 320px;
  }

  .cate-cta-content p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .cate-overview-content h2,
  .cate-spec-intro h2,
  .cate-advantages-intro h2,
  .cate-types-intro h2,
  .cate-features-intro h2,
  .cate-showcase-content h2,
  .cate-params-intro h2,
  .cate-trusted-intro h2,
  .cate-faq-block h2,
  .cate-guide-content h2,
  .cate-compare-intro h2,
  .cate-why-intro h2,
  .cate-rental-solutions-intro h2,
  .cate-case-poster-intro h2,
  .cate-related-intro h2,
  .cate-cta-content h2 {
    font-size: 26px;
  }
}
