:root {
  --ct-blue: #2da4de;
  --ct-dark: #14171f;
  --ct-muted: #647084;
  --ct-border: #e6edf5;
  --ct-bg: #f5f8fb;
  --ct-white: #ffffff;
  --ct-radius: 6px;
  --ct-shadow: 0 18px 45px rgba(18, 38, 63, 0.12);
}

/* Service and support page */
.service-support-page {
  background: #f6f9fc;
}

.service-support-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1233 / 694;
  color: #fff;
}

.service-support-hero > img,
.service-support-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-support-hero > img {
  object-fit: cover;
}

.service-support-hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 23, 45, .78), rgba(3, 23, 45, .36) 52%, rgba(3, 23, 45, .06));
}

.service-support-hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(88px, 14vw, 260px) 0 40px;
}

.service-support-hero-content > span,
.service-section-heading > span {
  display: block;
  color: #35a9e1;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.service-support-hero h1 {
  max-width: 690px;
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.15;
}

.service-support-hero p {
  max-width: 650px;
  margin: 0;
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.75;
}

.service-support-section {
  padding: 86px 0;
}

.service-support-section:nth-of-type(even) {
  background: #fff;
}

.service-section-heading {
  max-width: 850px;
  margin: 0 auto 46px;
  text-align: center;
}

.service-section-heading h2,
.service-split-grid h2,
.service-detail-grid h2 {
  margin: 10px 0 16px;
  color: #102b46;
  font-size: clamp(28px, 2.6vw, 42px);
}

.service-section-heading p,
.service-split-grid p,
.service-split-grid li,
.service-detail-grid li {
  color: #536779;
  font-size: 16px;
  line-height: 1.8;
}

.service-process-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-process-list li {
  position: relative;
  min-height: 126px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #dce8f1;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(18, 62, 96, .07);
}

.service-process-list b {
  display: block;
  margin-bottom: 14px;
  color: #28a5df;
  font-size: 22px;
}

.service-process-list span {
  color: #173652;
  font-size: 15px;
  font-weight: 700;
}

.service-support-card-grid,
.service-split-grid,
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-support-card-grid article,
.service-split-grid article,
.service-detail-grid article {
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(14, 51, 81, .08);
}

.service-support-card-grid article {
  border-top: 4px solid #35a9e1;
}

.service-support-card-grid h3 {
  margin: 0 0 12px;
  color: #12324f;
  font-size: 22px;
}

.service-support-card-grid p {
  margin: 0;
  color: #5a6d7d;
  line-height: 1.75;
}

.service-support-split {
  background: linear-gradient(135deg, #e9f7fd, #f7fbfe);
}

.service-split-grid ul,
.service-detail-grid ul {
  margin: 0;
  padding-left: 22px;
}

.service-split-grid li,
.service-detail-grid li {
  margin: 0 0 12px;
}

.service-split-grid .cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 230px;
  min-height: 56px;
  margin-top: 26px;
  padding: 0 34px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, #2fb4ea 0%, #1686d4 100%);
  box-shadow: 0 16px 34px rgba(28, 144, 213, .28);
  letter-spacing: .01em;
  text-decoration: none;
}

.service-split-grid .cta-button::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .22s ease;
}

.service-split-grid .cta-button:hover {
  background: linear-gradient(135deg, #37c0f3 0%, #0d76c2 100%);
  box-shadow: 0 20px 42px rgba(28, 144, 213, .34);
  transform: translateY(-2px);
}

.service-split-grid .cta-button:hover::after {
  transform: translateX(4px) rotate(45deg);
}

@media (max-width: 980px) {
  .service-process-list { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
  .service-support-hero { aspect-ratio: auto; min-height: 580px; }
  .service-support-hero-content { width: min(100% - 40px, 1180px); padding-top: 170px; }
  .service-support-section { padding: 58px 0; }
  .service-process-list,
  .service-support-card-grid,
  .service-split-grid,
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-process-list li { min-height: 0; }
  .service-support-card-grid article,
  .service-split-grid article,
  .service-detail-grid article { padding: 26px 22px; }
  .service-split-grid .cta-button { width: 100%; min-width: 0; padding: 0 24px; }
}

@keyframes heroSoftZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}

@keyframes heroTextRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroArrowFloat {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(4px);
  }
}

@keyframes cardLiftIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-section.has-hero-bg {
  isolation: isolate;
}

.hero-section.has-hero-bg .hero-bg-image {
  transform-origin: center center;
  animation: heroSoftZoom 12s ease-in-out both;
  transition: opacity .42s ease, transform .7s ease;
  will-change: transform, opacity;
}

.hero-section.has-hero-bg.is-changing .hero-bg-image {
  opacity: .58;
  transform: scale(1.025);
}

.hero-section.has-hero-bg .hero-title,
.hero-section.has-hero-bg .hero-subtitle,
.hero-section.has-hero-bg .hero-button {
  animation: heroTextRise .72s cubic-bezier(.2, .78, .2, 1) both;
}

.hero-section.has-hero-bg .hero-subtitle {
  animation-delay: .1s;
}

.hero-section.has-hero-bg .hero-button {
  animation-delay: .2s;
}

.hero-arrow {
  transition: background .22s ease, transform .22s ease, opacity .22s ease;
}

.hero-arrow-next {
  animation: heroArrowFloat 2.8s ease-in-out infinite;
}

.hero-arrow-prev {
  animation: heroArrowFloat 2.8s ease-in-out infinite reverse;
}

.hero-arrow:hover {
  background: rgba(45, 164, 222, .82);
}

.product-card,
.service-card,
.bolong-news-page-card,
.certificate-item {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.product-card:hover,
.service-card:hover,
.bolong-news-page-card:hover,
.certificate-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(18, 38, 63, .14);
}

.reveal.is-visible .product-card,
.reveal.is-visible .service-card,
.reveal.is-visible .bolong-news-page-card,
.reveal.is-visible .certificate-item,
.reveal.is-visible .bolong-stats-grid > div {
  animation: cardLiftIn .58s cubic-bezier(.2, .78, .2, 1) both;
}

.reveal.is-visible .product-card:nth-child(2),
.reveal.is-visible .service-card:nth-child(2),
.reveal.is-visible .bolong-news-page-card:nth-child(2),
.reveal.is-visible .certificate-item:nth-child(2),
.reveal.is-visible .bolong-stats-grid > div:nth-child(2) {
  animation-delay: .08s;
}

.reveal.is-visible .product-card:nth-child(3),
.reveal.is-visible .service-card:nth-child(3),
.reveal.is-visible .bolong-news-page-card:nth-child(3),
.reveal.is-visible .bolong-stats-grid > div:nth-child(3) {
  animation-delay: .16s;
}

.reveal.is-visible .product-card:nth-child(4),
.reveal.is-visible .service-card:nth-child(4),
.reveal.is-visible .bolong-stats-grid > div:nth-child(4) {
  animation-delay: .24s;
}

