: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);
}

* {
  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: rgba(0, 0, 0, 0.5);
  border-bottom: 0;
}

.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: 305px;
}

.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 a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

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

.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-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  white-space: nowrap;
}

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

.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;
}

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

.hero-section,
.page-hero {
  position: relative;
  min-height: calc(100vw * 0.46875);
  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.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;
  font-size: 42px;
  line-height: 1.45;
  font-weight: 400;
}

.hero-subtitle {
  max-width: 900px;
  font-size: 42px;
  line-height: 1.45;
  font-weight: 400;
}

.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);
}

.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);
}

.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);
}

.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-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-image {
  aspect-ratio: 4 / 3;
  background: #f7f7f7;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.product-body {
  padding: 20px 14px 28px;
}

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

.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-template-columns: repeat(4, minmax(0, 1fr));
  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;
}

.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;
  color: #536070;
  font-size: 18px;
}

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

.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-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;
}

@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 {
  background: #101722;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
}

.footer-title {
  margin: 0 0 12px;
  color: var(--ct-white);
  font-size: 22px;
}

.footer-navigation ul {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.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) {
  .header-inner {
    min-height: 70px;
  }

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

  .header-actions {
    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;
  }

  .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,
  .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));
  }

  .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-template-columns: repeat(2, minmax(0, 1fr));
  }

  .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));
  }

  .footer-navigation ul {
    justify-content: flex-start;
  }
}

@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;
  }

  .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;
  }

  .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-template-columns: 1fr;
  }

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

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