/* 新闻/文章正文排版 - 前台专用（最后加载，带 !important 覆盖旧主题） */

/* 正文 / 列表滚动区：超过 900px 出现滚动条（滚动条在外层 .sager-scroll-panel） */
body.sager-page-with-contact-bar .sager-scroll-panel {
  max-height: 900px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  min-height: 0 !important;
  scrollbar-width: thin;
  scrollbar-color: #0c580a transparent;
}

/* 产品列表页右侧滚动外框加高 200px */
body.sager-page-with-contact-bar .sager-products-right.sager-scroll-panel {
  max-height: 1100px !important;
}

body.sager-page-with-contact-bar .ck-content {
  max-height: none !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
}

/* flex 列表需 block 才能正确滚动 */
body.sager-page-with-contact-bar .category-list.sager-scroll-panel {
  display: block !important;
}

.ck-content {
  line-height: 1.8;
  font-size: 15px;
  color: #374151;
  text-align: left !important;
  text-indent: 0 !important;
}

.ck-content p,
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content li,
.ck-content td,
.ck-content th,
.ck-content blockquote,
.ck-content div,
.ck-content span {
  text-align: left !important;
  text-indent: 0 !important;
}

.ck-content h1 {
  font-size: 1.6em;
  font-weight: 700;
  color: #1f2937;
  margin: 1.2em 0 0.6em;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.3em;
}

.ck-content h2 {
  font-size: 1.35em;
  font-weight: 600;
  color: #374151;
  margin: 1.4em 0 0.6em;
  padding: 0;
  background: none;
  border: none;
  height: auto;
  line-height: 1.4;
  text-align: left;
}

.ck-content h3 {
  font-size: 1.15em;
  font-weight: 600;
  color: #4b5563;
  margin: 1em 0 0.4em;
  text-align: left;
}

.ck-content p {
  margin: 0.9em 0;
  color: #374151;
  height: auto !important;
  line-height: 1.8;
  text-align: left;
  text-indent: 0 !important;
}

.ck-content ul,
.ck-content ol {
  margin: 0.6em 0;
  padding-left: 0;
  list-style: none;
}

.ck-content ul > li,
.ck-content ol > li {
  position: relative;
  margin: 0.35em 0;
  padding-left: calc(20px + 1.05em);
  line-height: 1.7;
  text-indent: 0;
  text-align: left;
  height: auto !important;
}

.ck-content ul > li::before {
  content: "\2022";
  position: absolute;
  left: 20px;
  top: 0;
  color: #374151;
  font-weight: 700;
}

.ck-content ol {
  counter-reset: ck-ol;
}

.ck-content ol > li {
  padding-left: calc(20px + 1.35em);
  counter-increment: ck-ol;
}

.ck-content ol > li::before {
  content: counter(ck-ol) ".";
  position: absolute;
  left: 20px;
  top: 0;
  color: #374151;
}

.ck-content li p {
  margin: 0;
}

.ck-content hr {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid #e5e7eb;
  height: 0;
}

.ck-content table {
  width: 100%;
  margin: 1.2em 0;
  border-collapse: collapse;
  text-align: left;
  table-layout: auto;
}

.ck-content table td,
.ck-content table th {
  border: 1px solid #d1d5db;
  padding: 4px 8px !important;
  vertical-align: top;
  line-height: 1.35 !important;
  height: auto !important;
  white-space: normal;
  word-wrap: break-word;
}

.ck-content table td p,
.ck-content table th p,
.ck-content table td li,
.ck-content table th li {
  margin: 0 !important;
  line-height: 1.35 !important;
}

.ck-content table tr {
  height: auto !important;
}

.ck-content table th {
  background: #f9fafb;
  font-weight: 600;
}

.ck-content .TyagGW_tableContainer,
.ck-content .TyagGW_tableWrapper {
  width: 100%;
  overflow-x: auto;
}

.ck-content .TyagGW_tableContainer table {
  width: 100%;
}

.ck-content blockquote {
  border-left: 4px solid #3b82f6;
  background: #f8fafc;
  padding: 12px 18px;
  margin: 1em 0;
  border-radius: 0 6px 6px 0;
}

.ck-content strong {
  font-weight: 600;
}

/* 滚动条：2px 细线、墨绿色（产品列表 / 详情 / 新闻） */
body.sager-page-with-contact-bar .sager-scroll-panel::-webkit-scrollbar,
body.sager-page-with-contact-bar .sager-article-scroll-panel::-webkit-scrollbar {
  width: 2px;
}

