:root {
  --hwk-navy: #071f38;
  --hwk-navy-2: #0c2e50;
  --hwk-blue: #075d9b;
  --hwk-blue-light: #1d8fd1;
  --hwk-orange: #f08b2d;
  --hwk-ink: #14283a;
  --hwk-muted: #627486;
  --hwk-line: #dce4ea;
  --hwk-paper: #f3f6f8;
  --hwk-white: #fff;
  --hwk-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hwk-site,
body.hwk-forum-site {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hwk-ink) !important;
  background: var(--hwk-paper) none !important;
  font: 16px/1.72 "Microsoft YaHei", "PingFang SC", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
body.hwk-menu-open { overflow: hidden; }
body.hwk-site a,
body.hwk-forum-site a { text-decoration: none; }
body.hwk-site img,
body.hwk-forum-site img { max-width: 100%; }
.hwk-shell { width: min(var(--hwk-shell), calc(100% - 40px)); margin-inline: auto; }
.hwk-skip { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; color: #fff !important; background: var(--hwk-navy); }
.hwk-skip:focus { top: 12px; }

.hwk-topbar { color: #c0cfdb; background: var(--hwk-navy); font-size: 12px; letter-spacing: .04em; }
.hwk-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hwk-topbar a { color: #fff !important; }
.hwk-topbar-right { display: flex; align-items: center; gap: 18px; }
.hwk-counter { opacity: .82; }

.hwk-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--hwk-line); box-shadow: 0 4px 18px rgba(7,31,56,.05); }
.hwk-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hwk-brand { display: inline-flex; align-items: center; gap: 13px; flex: none; color: var(--hwk-navy) !important; }
.hwk-brand-mark { width: 52px; height: 46px; position: relative; display: inline-block; color: var(--hwk-orange); border-left: 5px solid currentColor; border-right: 5px solid currentColor; transform: skew(-9deg); }
.hwk-brand-mark:before { content: ""; position: absolute; left: 50%; top: 0; height: 100%; border-left: 2px solid currentColor; opacity: .45; }
.hwk-brand-mark i { position: absolute; top: 7px; font: 800 22px/1 Arial, sans-serif; transform: skew(9deg); }
.hwk-brand-mark i:first-child { left: 2px; }
.hwk-brand-mark i:last-child { right: 0; top: 20px; }
.hwk-brand-text strong { display: block; color: var(--hwk-navy); font-size: 21px; line-height: 1.25; letter-spacing: .15em; }
.hwk-brand-text small { display: block; margin-top: 3px; color: var(--hwk-muted); font: 700 10px/1.2 Arial, sans-serif; letter-spacing: .2em; }
.hwk-main-nav { display: flex; align-items: center; gap: 2px; }
.hwk-main-nav > a,
.hwk-nav-group > button { min-height: 88px; position: relative; display: flex; align-items: center; padding: 0 11px; color: #34495b !important; background: transparent; border: 0; font: 650 14px/1.2 "Microsoft YaHei", sans-serif; cursor: pointer; white-space: nowrap; }
.hwk-main-nav > a:after,
.hwk-nav-group > button:after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 22px; height: 2px; background: var(--hwk-orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.hwk-main-nav > a:hover:after,
.hwk-main-nav > a.is-current:after,
.hwk-nav-group > button:hover:after,
.hwk-nav-group.is-open > button:after { transform: scaleX(1); }
.hwk-main-nav > a.is-current { color: var(--hwk-navy) !important; }
.hwk-main-nav > .hwk-nav-compare { color: var(--hwk-blue) !important; font-weight: 800; }
.hwk-main-nav > .hwk-nav-compare:after { transform: scaleX(1); }
.hwk-nav-forum { margin-left: 5px; min-height: 42px !important; padding: 0 17px !important; color: #fff !important; background: var(--hwk-blue) !important; }
.hwk-nav-forum:after { display: none; }
.hwk-nav-forum:hover { background: var(--hwk-navy) !important; }
.hwk-nav-group { position: relative; }
.hwk-subnav { min-width: 180px; position: absolute; right: 0; top: calc(100% - 10px); display: none; padding: 8px; background: #fff; border: 1px solid var(--hwk-line); box-shadow: 0 18px 45px rgba(7,31,56,.16); }
.hwk-nav-group.is-open .hwk-subnav { display: grid; }
.hwk-subnav a { padding: 10px 13px; color: var(--hwk-ink) !important; font-size: 14px; }
.hwk-subnav a:hover { color: var(--hwk-blue) !important; background: var(--hwk-paper); }
.hwk-menu-button { width: 44px; height: 42px; display: none; place-content: center; gap: 5px; color: var(--hwk-navy); background: #fff; border: 1px solid var(--hwk-line); cursor: pointer; }
.hwk-menu-button span { width: 21px; height: 2px; display: block; background: currentColor; }
.hwk-menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.hwk-page-banner { color: #fff; background: var(--hwk-navy); }
.hwk-page-banner-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hwk-page-banner strong { font-size: 20px; letter-spacing: .04em; }
.hwk-page-banner span { color: #9fb7c9; font-size: 13px; }

/* Make the existing table-based pages fluid without changing their ASP logic. */
body.hwk-site > table[align="center"] {
  width: min(var(--hwk-shell), calc(100% - 40px)) !important;
  max-width: var(--hwk-shell) !important;
  height: auto !important;
  margin: 24px auto !important;
  color: var(--hwk-ink) !important;
  background: #fff !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: 0 12px 40px rgba(7,31,56,.08);
}
body.hwk-site > table[align="center"] td { height: auto; }
body.hwk-site table,
body.hwk-site td,
body.hwk-site font { font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif !important; }
body.hwk-site table { max-width: 100% !important; }
body.hwk-site td { font-size: 14px !important; line-height: 1.65 !important; }
body.hwk-site a { color: var(--hwk-blue); }
body.hwk-site a:hover { color: var(--hwk-orange); }
body.hwk-site object,
body.hwk-site embed { max-width: 100%; }
body.hwk-site .hwk-layout-wide > tbody > tr > td:last-child > table {
  width: 100% !important;
  margin-right: 0 !important;
}
body.hwk-site a[href^="javascript:eshop"] { display: none !important; }
body.hwk-site a[href*="/soft/"] {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 4px 0;
  padding: 5px 12px;
  color: #fff !important;
  background: var(--hwk-blue);
  border-radius: 3px;
  overflow-wrap: anywhere;
}
body.hwk-site a[href*="/soft/"]:hover { background: var(--hwk-navy); }
body.hwk-site input,
body.hwk-site select,
body.hwk-site textarea {
  max-width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  color: var(--hwk-ink);
  background: #fff;
  border: 1px solid #b9c8d4;
  border-radius: 3px;
  font: 14px/1.45 "Microsoft YaHei", sans-serif;
}
body.hwk-site textarea { min-height: 110px; }
body.hwk-site input[type="submit"],
body.hwk-site input[type="button"],
body.hwk-site button:not(.hwk-menu-button):not(.hwk-nav-more) {
  min-height: 38px;
  padding: 7px 17px;
  color: #fff;
  background: var(--hwk-blue);
  border-color: var(--hwk-blue);
  cursor: pointer;
}
body.hwk-site hr { height: 1px; border: 0; background: var(--hwk-line); }

.hwk-footer { margin-top: 48px; padding-top: 46px; color: #aebfcd; background: #05182a; }
.hwk-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 60px; padding-bottom: 38px; }
.hwk-footer h2 { margin: 0 0 12px; color: #fff; font-size: 18px; }
.hwk-footer p { margin: 5px 0; font-size: 13px; }
.hwk-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.hwk-footer-links strong { margin-bottom: 5px; color: #fff; font-size: 14px; }
.hwk-footer a { color: #c8d5df !important; font-size: 13px; }
.hwk-footer a:hover { color: #fff !important; }
.hwk-footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.hwk-content-page { width: min(var(--hwk-shell), calc(100% - 40px)); margin: 32px auto 0; }
.hwk-content-intro { padding: clamp(30px, 5vw, 58px); color: #fff; background: linear-gradient(120deg, var(--hwk-navy), var(--hwk-blue)); }
.hwk-eyebrow { display: block; margin-bottom: 10px; color: var(--hwk-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.hwk-content-intro h1 { margin: 0 0 14px; font-size: clamp(28px, 4vw, 46px); line-height: 1.18; }
.hwk-content-intro p { max-width: 720px; margin: 0; color: #d8e5ee; font-size: 16px; }
.hwk-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.hwk-service-card { min-height: 250px; padding: 30px; background: #fff; border-top: 3px solid var(--hwk-blue); box-shadow: 0 10px 30px rgba(7,31,56,.07); }
.hwk-service-number { color: var(--hwk-orange); font: 800 13px/1 Arial, sans-serif; letter-spacing: .12em; }
.hwk-service-card h2 { margin: 22px 0 12px; color: var(--hwk-navy); font-size: 21px; }
.hwk-service-card p { margin: 7px 0; color: var(--hwk-muted); font-size: 14px; }
.hwk-text-link { display: inline-block; margin-top: 18px; color: var(--hwk-blue) !important; font-weight: 750; }
.hwk-service-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 18px; padding: 30px 34px; background: #fff; border: 1px solid var(--hwk-line); }
.hwk-service-note h2 { margin: 0 0 5px; color: var(--hwk-navy); font-size: 20px; }
.hwk-service-note p { margin: 0; color: var(--hwk-muted); font-size: 14px; }
.hwk-primary-link { flex: none; padding: 11px 20px; color: #fff !important; background: var(--hwk-blue); font-weight: 750; }
.hwk-primary-link:hover { color: #fff !important; background: var(--hwk-navy); }

.hwk-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.hwk-info-card { padding: 30px 32px; background: #fff; border-top: 3px solid var(--hwk-blue); box-shadow: 0 10px 30px rgba(7,31,56,.06); }
.hwk-info-card-wide { grid-column: 1 / -1; }
.hwk-info-card h2 { margin: 0 0 14px; color: var(--hwk-navy); font-size: 22px; }
.hwk-info-card p { margin: 8px 0; color: var(--hwk-muted); font-size: 15px; }
.hwk-info-card strong { color: var(--hwk-ink); }
.hwk-contact-list { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 10px 22px; margin: 0; }
.hwk-contact-list dt { color: var(--hwk-muted); font-size: 14px; }
.hwk-contact-list dd { min-width: 0; margin: 0; color: var(--hwk-ink); font-size: 15px; overflow-wrap: anywhere; }
.hwk-contact-list a { color: var(--hwk-blue) !important; }
.hwk-contact-list a:hover { color: var(--hwk-orange) !important; }
.hwk-channel-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hwk-channel-links a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 15px; color: #fff !important; background: var(--hwk-blue); font-size: 14px; font-weight: 750; }
.hwk-channel-links a:hover { color: #fff !important; background: var(--hwk-navy); }
.hwk-message-panel { margin-top: 18px; padding: 34px; background: #fff; box-shadow: 0 10px 30px rgba(7,31,56,.06); }
.hwk-message-panel h2 { margin: 0 0 8px; color: var(--hwk-navy); font-size: 24px; }
.hwk-message-panel > p { margin: 0 0 24px; color: var(--hwk-muted); font-size: 14px; }
.hwk-message-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; }
.hwk-form-field { display: grid; gap: 7px; }
.hwk-form-field-wide { grid-column: 1 / -1; }
.hwk-form-field label { color: var(--hwk-ink); font-size: 14px; font-weight: 750; }
.hwk-form-field input,
.hwk-form-field textarea { width: 100%; }
.hwk-form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; padding-top: 4px; }
.hwk-form-actions input[type="reset"] { min-height: 38px; padding: 7px 17px; color: var(--hwk-navy); background: #fff; border: 1px solid var(--hwk-line); cursor: pointer; }
.hwk-status-card { margin-top: 18px; padding: 48px 34px; text-align: center; background: #fff; box-shadow: 0 10px 30px rgba(7,31,56,.06); }
.hwk-status-card h2 { margin: 0 0 10px; color: var(--hwk-navy); font-size: 28px; }
.hwk-status-card p { margin: 0 0 24px; color: var(--hwk-muted); }

.hwk-home { width: min(var(--hwk-shell), calc(100% - 40px)); margin: 32px auto 0; }
.hwk-home-hero { min-height: 470px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); background: #fff; box-shadow: 0 16px 48px rgba(7,31,56,.09); }
.hwk-home-hero-copy { padding: clamp(48px, 7vw, 88px); }
.hwk-home-hero-copy h1 { max-width: 720px; margin: 0 0 22px; color: var(--hwk-navy); font-size: clamp(40px, 6vw, 72px); line-height: 1.06; letter-spacing: -.04em; }
.hwk-home-hero-copy > p { max-width: 660px; margin: 0; color: var(--hwk-muted); font-size: 17px; }
.hwk-home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hwk-secondary-link { padding: 10px 20px; color: var(--hwk-navy) !important; background: #fff; border: 1px solid var(--hwk-line); font-weight: 750; }
.hwk-secondary-link:hover { border-color: var(--hwk-navy); }
.hwk-home-hero-panel { display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; color: #fff; background: var(--hwk-navy); }
.hwk-panel-index { margin-bottom: auto; color: var(--hwk-orange); font: 800 12px/1 Arial, sans-serif; letter-spacing: .16em; }
.hwk-home-hero-panel > strong { font-size: 29px; }
.hwk-home-hero-panel > p { margin: 10px 0 30px; color: #adc0cf; font-size: 14px; }
.hwk-home-commerce { display: grid; grid-template-columns: minmax(250px, .9fr) minmax(210px, .7fr) minmax(300px, 1fr); gap: 18px; margin-top: 18px; padding: 30px; background: #fff; box-shadow: 0 10px 30px rgba(7,31,56,.06); }
.hwk-commerce-copy { align-self: center; padding: 5px 10px 5px 0; }
.hwk-commerce-copy h2 { margin: 0 0 10px; color: var(--hwk-navy); font-size: clamp(24px, 3vw, 32px); }
.hwk-commerce-copy p { margin: 0; color: var(--hwk-muted); font-size: 14px; line-height: 1.7; }
.hwk-commerce-card { min-height: 164px; display: flex; flex-direction: column; padding: 22px; color: var(--hwk-ink) !important; background: var(--hwk-paper); border-top: 3px solid var(--hwk-blue); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hwk-commerce-card:hover { color: var(--hwk-ink) !important; border-color: var(--hwk-orange); box-shadow: 0 14px 34px rgba(7,31,56,.11); transform: translateY(-2px); }
.hwk-commerce-card > span,
.hwk-commerce-weidian-copy > span { color: var(--hwk-orange); font: 800 12px/1 Arial, sans-serif; letter-spacing: .12em; }
.hwk-commerce-card strong { display: block; margin: 18px 0 7px; color: var(--hwk-navy); font-size: 20px; }
.hwk-commerce-card small { display: block; color: var(--hwk-muted); font-size: 13px; line-height: 1.5; }
.hwk-commerce-card b { display: block; margin-top: auto; padding-top: 16px; color: var(--hwk-blue); font-size: 13px; }
.hwk-commerce-weidian { display: grid; grid-template-columns: minmax(0, 1fr) 104px; align-items: center; gap: 20px; }
.hwk-commerce-weidian-copy { height: 100%; display: flex; flex-direction: column; }
.hwk-commerce-weidian img { width: 104px; height: 104px; padding: 5px; background: #fff; border: 1px solid var(--hwk-line); image-rendering: pixelated; }
.hwk-home-hero-panel dl { margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
.hwk-home-hero-panel dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.hwk-home-hero-panel dt { color: #9eb4c5; font-size: 12px; }
.hwk-home-hero-panel dd { margin: 0; font-size: 13px; font-weight: 750; }
.hwk-section-heading { margin-bottom: 22px; }
.hwk-section-heading h2 { margin: 0; color: var(--hwk-navy); font-size: clamp(25px, 3vw, 34px); line-height: 1.2; }
.hwk-section-heading > p { margin: 9px 0 0; color: var(--hwk-muted); font-size: 14px; }
.hwk-home-paths,
.hwk-home-links { padding-top: 64px; }
.hwk-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hwk-path-card { min-height: 250px; display: flex; flex-direction: column; padding: 30px; color: var(--hwk-ink) !important; background: #fff; border-top: 3px solid transparent; box-shadow: 0 10px 30px rgba(7,31,56,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hwk-path-card:hover { color: var(--hwk-ink) !important; border-color: var(--hwk-orange); box-shadow: 0 18px 42px rgba(7,31,56,.11); transform: translateY(-3px); }
.hwk-path-card > span { color: var(--hwk-orange); font: 800 12px/1 Arial, sans-serif; letter-spacing: .12em; }
.hwk-path-card h3 { margin: 32px 0 10px; color: var(--hwk-navy); font-size: 22px; }
.hwk-path-card p { margin: 0 0 28px; color: var(--hwk-muted); font-size: 14px; }
.hwk-path-card b { margin-top: auto; color: var(--hwk-blue); font-size: 13px; }
.hwk-link-list { display: grid; grid-template-columns: repeat(2, 1fr); background: #fff; border-top: 1px solid var(--hwk-line); border-left: 1px solid var(--hwk-line); }
.hwk-link-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; padding: 18px 22px; color: var(--hwk-navy) !important; border-right: 1px solid var(--hwk-line); border-bottom: 1px solid var(--hwk-line); }
.hwk-link-list a:hover { color: var(--hwk-blue) !important; background: var(--hwk-paper); }
.hwk-link-list span { font-weight: 750; }
.hwk-link-list small { color: var(--hwk-muted); font-size: 12px; }

.hwk-data-section,
.hwk-download-section { margin-top: 18px; padding: 34px; background: #fff; box-shadow: 0 10px 30px rgba(7,31,56,.06); }
.hwk-table-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--hwk-line); }
.hwk-data-table { width: 100%; min-width: 850px; border-collapse: collapse; background: #fff; }
.hwk-data-table th,
.hwk-data-table td { padding: 16px 14px; text-align: left; vertical-align: top; border-right: 1px solid var(--hwk-line); border-bottom: 1px solid var(--hwk-line); font-size: 14px; line-height: 1.6; }
.hwk-data-table thead th { color: #fff; background: var(--hwk-navy); font-size: 13px; }
.hwk-data-table tbody th { min-width: 145px; color: var(--hwk-navy); background: #f7f9fa; }
.hwk-data-table td:nth-last-child(-n+3) { min-width: 82px; text-align: center; }
.hwk-data-table tr:last-child > * { border-bottom: 0; }
.hwk-data-table tr > *:last-child { border-right: 0; }
.hwk-version-prices th,
.hwk-version-prices td { padding-top: 18px; padding-bottom: 18px; background: #eef5fa; border-top: 2px solid var(--hwk-blue); }
.hwk-version-prices th { color: var(--hwk-navy); text-align: left; font-size: 15px; }
.hwk-version-prices td { text-align: center; }
.hwk-version-prices strong { display: block; color: var(--hwk-orange); font-size: 20px; line-height: 1.2; }
.hwk-version-prices span { display: block; margin-top: 5px; color: var(--hwk-muted); font-size: 12px; }
.hwk-price-table { min-width: 680px; }
.hwk-price-table td:nth-last-child(-n+3) { text-align: left; }

.hwk-version-notice { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 13px 16px; color: #29455d; background: #f3f8fc; border: 1px solid #d7e7f3; font-size: 14px; }
.hwk-version-notice strong { flex: 0 0 auto; color: var(--hwk-blue); }
.hwk-download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hwk-download-card { min-height: 220px; display: flex; flex-direction: column; padding: 28px; background: var(--hwk-paper); border-left: 3px solid var(--hwk-blue); }
.hwk-download-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hwk-download-card-meta span { color: var(--hwk-orange); font: 800 12px/1 Arial, sans-serif; letter-spacing: .12em; }
.hwk-download-card-meta b { padding: 5px 8px; color: var(--hwk-blue); background: #e9f3fa; font: 800 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.hwk-download-card h3 { margin: 24px 0 8px; color: var(--hwk-navy); font-size: 21px; }
.hwk-download-card p { margin: 0 0 20px; color: var(--hwk-muted); font-size: 14px; }
.hwk-download-card a { width: fit-content; display: inline-flex !important; margin-top: auto; padding: 9px 15px !important; color: #fff !important; background: var(--hwk-blue) !important; border-radius: 0 !important; font-size: 13px; font-weight: 750; }
.hwk-download-card a:hover { background: var(--hwk-navy) !important; }
.hwk-download-context { margin-bottom: 14px; padding: 18px 20px; background: #fff8f0; border-left: 3px solid var(--hwk-orange); }
.hwk-download-context strong { display: block; color: var(--hwk-navy); font-size: 15px; }
.hwk-download-context p { margin: 6px 0 0; color: var(--hwk-muted); font-size: 14px; }
.hwk-archive-guide { display: flex; justify-content: space-between; gap: 20px; padding: 14px 16px; background: var(--hwk-paper); }
.hwk-archive-list { margin-top: 14px; }
.hwk-archive-list table { width: 100% !important; max-width: 100% !important; }
.hwk-pagination { margin-top: 18px; text-align: center; }

.hwk-section-tabs { display: flex; gap: 8px; margin-top: 18px; padding: 8px; background: #fff; border: 1px solid var(--hwk-line); }
.hwk-section-tabs a { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 18px; color: var(--hwk-navy) !important; font-size: 14px; font-weight: 750; }
.hwk-section-tabs a:hover,
.hwk-section-tabs a.is-current { color: #fff !important; background: var(--hwk-blue); }
.hwk-list-panel,
.hwk-article-panel { margin-top: 18px; padding: 34px; background: #fff; box-shadow: 0 10px 30px rgba(7,31,56,.06); }
.hwk-list-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.hwk-list-heading .hwk-eyebrow { margin-bottom: 8px; }
.hwk-list-heading > p { flex: none; margin: 0; color: var(--hwk-muted); font-size: 13px; }
.hwk-news-list { border-top: 1px solid var(--hwk-line); }
.hwk-news-row { min-height: 84px; display: grid; grid-template-columns: 120px minmax(0, 1fr) max-content; align-items: center; gap: 24px; border-bottom: 1px solid var(--hwk-line); }
.hwk-news-row time { color: var(--hwk-muted); font: 700 13px/1.4 Arial, sans-serif; }
.hwk-news-row h3 { margin: 0; font-size: 17px; font-weight: 700; }
.hwk-news-row h3 a { color: var(--hwk-ink) !important; }
.hwk-news-row h3 a:hover { color: var(--hwk-blue) !important; }
.hwk-row-link { color: var(--hwk-blue) !important; font-size: 13px; font-weight: 750; }
.hwk-empty-state { padding: 52px 20px; color: var(--hwk-muted); text-align: center; background: var(--hwk-paper); }
.hwk-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; }
.hwk-pagination a,
.hwk-pagination span { min-height: 38px; display: inline-flex; align-items: center; padding: 7px 14px; border: 1px solid var(--hwk-line); font-size: 13px; }
.hwk-pagination a { color: var(--hwk-blue) !important; }
.hwk-pagination a:hover { color: #fff !important; background: var(--hwk-blue); border-color: var(--hwk-blue); }
.hwk-pagination span { color: var(--hwk-muted); background: var(--hwk-paper); }
.hwk-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hwk-product-card { min-height: 210px; display: grid; grid-template-columns: 150px minmax(0, 1fr); background: var(--hwk-paper); border: 1px solid var(--hwk-line); }
.hwk-product-media { display: grid; place-items: center; min-height: 210px; padding: 20px; color: #fff; background: var(--hwk-navy); overflow: hidden; }
.hwk-product-media img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.hwk-product-media span { font: 800 34px/1 Arial, sans-serif; letter-spacing: .08em; }
.hwk-product-copy { padding: 24px; }
.hwk-product-copy > span { color: var(--hwk-orange); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.hwk-product-copy h3 { margin: 15px 0 8px; font-size: 20px; line-height: 1.4; }
.hwk-product-copy h3 a { color: var(--hwk-navy) !important; }
.hwk-product-copy p { margin: 0; color: var(--hwk-muted); font-size: 13px; }
.hwk-article-panel { max-width: 980px; margin-left: auto; margin-right: auto; padding: clamp(28px, 5vw, 58px); }
.hwk-article-kicker { color: var(--hwk-orange); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.hwk-article-panel > h1 { margin: 14px 0; color: var(--hwk-navy); font-size: clamp(28px, 4vw, 42px); line-height: 1.3; }
.hwk-article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; padding-bottom: 22px; color: var(--hwk-muted); border-bottom: 1px solid var(--hwk-line); font-size: 13px; }
.hwk-rich-content { min-height: 180px; padding: 30px 0; color: var(--hwk-ink); font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.hwk-rich-content img { height: auto !important; }
.hwk-rich-content table { width: 100% !important; }
.hwk-article-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 22px; border-top: 1px solid var(--hwk-line); }
.hwk-article-actions a,
.hwk-article-actions button { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid var(--hwk-line); font-size: 13px; font-weight: 750; }
.hwk-article-actions a { color: var(--hwk-blue) !important; background: #fff; }
.hwk-article-actions a:hover { color: #fff !important; background: var(--hwk-blue); border-color: var(--hwk-blue); }

@media (max-width: 1000px) {
  .hwk-menu-button { display: grid; }
  .hwk-main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; max-height: calc(100vh - 110px); padding: 9px 20px 22px; overflow-y: auto; flex-direction: column; align-items: stretch; background: #fff; border-bottom: 1px solid var(--hwk-line); box-shadow: 0 18px 35px rgba(7,31,56,.14); }
  .hwk-main-nav.is-open { display: flex; }
  .hwk-main-nav > a,
  .hwk-nav-group > button { width: 100%; min-height: 48px; justify-content: flex-start; padding: 0 8px; border-bottom: 1px solid var(--hwk-line); }
  .hwk-main-nav > a:after,
  .hwk-nav-group > button:after { display: none; }
  .hwk-nav-forum { margin: 10px 0 0; justify-content: center !important; }
  .hwk-main-nav > a.is-current { color: var(--hwk-blue) !important; font-weight: 750; }
  .hwk-subnav { min-width: 0; position: static; padding: 3px 8px 10px 20px; box-shadow: none; border: 0; border-bottom: 1px solid var(--hwk-line); }
  .hwk-subnav a { padding: 8px; }
  .hwk-service-grid { grid-template-columns: 1fr; }
  .hwk-service-card { min-height: 0; }
  .hwk-info-grid { grid-template-columns: 1fr; }
  .hwk-info-card-wide { grid-column: auto; }
  .hwk-home-hero { grid-template-columns: 1fr; }
  .hwk-home-hero-panel { min-height: 330px; }
  .hwk-home-commerce { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hwk-commerce-copy { grid-column: 1 / -1; }
  .hwk-path-grid { grid-template-columns: 1fr; }
  .hwk-path-card { min-height: 210px; }
}

@media (max-width: 680px) {
  .hwk-shell { width: min(var(--hwk-shell), calc(100% - 28px)); }
  .hwk-topbar-left { display: none; }
  .hwk-topbar-inner { justify-content: flex-end; }
  .hwk-counter { display: none; }
  .hwk-header-inner { min-height: 76px; }
  .hwk-brand-mark { width: 44px; height: 39px; }
  .hwk-brand-mark i { font-size: 18px; }
  .hwk-brand-mark i:last-child { top: 17px; }
  .hwk-brand-text strong { font-size: 17px; }
  .hwk-brand-text small { font-size: 9px; }
  .hwk-page-banner-inner { min-height: 70px; }
  .hwk-page-banner strong { font-size: 17px; }
  .hwk-page-banner span { display: none; }
  body.hwk-site > table[align="center"] { width: calc(100% - 20px) !important; margin: 12px auto !important; overflow-x: auto; box-shadow: 0 7px 24px rgba(7,31,56,.07); }
  body.hwk-site > table[align="center"] > tbody > tr > td { max-width: calc(100vw - 20px); }
  body.hwk-site td { font-size: 13px !important; }
  body.hwk-site table img:not([width="1"]):not([height="1"]) { height: auto !important; }
  .hwk-footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .hwk-footer-bottom { padding: 17px 0; align-items: flex-start; flex-direction: column; justify-content: center; }
  .hwk-content-page { width: calc(100% - 20px); margin-top: 12px; }
  .hwk-content-intro { padding: 28px 22px; }
  .hwk-service-card { padding: 24px 22px; }
  .hwk-service-note { align-items: flex-start; flex-direction: column; padding: 24px 22px; }
  .hwk-info-card,
  .hwk-message-panel,
  .hwk-status-card { padding: 24px 22px; }
  .hwk-contact-list { grid-template-columns: 1fr; gap: 2px; }
  .hwk-contact-list dd { margin-bottom: 10px; }
  .hwk-message-form { grid-template-columns: 1fr; }
  .hwk-form-field-wide,
  .hwk-form-actions { grid-column: auto; }
  .hwk-home { width: calc(100% - 20px); margin-top: 12px; }
  .hwk-home-hero-copy { padding: 42px 22px; }
  .hwk-home-hero-copy h1 { font-size: 39px; }
  .hwk-home-hero-panel { min-height: 300px; padding: 28px 22px; }
  .hwk-home-commerce { grid-template-columns: 1fr; padding: 24px 20px; }
  .hwk-commerce-copy { grid-column: auto; padding-right: 0; }
  .hwk-home-paths,
  .hwk-home-links { padding-top: 44px; }
  .hwk-link-list { grid-template-columns: 1fr; }
  .hwk-link-list a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hwk-data-section,
  .hwk-download-section { padding: 24px 18px; }
  .hwk-download-grid { grid-template-columns: 1fr; }
  .hwk-product-grid { grid-template-columns: 1fr; }
  .hwk-news-row { grid-template-columns: 1fr; gap: 7px; padding: 18px 0; }
  .hwk-row-link { width: fit-content; }
  .hwk-version-notice { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hwk-archive-guide { align-items: flex-start; flex-direction: column; }
  .hwk-section-tabs { overflow-x: auto; }
  .hwk-section-tabs a { white-space: nowrap; }
  .hwk-list-panel,
  .hwk-article-panel { padding: 24px 20px; }
  .hwk-list-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hwk-product-card { grid-template-columns: 104px minmax(0, 1fr); min-height: 180px; }
  .hwk-product-media { min-height: 180px; padding: 12px; }
  .hwk-product-copy { padding: 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