.hero-button,
.cta-button,
.product-link,
.read-more {
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.hero-button:hover,
.cta-button:hover {
  box-shadow: 0 14px 26px rgba(45, 164, 222, .28);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.home .site-main,
.home .jz_web_content,
.page-id-65 .site-main,
.page-id-65 .jz_web_content {
  padding-top: 0;
  margin-top: 0;
}

.home .hero-section,
.home .wp-block-company-hero-section.hero-section,
.page-id-65 .hero-section,
.page-id-65 .wp-block-company-hero-section.hero-section {
  margin-top: -24px !important;
}

.home .hero-section .hero-title,
.home .hero-section .hero-subtitle,
.page-id-65 .hero-section .hero-title,
.page-id-65 .hero-section .hero-subtitle {
  color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.56) !important;
}

.home .hero-section .hero-title,
.page-id-65 .hero-section .hero-title {
  font-weight: 700 !important;
}

.home .hero-section .hero-subtitle,
.page-id-65 .hero-section .hero-subtitle {
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: 600 !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ct-white);
  color: var(--ct-dark);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.jz_web_container,
.company-site {
  width: 100%;
  overflow-x: hidden;
}

.jz_web_header,
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(42, 18, 74, .96), rgba(74, 33, 112, .92));
  border-bottom: 0;
  box-shadow: 0 10px 28px rgba(20, 8, 38, .22);
}

.header-inner,
.jz_web_row {
  width: min(1584px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-branding {
  display: flex;
  align-items: center;
  min-width: 360px;
}

.hongrui-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #19aee8;
  text-decoration: none;
}

.hongrui-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
}

.hongrui-brand-text {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.hongrui-brand-text strong {
  color: #1fb4f0;
  font-size: 29px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
}

.hongrui-brand-text small {
  max-width: 250px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  line-height: 1.2;
}

.custom-logo {
  width: auto;
  max-height: 57px;
}

.site-logo-fallback img {
  width: auto;
  max-height: 57px;
}

.site-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-navigation ul,
.footer-navigation ul {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.main-navigation a:hover {
  color: #d8f3ff;
}

.product-menu-trigger::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
}

.product-menu-dropdown,
.main-navigation .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 50;
  display: block;
  width: 238px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(51, 25, 82, .96);
  box-shadow: 0 18px 36px rgba(20, 8, 38, .34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.main-navigation ul.product-menu-dropdown,
.main-navigation ul.sub-menu {
  display: block;
  align-items: initial;
  gap: 0;
}

.product-menu-dropdown::before,
.main-navigation .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.menu-item-has-product-dropdown:hover .product-menu-dropdown,
.menu-item-has-product-dropdown:focus-within .product-menu-dropdown,
.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.product-menu-dropdown li,
.main-navigation .sub-menu li {
  display: block;
  width: 100%;
}

.main-navigation .product-menu-dropdown a,
.main-navigation .sub-menu a {
  display: block;
  padding: 12px 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.main-navigation .product-menu-dropdown a:hover,
.main-navigation .sub-menu a:hover {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.purchase-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 39px;
  padding: 0 14px;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
}

.purchase-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
}

.language-current::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.language-flag {
  font-size: 24px;
  line-height: 1;
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 80;
  min-width: 250px;
  padding: 14px 0;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu,
.language-switcher.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-menu a {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 24px;
  color: #333333;
  font-size: 22px;
  line-height: 1.25;
  position: relative;
}

.language-menu a:hover {
  background: #f2f6f9;
  color: var(--ct-blue);
}

.language-menu a.is-current::after {
  content: "✓";
  position: absolute;
  right: 22px;
  color: #c83932;
  font-size: 24px;
  font-weight: 800;
}

.language-menu-flag {
  display: inline-flex;
  width: 34px;
  justify-content: center;
  font-size: 27px;
  line-height: 1;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--ct-border);
  background: var(--ct-white);
  color: var(--ct-dark);
  width: 44px;
  height: 44px;
  font-size: 22px;
}

@media (max-width: 1500px) {
  .header-inner {
    gap: 14px;
  }

  .site-branding {
    min-width: 300px;
  }

  .main-navigation ul {
    gap: 16px;
  }

  .main-navigation a {
    font-size: 15px;
  }

  .header-actions {
    gap: 12px;
  }

  .purchase-link {
    min-width: 132px;
    padding: 0 10px;
    font-size: 13px;
  }

  .language-current {
    gap: 5px;
    font-size: 12px;
  }

  .language-flag {
    font-size: 17px;
  }
}

.jz_web_content,
.site-main {
  min-height: 60vh;
}

.hero-section,
.page-hero {
  position: relative;
  min-height: 0;
  aspect-ratio: 1233 / 694;
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  color: #333333;
  overflow: hidden;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 5px;
  background: rgba(188, 203, 207, 0.58);
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-arrow::before {
  content: "";
  position: absolute;
  top: 19px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
}

.hero-arrow-prev {
  left: 18px;
}

.hero-arrow-prev::before {
  left: 23px;
  transform: rotate(-45deg);
}

.hero-arrow-next {
  right: 39px;
}

.hero-arrow-next::before {
  right: 23px;
  transform: rotate(135deg);
}

.hero-section::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-position: center top;
  background-size: cover;
  z-index: 0;
  transition: opacity .35s ease, transform 5.2s ease;
}

.hero-section.has-hero-bg::before {
  display: none;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-section::after,
.page-hero::after {
  display: none;
}

.hero-section.has-hero-bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 12, 24, 0.62) 0%, rgba(4, 12, 24, 0.34) 42%, rgba(4, 12, 24, 0.06) 76%);
}

.hero-section.is-changing::before {
  opacity: .72;
}

.hero-image-data {
  display: none;
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 16.092vw 0 4vw 8.333333vw;
}

.hero-kicker,
.section-kicker {
  color: var(--ct-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  max-width: 820px;
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.45;
  font-weight: 700;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.hero-subtitle {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 42px;
  line-height: 1.45;
  font-weight: 600;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}

.hero-description,
.page-hero-description {
  max-width: 680px;
  margin-top: 18px;
  color: #4e5f6c;
  font-size: 17px;
}

.page-hero {
  min-height: 460px;
  align-items: center;
  background: linear-gradient(90deg, rgba(8, 22, 39, 0.82), rgba(8, 22, 39, 0.36));
  color: var(--ct-white);
}

.page-hero::before {
  background-position: center;
  background-size: cover;
  z-index: -2;
}

.page-hero::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 13, 23, 0.78), rgba(4, 13, 23, 0.12));
  z-index: -1;
}

.page-hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0;
}

.page-hero .hero-title {
  margin: 16px 0 18px;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
}

.page-hero-description {
  color: rgba(255, 255, 255, 0.86);
}

.button,
.hero-button,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 10.1881vw;
  padding: 0;
  width: 200px;
  border-radius: 0;
  background: var(--ct-blue);
  color: var(--ct-white);
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.button:hover,
.hero-button:hover,
.cta-button:hover {
  background: #1689c3;
  transform: translateY(-2px);
}