body.sager-page-with-contact-bar .sager-scroll-panel::-webkit-scrollbar-track,
body.sager-page-with-contact-bar .sager-article-scroll-panel::-webkit-scrollbar-track {
  background: transparent;
}

body.sager-page-with-contact-bar .sager-scroll-panel::-webkit-scrollbar-thumb,
body.sager-page-with-contact-bar .sager-article-scroll-panel::-webkit-scrollbar-thumb {
  background: #0c580a;
  border-radius: 1px;
}

body.sager-page-with-contact-bar .sager-scroll-panel::-webkit-scrollbar-thumb:hover,
body.sager-page-with-contact-bar .sager-article-scroll-panel::-webkit-scrollbar-thumb:hover {
  background: #0a4a08;
}

/* 底部悬浮联系条 - 全宽贴边，内容区左右各 20px */
.sager-contact-bar {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 112px !important;
  z-index: 2147483000 !important;
  background: #0c580a !important;
  color: #fff !important;
  border-top: 1px solid #ffffff !important;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.18) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.sager-page-with-contact-bar {
  padding-bottom: 0 !important;
}

.sager-footer-clear {
  clear: both !important;
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* 首页等浮动布局：各 section 末尾清除 float，避免高度塌陷 */
body.sager-page-with-contact-bar section::after {
  content: "";
  display: table;
  clear: both;
}

/* footer 文档流排列，覆盖 sagerstyles 绝对定位 */
footer.tem_footer.sager-site-footer,
body.sager-page-with-contact-bar footer.tem_footer {
  clear: both !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 24px 0 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 28px 20px 124px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background: #0c580a !important;
  color: #fff !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  text-align: center !important;
}

footer.tem_footer.sager-site-footer .tem_footer_copyright1,
body.sager-page-with-contact-bar footer.tem_footer .tem_footer_copyright1 {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  margin-left: auto !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

footer.tem_footer.sager-site-footer .tem_footer_nav1,
footer.tem_footer.sager-site-footer .tem_footer_nav,
body.sager-page-with-contact-bar footer.tem_footer .tem_footer_nav1,
body.sager-page-with-contact-bar footer.tem_footer .tem_footer_nav {
  position: static !important;
  display: block !important;
  width: auto !important;
  margin: 12px auto 0 !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1.6 !important;
  top: auto !important;
  right: auto !important;
}

footer.tem_footer.sager-site-footer .tem_inner,
body.sager-page-with-contact-bar footer.tem_footer .tem_inner {
  position: static !important;
  width: 100% !important;
  max-width: 1108px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

footer.tem_footer.sager-site-footer .nav2,
body.sager-page-with-contact-bar footer.tem_footer .nav2 {
  display: none !important;
}

.sager-contact-bar__inner {
  width: 100%;
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
}

.sager-contact-bar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.4px;
  color: #fff;
  flex-shrink: 0;
}

.sager-contact-bar__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #c61e01;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.sager-contact-bar__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex: 1;
  min-width: 0;
}

.sager-contact-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 0 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.45);
  font-size: 15px;
}

.sager-contact-bar__item:last-child {
  border-right: none;
  padding-right: 0;
}

.sager-contact-bar__item:first-child {
  padding-left: 0;
}

.sager-contact-bar__label {
  color: #b0b0b0;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sager-contact-bar__item a,
.sager-contact-bar__item span.sager-contact-bar__value {
  color: #f3f4f6;
  font-size: 15px;
  font-weight: 400;
}

.sager-contact-bar a {
  color: #f3f4f6;
  text-decoration: none;
  transition: color 0.15s ease;
}

.sager-contact-bar a:hover {
  color: #fca5a5;
  text-decoration: none;
}

.sager-contact-bar__item--qr {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.45);
}

.sager-contact-bar__item--qr .sager-contact-bar__label {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  max-width: 72px;
}

.sager-contact-bar__item--qr:last-child {
  border-right: none;
  padding-right: 0;
}

.sager-contact-bar__qr {
  display: block;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
  padding: 2px;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .sager-contact-bar__item {
    padding: 0 12px;
  }

  .sager-contact-bar__item a,
  .sager-contact-bar__item span.sager-contact-bar__value {
    font-size: 14px;
  }
}

/* 产品列表：悬浮动态效果 */
.category-row {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  border-radius: 2px;
}

.category-row-link {
  transition: background-color 0.25s ease;
}

.category-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.category-row-media {
  overflow: hidden;
  border-radius: 2px;
}

