html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
.sibata-page {
  font-family: "Noto Sans SC", "Noto Sans JP", "Inter", "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #333333;
  background: #ffffff;
  line-height: 1.7;
  padding-top: 64px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sibata-page a {
  color: #FF5E14;
}
.sibata-page a:hover {
  color: #E65512;
  text-decoration: none;
}
.sibata-page a.btn-primary-sibata,
.sibata-page a.btn-outline-sibata {
  color: #fff;
}
.sibata-page a.btn-outline-sibata {
  color: #666666;
  border: 1px solid #E4E7ED;
}
.sibata-page img {
  max-width: 100%;
}
.section {
  padding: 80px 0;
  background: #ffffff;
}
.section .container,
.sibata-footer .container {
  width: 100%;
  max-width: 1280px;
  padding: 0 32px;
}
.section-alt {
  background: linear-gradient(to bottom, rgba(255, 239, 232, 0.45), #ffffff);
}
.section-head {
  text-align: center;
  margin-bottom: 60px;
}
.section-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.section-head .head-underline {
  display: block;
  width: 64px;
  height: 4px;
  background: #FF5E14;
  margin: 0 auto;
  border-radius: 4px;
}
.section-head p {
  color: #999999;
  font-size: 15px;
  margin: 12px auto 0;
  max-width: 640px;
}
.block-title {
  font-size: 24px;
  font-weight: 700;
  margin: 56px 0 32px;
  color: #333333;
  text-align: center;
}
.navbar-sibata {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  min-height: 64px;
  margin-bottom: 0;
}
.navbar-sibata .container {
  width: 100%;
  max-width: 1280px;
}
.navbar-sibata .navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  height: 64px;
}
.navbar-sibata .navbar-brand .brand-logo {
  height: 40px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
.navbar-sibata .navbar-brand .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.navbar-sibata .navbar-brand .brand-name {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.navbar-sibata .navbar-brand .brand-sub {
  font-size: 10px;
  color: #A6A6A6;
  letter-spacing: 0.06em;
}
.navbar-sibata .navbar-nav > li > a {
  color: #5A5A5A;
  font-size: 14px;
  padding: 22px 22px;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}
.navbar-sibata .navbar-nav > li:not(.lang-switch) > a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 22px;
  right: 22px;
  height: 2px;
  background: #FF5E14;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.navbar-sibata .navbar-nav > li:not(.lang-switch) > a:hover,
.navbar-sibata .navbar-nav > li:not(.lang-switch).active > a,
.navbar-sibata .navbar-nav > li:not(.lang-switch).active > a:hover {
  color: #FF5E14;
  background: transparent;
}
.navbar-sibata .navbar-nav > li:not(.lang-switch) > a:hover::after,
.navbar-sibata .navbar-nav > li:not(.lang-switch).active > a::after {
  transform: scaleX(1);
}
.navbar-sibata .navbar-toggle {
  margin-top: 14px;
  border-color: #E4E7ED;
}
.navbar-sibata .navbar-toggle .icon-bar {
  background: #333333;
}
.navbar-sibata .lang-switch {
  height: 64px;
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.navbar-sibata .lang-switch .lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 94, 20, 0.08);
  color: #E65512;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 94, 20, 0.2);
  transition: all 0.25s;
}
.navbar-sibata .lang-switch .lang-toggle .fa-globe {
  font-size: 15px;
}
.navbar-sibata .lang-switch .lang-toggle .caret {
  opacity: 0.7;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.navbar-sibata .lang-switch .lang-toggle:hover,
.navbar-sibata .lang-switch .lang-toggle:focus {
  background: #FF5E14;
  color: #fff;
  border-color: #FF5E14;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(255, 94, 20, 0.3);
}
.navbar-sibata .lang-switch .dropdown-menu {
  top: 100%;
  min-width: 160px;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  padding: 8px;
  margin-top: 6px;
}
.navbar-sibata .lang-switch .dropdown-menu li {
  border-radius: 8px;
  overflow: hidden;
}
.navbar-sibata .lang-switch .dropdown-menu li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  border-radius: 8px;
  transition: all 0.2s;
}
.navbar-sibata .lang-switch .dropdown-menu li > a .fa-check {
  visibility: hidden;
  font-size: 12px;
  color: #FF5E14;
}
.navbar-sibata .lang-switch .dropdown-menu li > a:hover {
  background: #FFEFE8;
  color: #E65512;
}
.navbar-sibata .lang-switch .dropdown-menu li.active > a {
  background: rgba(255, 94, 20, 0.1);
  color: #E65512;
  font-weight: 600;
}
.navbar-sibata .lang-switch .dropdown-menu li.active > a .fa-check {
  visibility: visible;
}
.navbar-sibata .lang-switch-header {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #FFEFE8 0%, #ffffff 50%, #FFF3EC 100%);
  color: #333333;
}
.hero .container {
  width: 100%;
  max-width: 1280px;
  padding: 0 32px;
}
.hero::before,
.hero::after {
  content: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 96px 0 88px;
  max-width: 820px;
}
.hero-tagline {
  display: inline-flex;
  align-items: center;
  color: #E65512;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 7px 18px;
  border-radius: 4px;
  background: rgba(255, 94, 20, 0.1);
  border: 1px solid rgba(255, 94, 20, 0.18);
  letter-spacing: 0.06em;
}
.hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 28px;
  color: #333333;
  letter-spacing: -0.025em;
}
.hero-title span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #FF5E14;
  margin-top: 14px;
  letter-spacing: 0.08em;
}
.hero-desc {
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat-card {
  background: #ffffff;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.stat-card .stat-value {
  font-size: 30px;
  font-weight: 700;
  color: #FF5E14;
  line-height: 1;
}
.stat-card .stat-label {
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
}
.btn-primary-sibata {
  background: #FF5E14;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.btn-primary-sibata:hover {
  background: #E65512;
  color: #fff;
}
.btn-outline-sibata {
  background: transparent;
  color: #666666;
  border: 1px solid #E4E7ED;
  padding: 11px 26px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s;
}
.btn-outline-sibata:hover {
  border-color: #FF5E14;
  color: #FF5E14;
  background: transparent;
}
.section .btn-outline-sibata {
  color: #FF5E14;
  border-color: #FF5E14;
}
.section .btn-outline-sibata:hover {
  background: #FF5E14;
  color: #fff;
}
.about-intro {
  display: flex;
  align-items: stretch;
  margin-bottom: 80px;
}
.about-intro-text {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
}
.about-text p {
  color: #666666;
  font-size: 15.5px;
  margin-bottom: 16px;
  line-height: 1.8;
}
.feature-panel {
  background: linear-gradient(135deg, #FFEFE8, #FFF3EC);
  border-radius: 10px;
  padding: 32px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
}
.feature-card-v2 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card-v2 .feature-icon {
  width: 40px;
  height: 40px;
  background: #FFDFD0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #FF5E14;
}
.feature-card-v2 .feature-icon svg {
  width: 20px;
  height: 20px;
}
.feature-card-v2 .feature-icon .fa {
  font-size: 18px;
}
.feature-card-v2 h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #333333;
}
.feature-card-v2 p {
  font-size: 12px;
  color: #999999;
  margin: 0;
}
.feature-card-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.timeline-wrap {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
.timeline-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #FFDFD0;
}
@media (min-width: 768px) {
  .timeline-wrap::before {
    left: 50%;
    transform: translateX(-1px);
  }
}
.timeline-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .timeline-item {
    padding-left: 0;
    width: 50%;
  }
  .timeline-item:nth-child(odd) {
    margin-left: 0;
    padding-right: 40px;
    text-align: right;
  }
  .timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-left: 40px;
    text-align: left;
  }
}
.timeline-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF5E14;
  top: 6px;
  left: -5px;
  box-shadow: 0 0 0 4px #fff;
}
@media (min-width: 768px) {
  .timeline-item:nth-child(odd) .timeline-dot {
    left: auto;
    right: -6px;
  }
  .timeline-item:nth-child(even) .timeline-dot {
    left: -6px;
  }
}
.timeline-year {
  font-size: 18px;
  font-weight: 700;
  color: #FF5E14;
  margin-bottom: 4px;
}
.timeline-text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}
.advantage-card {
  text-align: center;
  padding: 24px 16px;
}
.advantage-icon {
  width: 64px;
  height: 64px;
  background: #FFEFE8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #FF5E14;
}
.advantage-icon svg {
  width: 32px;
  height: 32px;
}
.advantage-icon .fa {
  font-size: 28px;
}
.advantage-card h4 {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  margin: 0 0 8px;
}
.advantage-card p {
  font-size: 14px;
  color: #999999;
  margin: 0;
  line-height: 1.7;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.accordion-item {
  background: #fff;
  border: 1px solid #FFDFD0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}
.accordion-header:hover {
  background: rgba(255, 239, 232, 0.45);
}
.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accordion-icon-box {
  width: 48px;
  height: 48px;
  background: #FFDFD0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5E14;
  flex-shrink: 0;
}
.accordion-icon-box svg {
  width: 24px;
  height: 24px;
}
.accordion-icon-box .fa {
  font-size: 22px;
}
.accordion-title-group {
  display: flex;
  flex-direction: column;
}
.accordion-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}
.accordion-meta {
  font-size: 13px;
  color: #999999;
  margin-top: 2px;
}
.accordion-chevron {
  color: #999999;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.accordion-chevron svg {
  width: 20px;
  height: 20px;
}
.accordion-chevron .fa {
  font-size: 18px;
}
.accordion-item.open .accordion-chevron {
  transform: rotate(180deg);
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.3s ease;
}
.accordion-body.open {
  max-height: 3000px;
  opacity: 1;
  transition: max-height 0.7s ease-in, opacity 0.3s ease;
}
.accordion-body-inner {
  padding: 8px 24px 24px;
}
.accordion-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.accordion-brand-card {
  background: rgba(255, 239, 232, 0.45);
  border: 1px solid #FFDFD0;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s;
}
.accordion-brand-card:hover {
  background: #FFEFE8;
  border-color: #FF7E43;
}
.accordion-brand-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.accordion-brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.accordion-brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.accordion-brand-name {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
}
.accordion-brand-count {
  font-size: 12px;
  color: #FF5E14;
  margin-top: 2px;
}
.accordion-brand-lines {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-brand-lines li {
  font-size: 13px;
  color: #666666;
  line-height: 1.9;
}
.product-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 0;
  transition: all 0.2s;
  color: #333333;
  text-decoration: none;
}
.product-card:hover {
  border-color: #FF7E43;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  text-decoration: none;
  color: #333333;
}
.product-img {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-brand {
  color: #FF5E14;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}
.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-model {
  font-size: 12px;
  color: #A6A6A6;
}
.pc-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 8px;
}
.pc-sidebar {
  flex: 0 0 200px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 16px 12px;
  position: sticky;
  top: 80px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pc-side-title {
  font-size: 13px;
  font-weight: 700;
  color: #999999;
  letter-spacing: 0.05em;
  padding: 0 8px 10px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 8px;
}
.pc-brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pc-brand-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: #666666;
  transition: all 0.2s;
  position: relative;
}
.pc-brand-item .pc-brand-name {
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-brand-item:hover {
  background: #FFEFE8;
  color: #333333;
}
.pc-brand-item.active {
  background: #FFEFE8;
  color: #FF5E14;
  font-weight: 600;
}
.pc-brand-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #FF5E14;
  border-radius: 0 3px 3px 0;
}
.pc-brand-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: #FF5E14;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.pc-brand-logo span {
  font-size: 12px;
  font-weight: 700;
}
.pc-brand-count {
  font-size: 11px;
  color: #A6A6A6;
  background: #F0F0F0;
  border-radius: 4px;
  padding: 1px 7px;
  flex-shrink: 0;
}
.pc-brand-item.active .pc-brand-count {
  background: #FFDFD0;
  color: #E65512;
}
.pc-main {
  flex: 1;
  min-width: 0;
}
.pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.pc-tag {
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  background: #fff;
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.pc-tag:hover {
  border-color: #FF7E43;
  color: #FF5E14;
}
.pc-tag.active {
  background: #FF5E14;
  color: #fff;
  border-color: transparent;
}
.pc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 12px;
}
.pc-item {
  position: relative;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.2s;
  cursor: default;
}
.pc-item:hover {
  border-color: #FF7E43;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.pc-item-logo {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  background: #FF5E14;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.pc-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.pc-item-logo span {
  font-size: 11px;
  font-weight: 700;
}
.pc-item-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.pc-item-img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: transform 0.3s;
}
.pc-item:hover .pc-item-img img {
  transform: scale(1.05);
}
.pc-item-model {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pc-item-name {
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-empty {
  text-align: center;
  padding: 48px 0;
  color: #A6A6A6;
  font-size: 14px;
}
.pc-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.pc-pager .pc-pager-info {
  font-size: 13px;
  color: #999999;
  margin-right: 10px;
  white-space: nowrap;
}
.pc-pager .pc-page-btn {
  min-width: 36px;
  height: 34px;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #E4E7ED;
  border-radius: 8px;
  background: #ffffff;
  font-size: 13px;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.pc-pager .pc-page-btn:hover:not(.disabled):not(.active) {
  border-color: #FF5E14;
  color: #FF5E14;
}
.pc-pager .pc-page-btn.active {
  background: #FF5E14;
  border-color: #FF5E14;
  color: #fff;
  font-weight: 600;
}
.pc-pager .pc-page-btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.pc-pager .pc-page-ellipsis {
  padding: 0 4px;
  color: #999999;
  line-height: 34px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .brand-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .brand-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
.brand-item {
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 16px 8px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.brand-item .brand-logo-box {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.brand-item .brand-logo-box img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}
.brand-item .brand-logo-ph {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFDFD0;
  color: #E65512;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto 8px;
}
.brand-item .brand-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
}
.brand-item .brand-name-en {
  display: block;
  font-size: 11px;
  color: #A6A6A6;
}
.brand-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.news-grid {
  margin-top: 10px;
}
.news-card {
  display: block;
  background: #fff;
  border: 1px solid #FFDFD0;
  border-radius: 10px;
  margin-bottom: 24px;
  transition: box-shadow 0.2s;
  color: #333333;
  overflow: hidden;
}
.news-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.news-card-body {
  padding: 24px;
}
.news-tag {
  color: #FF5E14;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.news-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-excerpt {
  color: #999999;
  font-size: 13px;
  margin: 0 0 16px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-date {
  font-size: 12px;
  color: #A6A6A6;
}
.news-more-wrap {
  text-align: center;
  margin-top: 24px;
}
.news-more-hidden {
  display: none;
}
.btn-news-more {
  background: #fff;
  border: 2px solid #FF5E14;
  color: #FF5E14;
  padding: 10px 32px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-news-more:hover {
  background: #FF5E14;
  color: #fff;
}
#contact {
  position: relative;
  background: #ffffff;
  padding: 48px 0 0;
}
#contact .section-head {
  margin-bottom: 40px;
}
#contact::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 3952 / 685;
  background: url("../img/sibata/contact-bg.jpg") center center / 100% 100% no-repeat;
}
.contact-grid {
  margin-top: 10px;
}
.contact-card-v2 {
  background: linear-gradient(135deg, #FFEFE8, #FFF3EC);
  border: 1px solid #FFDFD0;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}
.contact-icon-box {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 12px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5E14;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.contact-icon-box svg {
  width: 24px;
  height: 24px;
}
.contact-icon-box .fa {
  font-size: 22px;
}
.contact-card-v2 h4 {
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  margin: 0 0 8px;
}
.contact-card-v2 p {
  color: #666666;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
.contact-card-v2 .contact-sub {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}
.sibata-footer {
  background: #ffffff;
  color: #666666;
  padding: 48px 0 24px;
  border-top: 1px solid #E4E7ED;
}
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-brand-row .footer-logo {
  height: 36px;
  width: auto;
  opacity: 0.95;
}
.footer-brand-row .footer-brand-name {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.footer-brand-en {
  font-size: 11px;
  color: #A6A6A6;
}
.footer-intro {
  font-size: 14px;
  line-height: 1.7;
}
.footer-title {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.footer-links li a {
  color: #666666;
  font-size: 14px;
}
.footer-links li a:hover {
  color: #FF5E14;
}
.sibata-footer .footer-contact-list {
  font-size: 14px;
  color: #666666;
}
.sibata-footer .footer-contact-list p {
  margin-bottom: 8px;
}
.sibata-footer .footer-contact-list .fa {
  color: #FF5E14;
  margin-right: 6px;
}
.footer-copyright {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #E4E7ED;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
@media (max-width: 767px) {
  .sibata-page {
    padding-top: 56px;
  }
  .navbar-sibata {
    min-height: 56px;
  }
  .navbar-sibata .navbar-brand {
    padding: 8px 15px;
  }
  .navbar-sibata .navbar-brand .brand-logo {
    height: 26px;
  }
  .navbar-sibata .navbar-brand .brand-name {
    font-size: 13px;
  }
  .navbar-sibata .navbar-brand .brand-sub {
    display: none;
  }
  .navbar-sibata .navbar-nav {
    margin: 0;
    background: #fff;
  }
  .navbar-sibata .navbar-nav > li > a {
    padding: 12px 20px;
    border-bottom: 1px solid #E4E7ED;
  }
  .navbar-sibata .navbar-nav > li > a::after {
    display: none;
  }
  .navbar-sibata .navbar-collapse .lang-switch {
    display: none;
  }
  .navbar-sibata .lang-switch-header {
    display: flex;
    align-items: center;
    float: right;
    height: 56px;
    margin: 0 10px 0 0;
  }
  .navbar-sibata .lang-switch-header .lang-toggle {
    padding: 5px 12px;
    font-size: 12px;
  }
  .navbar-sibata .lang-switch-header .lang-toggle .fa-globe {
    font-size: 13px;
  }
  .navbar-sibata .lang-switch-header .lang-toggle .caret {
    border-top-width: 3px;
    border-right-width: 3px;
    border-left-width: 3px;
  }
  .navbar-sibata .lang-switch-header .dropdown-menu {
    min-width: 140px;
  }
  .hero-content {
    padding: 56px 0 48px;
  }
  .hero-title {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .hero-title span {
    font-size: 17px;
    margin-top: 10px;
    letter-spacing: 0.04em;
  }
  .hero-desc {
    font-size: 15px;
  }
  .hero-actions {
    margin-bottom: 40px;
  }
  .hero .container,
  .section .container,
  .sibata-footer .container {
    padding: 0 20px;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .stat-card {
    padding: 16px;
  }
  .stat-card .stat-value {
    font-size: 24px;
  }
  .section {
    padding: 48px 0;
  }
  .section-head {
    margin-bottom: 32px;
  }
  .section-head h2 {
    font-size: 26px;
  }
  .block-title {
    font-size: 20px;
    margin: 32px 0 20px;
  }
  #contact {
    padding: 40px 0 0;
  }
  #contact .section-head {
    margin-bottom: 28px;
  }
  #contact::after {
    aspect-ratio: auto;
    height: 160px;
    background-size: cover;
  }
  .about-intro {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-intro-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .about-subtitle {
    font-size: 20px;
  }
  .feature-panel {
    padding: 20px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .timeline-item,
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 0;
    text-align: left;
  }
  .timeline-item:nth-child(odd) .timeline-dot,
  .timeline-item:nth-child(even) .timeline-dot {
    left: -5px;
    right: auto;
  }
  .advantage-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .accordion-header {
    padding: 16px;
  }
  .accordion-header-left {
    gap: 12px;
  }
  .accordion-icon-box {
    width: 40px;
    height: 40px;
  }
  .accordion-title {
    font-size: 16px;
  }
  .accordion-body-inner {
    padding: 8px 16px 16px;
  }
  .accordion-brand-grid {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-card {
    padding: 12px;
  }
  .product-img {
    height: 140px;
  }
  .pc-layout {
    flex-direction: column;
    gap: 16px;
  }
  .pc-sidebar {
    position: static;
    flex: none;
    padding: 12px;
  }
  .pc-side-title {
    display: none;
  }
  .pc-brand-list {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .pc-brand-list::-webkit-scrollbar {
    height: 4px;
  }
  .pc-brand-list::-webkit-scrollbar-thumb {
    background: #E4E7ED;
    border-radius: 2px;
  }
  .pc-brand-item {
    flex-shrink: 0;
    padding: 7px 12px;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
  }
  .pc-brand-item.active::before {
    display: none;
  }
  .pc-brand-item .pc-brand-count {
    display: none;
  }
  .pc-brand-logo {
    width: 22px;
    height: 22px;
  }
  .pc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .pc-item {
    padding: 8px;
  }
  .pc-item-logo {
    width: 20px;
    height: 20px;
    top: 6px;
    left: 6px;
  }
  .pc-item-img {
    height: 110px;
    margin-bottom: 6px;
  }
  .pc-item-model {
    font-size: 12px;
  }
  .pc-item-name {
    font-size: 11px;
  }
  .pc-pager {
    gap: 4px;
    margin-top: 16px;
  }
  .pc-pager .pc-pager-info {
    display: none;
  }
  .pc-pager .pc-page-btn {
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .brand-item {
    padding: 12px 4px;
  }
  .news-card {
    margin-bottom: 16px;
  }
  .news-card-body {
    padding: 18px 16px;
  }
  .news-title {
    font-size: 15px;
  }
  .news-excerpt {
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
  }
  .contact-card-v2 {
    padding: 20px;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    font-size: 44px;
  }
  .hero-title span {
    font-size: 22px;
  }
  .hero-content {
    padding: 72px 0 64px;
  }
  .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .advantage-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .about-intro-text {
    padding-right: 24px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
.ps-top {
  background: linear-gradient(to bottom, #FFEFE8, #fff);
  padding: 24px 0 8px;
}
.ps-breadcrumb {
  font-size: 13px;
  color: #999999;
  margin-bottom: 28px;
}
.ps-breadcrumb a {
  color: #999999;
}
.ps-breadcrumb a:hover {
  color: #FF5E14;
}
.ps-breadcrumb .ps-sep {
  margin: 0 6px;
  color: #A6A6A6;
}
.ps-breadcrumb .ps-current {
  color: #666666;
}
.ps-page-head {
  text-align: center;
  padding: 8px 0 16px;
}
.ps-page-head .ps-page-title {
  font-size: 34px;
  font-weight: 800;
  color: #333333;
  margin: 0;
  letter-spacing: -0.01em;
}
.ps-page-head .ps-page-sub {
  font-size: 20px;
  font-weight: 600;
  color: #E4E7ED;
  letter-spacing: 0.18em;
  margin: 10px 0 14px;
  text-transform: uppercase;
}
.ps-page-head .ps-head-line {
  display: block;
  width: 56px;
  height: 3px;
  background: #FF5E14;
  margin: 0 auto;
  border-radius: 4px;
}
.ps-section {
  padding-top: 32px;
}
.ps-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.ps-sidebar {
  flex: 0 0 220px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 14px 10px;
  position: sticky;
  top: 84px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.ps-side-title {
  font-size: 13px;
  font-weight: 700;
  color: #999999;
  letter-spacing: 0.05em;
  padding: 4px 10px 12px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 8px;
}
.ps-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ps-cat-list-scroll {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ps-cat-list-scroll::-webkit-scrollbar {
  width: 5px;
}
.ps-cat-list-scroll::-webkit-scrollbar-thumb {
  background: #E4E7ED;
  border-radius: 3px;
}
a.pc-tag {
  text-decoration: none;
  color: #666666;
}
a.pc-tag:hover {
  border-color: #FF7E43;
  color: #FF5E14;
}
a.pc-tag.active,
a.pc-tag.active:hover {
  background: #FF5E14;
  color: #fff;
  border-color: transparent;
}
.ps-cat-item {
  position: relative;
}
.ps-cat-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #666666;
  transition: all 0.2s;
}
.ps-cat-item .ps-cat-name {
  font-size: 14px;
  line-height: 1.3;
}
.ps-cat-item .ps-cat-count {
  font-size: 11px;
  color: #A6A6A6;
  background: #F0F0F0;
  border-radius: 4px;
  padding: 1px 8px;
  flex-shrink: 0;
}
.ps-cat-item:hover > a {
  background: #FFEFE8;
  color: #333333;
  text-decoration: none;
}
.ps-cat-item.active > a {
  background: #FFEFE8;
  color: #FF5E14;
  font-weight: 600;
}
.ps-cat-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: #FF5E14;
  border-radius: 0 3px 3px 0;
}
.ps-cat-item.active .ps-cat-count {
  background: #FFDFD0;
  color: #E65512;
}
.ps-main {
  flex: 1;
  min-width: 0;
}
.ps-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 2px;
}
.ps-result-count {
  font-size: 14px;
  color: #999999;
}
.ps-result-count .ps-result-num {
  font-style: normal;
  font-weight: 700;
  color: #FF5E14;
  margin: 0 2px;
  font-size: 16px;
}
.ps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ps-layout-home .ps-card {
  display: none;
}
.ps-card {
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 14px;
  transition: all 0.2s;
  cursor: default;
}
.ps-card:hover {
  border-color: #FF7E43;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.ps-card-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.ps-card-img img {
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  transition: transform 0.3s;
}
.ps-card:hover .ps-card-img img {
  transform: scale(1.05);
}
.ps-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #FF5E14;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ps-card-desc {
  font-size: 13px;
  color: #999999;
  margin-top: 4px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ps-empty {
  text-align: center;
  padding: 80px 0;
  color: #A6A6A6;
  font-size: 14px;
}
.ps-pager {
  margin-top: 28px;
}
.ps-pager .pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.ps-pager .pagination li {
  display: inline-block;
  float: none;
}
.ps-pager .pagination li > a,
.ps-pager .pagination li > span {
  float: none;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  border: 1px solid #E4E7ED !important;
  border-radius: 8px !important;
  background: #fff;
  color: #666666;
  font-size: 13px;
  margin: 0 !important;
  transition: all 0.2s;
}
.ps-pager .pagination li > a:hover,
.ps-pager .pagination li > a:focus {
  border-color: #FF5E14 !important;
  color: #FF5E14 !important;
  background: #fff !important;
}
.ps-pager .pagination li.active > a,
.ps-pager .pagination li.active > span {
  background: #FF5E14 !important;
  border-color: #FF5E14 !important;
  color: #fff !important;
  font-weight: 600;
}
.ps-pager .pagination li.disabled > a,
.ps-pager .pagination li.disabled > span {
  opacity: 0.45;
  cursor: not-allowed;
}
.pc-view-all {
  text-align: center;
  margin-top: 28px;
}
.btn-view-all {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #FF5E14;
  border-radius: 4px;
  color: #FF5E14;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  transition: all 0.2s;
}
.btn-view-all i {
  margin-left: 4px;
  transition: transform 0.2s;
}
.btn-view-all:hover {
  background: #FF5E14;
  color: #fff;
  text-decoration: none;
}
.btn-view-all:hover i {
  transform: translateX(3px);
}
@media (max-width: 991px) {
  .ps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ps-sidebar {
    flex-basis: 190px;
  }
  .ps-card-img {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .ps-top {
    padding: 16px 0 4px;
  }
  .ps-breadcrumb {
    margin-bottom: 16px;
  }
  .ps-page-head .ps-page-title {
    font-size: 26px;
  }
  .ps-page-head .ps-page-sub {
    font-size: 15px;
    letter-spacing: 0.12em;
  }
  .ps-section {
    padding-top: 20px;
    padding-bottom: 48px;
  }
  .ps-layout {
    flex-direction: column;
    gap: 16px;
  }
  .ps-sidebar {
    position: static;
    flex: none;
    padding: 10px;
  }
  .ps-side-title {
    display: none;
  }
  .ps-cat-list {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .ps-cat-list::-webkit-scrollbar {
    height: 4px;
  }
  .ps-cat-list::-webkit-scrollbar-thumb {
    background: #E4E7ED;
    border-radius: 2px;
  }
  .ps-cat-list-scroll {
    display: block;
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .ps-cat-item {
    flex-shrink: 0;
  }
  .ps-cat-item.active::before {
    display: none;
  }
  .ps-cat-item > a {
    padding: 7px 12px;
    border: 1px solid #E4E7ED;
  }
  .ps-cat-item .ps-cat-count {
    display: none;
  }
  .ps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .ps-card {
    padding: 10px;
  }
  .ps-card-img {
    height: 130px;
    margin-bottom: 8px;
  }
  .ps-card-title {
    font-size: 13px;
  }
  .ps-card-desc {
    font-size: 11px;
    -webkit-line-clamp: 1;
  }
  .ps-pager .pagination li > a,
  .ps-pager .pagination li > span {
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0 8px;
  }
}
a.ps-card {
  text-decoration: none;
  color: inherit;
}
a.ps-card:hover {
  color: inherit;
  text-decoration: none;
}
.pd-main {
  padding: 16px 0 64px;
}
.pd-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 8px;
}
.pd-gallery {
  flex: 0 0 420px;
}
.pd-main-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #F5F5F5;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-main-img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.pd-info {
  flex: 1;
  min-width: 0;
}
.pd-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px;
  line-height: 1.4;
}
.pd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding: 16px 0;
  margin-bottom: 20px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.pd-meta .pd-meta-item {
  font-size: 14px;
  color: #333333;
}
.pd-meta .pd-meta-item strong {
  color: #999999;
  font-weight: 600;
  margin-right: 8px;
}
.pd-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.pd-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 18px;
  padding-left: 12px;
  border-left: 4px solid #FF5E14;
  line-height: 1.2;
}
.pd-spec {
  margin-top: 48px;
}
.pd-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.pd-spec-table th,
.pd-spec-table td {
  border: 1px solid #E4E7ED;
  padding: 10px 14px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}
.pd-spec-table th {
  background: #F5F5F5;
  color: #666666;
  font-weight: 600;
  white-space: nowrap;
  width: 180px;
}
.pd-spec-table td {
  color: #333333;
}
.pd-content {
  margin-top: 48px;
}
.pd-content-body {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}
.pd-content-body:first-child {
  margin-top: 0;
}
.pd-content-body h4,
.pd-content-body h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #333333;
}
.pd-content-body p {
  margin: 10px 0;
}
.pd-content-body table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}
.pd-content-body table th,
.pd-content-body table td {
  border: 1px solid #E4E7ED;
  padding: 8px 12px;
  font-size: 13px;
}
.pd-content-body table th {
  background: #F5F5F5;
}
.pd-content-body img {
  max-width: 100%;
  height: auto;
}
.pd-related {
  margin-top: 56px;
}
.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.pd-related-grid .ps-card {
  padding: 10px;
}
.pd-related-grid .ps-card-img {
  height: 110px;
  margin-bottom: 6px;
}
.pd-related-grid .ps-card-title {
  font-size: 13px;
}
.pd-related-grid .ps-card-desc {
  font-size: 11px;
  -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
  .pd-related-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .pd-layout {
    flex-direction: column;
    gap: 20px;
  }
  .pd-gallery {
    flex: none;
  }
  .pd-title {
    font-size: 20px;
  }
  .pd-spec-table th {
    width: 100px;
  }
  .pd-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.app-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1040;
  width: 60px;
  background: #fff;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 0 6px 5px rgba(152, 148, 148, 0.48);
  overflow: hidden;
  transition: width 0.3s;
}
.app-fixed.expand {
  width: 180px;
}
.app-fixed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-fixed li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px;
  height: 60px;
  color: #000;
  border-top: 2px solid #f2f2f2;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
.app-fixed li:first-child > a {
  border-top: 0 none;
}
.app-fixed li > a:hover {
  opacity: 0.5;
  color: #000;
}
.app-fixed li .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5E14;
  font-size: 26px;
}
.app-fixed li .name {
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
}
.app-fixed li.item-chat {
  height: 70px;
  background: #FF5E14;
}
.app-fixed li.item-chat > a {
  height: 70px;
  color: #fff;
  border-top: 0 none;
}
.app-fixed li.item-chat > a:hover {
  color: #fff;
}
.app-fixed li.item-chat .arrow {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.app-fixed li.item-chat .name {
  font-size: 14px;
  line-height: 1.3;
  flex-direction: column;
  align-items: flex-start;
}
.app-fixed li.item-top {
  display: none;
}
.app-fixed.show-top li.item-top {
  display: list-item;
}
.app-fixed li.item-top > a {
  border-top: 2px solid #f2f2f2;
}
.app-fixed li.item-top .arrow {
  font-size: 30px;
}
.app-fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}
.app-fixed-shadow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1039;
  width: 100%;
  height: 100%;
  display: none;
}
.app-fixed-shadow.is-visible {
  display: block;
}
@media (hover: hover) {
  .app-fixed:hover {
    width: 180px;
  }
}
@media (hover: none) {
  .app-fixed-bg {
    display: block;
  }
  .app-fixed.expand .app-fixed-bg {
    display: none;
  }
}
.app-fixed-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2000;
  width: 320px;
  max-width: calc(100% - 32px);
  background: #fff;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.app-fixed-panel.is-hidden {
  display: none;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #FF5E14;
  color: #fff;
}
.panel-title {
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.panel-close {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}
.panel-close:hover {
  opacity: 0.7;
}
.panel-body {
  padding: 18px 16px;
  text-align: center;
}
.panel-qr {
  width: 168px;
  height: 168px;
  margin: 0 auto 12px;
  padding: 8px;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.panel-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.panel-qr-fallback {
  display: none;
  font-size: 13px;
  color: #999999;
}
.panel-qr.is-fail img {
  display: none;
}
.panel-qr.is-fail .panel-qr-fallback {
  display: block;
}
.panel-desc {
  font-size: 13px;
  color: #666666;
  margin: 0 0 14px;
  line-height: 1.6;
}
.panel-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 22px;
  background: #FF5E14;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.panel-call:hover {
  background: #E65512;
  color: #fff;
  text-decoration: none;
}
.panel-worktime {
  font-size: 12px;
  color: #999999;
  margin: 12px 0 0;
}
.panel-worktime .fa {
  margin-right: 4px;
}
body.app-fixed-lock {
  overflow: hidden;
}
@media (max-width: 767px) {
  .app-fixed {
    width: 44px;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 0 4px 3px rgba(152, 148, 148, 0.4);
  }
  .app-fixed.expand {
    width: 155px;
  }
  .app-fixed li > a {
    padding-left: 44px;
    height: 44px;
  }
  .app-fixed li .arrow {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .app-fixed li .name {
    font-size: 14px;
  }
  .app-fixed li.item-chat {
    height: 58px;
  }
  .app-fixed li.item-chat > a {
    height: 58px;
  }
  .app-fixed li.item-chat .name {
    font-size: 12px;
  }
  .app-fixed-panel {
    right: 10px;
    bottom: 10px;
  }
  .panel-qr {
    width: 150px;
    height: 150px;
  }
}
.als-form-page {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E4E7ED;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.als-form-intro {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #FFEFE8, #FFF3EC);
  border-radius: 10px;
  border: 1px solid #FFDFD0;
}
.als-form-intro .fa {
  color: #FF5E14;
  font-size: 20px;
  margin-top: 2px;
}
.als-form-intro p {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}
.als-form-row {
  margin-bottom: 18px;
}
.als-form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
.als-form-label em {
  color: #FF5E14;
  font-style: normal;
  margin-left: 2px;
}
.als-form-input,
.als-form-textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #E4E7ED;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}
.als-form-textarea {
  resize: vertical;
}
.als-form-input:focus,
.als-form-textarea:focus {
  outline: none;
  border-color: #FF5E14;
  box-shadow: 0 0 0 3px rgba(255, 94, 20, 0.12);
}
.als-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.als-form-btn {
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #FF5E14;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}
.als-form-btn:hover {
  background: #E65512;
}
.als-form-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.als-form-tip {
  font-size: 12px;
  color: #999999;
}
.dl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.dl-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E4E7ED;
  border-radius: 10px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.dl-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: #FFDFD0;
}
.dl-icon {
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #FFEFE8, #FFF3EC);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5E14;
}
.dl-icon .fa {
  font-size: 24px;
}
.dl-info {
  flex: 1;
  min-width: 0;
}
.dl-title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}
.dl-desc {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dl-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #999999;
}
.dl-meta .fa {
  margin-right: 3px;
}
.dl-cat {
  color: #FF5E14;
}
.dl-action {
  flex: none;
}
.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #FF5E14;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.dl-btn:hover {
  background: #E65512;
  color: #fff;
  text-decoration: none;
}
.dl-btn.disabled {
  background: #F5F5F5;
  color: #999999;
  cursor: default;
}
.dl-empty {
  text-align: center;
  padding: 80px 20px;
  color: #999999;
}
.dl-empty .fa {
  font-size: 56px;
  color: #E4E7ED;
  margin-bottom: 16px;
  display: block;
}
.dl-empty p {
  font-size: 15px;
  margin: 0;
}
.als-toast {
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translateX(-50%) translateY(-10px);
  z-index: 3000;
  min-width: 220px;
  max-width: 80%;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
}
.als-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.als-toast.success {
  background: #29b35e;
}
.als-toast.error {
  background: #E65512;
}
@media (max-width: 767px) {
  .als-form-page {
    padding: 20px 16px;
  }
  .dl-grid {
    grid-template-columns: 1fr;
  }
  .dl-card {
    flex-wrap: wrap;
  }
  .dl-action {
    width: 100%;
  }
  .dl-btn {
    width: 100%;
    justify-content: center;
  }
}
.consult-panel {
  width: 360px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 32px);
}
.consult-panel .panel-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.consult-welcome {
  padding: 12px 16px;
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
  background: linear-gradient(135deg, #FFEFE8, #FFF3EC);
  border-bottom: 1px solid #E4E7ED;
}
.consult-messages {
  flex: 1;
  min-height: 220px;
  max-height: 320px;
  overflow-y: auto;
  padding: 14px;
  background: #F5F5F5;
  -webkit-overflow-scrolling: touch;
}
.cm {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  max-width: 80%;
}
.cm-visitor {
  align-items: flex-start;
}
.cm-admin {
  align-items: flex-end;
  margin-left: auto;
}
.cm-bubble {
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.cm-visitor .cm-bubble {
  background: #fff;
  border: 1px solid #E4E7ED;
  color: #333333;
}
.cm-admin .cm-bubble {
  background: #FF5E14;
  color: #fff;
}
.cm-time {
  font-size: 11px;
  color: #999999;
  margin-top: 3px;
}
.consult-meta {
  padding: 10px 14px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.consult-input {
  width: 100%;
  padding: 7px 10px;
  font-size: 13px;
  border: 1px solid #E4E7ED;
  border-radius: 6px;
  background: #fff;
  font-family: inherit;
}
.consult-input:focus {
  outline: none;
  border-color: #FF5E14;
}
.consult-input-row {
  display: flex;
  gap: 8px;
  padding: 10px 14px;
}
.consult-textarea {
  flex: 1;
  resize: none;
  padding: 8px 10px;
  font-size: 14px;
  min-height: 44px;
  border: 1px solid #E4E7ED;
  border-radius: 6px;
  font-family: inherit;
  background: #fff;
}
.consult-textarea:focus {
  outline: none;
  border-color: #FF5E14;
}
.consult-send {
  flex: none;
  padding: 0 18px;
  background: #FF5E14;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.consult-send:hover {
  background: #E65512;
}
.consult-send:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.consult-foot {
  padding: 8px 14px;
  font-size: 11px;
  color: #999999;
  text-align: center;
  border-top: 1px solid #E4E7ED;
  background: #fafafa;
}
@media (max-width: 767px) {
  .consult-panel {
    width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
    max-height: calc(100vh - 20px);
  }
  .consult-meta {
    grid-template-columns: 1fr;
  }
}
.hero-carousel {
  background: #fff;
}
.hero-carousel .hero-stats-wrap {
  background: #ffffff;
  padding: 36px 0 44px;
}
#heroCarousel {
  position: relative;
}
.hero-slide {
  position: relative;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center right;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0) 78%);
}
.hero-slide-1 {
  background-image: url("../img/sibata/banner-1.jpg");
}
.hero-slide-2 {
  background-image: url("../img/sibata/banner-2.jpg");
}
.hero-slide-3 {
  background-image: url("../img/sibata/banner-3.jpg");
}
.hero-slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px 88px;
}
.hero-carousel .hero-tagline {
  color: rgba(255, 255, 255, 0.94);
}
.hero-carousel .hero-title {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.hero-carousel .hero-title span {
  color: #fff;
  opacity: 0.96;
}
.hero-carousel .hero-desc {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.hero-carousel .hero-actions .btn-primary-sibata {
  background: #fff;
  color: #FF5E14;
  border: 1px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.hero-carousel .hero-actions .btn-primary-sibata:hover {
  background: #E65512;
  color: #fff;
  border-color: #E65512;
}
.hero-carousel .hero-actions .btn-outline-sibata {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}
.hero-carousel .hero-actions .btn-outline-sibata:hover {
  background: #fff;
  color: #FF5E14;
  border-color: #fff;
}
.hero-indicators {
  bottom: 24px;
  margin-bottom: 0;
}
.hero-indicators li {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 5px;
  transition: background 0.2s;
}
.hero-indicators li.active {
  background: #fff;
}
.hero-carousel .hero-control {
  width: 8%;
  opacity: 0;
  background: none !important;
  transition: opacity 0.3s;
}
.hero-carousel:hover .hero-control {
  opacity: 0.9;
}
.hero-control .fa {
  font-size: 44px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-slide {
    min-height: 600px;
    background-position: 70% center;
  }
  .hero-slide-content {
    padding: 70px 20px 64px;
  }
  .hero-carousel .hero-title {
    font-size: 28px;
    line-height: 1.35;
  }
  .hero-carousel .hero-title span {
    display: block;
    font-size: 15px;
    margin-top: 8px;
    letter-spacing: 0.04em;
  }
  .hero-carousel .hero-desc {
    font-size: 14px;
  }
  .hero-carousel .hero-actions {
    gap: 10px;
    margin-bottom: 0;
  }
  .hero-carousel .hero-actions .btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .hero-carousel .hero-control {
    display: none;
  }
  .hero-indicators {
    bottom: 14px;
  }
  .hero-indicators li {
    width: 22px;
    height: 3px;
    margin: 0 3px;
  }
}