.hero-section .hero-button {
  margin-top: 34px;
}

.section,
.jz_web_row_line {
  padding: 86px 0;
}

.bolong-process-section {
  background: #ffffff;
  padding: 70px 0 58px;
  text-align: center;
}

.bolong-process-inner {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.bolong-process-inner h2 {
  margin: 0 0 16px;
  color: #222222;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
}

.bolong-process-inner p {
  max-width: 960px;
  margin: 0 auto 38px;
  color: #353535;
  font-size: 22px;
  line-height: 1.55;
}

.bolong-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 36px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}

.bolong-process-grid span {
  position: relative;
  padding-left: 18px;
}

.bolong-process-grid span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ct-blue);
}

.bolong-feature-section {
  display: grid;
  gap: 0;
  background: #ffffff;
}

.bolong-feature-card {
  min-height: 46.875vw;
  display: flex;
  align-items: center;
  background-image: var(--feature-image);
  background-size: cover;
  background-position: center;
}

.bolong-feature-card > div {
  width: min(760px, calc(100% - 40px));
  margin-left: 8.33vw;
  color: #222222;
}

.bolong-feature-card span {
  display: block;
  margin-bottom: 16px;
  color: #4b4b4b;
  font-size: 28px;
  line-height: 1.3;
}

.bolong-feature-card h2 {
  margin: 0 0 20px;
  color: #202020;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 600;
}

.bolong-feature-card p {
  max-width: 640px;
  margin: 0;
  color: #4b4b4b;
  font-size: 22px;
  line-height: 1.55;
}

.bolong-feature-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  margin-top: 38px;
  background: var(--ct-blue);
  color: #ffffff;
  font-weight: 700;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease, transform .72s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-content.reveal {
  opacity: 1;
  transform: none;
}

.section-header {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-title {
  margin: 10px 0 14px;
  font-size: 38px;
  line-height: 1.18;
  color: var(--ct-dark);
}

.section-description {
  color: var(--ct-muted);
  font-size: 16px;
}

.about-grid,
.contact-grid,
.single-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 54px;
  align-items: center;
}

.about-image img,
.product-media img,
.contact-panel {
  border-radius: var(--ct-radius);
  box-shadow: var(--ct-shadow);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.stat-card {
  padding: 22px;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  background: var(--ct-white);
}

.stat-value {
  display: block;
  color: var(--ct-blue);
  font-size: 28px;
  font-weight: 800;
}

.stat-label {
  color: var(--ct-muted);
  font-size: 13px;
}

.services-section,
.products-section,
.archive-section {
  background: var(--ct-bg);
}

.home .products-section {
  padding: 86px 0 110px;
  background: #ffffff;
}

.home .products-section .section-header {
  display: none;
}

.service-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 40px;
}

.service-card,
.product-card {
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: var(--ct-white);
  overflow: hidden;
  box-shadow: none;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
}

.product-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  transform: translateY(-2px);
}

.service-card {
  padding: 28px;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: var(--ct-radius);
  background: rgba(45, 164, 222, 0.1);
  color: var(--ct-blue);
  font-size: 14px;
  font-weight: 800;
}

.service-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  margin: -28px -28px 22px;
  background: #f7f7f7;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-title,
.product-title {
  margin: 0;
  color: #27313c;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.service-excerpt,
.product-excerpt {
  color: var(--ct-muted);
  font-size: 15px;
}

.product-card .product-excerpt,
.product-card .product-link {
  display: none;
}

.product-catalog-section .section-inner {
  display: flex;
  flex-direction: column;
  gap: 58px;
}

.product-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px;
  border: 1px solid #dce8f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 62, 96, .07);
}

.product-category-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(45, 164, 222, .22);
  border-radius: 999px;
  background: #f4fbff;
  color: #163651;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.product-category-nav a:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #2fb4ea 0%, #1686d4 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(28, 144, 213, .22);
  transform: translateY(-2px);
}

.product-category-section {
  scroll-margin-top: 110px;
}

.product-category-section + .product-category-section {
  padding-top: 54px;
  border-top: 1px solid #e4edf5;
}

.product-category-heading {
  max-width: 760px;
  margin: 0 0 28px;
}

.product-category-heading span {
  display: block;
  color: #2da4de;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-category-heading h2 {
  margin: 8px 0 12px;
  color: #102b46;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.2;
}

.product-category-heading p {
  margin: 0;
  color: #5b6d7d;
  font-size: 16px;
  line-height: 1.75;
}

.product-empty-message {
  margin: 0;
  padding: 36px;
  border-radius: 18px;
  background: #fff;
  color: #536779;
  text-align: center;
  box-shadow: 0 14px 34px rgba(18, 62, 96, .07);
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  aspect-ratio: auto;
  background: #f7f7f7;
}

.product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
}

.product-body {
  display: block;
  padding: 20px 14px 30px;
}

.product-category {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ct-blue);
  font-size: 13px;
  font-weight: 700;
}

.product-detail-hero {
  padding: 72px 0 44px;
  background: #ffffff;
}

.product-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: 54px;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  align-items: start;
}

.product-main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  width: 100%;
  padding: 0;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  cursor: zoom-in;
}

.product-main-image img {
  max-width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.product-video {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #e1e8ee;
  background: #0d1822;
  box-shadow: 0 12px 28px rgba(16, 37, 55, .1);
}

.product-video video {
  display: block;
  width: 100%;
  max-height: 520px;
  background: #0d1822;
}

.product-video--primary {
  min-height: 480px;
  margin-top: 0;
}

.product-video--primary video {
  min-height: 480px;
  max-height: 620px;
  object-fit: contain;
}

.product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 0;
  border: 1px solid transparent;
  background: #f7f7f7;
  cursor: pointer;
}

.product-thumb.is-active {
  border-color: #e60012;
}

.product-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-detail-panel {
  padding-top: 12px;
}

.product-detail-title {
  margin: 0 0 24px;
  color: #222;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 700;
}

.product-detail-price {
  margin-bottom: 18px;
  padding: 18px 20px;
  background: #f5f5f5;
  color: #e60012;
  font-size: 22px;
  font-weight: 700;
}

.product-detail-desc {
  margin-bottom: 18px;
  color: #555;
  line-height: 1.75;
}

.product-summary-list {
  margin: 0;
  color: #222;
  font-size: 15px;
}

.product-summary-list div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.product-summary-list dt {
  font-weight: 600;
}

.product-summary-list dd {
  margin: 0;
}

.product-detail-actions {
  display: flex;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.product-phone-button,
.product-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 34px;
  border-radius: 18px;
  font-size: 13px;
  text-decoration: none;
}

.product-phone-button {
  background: #e60012;
  color: #ffffff;
}

.product-outline-button {
  border: 1px solid #e60012;
  color: #e60012;
  background: #ffffff;
}

.product-info-section {
  padding: 28px 0 86px;
  background: #ffffff;
}

