.qgycm-contact-tools {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 900;
  display: grid;
  width: 168px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 74, .14);
  border-radius: 6px;
  box-shadow: 0 14px 35px rgba(18, 55, 74, .16);
  background: #fff;
}
.qgycm-contact-tools a,
.qgycm-contact-tools button {
  display: grid;
  gap: 2px;
  padding: 11px 13px;
  border: 0;
  border-bottom: 1px solid #e5ebee;
  color: #17364b;
  text-align: left;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}
.qgycm-contact-tools a:last-child { border-bottom: 0; }
.qgycm-contact-tools strong { font-size: 13px; }
.qgycm-contact-tools span { color: #657680; font-size: 11px; }
.qgycm-contact-tools a:hover,
.qgycm-contact-tools button:hover { background: #eef8f7; }

.qgycm-product-page { margin: 0; color: #18364a; background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; }
.qgycm-product-page * { box-sizing: border-box; }
.qgycm-product-container { width: min(calc(100% - 40px), 1160px); margin: 0 auto; }
.qgycm-product-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #e1e8ec; background: rgba(255,255,255,.97); }
.qgycm-product-header .qgycm-product-container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.qgycm-product-header a { color: #17364b; text-decoration: none; }
.qgycm-product-brand { font-size: 20px; font-weight: 800; }
.qgycm-product-nav { display: flex; gap: 22px; font-size: 13px; }
.qgycm-product-hero { min-height: 640px; position: relative; display: flex; align-items: center; overflow: hidden; background: #eff5f5; }
.qgycm-product-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.qgycm-product-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.9) 42%, rgba(255,255,255,.1) 75%); }
.qgycm-product-hero-copy { position: relative; z-index: 1; max-width: 610px; padding: 80px 0; }
.qgycm-model { margin: 0 0 10px; color: #14858a; font-size: 13px; font-weight: 800; }
.qgycm-product-hero h1 { margin: 0; color: #12334b; font-size: clamp(42px, 6vw, 76px); line-height: 1.12; letter-spacing: 0; }
.qgycm-product-hero-copy > p:last-of-type { color: #526875; font-size: 17px; line-height: 1.8; }
.qgycm-product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.qgycm-product-actions a { padding: 13px 20px; border: 1px solid #14858a; border-radius: 4px; color: #14858a; text-decoration: none; }
.qgycm-product-actions a:first-child { color: #fff; background: #14858a; }
.qgycm-section { padding: 88px 0; }
.qgycm-section:nth-child(even) { background: #f4f8f8; }
.qgycm-section h2 { margin: 0 0 30px; color: #12334b; font-size: 38px; letter-spacing: 0; }
.qgycm-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dfe8ea; border: 1px solid #dfe8ea; }
.qgycm-feature-grid article { min-height: 170px; padding: 28px; background: #fff; }
.qgycm-feature-grid h3 { margin: 0 0 12px; font-size: 20px; }
.qgycm-feature-grid p { margin: 0; color: #61727c; line-height: 1.7; }
.qgycm-spec-table { width: 100%; border-collapse: collapse; }
.qgycm-spec-table th, .qgycm-spec-table td { padding: 16px; border-bottom: 1px solid #dce5e8; text-align: left; }
.qgycm-spec-table th { width: 34%; color: #506771; font-weight: 500; }
.qgycm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.qgycm-steps li { padding: 25px; border-top: 3px solid #14858a; background: #fff; }
.qgycm-steps span { color: #14858a; font-size: 12px; font-weight: 800; }
.qgycm-steps h3 { margin: 18px 0 10px; }
.qgycm-steps p { color: #61727c; line-height: 1.7; }
.qgycm-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.qgycm-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.qgycm-faq details { border-bottom: 1px solid #dce5e8; }
.qgycm-faq summary { padding: 20px 0; cursor: pointer; font-size: 18px; font-weight: 700; }
.qgycm-faq details p { max-width: 850px; margin: 0; padding: 0 0 22px; color: #61727c; line-height: 1.8; }
.qgycm-disclaimer { padding: 22px; border-left: 4px solid #14858a; background: #eef6f6; line-height: 1.8; }
.qgycm-product-contact { padding: 72px 0; color: #fff; background: #143951; }
.qgycm-product-contact .qgycm-product-container { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.qgycm-product-contact h2 { margin: 0 0 10px; font-size: 36px; }
.qgycm-product-contact p { margin: 0; color: #c6d6de; }
.qgycm-product-contact-links { display: grid; gap: 8px; }
.qgycm-product-contact-links a { color: #fff; font-size: 18px; text-decoration: none; }

.qgycm-content-page { margin: 0; color: #233b49; background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; }
.qgycm-content-page * { box-sizing: border-box; }
.qgycm-wide-container { width: min(calc(100% - 40px), 1180px); margin: 0 auto; }
.qgycm-site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #e1e8ec; background: rgba(255,255,255,.97); }
.qgycm-site-header .qgycm-wide-container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.qgycm-site-header a { color: #17364b; text-decoration: none; }
.qgycm-site-header nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.qgycm-site-header nav a[aria-current="page"] { color: #14858a; font-weight: 700; }
.qgycm-header-phone { font-weight: 700; white-space: nowrap; }
.qgycm-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #6a7c86; font-size: 13px; }
.qgycm-breadcrumbs a { color: #4c6a79; text-decoration: none; }
.qgycm-product-hero .qgycm-breadcrumbs { position: relative; z-index: 2; margin-bottom: 28px; }

.qgycm-archive-intro { padding: 72px 0 58px; border-bottom: 1px solid #dce6e9; background: #eef5f4; }
.qgycm-archive-intro .qgycm-breadcrumbs { margin-bottom: 34px; }
.qgycm-eyebrow { margin: 0 0 8px; color: #14858a; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.qgycm-archive-intro h1 { margin: 0; color: #12334b; font-size: 52px; line-height: 1.15; }
.qgycm-archive-intro h1 + p { max-width: 720px; margin: 18px 0 0; color: #586d78; font-size: 17px; line-height: 1.8; }
.qgycm-archive-section { padding: 72px 0 92px; }
.qgycm-product-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.qgycm-product-list-item { display: grid; grid-template-columns: minmax(180px, 42%) 1fr; min-height: 290px; overflow: hidden; border: 1px solid #dce6e9; border-radius: 6px; background: #fff; }
.qgycm-product-list-image { min-height: 290px; background: #edf3f3; }
.qgycm-product-list-image img { width: 100%; height: 100%; object-fit: cover; }
.qgycm-product-list-item > div { padding: 30px 26px; }
.qgycm-product-list-item h2 { margin: 6px 0 14px; font-size: 25px; line-height: 1.3; }
.qgycm-product-list-item h2 a { color: #12334b; text-decoration: none; }
.qgycm-product-list-item h2 + p { color: #61727c; line-height: 1.75; }
.qgycm-text-link { display: inline-block; margin-top: 12px; color: #087b81; font-weight: 700; text-decoration: none; }

.qgycm-article-main { padding: 52px 0 0; }
.qgycm-article-shell { width: min(calc(100% - 40px), 920px); margin: 0 auto; }
.qgycm-article-heading { padding: 38px 0 24px; }
.qgycm-article-category { display: inline-block; margin-bottom: 14px; color: #087b81; font-size: 13px; font-weight: 800; text-decoration: none; }
.qgycm-article-heading h1 { margin: 0; color: #102f45; font-size: 46px; line-height: 1.22; letter-spacing: 0; }
.qgycm-article-heading > p { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 18px 0 0; color: #71818a; font-size: 13px; }
.qgycm-article-featured { margin: 10px 0 42px; overflow: hidden; background: #eef3f3; }
.qgycm-article-featured img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 620px; object-fit: contain; }
.qgycm-article-body { color: #334b58; font-size: 17px; line-height: 1.9; overflow-wrap: anywhere; }
.qgycm-article-body h2 { margin: 56px 0 18px; color: #12334b; font-size: 31px; line-height: 1.35; }
.qgycm-article-body h3 { margin: 34px 0 14px; color: #1f4659; font-size: 23px; line-height: 1.4; }
.qgycm-article-body p { margin: 0 0 20px; }
.qgycm-article-body ul, .qgycm-article-body ol { margin: 0 0 24px; padding-left: 26px; }
.qgycm-article-body li { margin: 7px 0; }
.qgycm-article-body blockquote { margin: 28px 0; padding: 18px 24px; border-left: 4px solid #14858a; background: #eef6f6; }
.qgycm-article-body blockquote p { margin: 0; }
.qgycm-article-body table { display: block; width: 100%; max-width: 100%; margin: 26px 0 34px; overflow-x: auto; border-collapse: collapse; }
.qgycm-article-body th, .qgycm-article-body td { min-width: 130px; padding: 13px 15px; border: 1px solid #d9e3e6; text-align: left; vertical-align: top; }
.qgycm-article-body th { color: #173b4e; background: #edf5f4; }
.qgycm-article-body img, .qgycm-article-body video, .qgycm-article-body iframe { max-width: 100%; height: auto; }
.qgycm-article-body a { color: #087b81; }
.qgycm-related-content { margin-top: 74px; padding: 68px 0 84px; background: #f1f6f6; }
.qgycm-related-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.qgycm-related-heading h2 { margin: 0; color: #12334b; font-size: 32px; }
.qgycm-related-heading > a { color: #087b81; font-weight: 700; text-decoration: none; }
.qgycm-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.qgycm-related-grid article { min-height: 190px; padding: 24px; border: 1px solid #dbe5e7; border-radius: 6px; background: #fff; }
.qgycm-related-grid article > p:first-child { margin: 0 0 10px; color: #14858a; font-size: 12px; font-weight: 800; }
.qgycm-related-grid h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.4; }
.qgycm-related-grid h3 a { color: #17384a; text-decoration: none; }
.qgycm-related-grid h3 + p { margin: 0; color: #687a84; line-height: 1.7; }
.qgycm-related-section .qgycm-related-heading { margin-bottom: 30px; }

@media (max-width: 760px) {
  .qgycm-contact-tools { right: 10px; bottom: 78px; width: 148px; }
  .qgycm-product-nav { display: none; }
  .qgycm-product-hero { min-height: 680px; align-items: end; }
  .qgycm-product-hero::after { background: linear-gradient(0deg, rgba(255,255,255,.98), rgba(255,255,255,.9) 55%, rgba(255,255,255,.12)); }
  .qgycm-product-hero-copy { padding: 260px 0 50px; }
  .qgycm-product-hero h1 { font-size: 43px; }
  .qgycm-section { padding: 62px 0; }
  .qgycm-section h2 { font-size: 30px; }
  .qgycm-feature-grid, .qgycm-steps, .qgycm-gallery { grid-template-columns: 1fr; }
  .qgycm-product-contact .qgycm-product-container { align-items: flex-start; flex-direction: column; }
  .qgycm-site-header .qgycm-wide-container { min-height: 62px; }
  .qgycm-site-header nav { display: none; }
  .qgycm-header-phone { font-size: 13px; }
  .qgycm-archive-intro { padding: 48px 0 42px; }
  .qgycm-archive-intro h1 { font-size: 40px; }
  .qgycm-product-list { grid-template-columns: 1fr; }
  .qgycm-product-list-item { grid-template-columns: 1fr; }
  .qgycm-product-list-image { min-height: 260px; }
  .qgycm-article-main { padding-top: 34px; }
  .qgycm-article-heading { padding-top: 28px; }
  .qgycm-article-heading h1 { font-size: 34px; }
  .qgycm-article-body { font-size: 16px; }
  .qgycm-article-body h2 { margin-top: 46px; font-size: 27px; }
  .qgycm-article-body h3 { font-size: 21px; }
  .qgycm-related-grid { grid-template-columns: 1fr; }
  .qgycm-related-heading { align-items: flex-start; flex-direction: column; }
}