.category-row-media img {
  transition: transform 0.38s ease;
}

.category-row:hover .category-row-media img {
  transform: scale(1.05);
}

.category-row-body h1 {
  transition: color 0.25s ease;
}

.category-row-body {
  transition: padding 0.25s ease;
}

.category-row:hover .category-row-body {
  padding-top: 5px;
  padding-bottom: 5px;
}

.category-row:hover .category-row-body h1 {
  color: #c61e01;
}

/* 首页区块标题背景（About Us / Key Products / News & Articles） */
.sager-home .title_div1 {
  background: #0c580a;
}

/* 首页局部滚动条：细线 + 墨绿色 */
body.sager-home .sager-home-scroll {
  scrollbar-width: thin;
  scrollbar-color: #0c580a transparent;
}

body.sager-home .sager-home-scroll::-webkit-scrollbar {
  width: 2px;
}

body.sager-home .sager-home-scroll::-webkit-scrollbar-track {
  background: transparent;
}

body.sager-home .sager-home-scroll::-webkit-scrollbar-thumb {
  background: #0c580a;
  border-radius: 1px;
}

body.sager-home .sager-home-scroll::-webkit-scrollbar-thumb:hover {
  background: #0a4a08;
}

/* 首页 Key Products 区块：清除 float，避免长文本把下方分类挤到右侧 */
body.sager-home .sager-home-key-products::after {
  content: "";
  display: table;
  clear: both;
}

body.sager-home .sager-home-categories-panel {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box;
}

/* 首页 Key Products 下方 6 个分类：Grid 三列，避免 float 错位 */
body.sager-home .sager-home-categories {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 12px;
  align-items: start;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

body.sager-home .sager-home-categories .por7aa,
body.sager-home .sager-home-categories .w33 {
  float: none !important;
  width: auto !important;
  min-height: 0 !important;
  box-sizing: border-box;
}

body.sager-home .sager-home-categories .por7aa img {
  width: 100%;
  max-width: 239px;
  height: auto;
}

body.sager-home .sager-home-categories .por7aa h1 {
  margin-top: 12px;
  padding: 0 6px;
  min-height: 2.6em;
  line-height: 1.3;
  word-break: break-word;
}

/* Products 左侧分类菜单悬浮/展开：深红色 */
.custom-accordion .accordion-header:hover,
.custom-accordion .accordion-header.active {
  background: #c61e01 !important;
}

.custom-accordion .product-button:hover {
  border: 1px solid #c61e01 !important;
  background: #c61e01 !important;
  color: #fff !important;
}

.custom-accordion .product-button:hover a {
  color: #fff !important;
}

/* 首页图片悬浮放大（含 banner 轮播） */
.sager-home img {
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  transform-origin: center center;
}

.sager-home #demo .carousel-inner,
.sager-home #demo .carousel-item {
  overflow: hidden;
}

.sager-home #demo .carousel-item img {
  display: block;
  width: 100%;
}

.sager-home #demo .carousel-item:hover img {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.sager-home .w40 img:hover,
.sager-home .w50 img:hover,
.sager-home .w60 img:hover,
.sager-home .w33 img:hover,
.sager-home .por7aa img:hover,
.sager-home .art_title1 img:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Gallery 列表卡片 + 详情正文图片悬浮放大 */
body.sager-gallery-page .por7aac {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  border-radius: 2px;
}

body.sager-gallery-page .por7aac:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.sager-gallery-page .por7aac > div:first-child {
  overflow: hidden;
  border-radius: 2px;
}

body.sager-gallery-page .por7aac img {
  display: block;
  width: 100%;
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  transform-origin: center center;
}

body.sager-gallery-page .por7aac:hover img {
  transform: scale(1.06);
}

body.sager-gallery-show .por7aac9 img,
body.sager-gallery-show .ck-content img {
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  transform-origin: center center;
}

body.sager-gallery-show .por7aac9 p:has(> img),
body.sager-gallery-show .ck-content figure,
body.sager-gallery-show .ck-content p:has(> img:only-child) {
  overflow: hidden;
  border-radius: 2px;
}