.product-info-inner {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.product-tab-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 56px;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  color: #e60012;
  font-weight: 700;
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 42px;
  color: #111;
  font-size: 14px;
}

.product-spec-table th,
.product-spec-table td {
  border: 1px solid #111;
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
}

.product-spec-table th {
  width: 17%;
  font-weight: 600;
  background: #fff;
}

.product-spec-table td {
  width: 33%;
}

.product-rich-content {
  max-width: 1040px;
  margin: 0 auto 34px;
  color: #333;
  line-height: 1.75;
}

.product-detail-images {
  display: grid;
  gap: 20px;
}

.product-detail-images button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-detail-images img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.blog-detail {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 96px;
}

.blog-detail-header {
  text-align: center;
  margin-bottom: 36px;
}

.blog-detail-meta {
  margin-bottom: 12px;
  color: #888;
  font-size: 14px;
}

.blog-detail-title {
  margin: 0;
  color: #151515;
  font-size: 42px;
  line-height: 1.2;
}

.blog-detail-cover {
  margin-bottom: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.blog-detail-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.company-lightbox-lock {
  overflow: hidden;
}

.company-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 42px;
  background: rgba(0, 0, 0, .82);
}

.company-lightbox.is-open {
  display: flex;
}

.company-lightbox-stage {
  width: min(1180px, 100%);
  max-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-lightbox-stage img,
.company-lightbox-stage video {
  max-width: 100%;
  max-height: calc(100vh - 96px);
  background: #000000;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.company-lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.company-lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 100000;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #111111;
  font-size: 52px;
  line-height: 52px;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .28);
  transition: background .18s ease, transform .18s ease;
}

.company-lightbox-nav:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.06);
}

.company-lightbox-prev {
  left: 28px;
}

.company-lightbox-next {
  right: 28px;
}

.blog-detail-content {
  color: #333;
  font-size: 17px;
  line-height: 1.85;
}

.blog-detail-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid #e7e7e7;
}

.product-link,
.read-more {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ct-blue);
  font-weight: 700;
}

.bolong-patent-section {
  padding: 92px 0;
  background: #ffffff;
  text-align: center;
}

.bolong-patent-tabs {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.bolong-tab-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: none;
  gap: 0;
  margin-bottom: 48px;
  border-bottom: 1px solid #dadada;
}

.bolong-tab-list button {
  min-height: 86px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #000000;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.bolong-tab-list button::before {
  content: "⚖";
  display: block;
  margin-bottom: 8px;
  color: currentColor;
  font-size: 30px;
  line-height: 1;
}

.bolong-tab-list button:nth-child(2)::before {
  content: "⟳";
}

.bolong-tab-list button:nth-child(3)::before {
  content: "©";
}

.bolong-tab-list button:nth-child(4)::before {
  content: "</>";
  font-size: 22px;
  line-height: 30px;
}

.bolong-tab-list button.is-active {
  color: var(--ct-blue);
  border-color: #000000;
}

.bolong-tab-panel {
  display: none;
  text-align: center;
}

.bolong-tab-panel.is-active {
  display: block;
  animation: tabFade .35s ease both;
}

.bolong-tab-panel h3 {
  margin: 0 0 22px;
  color: #202020;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 400;
}

.bolong-tab-panel h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 24px auto 0;
  background: var(--ct-blue);
}

.bolong-tab-panel p {
  max-width: 1160px;
  margin: 0 auto 78px;
  color: #2f3b4a;
  font-size: 19px;
  line-height: 1.7;
}

.certificate-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
}

.certificate-image-grid img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.has-lightbox-media,
.certificate-image-grid img,
.bolong-review-media,
.blog-detail-content img,
.product-rich-content img {
  cursor: zoom-in;
}

.bolong-tab-list button::before {
  content: "D";
}

.bolong-tab-list button:nth-child(2)::before {
  content: "P";
}

.bolong-tab-list button:nth-child(3)::before {
  content: "C";
}

.bolong-tab-list button:nth-child(4)::before {
  content: "UL";
}

.certificate-image-grid {
  grid-template-columns: repeat(2, minmax(0, 360px));
  gap: 44px 64px;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}

.certificate-image-grid img:nth-child(3):last-child {
  grid-column: 1 / -1;
  width: min(360px, 100%);
  margin: 0 auto;
}

.certificate-carousel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas: "pages pages pages" "previous status next";
  align-items: center;
  gap: 22px 14px;
  max-width: 1040px;
  margin: 0 auto;
}

.certificate-carousel-pages {
  grid-area: pages;
  min-width: 0;
}

.certificate-carousel-page {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 64px;
  justify-content: center;
}

.certificate-carousel-page.is-active {
  display: grid;
  animation: tabFade .35s ease both;
}

.certificate-carousel-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 50%;
  background: #179bd8;
  box-shadow: 0 12px 24px rgba(23, 155, 216, .26);
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.certificate-carousel-control:hover,
.certificate-carousel-control:focus-visible {
  background: #087fba;
  box-shadow: 0 16px 30px rgba(23, 155, 216, .34);
  outline: none;
}

.certificate-carousel-control.is-previous:hover,
.certificate-carousel-control.is-previous:focus-visible {
  transform: translateX(-3px);
}

.certificate-carousel-control.is-next:hover,
.certificate-carousel-control.is-next:focus-visible {
  transform: translateX(3px);
}

.certificate-carousel-control:disabled {
  background: #dce7ed;
  box-shadow: none;
  color: #8da1ad;
  opacity: 1;
  cursor: default;
}

.certificate-carousel-control.is-previous {
  grid-area: previous;
  justify-self: end;
}

.certificate-carousel-control.is-next {
  grid-area: next;
  justify-self: start;
}

.certificate-carousel-status {
  grid-area: status;
  min-height: 20px;
  margin: 0;
  color: #34445a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .04em;
}

.certificate-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.certificate-item figcaption {
  margin: 18px 0 0;
  color: #172033;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 700px) {
  .certificate-carousel {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 18px 10px;
  }

  .certificate-carousel-page {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .certificate-carousel-control {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }
}

.certificate-two-up {
  grid-template-columns: repeat(2, minmax(0, 340px));
  max-width: 760px;
}

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

.certificate-item img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.certificate-item h4 {
  margin: 18px 0 0;
  color: #172033;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.hongrui-about-page {
  background: #ffffff;
}

.hongrui-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 72px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 78px;
}

.hongrui-about-copy h1,
.hongrui-values-title,
.hongrui-map-title {
  margin: 0 0 18px;
  color: #08172c;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.hongrui-about-copy p {
  margin: 0 0 10px;
  color: #07152a;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.hongrui-about-copy .hongrui-about-stats {
  margin-top: 20px;
}

.hongrui-about-image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(8, 22, 45, .16);
}

.hongrui-values-section {
  padding: 70px 0 76px;
  background: #f5f6f8;
  text-align: center;
}

.hongrui-values-subtitle,
.hongrui-map-address {
  margin: 0;
  color: #536070;
  font-size: 14px;
}

