:root {
  --navy-950: #071a2d;
  --navy-900: #0b2945;
  --navy-800: #123e63;
  --blue-600: #1875b8;
  --steel-700: #31465a;
  --steel-500: #64788b;
  --steel-200: #d8e1e8;
  --steel-100: #edf2f5;
  --surface: #ffffff;
  --ink: #172534;
  --muted: #617182;
  --orange: #ef7c22;
  --orange-dark: #c95d0e;
  --shadow: 0 14px 36px rgba(12, 37, 61, .12);
  --radius: 14px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  width: auto !important;
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background: #f5f7f9;
  font: 16px/1.7 "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

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

a { color: var(--blue-600); text-decoration: none; }

a:hover { color: var(--orange-dark); }

a:focus-visible, button:focus-visible { outline: 3px solid #f6aa6c; outline-offset: 3px; }

button { font: inherit; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: #fff;
  background: rgba(7, 26, 45, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 4px 16px rgba(2, 16, 29, .2);
}

.site-header__utility { border-bottom: 1px solid rgba(255, 255, 255, .1); }

.site-header__utility .site-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-height: 38px;
  color: #dce8f0;
  font-size: 13px;
}

.site-header__utility a,
.site-header__utility button {
  color: #fff;
  font-weight: 700;
}

.site-header__utility button {
  all: unset;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.site-header__utility a:hover,
.site-header__utility button:hover { color: #ff9f4a; }

.site-header__utility a { color: #fff; font-weight: 700; }

.site-header__main {
  display: grid;
  grid-template-columns: minmax(235px, 1fr) auto auto auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
}

.site-brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.site-brand:hover { color: #fff; }
.site-brand img {
  width: 58px;
  height: auto;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f2f6fa 0 68%, rgba(242,246,250,.0) 100%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.25), 0 2px 8px rgba(0,0,0,.35);
}
.site-brand__name { display: block; font-size: 22px; font-weight: 800; line-height: 1.25; letter-spacing: .04em; }
.site-brand__tagline { display: none; }

.site-qr {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  color: #d6e6f2;
  font-size: 12px;
  font-family: inherit;
  line-height: 1.25;
  text-align: left;
}
.site-qr:hover { color: #fff; }
.site-qr img { width: 52px; height: 52px; padding: 3px; background: #fff; border-radius: 5px; }

.site-contact { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.site-contact__label { color: #b9cedd; font-size: 12px; }
.site-contact__phone { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.site-contact__phone:hover { color: #ffd2a9; }

.site-nav { background: #0c3356; }
.site-nav__inner { display: flex; align-items: center; justify-content: flex-start; min-height: 50px; }
.site-nav__links { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; padding-left: 5ch; }
.site-nav a { padding: 13px 19px; color: #eef6fb; font-size: 15px; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: var(--orange); }

.site-menu-toggle { display: none; padding: 9px 12px; color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .45); border-radius: 7px; }

.site-footer {
  margin-top: 64px;
  padding: 44px 0 104px;
  color: #cfdae2;
  background: var(--navy-950);
}

.site-footer__grid { display: grid; grid-template-columns: 1.35fr .9fr auto; gap: 36px; align-items: start; }
.site-footer h2 { margin: 0 0 10px; color: #fff; font-size: 18px; }
.site-footer p { margin: 5px 0; font-size: 14px; }
.site-footer a { color: #dcecf8; }
.site-footer__phone { display: block; margin: 6px 0; color: #fff; font-size: 24px; font-weight: 800; }
.site-footer__qr { width: 112px; padding: 5px; background: #fff; border-radius: 6px; }
.site-footer__legal { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .16); color: #91a7b7; font-size: 13px; text-align: center; }

.cta-button, .outline-button, .phone-button, .wechat-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 19px;
  border: 0;
  border-radius: 7px;
  font-weight: 800;
  cursor: pointer;
}

.cta-button, .phone-button { color: #fff; background: var(--orange); box-shadow: 0 6px 15px rgba(201, 93, 14, .28); }
.cta-button:hover, .phone-button:hover { color: #fff; background: var(--orange-dark); }
.outline-button, .wechat-button { color: var(--navy-900); background: #fff; border: 1px solid var(--steel-200); }
.outline-button:hover, .wechat-button:hover { color: var(--navy-900); border-color: var(--orange); background: #fff8f2; }

.site-mobile-actions { display: none; }
.wechat-modal[hidden] { display: none; }
.wechat-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(4, 19, 33, .68); }
.wechat-modal__panel { position: relative; width: min(320px, 100%); padding: 28px; text-align: center; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.wechat-modal h2 { margin: 0 0 12px; color: var(--navy-900); font-size: 20px; }
.wechat-modal p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.wechat-modal img { width: 210px; padding: 6px; background: #fff; border: 1px solid var(--steel-200); }
.wechat-modal__close { position: absolute; top: 9px; right: 12px; padding: 4px 8px; color: var(--steel-700); background: transparent; border: 0; font-size: 25px; cursor: pointer; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(117deg, rgba(4, 24, 42, .98), rgba(11, 55, 87, .91)), url("/img/untitled.jpg") center/cover;
}

.hero::after { position: absolute; inset: auto -8% -160px auto; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .7fr); gap: 48px; align-items: center; min-height: 485px; padding: 76px 0; }
.hero__eyebrow, .section-eyebrow { margin: 0 0 10px; color: #f6b170; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(34px, 5vw, 55px); line-height: 1.22; letter-spacing: .03em; }
.hero__lead { max-width: 620px; margin: 20px 0 28px; color: #dbe7ef; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { display: grid; gap: 14px; padding: 24px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); backdrop-filter: blur(4px); }
.hero__fact { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.17); }
.hero__fact:last-child { padding-bottom: 0; border: 0; }
.hero__fact strong { display: block; margin-bottom: 3px; color: #fff; font-size: 18px; }
.hero__fact span { color: #c7dbe8; font-size: 14px; }

.section { padding: 76px 0; }
.section--soft { background: var(--steel-100); }
.section--navy { color: #fff; background: var(--navy-900); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(26px, 3vw, 34px); line-height: 1.25; }
.section--navy .section-heading h2 { color: #fff; }
.section-heading p { max-width: 620px; margin: 0; color: var(--muted); }
.section--navy .section-heading p { color: #c9dce9; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { display: grid; grid-template-rows: 185px auto; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid var(--steel-200); border-radius: var(--radius); box-shadow: 0 5px 17px rgba(14,41,63,.06); transition: transform .2s, box-shadow .2s; }
.category-card:hover { color: var(--ink); transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 185px; object-fit: contain; padding: 16px; background: #fff; }
.category-card__body { padding: 17px; border-top: 3px solid var(--orange); }
.category-card strong { display: block; margin-bottom: 5px; color: var(--navy-900); font-size: 18px; }
.category-card span { color: var(--muted); font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 25px; background: #fff; border-radius: var(--radius); box-shadow: 0 5px 18px rgba(14,41,63,.07); }
.service-card__number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 16px; color: var(--orange-dark); background: #fff0e5; border-radius: 50%; font-weight: 800; }
.service-card h3 { margin: 0 0 9px; color: var(--navy-900); font-size: 19px; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; }

.brand-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.brand-list a { display: flex; align-items: center; justify-content: center; min-height: 68px; padding: 14px; color: #fff; text-align: center; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); border-radius: 8px; font-weight: 700; }
.brand-list a:hover { color: #fff; background: var(--orange); border-color: var(--orange); }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .8fr); gap: 34px; }
.news-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--steel-200); }
.news-list li { border-bottom: 1px solid var(--steel-200); }
.news-list a { display: block; padding: 15px 4px; color: var(--ink); }
.news-list a:hover { color: var(--orange-dark); }
.news-list em { margin-right: 8px; color: var(--orange-dark); font-style: normal; font-weight: 700; }
.inquiry-card { padding: 28px; color: #fff; background: linear-gradient(145deg, var(--navy-800), var(--navy-950)); border-radius: var(--radius); box-shadow: var(--shadow); }
.inquiry-card h2 { margin: 0 0 8px; font-size: 26px; }
.inquiry-card p { margin: 0 0 18px; color: #d5e3ed; }
.inquiry-card__phone { display: block; margin: 8px 0 18px; color: #fff; font-size: 28px; font-weight: 800; }
.inquiry-card__qr { display: flex; gap: 14px; align-items: center; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.inquiry-card__qr img { width: 88px; padding: 4px; background: #fff; border-radius: 4px; }
.inquiry-card__qr span { color: #d5e3ed; font-size: 14px; }

.page-hero { padding: 60px 0 54px; color: #fff; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.breadcrumb { margin: 0 0 16px; color: #b8cfdf; font-size: 14px; }
.breadcrumb a { color: #d9edf9; }
.page-hero h1 { max-width: 880px; margin: 0; font-size: clamp(30px, 4vw, 43px); line-height: 1.27; }
.page-hero p { max-width: 760px; margin: 13px 0 0; color: #c3d8e7; }
.page-main { min-height: 430px; padding: 56px 0; }
.prose { color: #263849; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 38px 0 14px; color: var(--navy-900); font-size: 26px; }
.prose h3 { margin: 26px 0 10px; color: var(--navy-800); font-size: 20px; }
.prose p { margin: 0 0 16px; }
.prose img { margin: 10px 0; border-radius: 8px; }
.info-panel { padding: 24px; background: var(--steel-100); border-left: 4px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; }
.info-panel h2 { margin: 0 0 8px; color: var(--navy-900); font-size: 21px; }
.info-panel p { margin: 0; color: var(--muted); }

.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-card { display: grid; grid-template-rows: 90px auto; overflow: hidden; background: #fff; border: 1px solid var(--steel-200); border-radius: var(--radius); }
.brand-card__logo { display: flex; align-items: center; justify-content: center; padding: 18px; border-bottom: 1px solid var(--steel-200); }
.brand-card__logo img { max-height: 55px; object-fit: contain; }
.brand-card__body { padding: 18px; }
.brand-card h2 { margin: 0 0 7px; color: var(--navy-900); font-size: 18px; }
.brand-card p { margin: 0; color: var(--muted); font-size: 14px; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalog-card { padding: 22px; background: #fff; border: 1px solid var(--steel-200); border-radius: var(--radius); }
.catalog-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-bottom: 14px;
  padding: 10px;
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
}
.catalog-card__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.catalog-card h2 { margin: 0 0 12px; color: var(--navy-900); font-size: 20px; }
.catalog-card ul { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0; padding: 0; list-style: none; }
.catalog-card li { margin: 0; }
.catalog-card a { display: block; padding: 5px 0; font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-card { padding: 28px; background: #fff; border: 1px solid var(--steel-200); border-radius: var(--radius); }
.contact-card h2 { margin: 0 0 18px; color: var(--navy-900); font-size: 24px; }
.contact-card dl { display: grid; grid-template-columns: 74px 1fr; gap: 10px 14px; margin: 0; }
.contact-card dt { color: var(--muted); }
.contact-card dd { margin: 0; color: var(--ink); font-weight: 600; }
.contact-card__phone { color: var(--orange-dark); font-size: 22px; font-weight: 800; }
.contact-qr { display: flex; align-items: center; gap: 18px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--steel-200); }
.contact-qr img { width: 112px; padding: 5px; border: 1px solid var(--steel-200); border-radius: 5px; }
.contact-qr p { margin: 0; color: var(--muted); font-size: 14px; }

.legacy-page { padding-bottom: 40px; }
.legacy-page #table13, .legacy-page #footer, .legacy-page #table17, .legacy-page #table6 { display: none !important; }
.legacy-page .legacy-page-title { width: min(1180px, calc(100% - 40px)); margin: 40px auto 20px; padding: 22px 28px; color: #fff; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); border-radius: var(--radius); }
.legacy-page .legacy-page-title p { margin: 0 0 5px; color: #c7dce9; font-size: 13px; }
.legacy-page .legacy-page-title h1 { margin: 0; font-size: clamp(24px, 3.5vw, 34px); line-height: 1.35; }

.legacy-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 20px;
}
.legacy-layout > .catlist {
  flex: 0 0 210px;
  width: 210px !important;
  max-width: 210px !important;
  margin: 0 !important;
}
.legacy-layout > table {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.indexarea {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
}
.indexarea > .cat {
  flex: 0 0 210px;
  width: 210px !important;
  max-width: 210px !important;
}
.indexarea > .mainall,
.indexarea > .main {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  float: none !important;
}

.legacy-page > table, .legacy-page > div:not(.site-header):not(.site-nav):not(.site-footer):not(.site-mobile-actions):not(.wechat-modal):not(.legacy-page-title):not(.legacy-layout):not(.indexarea) {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: calc(100% - 40px) !important;
  height: auto !important;
  margin: 0 auto 20px !important;
}
.legacy-page table { max-width: 100% !important; height: auto !important; }
.legacy-page td { max-width: 100% !important; }
.legacy-page img { max-width: 100% !important; height: auto !important; }
.legacy-page form[action*="baidu"] { display: none !important; }
.legacy-page [background] { background-image: none !important; }
.legacy-page font { font-size: inherit !important; color: inherit !important; }
.legacy-page table[border="1"] { border-color: var(--steel-200); }
.legacy-page a { overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .site-header__main { grid-template-columns: 1fr auto; gap: 10px; min-height: 66px; }
  .site-header__utility, .site-qr, .site-contact { display: none !important; }
  .site-brand__name { font-size: 19px; }
  .site-menu-toggle { display: inline-flex; }
  .site-nav { display: none; }
  .site-nav.is-open { display: block; }
  .site-nav__inner, .site-nav__links { display: block; }
  .site-nav a { display: block; padding: 12px 20px; border-top: 1px solid rgba(255,255,255,.1); }
  .legacy-layout { flex-direction: column; gap: 16px; }
  .legacy-layout > .catlist { display: none; }
  .indexarea > .cat { display: none; }
  .hero__inner, .content-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .hero__inner { min-height: 0; gap: 25px; padding: 56px 0 64px; }
  .hero__facts { grid-template-columns: repeat(3, 1fr); }
  .hero__fact { padding: 0 12px 0 0; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 0; }
  .hero__fact:last-child { border-right: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .brand-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-list { grid-template-columns: repeat(3, 1fr); }
  .site-footer { padding-bottom: 90px; }
  .site-footer__qr { width: 96px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; padding-bottom: 64px; }
  .site-container, .legacy-page .legacy-page-title { width: min(100% - 28px, 1180px); }
  .site-brand img { width: 50px; }
  .hero h1 { font-size: 34px; }
  .hero__lead { font-size: 16px; }
  .hero__facts { grid-template-columns: 1fr; gap: 10px; }
  .hero__fact { padding: 0 0 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .hero__fact:last-child { padding-bottom: 0; }
  .section, .page-main { padding: 48px 0; }
  .section-heading { display: block; margin-bottom: 22px; }
  .section-heading h2 { margin-bottom: 10px; }
  .category-grid, .service-grid, .brand-grid, .catalog-grid, .contact-grid { grid-template-columns: 1fr; }
  .brand-list { grid-template-columns: repeat(2, 1fr); }
  .category-card { grid-template-rows: 145px auto; }
  .category-card img { height: 145px; }
  .page-hero { padding: 44px 0; }
  .contact-card { padding: 22px; }
  .contact-card dl { grid-template-columns: 64px 1fr; }
  .site-mobile-actions { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; height: 64px; box-shadow: 0 -4px 18px rgba(7,26,45,.18); }
  .site-mobile-actions a, .site-mobile-actions button { display: flex; align-items: center; justify-content: center; min-height: 64px; padding: 0 8px; color: #fff; border: 0; font-weight: 800; }
  .site-mobile-actions a { background: var(--orange); }
  .site-mobile-actions button { background: var(--navy-800); }
  .legacy-page .legacy-page-title { margin: 24px auto 14px; padding: 18px; }
  .legacy-page > table, .legacy-page > div:not(.site-header):not(.site-nav):not(.site-footer):not(.site-mobile-actions):not(.wechat-modal):not(.legacy-page-title) { width: calc(100% - 28px) !important; max-width: calc(100% - 28px) !important; }
  .legacy-page table { width: 100% !important; max-width: 100% !important; table-layout: auto; }
  .legacy-page tbody, .legacy-page tr, .legacy-page td { width: auto !important; max-width: 100% !important; }
  .legacy-page td { display: table-cell; min-height: 0 !important; vertical-align: top; }
  .legacy-page [width="1"] { display: none !important; }
  .legacy-page p { overflow-wrap: anywhere; }
}

@media print {
  .site-header, .site-nav, .site-footer, .site-mobile-actions, .wechat-modal { display: none !important; }
  body { background: #fff; }
}

/* 故障板块样式 */

.troubleshoot-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}
.troubleshoot-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 34px;
  margin-top: 20px;
}
.troubleshoot-sidebar {
  /* sits in right column of .troubleshoot-layout */
}
.troubleshoot-card {
  background: var(--surface);
  border: 1px solid var(--steel-200);
  border-radius: 8px;
  padding: 20px;
}
.troubleshoot-card h3 {
  font-size: 1.1rem;
  color: var(--orange);
  margin: 0 0 12px;
}
.troubleshoot-card__content p {
  margin: 8px 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.troubleshoot-card__content p strong {
  color: var(--ink);
}
@media (max-width: 640px) {
  .troubleshoot-grid,
  .troubleshoot-layout {
    grid-template-columns: 1fr;
  }
}

/* 维修咨询卡片样式 */

.troubleshoot-card--consult {
  background: linear-gradient(145deg, var(--orange), var(--orange-dark));
  color: #fff;
  border: none;
}
.troubleshoot-card--consult h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.troubleshoot-card--consult p {
  color: rgba(255,255,255,0.9);
  margin: 0 0 18px;
}
.troubleshoot-card--consult .inquiry-card__phone {
  display: block;
  margin: 8px 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}
.troubleshoot-card--consult .cta-button {
  background: #fff;
  color: var(--orange);
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
  text-align: center;
  font-size: 1rem;
}
.troubleshoot-card--consult .cta-button:hover {
  background: rgba(255,255,255,0.9);
}
.troubleshoot-card--consult .inquiry-card__qr {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.troubleshoot-card--consult .inquiry-card__qr img {
  width: 88px;
  padding: 4px;
  background: #fff;
  border-radius: 4px;
}
.troubleshoot-card--consult .inquiry-card__qr span {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
}