body.sager-gallery-show .por7aac9 img:hover,
body.sager-gallery-show .ck-content img:hover,
body.sager-gallery-show .ck-content figure:hover img {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* 产品详情：上下篇导航单行展示 */
.sager-product-prev-next {
  margin: 12px 0 18px;
  padding: 12px 0;
  text-align: left;
}

.sager-product-prev-next--top {
  border-bottom: 1px solid #eee;
  margin: 4px 0 8px;
  padding: 2px 0 4px;
}

.sager-product-prev-next--top .sager-product-prev-next__item {
  line-height: 1.2;
}

.sager-product-prev-next--bottom {
  margin-top: 28px;
  margin-bottom: 8px;
  padding-top: 18px;
  border-top: 1px solid #eee;
  border-bottom: none;
}

.sager-product-prev-next__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sager-product-prev-next__item {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sager-product-prev-next__prev {
  text-align: left;
}

.sager-product-prev-next__next {
  text-align: right;
}

.sager-product-prev-next__item strong {
  font-weight: 600;
  margin-right: 6px;
}

.sager-product-prev-next__item a {
  color: #424242;
  text-decoration: none;
}

.sager-product-prev-next__item a:hover {
  color: #c61e01;
  text-decoration: underline;
}

.sager-product-prev-next__none {
  color: #999;
}

/* 产品详情：图片悬浮放大 */
.sager-product-cover {
  overflow: hidden;
  border-radius: 2px;
}

.sager-product-cover img {
  display: block;
  width: 100%;
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  transform-origin: center center;
}

.sager-product-cover:hover img {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.ck-content img,
.ck-content figure img {
  transition: transform 0.38s ease, box-shadow 0.38s ease;
  transform-origin: center center;
}

.ck-content figure,
.ck-content p:has(> img:only-child) {
  overflow: hidden;
  border-radius: 2px;
}

.ck-content img:hover,
.ck-content figure:hover img {
  transform: scale(1.06);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .sager-product-prev-next__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sager-product-prev-next__next {
    text-align: left;
  }
}

/* 产品详情页：取消正文区 900px 内滚动，footer 紧跟内容 */
body.sager-product-show .sager-article-scroll-panel {
  max-height: none !important;
  overflow: visible !important;
}

body.sager-product-show .chpinart1 {
  overflow: visible !important;
}

/* 产品详情：段落间距略收紧 */
body.sager-product-show .ck-content {
  line-height: 1.65;
}

body.sager-product-show .ck-content p {
  margin: 0.45em 0 !important;
}

body.sager-product-show .ck-content li p {
  margin: 0 !important;
}

body.sager-product-show section.clearfix > .container {
  overflow: hidden;
}

body.sager-product-show .liebiao_s {
  padding-bottom: 24px;
}

/* 产品详情：联系区块 + 二维码正常排版 */
.sager-product-contact {
  position: relative;
  overflow: visible;
  margin-bottom: 8px;
}

.sager-product-contact__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 32px;
  padding-bottom: 8px;
}

.sager-product-contact__body > h5 {
  flex: 1 1 100%;
  margin-right: 0 !important;
}

.sager-product-contact__details {
  flex: 1 1 220px;
  min-width: 220px;
}

.sager-product-contact__line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  min-height: 20px;
}

.sager-product-contact__line:first-child {
  margin-top: 0;
}

.sager-product-contact__line img {
  flex-shrink: 0;
}

.sager-product-contact__line a {
  color: inherit;
  text-decoration: none;
}

.sager-product-contact__wechat {
  flex: 0 0 100px;
  text-align: center;
}

.sager-product-contact__wechat img {
  width: 100px;
  height: auto;
  display: block;
}

.sager-product-contact__wechat span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

/* 产品详情：footer 紧贴内容，仅留联系条高度 */
body.sager-product-show footer.tem_footer.sager-site-footer,
body.sager-product-show footer.tem_footer {
  clear: both !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  padding: 24px 20px 120px !important;
}

@media (max-width: 767px) {
  .sager-contact-bar {
    display: none !important;
  }

  .sager-contact-form-panel {
    display: none !important;
  }

  body.sager-page-with-contact-bar {
    padding-bottom: 0 !important;
  }

  body.sager-page-with-contact-bar .ck-content,
  body.sager-page-with-contact-bar .sager-scroll-panel {
    max-height: none !important;
    overflow-y: visible !important;
  }
}

/* 询盘表单 */
.sager-inquiry-form {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2937;
}

.sager-inquiry-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sager-inquiry-form__grid--compact {
  grid-template-columns: 1fr;
  gap: 12px;
}

.sager-inquiry-form__field--wide {
  grid-column: 1 / -1;
}

.sager-inquiry-form__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0c580a;
}

.sager-inquiry-form__input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sager-inquiry-form__input:focus {
  outline: none;
  border-color: #0c580a;
  box-shadow: inset 0 0 0 1px #0c580a;
}