.hongrui-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(900px, calc(100% - 40px));
  margin: 48px auto 0;
}

.hongrui-value-card {
  min-height: 150px;
  padding: 32px 34px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(8, 22, 45, .12);
}

.hongrui-value-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1769d6;
  font-weight: 800;
}

.hongrui-value-card h3 {
  margin: 0 0 10px;
  color: #08172c;
  font-size: 17px;
  font-weight: 800;
}

.hongrui-value-card p {
  margin: 0;
  color: #243349;
  font-size: 14px;
  line-height: 1.7;
}

.hongrui-map-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 80px;
}

.hongrui-map-frame {
  height: 420px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(8, 22, 45, .14);
}

.hongrui-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.bolong-about-section {
  padding: 96px 0 64px;
  background: #f7fbff;
}

.bolong-about-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 54px;
  align-items: center;
}

.bolong-about-grid h2,
.bolong-logistics-card h2 {
  margin: 0 0 20px;
  color: #202020;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.bolong-about-grid p,
.bolong-logistics-card p {
  margin: 0 0 14px;
  color: #536070;
  font-size: 18px;
}

.bolong-about-grid .section-description {
  max-height: 260px;
  overflow: hidden;
}

.bolong-about-grid img,
.bolong-logistics-card img {
  width: 100%;
  border-radius: var(--ct-radius);
  box-shadow: var(--ct-shadow);
}

.bolong-about-grid .cta-button,
.bolong-logistics-card .cta-button {
  margin-top: 32px;
}

.bolong-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.bolong-stats-grid div {
  min-height: 130px;
  padding: 28px 22px;
  background: #ffffff;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  text-align: center;
}

.bolong-stats-grid strong {
  display: block;
  color: var(--ct-blue);
  font-size: 36px;
  line-height: 1;
}

.bolong-stats-grid span {
  display: block;
  margin-top: 12px;
  color: #596678;
  font-size: 15px;
}

.bolong-home-stats-section {
  padding: 0 0 74px;
  background: #f7fbff;
}

.bolong-logistics-section {
  background: #ffffff;
}

.bolong-logistics-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.bolong-logistics-card.reverse > div:first-child {
  order: 2;
}

.bolong-logistics-card.reverse > div:last-child {
  order: 1;
}

.bolong-news-section {
  background: #f5f8fb;
}

.bolong-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bolong-news-card {
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 38, 63, 0.06);
}

.bolong-news-card time {
  display: block;
  margin-bottom: 14px;
  color: var(--ct-blue);
  font-size: 13px;
  font-weight: 700;
}

.bolong-news-card h3 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.32;
}

.bolong-news-card p {
  margin: 0;
  color: var(--ct-muted);
}

.bolong-contact-section {
  background: #ffffff;
}

.bolong-contact-section .contact-grid {
  align-items: stretch;
}

.bolong-contact-details {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.bolong-contact-details div {
  padding: 18px 20px;
  border-left: 4px solid var(--ct-blue);
  background: #f5f8fb;
}

.bolong-contact-details span {
  display: block;
  color: var(--ct-muted);
  font-size: 13px;
}

.bolong-contact-details strong {
  display: block;
  color: var(--ct-dark);
  font-size: 18px;
}

.bolong-contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  background: #f8fbff;
}

.bolong-contact-form label {
  display: grid;
  gap: 8px;
  color: #344052;
  font-size: 14px;
  font-weight: 700;
}

.bolong-contact-form input,
.bolong-contact-form textarea {
  width: 100%;
  border: 1px solid #d8e2ee;
  border-radius: var(--ct-radius);
  background: #ffffff;
  color: var(--ct-dark);
  font: inherit;
  padding: 13px 14px;
}

.bolong-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.bolong-contact-form button {
  width: 180px;
  min-height: 50px;
  border: 0;
  border-radius: 0;
  background: var(--ct-blue);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.bolong-page-banner {
  position: relative;
  min-height: 524px;
  margin-top: -85px;
  padding-top: 85px;
  overflow: hidden;
  background: #30aae6;
}

.bolong-page-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bolong-page-banner-title {
  position: relative;
  z-index: 1;
  width: min(1720px, calc(100% - 80px));
  margin: 0 auto;
  padding-top: 158px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  white-space: pre-wrap;
}

.bolong-about-page-intro {
  padding: 60px 0 320px;
  background: #ffffff;
}

.bolong-about-page-inner {
  display: grid;
  grid-template-columns: minmax(0, 755px) minmax(0, 660px);
  gap: 58px;
  align-items: start;
  width: min(1520px, calc(100% - 80px));
  margin: 0 auto;
}

.bolong-about-page-image img {
  width: 100%;
  border: 1px solid #c7c7c7;
}

.bolong-about-page-copy {
  padding-top: 14px;
  color: #202020;
}

.bolong-about-page-copy h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.bolong-rich-copy {
  color: #222222;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 600;
}

.bolong-rich-copy p {
  margin: 0 0 20px;
}

.bolong-timeline-section {
  padding: 0 0 76px;
  background: #ffffff;
}

.bolong-timeline-card {
  position: relative;
  width: min(1372px, calc(100% - 80px));
  min-height: 740px;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
  overflow: hidden;
}

.bolong-timeline-panel {
  display: none;
  position: absolute;
  left: 116px;
  right: 132px;
  bottom: 232px;
  width: auto;
  grid-template-columns: minmax(0, 470px) minmax(0, 560px);
  gap: 78px;
  align-items: center;
  text-align: left;
}

.bolong-timeline-panel.is-active,
.bolong-timeline-content {
  display: grid;
}

.bolong-timeline-content {
  position: absolute;
  left: 116px;
  right: 132px;
  bottom: 232px;
  width: auto;
  grid-template-columns: minmax(0, 470px) minmax(0, 560px);
  gap: 78px;
  align-items: center;
  text-align: left;
}

.bolong-timeline-image {
  width: 100%;
  min-height: 260px;
  background: #f7f7f7;
  overflow: hidden;
}

.bolong-timeline-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.bolong-timeline-panel h2,
.bolong-timeline-content h2 {
  margin: 0 0 15px;
  color: #555555;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.bolong-timeline-panel p,
.bolong-timeline-content p {
  margin: 0;
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
}

.bolong-timeline-years {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d8d8d8;
}

.bolong-timeline-years button {
  position: relative;
  min-height: 78px;
  border: 0;
  background: transparent;
  color: #444444;
  cursor: pointer;
  font: inherit;
  font-size: 28px;
}

.bolong-timeline-years button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d5d5d5;
  transform: translateX(-50%);
}

.bolong-timeline-years button.is-active {
  color: var(--ct-blue);
}

.bolong-timeline-years button.is-active::before {
  width: 36px;
  height: 36px;
  top: -18px;
  background: var(--ct-blue);
}

.bolong-timeline-years button.is-active::after {
  content: "\27A4";
  position: absolute;
  left: 50%;
  top: -12px;
  color: #ffffff;
  font-size: 15px;
  transform: translateX(-50%) rotate(-25deg);
}

.bolong-review-section {
  padding: 58px 0 78px;
  background: #ffffff;
}

.bolong-review-title {
  margin: 0 0 28px;
  color: #202020;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.bolong-review-grid {
  width: min(1440px, calc(100% - 90px));
  margin: 0 auto;
}

.bolong-review-grid,
.bolong-review-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
  align-items: start;
}

.bolong-review-card {
  position: relative;
  margin: 0;
}

.bolong-review-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.3;
  background: #efefef;
  overflow: hidden;
}

.bolong-review-media img,
.bolong-review-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bolong-review-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .46);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.bolong-review-play::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
}

.bolong-review-card:hover .bolong-review-play {
  background: rgba(45, 164, 222, .88);
}

.bolong-review-caption {
  margin: 10px 0 0;
  color: #444444;
  font-size: 15px;
  line-height: 1.45;
}

.bolong-news-page-section {
  padding: 26px 0 68px;
  background: #ffffff;
}

.bolong-news-page-title {
  margin: 0 0 70px;
  color: #202020;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.bolong-news-page-grid {
  width: min(1560px, calc(100% - 90px));
  margin: 0 auto;
}

.bolong-news-page-grid > .bolong-news-page-card,
.bolong-news-page-grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  margin: 0;
}

.bolong-news-page-grid,
.bolong-news-page-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
}

.bolong-news-page-card {
  display: block;
}

.bolong-news-page-section.is-home-news {
  padding: 68px 0 86px;
  background: #ffffff;
}

.bolong-news-page-section.is-home-news .bolong-news-page-title {
  margin-bottom: 54px;
}

.bolong-news-thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.56 / 1;
  background: #f2f2f2;
  overflow: hidden;
}

.bolong-news-text {
  padding-top: 18px;
}

.bolong-news-headline {
  display: block;
  margin-bottom: 14px;
}

.bolong-news-headline h3 {
  min-height: 48px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.bolong-news-headline time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.bolong-news-text p {
  min-height: 72px;
  color: #808080;
  font-size: 14px;
}

.bolong-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bolong-news-headline h3 {
  margin: 0;
  color: #111111;
}

.bolong-news-headline time {
  color: #999999;
  white-space: nowrap;
}

.bolong-news-text p {
  margin: 0 0 18px;
  color: #555555;
  font-size: 16px;
  line-height: 1.55;
}

.bolong-news-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #999999;
  font-size: 14px;
}

.bolong-pagination-mock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 72px;
  color: #222222;
  font-size: 16px;
}

.bolong-pagination-mock span,
.bolong-pagination-mock button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  margin: 0 2px;
  border: 1px solid #dfe5ef;
  background: #ffffff;
  color: #111111;
  font: inherit;
}

.bolong-pagination-mock .is-active {
  color: #e60012;
}

.bolong-pagination-mock em {
  margin: 0 12px;
  color: #111111;
  font-style: normal;
}

.bolong-contact-page {
  min-height: 1240px;
  margin-top: -85px;
  padding: 142px 0 70px;
  background: #050505 url("../images/bolong-contact-bg.webp") center top / cover no-repeat;
  color: #ffffff;
}

.bolong-contact-shell {
  width: min(1548px, calc(100% - 120px));
  margin: 0 auto;
  background: #ffffff;
  color: #111111;
}

.bolong-map-panel {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #dbe7ef;
}

.bolong-map-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bolong-form-panel {
  padding: 44px 24px 36px;
  background: #ffffff;
}

.bolong-form-panel h1 {
  margin: 0 0 42px;
  color: #202020;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.bolong-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 38px;
}

.bolong-form-grid label {
  display: grid;
  gap: 12px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.bolong-form-grid label::first-letter {
  color: inherit;
}

.bolong-form-grid .is-wide {
  grid-column: 1 / -1;
}

.bolong-form-grid input,
.bolong-form-grid textarea {
  width: 100%;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  color: #222222;
  font: inherit;
  padding: 12px 14px;
}

.bolong-form-grid input {
  height: 46px;
}

.bolong-form-grid textarea {
  min-height: 100px;
  resize: vertical;
}

.bolong-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 30px;
  border: 0;
  border-radius: 4px;
  background: var(--ct-blue);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 24px;
}

.bolong-contact-footer-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr) minmax(0, .55fr);
  gap: 80px;
  width: min(1548px, calc(100% - 120px));
  margin: 112px auto 0;
  color: #ffffff;
}

.bolong-contact-footer-info h2,
.bolong-contact-footer-info h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

.bolong-contact-footer-info h3 {
  font-size: 26px;
}

.bolong-contact-footer-info p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.bolong-home-inquiry {
  padding: 0;
  background: #ffffff;
  color: #111111;
}

.bolong-home-inquiry-bg {
  width: min(1760px, calc(100% - 150px));
  margin: 0 auto;
  background: #ffffff;
}

.bolong-home-inquiry-panel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 54px 22px 36px;
  border: 0;
  background: transparent;
  color: #111111;
}

.bolong-home-inquiry-panel h2 {
  margin: 0 0 54px;
  color: #111111;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.bolong-home-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 42px;
}

.bolong-home-form-grid label {
  display: grid;
  gap: 12px;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
}

.bolong-form-label-text {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
}

.bolong-home-form-grid .bolong-required-star {
  display: inline;
  color: #ff2a1a;
}

.bolong-home-form-grid .is-wide {
  grid-column: 1 / -1;
}

.bolong-home-form-grid input,
.bolong-home-form-grid select,
.bolong-home-form-grid textarea {
  width: 100%;
  border: 1px solid #d9dde3;
  background: #ffffff;
  color: #222222;
  font: inherit;
  padding: 12px 16px;
}

.bolong-home-form-grid input,
.bolong-home-form-grid select {
  height: 44px;
}

.bolong-home-form-grid select {
  appearance: auto;
}

.bolong-phone-field {
  display: grid;
  grid-template-columns: minmax(132px, 0.35fr) minmax(0, 1fr);
  gap: 0;
}

.bolong-home-form-grid .bolong-phone-field select {
  border-right: 0;
  border-radius: 0;
}

.bolong-home-form-grid .bolong-phone-field input {
  border-radius: 0;
}

.bolong-home-form-grid textarea {
  min-height: 100px;
  resize: vertical;
}

.bolong-home-submit {
  width: 100%;
  min-height: 44px;
  margin-top: 31px;
  border: 0;
  border-radius: 5px;
  background: var(--ct-blue);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
}

.bolong-home-map {
  height: 250px;
  overflow: hidden;
}

.bolong-home-map img,
.bolong-home-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.bolong-home-map img {
  object-fit: cover;
}

.bolong-home-contact-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 74px 34px 0;
  min-height: 178px;
  background: #ffffff;
}