.sager-inquiry-form__textarea {
  resize: vertical;
  min-height: 96px;
}

.sager-inquiry-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #4b5563;
}

.sager-inquiry-form__privacy label {
  line-height: 1.45;
  font-weight: 400;
}

.sager-inquiry-form__actions {
  grid-column: 1 / -1;
}

.sager-inquiry-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 24px;
  border: none;
  border-radius: 2px;
  background: #0c580a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}

.sager-inquiry-form__submit:hover:not(:disabled) {
  background: #0a4a08;
}

.sager-inquiry-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.sager-inquiry-form__status {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
}

.sager-inquiry-form__status--success {
  color: #0c580a;
}

.sager-inquiry-form__status--error {
  color: #c61e01;
}

.sager-inquiry-form__status--neutral {
  color: #4b5563;
}

.sager-inquiry-form--full {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.sager-contact-info-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin: 40px 175px 0 0;
}

.sager-contact-info-block__left {
  flex: 1;
  min-width: 220px;
}

.sager-contact-info-block__company {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}

.sager-contact-info-block__row {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.sager-contact-info-block__row img {
  flex-shrink: 0;
  margin-right: 10px;
}

.sager-contact-info-block__row a {
  color: inherit;
  text-decoration: none;
}

.sager-contact-info-block__row a:hover {
  text-decoration: underline;
}

.sager-contact-info-block__qr {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  align-items: flex-start;
}

.sager-contact-info-block__qr-item {
  width: 100px;
  text-align: center;
}

.sager-contact-info-block__qr-item img {
  width: 100%;
  display: block;
}

.sager-contact-info-block__qr-item h2 {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}

.sager-contact-page-form {
  clear: both;
  max-width: none;
  margin: 32px 175px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid #ddd;
  text-align: left;
}

.sager-contact-page-form__title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  letter-spacing: normal;
  text-transform: none;
}

/* 联系页表单：与页面原有 h5 / 正文风格一致 */
.sager-contact-page-form .sager-inquiry-form--full {
  margin-top: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.sager-contact-page-form .sager-inquiry-form__label {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 4px;
}

.sager-contact-page-form .sager-inquiry-form__input {
  border-color: #ddd;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 10px;
  color: #333;
}

.sager-contact-page-form .sager-inquiry-form__input:focus {
  border-color: #999;
  box-shadow: none;
}

.sager-contact-page-form .sager-inquiry-form__input::placeholder {
  color: #999;
}

.sager-contact-page-form .sager-inquiry-form__privacy {
  font-size: 13px;
  color: #666;
}

.sager-contact-page-form .sager-inquiry-form__submit {
  background: #424242;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  min-width: 140px;
  padding: 10px 28px;
}

.sager-contact-page-form .sager-inquiry-form__submit:hover:not(:disabled) {
  background: #333;
}

.sager-contact-page-form .sager-inquiry-form__status--success {
  color: #0c580a;
}

.sager-contact-page-form .sager-inquiry-form__grid {
  gap: 14px 20px;
}

.sager-contact-bar__item--inquiry {
  border-right: none;
  padding-right: 0;
}

.sager-contact-inquiry-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  background: #c61e01;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.sager-contact-inquiry-toggle:hover,
.sager-contact-inquiry-toggle[aria-expanded="true"] {
  background: #a01801;
}

.sager-contact-form-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 112px;
  z-index: 2147482999;
  display: none;
  justify-content: center;
  padding: 0 16px;
  pointer-events: none;
}

.sager-contact-form-panel.is-open {
  display: flex;
  pointer-events: auto;
}

.sager-contact-form-panel__inner {
  width: 100%;
  max-width: 520px;
  max-height: min(70vh, 520px);
  overflow: auto;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #fff;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.18);
}

.sager-contact-form-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.sager-contact-form-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0c580a;
}

.sager-contact-form-panel__close {
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.sager-contact-form-panel__close:hover {
  color: #c61e01;
}

@media (max-width: 1100px) {
  .sager-contact-info-block {
    flex-direction: column;
    margin-right: 0;
    gap: 24px;
  }

  .sager-contact-info-block__qr {
    align-self: flex-start;
  }

  .sager-contact-page-form {
    margin-right: 0;
    padding-top: 24px;
  }

  .sager-inquiry-form__grid:not(.sager-inquiry-form__grid--compact) {
    grid-template-columns: 1fr;
  }
}