.bolong-home-contact-cards > div {
  position: relative;
  min-height: 124px;
  padding: 0 24px 0 70px;
  border-left: 1px solid rgba(17, 17, 17, .16);
}

.bolong-home-contact-cards > div:first-child {
  border-left: 0;
}

.bolong-contact-icon {
  position: absolute;
  left: 22px;
  top: 4px;
  width: 34px;
  height: 34px;
  color: var(--ct-blue);
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 30px 30px;
  mask-size: 30px 30px;
}

.bolong-contact-icon::before,
.bolong-contact-icon::after {
  content: none;
}

.bolong-contact-icon.is-phone {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.7 3.3 3.3 4.9 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.3 22 2 13.7 2 3.5 2 2.8 2.5 2.3 3.2 2.3h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .8-.3 1.2l-1.7 2.1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.7 3.3 3.3 4.9 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2C10.3 22 2 13.7 2 3.5 2 2.8 2.5 2.3 3.2 2.3h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .8-.3 1.2l-1.7 2.1Z'/%3E%3C/svg%3E");
}

.bolong-contact-icon.is-whatsapp {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 3.5A11.4 11.4 0 0 0 12.4.2C6.1.2 1 5.3 1 11.6c0 2 .5 3.9 1.5 5.6L1 22.8l5.8-1.5a11.3 11.3 0 0 0 5.5 1.4h.1c6.3 0 11.4-5.1 11.4-11.4 0-3-1.2-5.8-3.3-7.8ZM12.4 20.8h-.1a9.2 9.2 0 0 1-4.7-1.3l-.3-.2-3.4.9.9-3.3-.2-.3a9.3 9.3 0 1 1 7.8 4.2Zm5.1-6.9c-.3-.1-1.7-.8-1.9-.9-.3-.1-.5-.1-.7.1-.2.3-.8.9-1 1.1-.2.2-.4.2-.7.1-.3-.1-1.2-.4-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4s1.1 2.8 1.2 3c.1.2 2.1 3.3 5.2 4.6.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.2-.3-.3-.6-.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 3.5A11.4 11.4 0 0 0 12.4.2C6.1.2 1 5.3 1 11.6c0 2 .5 3.9 1.5 5.6L1 22.8l5.8-1.5a11.3 11.3 0 0 0 5.5 1.4h.1c6.3 0 11.4-5.1 11.4-11.4 0-3-1.2-5.8-3.3-7.8ZM12.4 20.8h-.1a9.2 9.2 0 0 1-4.7-1.3l-.3-.2-3.4.9.9-3.3-.2-.3a9.3 9.3 0 1 1 7.8 4.2Zm5.1-6.9c-.3-.1-1.7-.8-1.9-.9-.3-.1-.5-.1-.7.1-.2.3-.8.9-1 1.1-.2.2-.4.2-.7.1-.3-.1-1.2-.4-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4s1.1 2.8 1.2 3c.1.2 2.1 3.3 5.2 4.6.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.7-.7 1.9-1.3.2-.7.2-1.2.2-1.3-.1-.2-.3-.3-.6-.4Z'/%3E%3C/svg%3E");
}

.bolong-contact-icon.is-pin {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7Zm0 9.7A2.7 2.7 0 1 1 12 6.3a2.7 2.7 0 0 1 0 5.4Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7Zm0 9.7A2.7 2.7 0 1 1 12 6.3a2.7 2.7 0 0 1 0 5.4Z'/%3E%3C/svg%3E");
}

.bolong-contact-icon.is-mail {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1Zm9 7.6L4.6 7H4v.7l8 6 8-6V7h-.6L12 12.6Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1Zm9 7.6L4.6 7H4v.7l8 6 8-6V7h-.6L12 12.6Z'/%3E%3C/svg%3E");
}

.bolong-home-contact-cards h3 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.bolong-home-contact-cards p {
  margin: 0 0 7px;
  color: rgba(17, 17, 17, .82);
  font-size: 17px;
  line-height: 1.55;
}

@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-panel {
  padding: 34px;
  background: var(--ct-dark);
  color: var(--ct-white);
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.contact-value {
  font-size: 17px;
  font-weight: 700;
}

.page-content {
  color: var(--ct-muted);
  font-size: 16px;
}

.spec-list {
  margin: 24px 0 0;
  padding: 22px;
  border-radius: var(--ct-radius);
  background: var(--ct-bg);
  white-space: pre-line;
}

.site-footer,
.jz_web_footer {
  min-height: 430px;
  background: #000000;
  color: #ffffff;
  padding: 76px 0 34px;
}

.bolong-footer-main {
  display: grid;
  grid-template-columns: 1.15fr .95fr 1.45fr .7fr;
  gap: 56px;
  width: min(1660px, calc(100% - 150px));
  margin: 0 auto;
}

.bolong-footer-main h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
}

.bolong-footer-brand h3 {
  max-width: 420px;
  margin: 0 0 66px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
}

.bolong-footer-products div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 48px;
}

.bolong-footer-products a,
.bolong-footer-contact p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
}

.bolong-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}

.bolong-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .58);
  color: #11346e;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.bolong-footer-social:hover {
  background: #ffffff;
  color: #1b4da3;
  transform: translateY(-2px);
}

.bolong-footer-social[aria-disabled="true"] {
  cursor: default;
}

.bolong-footer-social.is-linkedin span {
  font-size: 14px;
}

.bolong-footer-follow img {
  width: 156px;
  height: 156px;
  object-fit: contain;
  background: #ffffff;
}

.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 50px 0 0;
  border-top: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.pagination {
  margin-top: 42px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin-right: 6px;
  border: 1px solid var(--ct-border);
  border-radius: var(--ct-radius);
  background: var(--ct-white);
}

.pagination .current {
  background: var(--ct-blue);
  color: var(--ct-white);
  border-color: var(--ct-blue);
}

.acf-required-notice {
  padding: 16px;
  background: #fff8e5;
  border-left: 4px solid #d88c00;
}

@media (max-width: 900px) {
  .hongrui-about-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0 54px;
  }

  .hongrui-values-grid {
    grid-template-columns: 1fr;
  }

  .certificate-image-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .certificate-image-grid img:nth-child(3):last-child {
    grid-column: auto;
  }

  .header-inner {
    min-height: 70px;
  }

  .site-branding {
    min-width: 0;
  }

  .hongrui-brand-text small {
    display: none;
  }

  .hongrui-brand-text strong {
    font-size: 24px;
  }

  .hongrui-logo {
    width: 52px;
    height: 52px;
  }

  .header-actions {
    display: inline-flex;
    gap: 10px;
  }

  .header-actions .purchase-link {
    display: none;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 13px;
    z-index: 70;
    background: #ffffff !important;
    color: #111111 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu-toggle > span[aria-hidden="true"] {
    display: none;
  }

  .menu-toggle::before {
    content: "\2630";
    font-size: 24px;
    line-height: 1;
  }

  .custom-logo,
  .site-logo-fallback img {
    max-width: 220px;
  }

  .main-navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background: var(--ct-white);
    border-bottom: 1px solid var(--ct-border);
  }

  .main-navigation a {
    color: #233044;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 16px 0 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .main-navigation li {
    width: 100%;
  }

  .product-menu-dropdown,
  .main-navigation .sub-menu {
    position: static;
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 6px 0;
    background: #f1f5f9;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .product-menu-dropdown::before,
  .main-navigation .sub-menu::before {
    display: none;
  }

  .main-navigation .product-menu-dropdown a,
  .main-navigation .sub-menu a {
    color: #233044;
    text-align: left;
    padding: 10px 16px;
  }

  .hero-section,
  .page-hero {
    min-height: 560px;
  }

.hero-section {
    align-items: flex-start;
    background: #eaf9fb;
  }

  .hero-content {
    padding: 140px 28px 60px 40px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 32px;
  }

  .hero-button {
    margin-top: 58px;
  }

  .hero-arrow {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .about-grid,
  .contact-grid,
  .single-product-grid,
  .product-detail-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .stats-grid,
  .bolong-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .certificate-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-main-image {
    min-height: 420px;
  }

  .product-main-image img {
    max-height: 420px;
  }

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

  .bolong-feature-card {
    min-height: 560px;
  }

  .bolong-feature-card h2 {
    font-size: 40px;
  }

  .bolong-feature-card span {
    font-size: 22px;
  }

  .bolong-feature-card p {
    font-size: 18px;
  }

  .bolong-tab-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: none;
  }

  .bolong-about-grid,
  .bolong-logistics-card {
    grid-template-columns: 1fr;
  }

  .bolong-logistics-card.reverse > div:first-child,
  .bolong-logistics-card.reverse > div:last-child {
    order: initial;
  }

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

  .bolong-page-banner {
    min-height: 360px;
    margin-top: -70px;
    padding-top: 70px;
  }

  .bolong-page-banner-title {
    width: min(100% - 40px, 1180px);
    padding-top: 112px;
    font-size: 38px;
  }

  .bolong-about-page-intro {
    padding-bottom: 120px;
  }

  .bolong-about-page-inner,
  .bolong-contact-footer-info {
    grid-template-columns: 1fr;
  }

  .bolong-timeline-card {
    min-height: 760px;
  }

  .bolong-timeline-panel,
  .bolong-timeline-content {
    left: 40px;
    right: 40px;
    bottom: 168px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bolong-timeline-image,
  .bolong-timeline-image img {
    min-height: 210px;
  }

  .bolong-news-page-grid,
  .bolong-news-page-grid > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .bolong-review-grid,
  .bolong-review-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .bolong-contact-page {
    margin-top: -70px;
    padding-top: 108px;
  }

  .bolong-contact-shell,
  .bolong-contact-footer-info {
    width: min(100% - 40px, 1180px);
  }

  .bolong-form-grid {
    grid-template-columns: 1fr;
  }

  .bolong-home-inquiry-panel {
    width: min(100% - 40px, 1180px);
  }

  .bolong-home-contact-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bolong-home-contact-columns > div {
    border-left: 0;
    padding: 0;
  }

  .bolong-home-inquiry-bg,
  .bolong-footer-main {
    width: min(100% - 40px, 1180px);
  }

  .bolong-home-contact-cards,
  .bolong-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bolong-home-contact-cards > div {
    border-left: 0;
    padding-left: 64px;
  }

  .bolong-footer-products div {
    grid-template-columns: 1fr;
  }

  .bolong-footer-socials {
    margin-left: 40px;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .hero-content,
  .page-hero-content,
  .section-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .custom-logo,
  .site-logo-fallback img {
    max-width: 190px;
  }

  .hongrui-brand {
    gap: 10px;
  }

  .hongrui-brand-text strong {
    font-size: 21px;
  }

  .hongrui-logo {
    width: 46px;
    height: 46px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-subtitle {
    font-size: 30px;
  }

  .section-title {
    font-size: 28px;
  }

  .service-grid,
  .product-grid,
  .stats-grid,
  .bolong-stats-grid,
  .bolong-news-grid,
  .certificate-image-grid {
    grid-template-columns: 1fr;
  }

  .product-catalog-section .section-inner {
    gap: 42px;
  }

  .product-category-nav {
    padding: 12px;
  }

  .product-category-nav a {
    width: 100%;
    justify-content: center;
  }

  .product-detail-inner,
  .product-info-inner {
    width: min(100% - 28px, 1180px);
  }

  .product-main-image {
    min-height: 320px;
  }

  .product-main-image img {
    max-height: 320px;
  }

  .product-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .product-thumb {
    height: 88px;
  }

  .product-spec-table,
  .product-spec-table tbody,
  .product-spec-table tr,
  .product-spec-table th,
  .product-spec-table td {
    display: block;
    width: 100%;
  }

  .product-spec-table th {
    border-bottom: 0;
  }

  .blog-detail-title {
    font-size: 30px;
  }

  .blog-detail-nav {
    display: grid;
  }

  .bolong-process-inner h2,
  .bolong-feature-card h2 {
    font-size: 32px;
  }

  .bolong-process-inner p {
    font-size: 18px;
  }

  .bolong-process-grid {
    grid-template-columns: 1fr;
    font-size: 17px;
  }

  .bolong-feature-card > div {
    margin-left: 28px;
  }

  .bolong-tab-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: none;
  }

  .bolong-tab-panel h3,
  .bolong-about-grid h2,
  .bolong-logistics-card h2 {
    font-size: 30px;
  }

  .bolong-contact-form {
    padding: 22px;
  }

  .bolong-page-banner-title {
    font-size: 30px;
  }

  .bolong-about-page-inner,
  .bolong-news-page-grid,
  .bolong-contact-shell,
  .bolong-contact-footer-info {
    width: min(100% - 28px, 1180px);
  }

  .bolong-news-page-card {
    grid-template-columns: 1fr;
  }

  .bolong-review-grid {
    width: min(100% - 28px, 1180px);
  }

  .bolong-review-title {
    font-size: 32px;
  }

  .bolong-news-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 255 / 162;
  }

  .bolong-timeline-years button {
    font-size: 20px;
  }

  .bolong-timeline-card {
    min-height: 700px;
  }

  .bolong-contact-footer-info {
    gap: 28px;
  }

  .bolong-home-inquiry-panel {
    width: min(100% - 28px, 1180px);
    padding: 22px;
  }

  .bolong-home-form-grid {
    grid-template-columns: 1fr;
  }

  .bolong-home-inquiry-bg,
  .bolong-footer-main {
    width: min(100% - 28px, 1180px);
  }

  .bolong-home-inquiry-panel {
    padding: 36px 16px 28px;
  }

  .bolong-home-inquiry-panel h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .bolong-home-contact-cards {
    padding: 42px 18px 12px;
  }

  .bolong-home-contact-cards h3,
  .bolong-footer-main h2 {
    font-size: 22px;
  }

  .bolong-footer-brand h3 {
    font-size: 24px;
  }
}
