/*
Theme Name: Hardware 五金制作行业网站主题
Theme URI: https://mrgod.cn/
Author: Mr.God
Author URI: https://mrgod.cn/
Description: 适用于五金制作行业的网站主题。所有可见的内容、图像、颜色和主要效果都可以通过模板块进行配置。
Version: 1.0.0
License: MIT
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.hardware-body {
  margin: 0;
  background: var(--hw-section);
  color: var(--hw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid color-mix(in srgb, var(--hw-accent) 60%, transparent);
  outline-offset: 2px;
}

.hardware-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 { -webkit-line-clamp: 1; }
.line-clamp-2 { -webkit-line-clamp: 2; }
.line-clamp-3 { -webkit-line-clamp: 3; }

.hardware-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 32, 51, 0.08);
}

.hardware-topbar {
  background: #f8fbfd;
  border-bottom: 1px solid var(--hw-border);
  font-size: 0.75rem;
  color: var(--hw-muted);
}

.hardware-topbar__inner,
.hardware-topbar__left,
.hardware-topbar__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hardware-topbar__inner {
  min-height: 34px;
}

.hardware-topbar a,
.hardware-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.hardware-topbar i {
  color: var(--hw-primary);
}

.hardware-nav {
  background: #fff;
}

.hardware-nav__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hardware-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  color: var(--hw-primary-dark);
}

.hardware-brand img {
  max-height: 46px;
  max-width: 220px;
  width: auto;
  object-fit: contain;
}

.hardware-brand__mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--hw-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(18, 63, 115, 0.22);
}

.hardware-brand__text {
  font-size: 1rem;
  line-height: 1;
}

.hardware-nav__links,
.hardware-nav__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hardware-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  color: #26384c;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.18s ease, background 0.18s ease;
}

.hardware-nav-link:hover {
  color: var(--hw-primary);
  background: #f2f6fa;
}

.hardware-lang {
  display: inline-flex;
  align-items: center;
}

.hardware-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  color: #26384c;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
}

.hardware-quote-btn,
.hardware-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(18, 63, 115, 0.2);
  transition: transform 0.18s ease, background 0.18s ease;
}

.hardware-quote-btn:hover,
.hardware-mobile-cta:hover {
  background: var(--hw-primary-dark);
  transform: translateY(-1px);
}

.hardware-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #fff;
  color: var(--hw-primary-dark);
}

.hardware-mobile-menu {
  border-top: 1px solid var(--hw-border);
  background: #fff;
  padding: 10px 0 16px;
}

.hardware-mobile-link {
  display: block;
  padding: 12px 8px;
  border-radius: 8px;
  color: #26384c;
  font-weight: 700;
}

.hardware-mobile-link:hover {
  background: #f2f6fa;
  color: var(--hw-primary);
}

.hardware-mobile-cta {
  width: 100%;
  margin-top: 8px;
}

.hardware-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #0b223f;
  color: #fff;
}

.hardware-hero__bg {
  position: absolute;
  inset: 0;
}

.hardware-hero__bg img,
.hardware-hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
  opacity: 0.5;
}

.hardware-hero__bg video {
  pointer-events: none;
}

.hardware-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 24, 45, 0.96) 0%, rgba(7, 24, 45, 0.76) 45%, rgba(7, 24, 45, 0.38) 100%),
    radial-gradient(circle at 78% 28%, rgba(36, 193, 201, 0.2), transparent 32%);
}

.hardware-hero__inner {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) 380px;
  gap: 80px;
  align-items: center;
  padding: 78px 0 96px;
}

.hardware-hero--no-card .hardware-hero__inner {
  grid-template-columns: minmax(0, 860px);
}

.hardware-hero__copy h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: 3.25rem;
  line-height: 1.02;
  font-weight: 900;
  color: #fff;
}

.hardware-hero__copy > p:not(.hardware-section-label) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.hardware-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hardware-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 800;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.hardware-btn:hover {
  transform: translateY(-1px);
}

.hardware-btn--accent {
  background: var(--hw-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(18, 63, 115, 0.32);
}

.hardware-btn--accent:hover {
  background: var(--hw-accent);
}

.hardware-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hardware-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hardware-hero-card {
  position: relative;
  align-self: center;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  min-height: 430px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hardware-hero-card img,
.hardware-hero-card video {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.hardware-hero-card video {
  background: #081d34;
}

.hardware-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.72) 100%);
}

.hardware-hero-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.hardware-hero-card span {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 999px;
  background: var(--hw-warning);
  color: #081d34;
  padding: 4px 9px;
  font-size: 0.6875rem;
  font-weight: 900;
}

.hardware-hero-card strong {
  display: block;
  max-width: 260px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
}

.hardware-stats {
  background: #f5f9fc;
  border-bottom: 1px solid var(--hw-border);
}

.hardware-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hardware-stats__grid div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
  border-right: 1px solid var(--hw-border);
}

.hardware-stats__grid div:first-child {
  border-left: 1px solid var(--hw-border);
}

.hardware-stats strong {
  color: var(--hw-primary);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.hardware-stats span {
  margin-top: 8px;
  color: #536476;
  font-size: 0.8125rem;
  font-weight: 700;
}

.hardware-section {
  padding: 86px 0;
}

.hardware-section--white {
  background: #fff;
}

.hardware-section--soft {
  background: var(--hw-section);
}

.hardware-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.hardware-section-head h2,
.hardware-about h2,
.hardware-why h2,
.hardware-process h2,
.hardware-contact-band h2 {
  margin: 8px 0 12px;
  color: var(--hw-ink);
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 900;
}

.hardware-section-head p:last-child,
.hardware-about__copy > p,
.hardware-process__copy > p {
  color: var(--hw-muted);
  line-height: 1.7;
}

.hardware-section-label {
  margin: 0;
  color: var(--hw-primary);
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.hardware-section-label--dark {
  color: var(--hw-warning);
}

.hardware-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.hardware-featured-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.hardware-featured-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #0e223b;
}

.hardware-featured-card > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.56;
  filter: saturate(82%);
  transition: transform 0.45s ease;
}

.hardware-featured-card:hover > img {
  transform: scale(1.04);
}

.hardware-featured-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 31, 55, 0.1), rgba(11, 31, 55, 0.94));
}

.hardware-featured-card__body {
  position: absolute;
  inset: auto 22px 22px 22px;
  color: #fff;
}

.hardware-featured-card__body span {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--hw-warning);
  color: #071b31;
  padding: 5px 10px;
  font-size: 0.6875rem;
  font-weight: 900;
}

.hardware-featured-card:nth-child(2) .hardware-featured-card__body span {
  background: var(--hw-accent);
}

.hardware-featured-card h3 {
  max-width: 560px;
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.22;
  font-weight: 900;
}

.hardware-featured-card p {
  max-width: 620px;
  min-height: 68px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hardware-featured-card__body div,
.hardware-product-card__body div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hardware-featured-card__body div a,
.hardware-product-card__body div a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 4px;
  padding: 0 12px;
  background: #fff;
  color: var(--hw-primary-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.hardware-featured-card__body div a + a,
.hardware-product-card__body div a + a {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hardware-product-grid,
.hardware-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hardware-product-carousel {
  position: relative;
}

.hardware-product-carousel__viewport {
  overflow: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.hardware-product-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.hardware-product-carousel__track {
  display: flex;
  gap: 0;
  align-items: stretch;
}

.hardware-product-carousel[data-start="1"] .hardware-product-carousel__track {
  transform: translateX(-33.3333%);
}

.hardware-product-carousel[data-start="2"] .hardware-product-carousel__track {
  transform: translateX(-66.6667%);
}

.hardware-product-carousel[data-start="3"] .hardware-product-carousel__track {
  transform: translateX(-100%);
}

.hardware-product-carousel[data-start="4"] .hardware-product-carousel__track {
  transform: translateX(-133.3333%);
}

.hardware-product-carousel[data-start="5"] .hardware-product-carousel__track {
  transform: translateX(-166.6667%);
}

.hardware-product-carousel[data-start="6"] .hardware-product-carousel__track {
  transform: translateX(-200%);
}

.hardware-product-carousel[data-start="7"] .hardware-product-carousel__track {
  transform: translateX(-233.3333%);
}

.hardware-product-carousel[data-start="8"] .hardware-product-carousel__track {
  transform: translateX(-266.6667%);
}

.hardware-product-carousel[data-start="9"] .hardware-product-carousel__track {
  transform: translateX(-300%);
}

.hardware-product-carousel[data-start="10"] .hardware-product-carousel__track {
  transform: translateX(-333.3333%);
}

.hardware-product-carousel[data-start="11"] .hardware-product-carousel__track {
  transform: translateX(-366.6667%);
}

.hardware-product-carousel__slide {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding-right: 20px;
  min-width: 0;
  display: flex;
}

.hardware-product-carousel__slide .hardware-product-card {
  width: 100%;
}

.hardware-product-carousel__controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.hardware-product-carousel__controls.is-hidden {
  display: none;
}

.hardware-product-carousel__controls > button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--hw-border);
  border-radius: 999px;
  background: #fff;
  color: var(--hw-primary);
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.hardware-product-carousel__controls > button:hover,
.hardware-product-carousel__controls > button:focus-visible {
  border-color: var(--hw-primary);
  background: var(--hw-primary);
  color: #fff;
  transform: translateY(-1px);
}

.hardware-product-carousel__controls > button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.hardware-product-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hardware-product-carousel__dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: #c9d6e2;
  transition: width 0.18s ease, background 0.18s ease;
}

.hardware-product-carousel__dots button.is-active {
  width: 28px;
  background: var(--hw-primary);
}

.hardware-product-card,
.hardware-news-card,
.hardware-process__panel,
.hardware-contact-form {
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 32, 51, 0.06);
}

.hardware-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.hardware-product-card__image,
.hardware-news-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef3f7;
}

.hardware-product-card__image img,
.hardware-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hardware-product-card:hover img,
.hardware-news-card:hover img {
  transform: scale(1.04);
}

.hardware-product-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.hardware-product-card h3,
.hardware-news-card h3 {
  margin: 0 0 9px;
  color: var(--hw-ink);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 900;
}

.hardware-product-card h3 a:hover,
.hardware-news-card h3 a:hover {
  color: var(--hw-primary);
}

.hardware-product-card p {
  flex: 1;
  min-height: 70px;
  margin: 0 0 16px;
  color: var(--hw-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.hardware-product-card__body div a {
  background: var(--hw-primary);
  color: #fff;
}

.hardware-product-card__body div a + a {
  background: #eef4f9;
  color: var(--hw-primary);
  border-color: transparent;
}

.hardware-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 72px;
  align-items: center;
}

.hardware-about__info {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.hardware-about__info div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 5px 12px;
}

.hardware-about__info i {
  grid-row: span 2;
  margin-top: 3px;
  color: var(--hw-primary);
}

.hardware-about__info strong {
  color: var(--hw-ink);
  font-weight: 900;
}

.hardware-about__info span {
  color: var(--hw-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hardware-link-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
  padding: 0 18px;
  font-weight: 900;
}

.hardware-about__media {
  position: relative;
  min-height: 520px;
}

.hardware-about__main,
.hardware-about__small {
  position: absolute;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 52px rgba(16, 32, 51, 0.16);
}

.hardware-about__main {
 
  right: 0;
  bottom: 0;
  width: 78%;
  height: 380px;
}

.hardware-about__small {
  top: 0;
  left: 0;
  width: 48%;
  height: 280px;
}

.hardware-why {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #071d35 0%, #0c315d 54%, #123f73 100%);
  padding: 88px 0;
}

.hardware-why--image {
  background-image:
    linear-gradient(135deg, rgba(7, 29, 53, 0.94) 0%, rgba(12, 49, 93, 0.86) 54%, rgba(18, 63, 115, 0.78) 100%),
    var(--hw-why-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hardware-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.38;
}

.hardware-why__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.hardware-why__intro {
  position: sticky;
  top: 116px;
  color: #fff;
}

.hardware-why__intro::before {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hw-warning), var(--hw-accent));
}

.hardware-why__intro h2 {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.hardware-why__intro p:last-child {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.hardware-why__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hardware-why__images img {
  display: block;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hardware-why__images img:hover {
  border-color: rgba(36, 193, 201, 0.5);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
  transform: translateY(-4px);
}

.hardware-process {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 58px;
  align-items: start;
}

.hardware-needs {
  margin-top: 26px;
  border-left: 3px solid var(--hw-primary);
  padding-left: 18px;
}

.hardware-needs h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 900;
}

.hardware-needs ul,
.hardware-contact-band ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hardware-needs li,
.hardware-contact-band li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--hw-muted);
  line-height: 1.45;
}

.hardware-needs i,
.hardware-contact-band li i {
  margin-top: 4px;
  color: var(--hw-accent);
}

.hardware-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hardware-tags span {
  border-radius: 999px;
  background: #eef4f9;
  color: var(--hw-primary);
  padding: 7px 10px;
  font-size: 0.75rem;
  font-weight: 900;
}

.hardware-process__panel {
  padding: 22px;
}

.hardware-process__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.hardware-process__steps article {
  min-height: 150px;
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  padding: 18px;
  background: #f9fbfd;
}

.hardware-process__steps strong {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hw-primary);
  color: #fff;
  font-size: 0.85rem;
}

.hardware-process__steps h3 {
  margin: 16px 0 6px;
  font-size: 0.95rem;
  font-weight: 900;
}

.hardware-process__steps p {
  margin: 0;
  color: var(--hw-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hardware-process__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
}

.hardware-process__cta span {
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.hardware-process__cta a {
  flex: 0 0 auto;
  border-radius: 4px;
  background: #fff;
  color: var(--hw-primary);
  padding: 9px 12px;
  font-size: 0.8rem;
  font-weight: 900;
}

.hardware-youtube-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hardware-youtube-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #0c1826;
  box-shadow: var(--hw-shadow);
}

.hardware-youtube-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hardware-faq__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
}

.hardware-faq__tabs {
     display: flex;
    flex-direction: column;
  gap: 8px;
}

.hardware-faq__tabs button {
  height: 60px;
  border: 1px solid var(--hw-border);
  border-radius: 6px;
  background: #fff;
  color: var(--hw-muted);
  padding: 0 14px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hardware-faq__tabs button.is-active,
.hardware-faq__tabs button:hover {
  border-color: var(--hw-primary);
  background: var(--hw-primary);
  color: #fff;
}

.hardware-faq__items {
  display: grid;
  gap: 10px;
}

.hardware-faq__items details {
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.hardware-faq__items summary {
  cursor: pointer;
  padding: 17px 18px;
  color: var(--hw-ink);
  font-weight: 900;
  list-style: none;
}

.hardware-faq__items summary::-webkit-details-marker {
  display: none;
}

.hardware-faq__items summary::after {
  content: "+";
  float: right;
  color: var(--hw-primary);
  font-weight: 900;
}

.hardware-faq__items details[open] summary::after {
  content: "-";
}

.hardware-faq__items p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--hw-muted);
  line-height: 1.6;
}

.hardware-cert-section {
  overflow: hidden;
}

.hardware-cert-marquee {
  overflow: hidden;
  padding: 4px 0;
}

.hardware-cert-track {
  display: flex;
  width: max-content;
  animation: hardware-marquee 34s linear infinite;
  will-change: transform;
}

.hardware-cert-marquee:hover .hardware-cert-track {
  animation-play-state: paused;
}

.hardware-cert-set {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
}

.hardware-cert {
  width: 210px;
  flex: 0 0 210px;
  margin: 0;
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.hardware-cert img,
.hardware-cert div {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  background: #f6f9fb;
  object-fit: contain;
}

.hardware-cert div {
  display: grid;
  place-items: center;
  color: var(--hw-primary);
  font-size: 2rem;
}

.hardware-cert figcaption {
  margin-top: 12px;
  color: var(--hw-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.hardware-marquee-hint {
  margin: 16px 0 0;
  color: var(--hw-muted);
  font-size: 0.82rem;
}

@keyframes hardware-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(var(--hw-cert-shift, -50%)); }
}

.hardware-news-card {
  overflow: hidden;
}

.hardware-news-card > div {
  padding: 18px;
}

.hardware-news-card span {
  display: block;
  color: var(--hw-primary);
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.hardware-news-card p {
  margin: 0;
  color: var(--hw-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.hardware-contact-band {
  position: relative;
  overflow: hidden;
  background: #071d35;
  color: #fff;
  padding: 86px 0;
}

.hardware-contact-band__bg {
  position: absolute;
  inset: 0;
}

.hardware-contact-band__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
}

.hardware-contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 29, 53, 0.98), rgba(7, 29, 53, 0.82));
}

.hardware-contact-band__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 72px;
  align-items: center;
}

.hardware-contact-band h2 {
  color: #fff;
}

.hardware-contact-band__copy > p:not(.hardware-section-label) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.hardware-contact-band li {
  color: rgba(255, 255, 255, 0.76);
}

.hardware-contact-form {
  padding: 26px;
  color: var(--hw-ink);
}

.hardware-contact-form h3 {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 900;
}

.hardware-contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.hardware-contact-form span {
  color: #526274;
  font-size: 0.8rem;
  font-weight: 800;
}

.hardware-contact-form input,
.hardware-contact-form textarea {
  width: 100%;
  border: 1px solid var(--hw-border);
  border-radius: 6px;
  background: #f8fbfd;
  color: var(--hw-ink);
  padding: 11px 12px;
}

.hardware-contact-form button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.hardware-page-hero {
  padding: 58px 0 64px;
  background:
    linear-gradient(90deg, rgba(7, 29, 53, 0.96), rgba(18, 63, 115, 0.9)),
    radial-gradient(circle at 78% 20%, rgba(36, 193, 201, 0.24), transparent 30%);
  color: #fff;
}

.hardware-page-hero h1 {
  margin: 16px 0 0;
  font-size: 2.6rem;
  line-height: 1.12;
  font-weight: 900;
}

.hardware-page-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.hardware-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.hardware-breadcrumb a:hover {
  color: #fff;
}

.hardware-breadcrumb i {
  font-size: 0.65rem;
}

.hardware-card {
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.hardware-list-layout,
.hardware-detail-layout,
.hardware-contact-page,
.hardware-company-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.hardware-list-layout--sidebar-first {
  grid-template-columns: 300px minmax(0, 1fr);
}

.hardware-list-main,
.hardware-sidebar {
  min-width: 0;
}

.hardware-sidebar,
.hardware-detail-sidebar {
  display: grid;
  gap: 18px;
}

.hardware-list-layout--sidebar-first .hardware-sidebar {
  position: sticky;
  top: 124px;
}

.hardware-sidebar-box {
  overflow: hidden;
}

.hardware-sidebar-box h3,
.hardware-quote-card h3,
.hardware-case-info h3 {
  margin: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--hw-ink);
  font-size: 1rem;
  font-weight: 900;
}

.hardware-sidebar-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  border-top: 1px solid #eef3f7;
  color: #536476;
  font-size: 0.86rem;
  font-weight: 800;
}

.hardware-sidebar-link i {
  width: 18px;
  color: #8ca0b4;
}

.hardware-sidebar-link:hover,
.hardware-sidebar-link.is-active {
  color: var(--hw-primary);
  background: #f2f7fb;
}

.hardware-sidebar-link.is-active {
  box-shadow: inset 4px 0 0 var(--hw-primary);
}

.hardware-quote-card {
  border-radius: 8px;
  background: var(--hw-primary-dark);
  color: #fff;
  padding-bottom: 18px;
}

.hardware-quote-card h3 {
  color: #fff;
}

.hardware-quote-card p {
  margin: 0 18px 18px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  font-size: 0.88rem;
}

.hardware-quote-card a,
.hardware-back-card,
.hardware-inline-box,
.hardware-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 6px;
  padding: 0 16px;
  font-weight: 900;
}

.hardware-quote-card a {
  margin: 0 18px;
  width: calc(100% - 36px);
  background: #fff;
  color: var(--hw-primary);
}

.hardware-empty,
.hardware-status-page {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 320px;
  padding: 42px 24px;
}

.hardware-empty i,
.hardware-status-page > i {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f4f6;
  color: var(--hw-primary);
  font-size: 2rem;
}

.hardware-status-page strong {
  color: #dce6ef;
  font-size: 7rem;
  line-height: 0.9;
  font-weight: 900;
}

.hardware-status-page h1 {
  margin: 16px 0 8px;
  font-size: 2rem;
  font-weight: 900;
}

.hardware-status-page p {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--hw-muted);
  line-height: 1.65;
}

.hardware-status-note {
  margin-bottom: 22px;
  border-radius: 8px;
  background: #eaf6fb;
  color: var(--hw-primary-dark);
  padding: 12px 16px;
  font-weight: 800;
}

.hardware-status-actions,
.hardware-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hardware-inline-box {
  border: 1px solid var(--hw-border);
  background: #fff;
  color: var(--hw-primary);
}

.hardware-chip {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #edf5f8;
  color: var(--hw-primary);
  padding: 5px 9px;
  font-size: 0.75rem;
  font-weight: 900;
}

.hardware-detail-main {
  display: grid;
  gap: 22px;
}

.hardware-product-gallery {
  padding: 14px;
}

.hardware-product-gallery figure,
.hardware-detail-cover {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.hardware-product-gallery figure img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
}

.hardware-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.hardware-product-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.hardware-content-card {
  padding: 28px;
}

.hardware-content-card h2 {
  margin: 0 0 18px;
  color: var(--hw-ink);
  font-size: 1.4rem;
  font-weight: 900;
}

.hardware-product-summary,
.hardware-side-form,
.hardware-case-info {
  padding: 22px;
}

.hardware-product-summary h1 {
  margin: 0 0 14px;
  color: var(--hw-ink);
  font-size: 1.65rem;
  line-height: 1.2;
  font-weight: 900;
}

.hardware-product-summary p,
.hardware-case-info p {
  color: var(--hw-muted);
  line-height: 1.6;
}

.hardware-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 20px 0;
}

.hardware-price-grid div {
  border-radius: 8px;
  background: #f4f8fb;
  padding: 12px 8px;
  text-align: center;
}

.hardware-price-grid strong,
.hardware-price-grid span {
  display: block;
}

.hardware-price-grid strong {
  color: var(--hw-ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.hardware-price-grid span {
  color: var(--hw-muted);
  font-size: 0.72rem;
  margin-top: 4px;
}

.hardware-product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.hardware-whatsapp-btn {
  background: #18a558;
  color: #fff;
}

.hardware-side-form h2,
.hardware-contact-form--page h2 {
  margin: 0 0 16px;
  color: var(--hw-ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.hardware-side-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.hardware-side-form span {
  color: var(--hw-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.hardware-side-form input,
.hardware-side-form textarea {
  width: 100%;
  border: 1px solid var(--hw-border);
  border-radius: 6px;
  background: #f8fbfd;
  padding: 10px 12px;
}

.hardware-side-form button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.hardware-product-hero {
  padding: 56px 0 44px;
  background: #f5f7f9;
  border-bottom: 1px solid #e7edf3;
}

.hardware-product-detail-top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.95fr);
  gap: 32px;
  align-items: start;
}

.hardware-product-media {
  min-width: 0;
}

.hardware-product-main-shot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe6ed;
  border-radius: 8px;
}

.hardware-product-main-shot img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: opacity 0.18s ease;
}

.hardware-product-main-shot img.is-switching {
  opacity: 0.58;
}

.hardware-product-media-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--hw-ink);
  box-shadow: 0 8px 22px rgba(16, 32, 51, 0.13);
  cursor: pointer;
  transform: translateY(-50%);
}

.hardware-product-media-arrow:hover,
.hardware-product-media-arrow:focus-visible {
  color: var(--hw-primary);
  box-shadow: 0 10px 26px rgba(16, 32, 51, 0.18);
  outline: none;
}

.hardware-product-media-arrow--prev {
  left: 24px;
}

.hardware-product-media-arrow--next {
  right: 24px;
}

.hardware-product-thumb-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hardware-product-thumb {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.hardware-product-thumb.is-active {
  border-color: #d29a68;
  box-shadow: 0 0 0 1px rgba(210, 154, 104, 0.25);
}

.hardware-product-thumb:focus-visible {
  border-color: var(--hw-primary);
  outline: 2px solid rgba(18, 63, 115, 0.22);
  outline-offset: 2px;
}

.hardware-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.hardware-product-intro {
  min-width: 0;
  padding-top: 2px;
}

.hardware-product-intro h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.12;
  font-weight: 900;
}

.hardware-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 18px;
}

.hardware-product-tags a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  border-radius: 6px;
  background: #ffead6;
  color: #a94410;
  padding: 3px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.hardware-product-tags i {
  font-size: 0.72rem;
}

.hardware-product-lead {
  margin: 0;
  color: #2f3a4f;
  font-size: 1.02rem;
  line-height: 1.62;
}

.hardware-product-cta-stack {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.hardware-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 6px;
  padding: 0 18px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}

.hardware-action-btn--whatsapp {
  background: #16a34a;
}

.hardware-action-btn--whatsapp:hover {
  background: #12833d;
}

.hardware-action-btn--primary {
  background: #1f5da6;
}

.hardware-action-btn--primary:hover {
  background: var(--hw-primary);
}

.hardware-product-quick-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid #e1e8ee;
  border-radius: 8px;
  background: #e1e8ee;
}

.hardware-product-quick-specs div {
  min-width: 0;
  background: #fff;
  padding: 13px 14px;
}

.hardware-product-quick-specs div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.hardware-product-quick-specs dt {
  color: #778496;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hardware-product-quick-specs dd {
  margin: 5px 0 0;
  color: var(--hw-ink);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 800;
}

.hardware-product-detail-section {
  padding-top: 48px;
}

.hardware-product-detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.hardware-product-detail-card,
.hardware-product-side-card,
.hardware-product-inquiry-form {
  border: 1px solid #e1e8ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 32, 51, 0.04);
}

.hardware-product-detail-card {
  overflow: hidden;
}

.hardware-product-detail-card__head {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #e8eef4;
  padding: 0 24px;
}

.hardware-product-detail-card__head p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 900;
}

.hardware-product-detail-card__head i {
  color: var(--hw-primary);
}

.hardware-product-detail-card__content {
  padding:  28px;
}

.hardware-product-detail-card__content h2 {
  margin: 0 0 22px;
  color: #111827;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 900;
}

.hardware-product-detail-card .rich-content h2,
.hardware-product-detail-card .rich-content h3 {
  margin: 34px 0 16px;
  color: #111827;
  line-height: 1.22;
  font-weight: 900;
}

.hardware-product-detail-card .rich-content h2 {
  font-size: 1.55rem;
}

.hardware-product-detail-card .rich-content h3 {
  font-size: 1.25rem;
}

.hardware-product-detail-card .rich-content p,
.hardware-product-detail-card .rich-content li {
  color: #566376;
  font-size: 0.95rem;
  line-height: 1.72;
}

.hardware-product-detail-card .rich-content ul,
.hardware-product-detail-card .rich-content ol {
  padding-left: 1.35rem;
}

.hardware-product-detail-card .rich-content table {
  width: 100%;
  margin: 22px 0 28px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dfe6ed;
  border-radius: 8px;
  font-size: 0.9rem;
}

.hardware-product-detail-card .rich-content th,
.hardware-product-detail-card .rich-content td {
  border: 1px solid #dfe6ed;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.hardware-product-detail-card .rich-content th {
  background: #f6f8fb;
  color: #1f2937;
  font-weight: 900;
}

.hardware-product-detail-card .rich-content td {
  color: #5e6a7a;
}

.hardware-product-side-stack {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 22px;
  min-width: 0;
}

.hardware-product-side-card {
  padding: 22px;
}

.hardware-product-side-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.hardware-product-side-card__head h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 900;
}

.hardware-product-side-card__head a {
  color: #ef6c20;
  font-size: 0.78rem;
  font-weight: 900;
}

.hardware-product-related-list {
  display: grid;
  gap: 12px;
}

.hardware-product-related-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  border: 1px solid #edf2f6;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}

.hardware-product-related-item:hover {
  border-color: #d4e0ec;
  background: #f8fbfd;
}

.hardware-product-related-item img {
  width: 74px;
  height: 70px;
  border-radius: 6px;
  background: #f4f7fa;
  object-fit: contain;
}

.hardware-product-related-item span {
  display: -webkit-box;
  overflow: hidden;
  color: #1f2937;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hardware-product-contact-card {
  border: 1px solid #ffd8b9;
  border-radius: 8px;
  background: #fff7f0;
  padding: 24px 22px;
  text-align: center;
}

.hardware-product-contact-card h3 {
  margin: 0 0 8px;
  color: #c24709;
  font-size: 0.98rem;
  font-weight: 900;
}

.hardware-product-contact-card p {
  margin: 0 0 18px;
  color: #cf5b21;
  font-size: 0.83rem;
  line-height: 1.55;
  font-weight: 700;
}

.hardware-product-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background: #f25a14;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.hardware-product-inquiry-form {
  padding: 22px;
  scroll-margin-top: 120px;
}

.hardware-product-inquiry-form > p {
  margin: -8px 0 18px;
  color: var(--hw-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.hardware-article-list {
  display: grid;
  gap: 18px;
}

.hardware-article-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  overflow: hidden;
}

.hardware-article-row__image {
  min-height: 220px;
  background: #eef3f7;
}

.hardware-article-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hardware-article-row > div {
  padding: 24px;
}

.hardware-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--hw-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.hardware-meta span,
.hardware-meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hardware-meta a {
  color: var(--hw-primary);
}

.hardware-article-row h2,
.hardware-case-card h2 {
  margin: 0 0 12px;
  color: var(--hw-ink);
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 900;
}

.hardware-article-row h2 a:hover,
.hardware-case-card h2 a:hover {
  color: var(--hw-primary);
}

.hardware-article-row p,
.hardware-case-card p {
  margin: 0 0 18px;
  color: var(--hw-muted);
  line-height: 1.6;
}

.hardware-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hw-primary);
  font-weight: 900;
}

.hardware-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hardware-case-card {
  overflow: hidden;
}

.hardware-case-card__image,
.hardware-gallery-item {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.hardware-case-card__image img,
.hardware-gallery-item img,
.hardware-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hardware-case-card > div {
  padding: 22px;
}

.hardware-case-info h3 {
  padding: 0;
  margin-bottom: 16px;
}

.hardware-case-info dl {
  margin: 0 0 18px;
}

.hardware-case-info dt {
  color: var(--hw-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.hardware-case-info dd {
  margin: 4px 0 0;
  color: var(--hw-ink);
  font-weight: 900;
}

.hardware-back-card {
  border: 1px solid var(--hw-border);
  background: #fff;
  color: var(--hw-primary);
}

.hardware-article-detail {
  max-width: 900px;
}

.hardware-article-detail .hardware-content-card {
  padding: 34px;
}

.hardware-detail-cover {
  margin-bottom: 24px;
}

.hardware-detail-actions {
  justify-content: space-between;
  margin-top: 18px;
}

.hardware-contact-page {
  grid-template-columns: 0.8fr 1.2fr;
}

.hardware-contact-info {
  padding: 26px;
}

.hardware-contact-info h2,
.hardware-about-page__copy h1 {
  margin: 10px 0 12px;
  color: var(--hw-ink);
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 900;
}

.hardware-contact-info > p,
.hardware-about-page__copy > p {
  color: var(--hw-muted);
  line-height: 1.7;
}

.hardware-contact-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.hardware-contact-list a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 8px;
  background: #f5f9fc;
  padding: 14px;
}

.hardware-contact-list i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--hw-primary);
}

.hardware-contact-list b,
.hardware-contact-list span span {
  display: block;
}

.hardware-contact-list b {
  color: var(--hw-muted);
  font-size: 0.75rem;
}

.hardware-contact-kpis,
.hardware-about-kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.hardware-about-kpis {
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0;
}

.hardware-contact-kpis div,
.hardware-about-kpis div {
  border-radius: 8px;
  background: #f5f9fc;
  padding: 14px;
}

.hardware-contact-kpis span,
.hardware-about-kpis span {
  display: block;
  color: var(--hw-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.hardware-contact-kpis strong,
.hardware-about-kpis strong {
  display: block;
  margin-top: 4px;
  color: var(--hw-ink);
  font-weight: 900;
}

.hardware-contact-form--page {
  padding: 30px;
}

.hardware-contact-form--page > p {
  margin: -8px 0 20px;
  color: var(--hw-muted);
}

.hardware-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.hardware-about-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 64px;
  align-items: center;
}

.hardware-about-page__image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(16, 32, 51, 0.16);
}

.hardware-about-page__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hardware-info-table {
  width: 100%;
  border-collapse: collapse;
}

.hardware-info-table th,
.hardware-info-table td {
  border-bottom: 1px solid var(--hw-border);
  padding: 14px 0;
  text-align: left;
  vertical-align: top;
}

.hardware-info-table th {
  width: 32%;
  color: var(--hw-muted);
  font-size: 0.86rem;
}

.hardware-info-table td {
  color: var(--hw-ink);
  font-weight: 800;
}

.hardware-gallery-item {
  margin: 0;
  padding: 8px;
}

.hardware-gallery-item img {
  border-radius: 6px;
}

.hardware-gallery-item--cert {
  aspect-ratio: 4 / 5;
}

.hardware-footer {
  background: #071d35;
  color: rgba(255, 255, 255, 0.72);
  padding: 58px 0 0;
}

.hardware-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 0.8fr 0.8fr 0.8fr;
  gap: 44px;
}

.hardware-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 900;
}

.hardware-footer__logo i {
  color: var(--hw-accent);
}

.hardware-footer__brand p {
  max-width: 380px;
  margin: 18px 0 20px;
  line-height: 1.7;
}

.hardware-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
}

.hardware-footer__links,
.hardware-footer__contact {
  display: grid;
  gap: 10px;
}

.hardware-footer__links a,
.hardware-footer__contact a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
}

.hardware-footer__links a:hover,
.hardware-footer__contact a:hover {
  color: #fff;
}

.hardware-footer__contact a {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.hardware-footer__contact i {
  width: 16px;
  color: var(--hw-accent);
  margin-top: 3px;
}

.hardware-footer__bottom {
  margin-top: 48px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

.hardware-footer__bottom p {
  margin: 0;
}

.hardware-footer__bottom div {
  display: flex;
  gap: 16px;
}

.site-float-contact {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 45;
  display: block;
}

.site-float-contact__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hw-primary-dark) 0%, var(--hw-primary) 100%);
  color: #fff;
  padding: 0.85rem 1.05rem;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(18, 63, 115, 0.28);
  cursor: pointer;
}

.site-float-contact__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.75rem);
  width: min(320px, calc(100vw - 2rem));
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 22px 60px rgba(16, 32, 51, 0.2);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-float-contact.is-open .site-float-contact__panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.site-float-contact__eyebrow {
  color: var(--hw-primary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-float-contact__title {
  margin: 0.35rem 0;
  color: var(--hw-ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.site-float-contact__desc {
  margin: 0 0 0.85rem;
  color: var(--hw-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.site-float-contact__group,
.site-float-contact__social {
  display: grid;
  gap: 0.55rem;
}

.site-float-contact__item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  border-radius: 6px;
  background: #f6f9fb;
  padding: 0.65rem;
}

.site-float-contact__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #fff;
  color: var(--hw-primary);
}

.site-float-contact__label,
.site-float-contact__value {
  display: block;
}

.site-float-contact__label {
  color: var(--hw-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.site-float-contact__value {
  color: var(--hw-ink);
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-float-contact__social {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.65rem;
}

.site-float-contact__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 6px;
  background: #eef4f9;
  color: var(--hw-primary);
  padding: 0.55rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.site-float-contact__cta {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
  padding: 0.75rem;
  font-weight: 900;
}

.rich-content {
  color: #334155;
  line-height: 1.75;
}

.rich-content img {
  border-radius: 8px;
}

.sticky-element {
  position: sticky;
  top: 100px;
}

@media (max-width: 1100px) {
  .hardware-hero__inner,
  .hardware-about,
  .hardware-process,
  .hardware-contact-band__inner,
  .hardware-list-layout,
  .hardware-detail-layout,
  .hardware-contact-page,
  .hardware-company-layout,
  .hardware-about-page,
  .hardware-product-detail-top,
  .hardware-product-detail-body {
    grid-template-columns: 1fr;
  }

  .hardware-product-side-stack {
    position: static;
  }

  .hardware-hero__inner {
    gap: 34px;
  }

  .hardware-hero-card {
    width: min(420px, 100%);
  }

  .hardware-about__media {
    min-height: 460px;
  }

  .hardware-why__grid {
    grid-template-columns: 1fr;
  }

  .hardware-why__intro {
    position: static;
    max-width: 680px;
  }

  .hardware-why__intro p:last-child {
    max-width: 620px;
  }

  .hardware-why__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hardware-topbar__right,
  .hardware-nav__links,
  .hardware-quote-btn {
    display: none;
  }

  .hardware-nav__inner {
    gap: 12px;
  }

  .hardware-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hardware-brand img {
    max-width: min(180px, 44vw);
  }

  .hardware-nav__actions {
    flex: 0 0 auto;
    gap: 8px;
  }

  .hardware-lang {
    max-width: 150px;
  }

  .hardware-lang-btn {
    min-height: 40px;
    max-width: 150px;
    padding: 0 10px;
    border: 1px solid var(--hw-border);
    background: #fff;
    box-shadow: none;
  }

  .hardware-lang .lang-dropdown {
    right: 0;
    left: auto;
    max-width: min(260px, calc(100vw - 24px));
  }

  .hardware-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .hardware-featured-grid,
  .hardware-product-grid,
  .hardware-news-grid,
  .hardware-youtube-grid,
  .hardware-footer__grid,
  .hardware-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hardware-product-carousel__slide {
    flex-basis: 50%;
  }

  .hardware-product-carousel[data-start="1"] .hardware-product-carousel__track {
    transform: translateX(-50%);
  }

  .hardware-product-carousel[data-start="2"] .hardware-product-carousel__track {
    transform: translateX(-100%);
  }

  .hardware-product-carousel[data-start="3"] .hardware-product-carousel__track {
    transform: translateX(-150%);
  }

  .hardware-product-carousel[data-start="4"] .hardware-product-carousel__track {
    transform: translateX(-200%);
  }

  .hardware-product-carousel[data-start="5"] .hardware-product-carousel__track {
    transform: translateX(-250%);
  }

  .hardware-product-carousel[data-start="6"] .hardware-product-carousel__track {
    transform: translateX(-300%);
  }

  .hardware-product-carousel[data-start="7"] .hardware-product-carousel__track {
    transform: translateX(-350%);
  }

  .hardware-product-carousel[data-start="8"] .hardware-product-carousel__track {
    transform: translateX(-400%);
  }

  .hardware-product-carousel[data-start="9"] .hardware-product-carousel__track {
    transform: translateX(-450%);
  }

  .hardware-product-carousel[data-start="10"] .hardware-product-carousel__track {
    transform: translateX(-500%);
  }

  .hardware-product-carousel[data-start="11"] .hardware-product-carousel__track {
    transform: translateX(-550%);
  }

  .hardware-faq__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hardware-shell {
    width: min(100% - 24px, 1180px);
  }

  .hardware-topbar__inner,
  .hardware-topbar__left {
    justify-content: center;
    gap: 10px;
  }

  .hardware-topbar a {
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hardware-nav__inner {
    min-height: 64px;
    gap: 8px;
  }

  .hardware-brand img {
    max-width: min(148px, 38vw);
    max-height: 40px;
  }

  .hardware-brand__text {
    max-width: 34vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hardware-lang {
    max-width: 46px;
  }

  .hardware-lang-btn {
    width: 42px;
    min-width: 42px;
    padding: 0;
    justify-content: center;
  }

  .hardware-lang-btn #current-language-text,
  .hardware-lang-btn .icon.is-small {
    display: none;
  }

  .hardware-lang .lang-dropdown {
    position: fixed;
    top: 66px;
    right: 12px;
    width: min(280px, calc(100vw - 24px));
    min-width: 0;
  }

  .hardware-hero,
  .hardware-hero__inner {
    min-height: auto;
  }

  .hardware-hero__inner {
    padding: 64px 0;
  }

  .hardware-hero__copy h1 {
    font-size: 2.25rem;
  }

  .hardware-hero-card {
    min-height: 320px;
  }

  .hardware-hero-card img {
    height: 320px;
  }

  .hardware-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hardware-stats__grid div {
    min-height: 98px;
    border-bottom: 1px solid var(--hw-border);
  }

  .hardware-section {
    padding: 62px 0;
  }

  .hardware-why {
    padding: 62px 0;
  }

  .hardware-section-head h2,
  .hardware-about h2,
  .hardware-why h2,
  .hardware-process h2,
  .hardware-contact-band h2 {
    font-size: 1.6rem;
  }

  .hardware-featured-grid,
  .hardware-product-grid,
  .hardware-news-grid,
  .hardware-process__steps,
  .hardware-youtube-grid,
  .hardware-why__images,
  .hardware-footer__grid,
  .hardware-case-grid,
  .hardware-form-grid,
  .hardware-contact-kpis,
  .hardware-about-kpis,
  .hardware-price-grid,
  .hardware-product-quick-specs {
    grid-template-columns: 1fr;
  }

  .hardware-product-carousel__slide {
    flex-basis: 100%;
  }

  .hardware-product-carousel[data-start="1"] .hardware-product-carousel__track {
    transform: translateX(-100%);
  }

  .hardware-product-carousel[data-start="2"] .hardware-product-carousel__track {
    transform: translateX(-200%);
  }

  .hardware-product-carousel[data-start="3"] .hardware-product-carousel__track {
    transform: translateX(-300%);
  }

  .hardware-product-carousel[data-start="4"] .hardware-product-carousel__track {
    transform: translateX(-400%);
  }

  .hardware-product-carousel[data-start="5"] .hardware-product-carousel__track {
    transform: translateX(-500%);
  }

  .hardware-product-carousel[data-start="6"] .hardware-product-carousel__track {
    transform: translateX(-600%);
  }

  .hardware-product-carousel[data-start="7"] .hardware-product-carousel__track {
    transform: translateX(-700%);
  }

  .hardware-product-carousel[data-start="8"] .hardware-product-carousel__track {
    transform: translateX(-800%);
  }

  .hardware-product-carousel[data-start="9"] .hardware-product-carousel__track {
    transform: translateX(-900%);
  }

  .hardware-product-carousel[data-start="10"] .hardware-product-carousel__track {
    transform: translateX(-1000%);
  }

  .hardware-product-carousel[data-start="11"] .hardware-product-carousel__track {
    transform: translateX(-1100%);
  }

  .hardware-product-carousel__controls {
    gap: 12px;
  }

  .hardware-product-hero {
    padding: 34px 0 30px;
  }

  .hardware-product-detail-top {
    gap: 24px;
  }

  .hardware-why__grid {
    gap: 28px;
  }

  .hardware-why__intro::before {
    margin-bottom: 18px;
  }

  .hardware-why__intro h2 {
    font-size: 1.9rem;
  }

  .hardware-why__images {
    gap: 14px;
  }

  .hardware-product-main-shot {
    min-height: 280px;
  }

  .hardware-product-main-shot img {
    padding: 22px;
  }

  .hardware-product-media-arrow {
    width: 36px;
    height: 36px;
  }

  .hardware-product-media-arrow--prev {
    left: 12px;
  }

  .hardware-product-media-arrow--next {
    right: 12px;
  }

  .hardware-product-thumb {
    width: 72px;
    height: 72px;
  }

  .hardware-product-intro h1 {
    font-size: 2rem;
  }

  .hardware-product-detail-card__content {
    padding: 26px 20px 30px;
  }

  .hardware-product-detail-card__content h2 {
    font-size: 1.45rem;
  }

  .hardware-product-related-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .hardware-product-related-item img {
    width: 68px;
    height: 64px;
  }

  .hardware-article-row {
    grid-template-columns: 1fr;
  }

  .hardware-article-row__image {
    min-height: 240px;
  }

  .hardware-list-layout--sidebar-first .hardware-sidebar {
    position: static;
  }

  .hardware-article-detail .hardware-content-card,
  .hardware-content-card,
  .hardware-contact-form--page {
    padding: 22px;
  }

  .hardware-featured-card,
  .hardware-featured-card > img {
    min-height: 420px;
  }

  .hardware-about__media {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .hardware-about__main,
  .hardware-about__small {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .hardware-about__main,
  .hardware-about__small {
    aspect-ratio: 16 / 10;
  }

  .hardware-process__cta,
  .hardware-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .hardware-contact-band__inner {
    gap: 36px;
  }

  .hardware-page-hero h1 {
    font-size: 2rem;
  }

  .site-float-contact {
    left: auto;
    right: 1rem;
    bottom: 1rem;
  }

  .site-float-contact__toggle {
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .site-float-contact__toggle span {
    display: none;
  }

  .site-float-contact__panel {
    left: auto;
    right: 0;
    width: min(320px, calc(100vw - 2rem));
    bottom: calc(100% + 0.75rem);
  }
}

/* ============ Request Quote Modal ============ */
.hardware-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 22, 42, 0.58);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.hardware-modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.hardware-modal-dialog {
  position: relative;
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(16, 32, 51, 0.28);
  transform: translateY(18px);
  transition: transform 0.22s ease;
}

.hardware-modal-overlay[aria-hidden="false"] .hardware-modal-dialog {
  transform: translateY(0);
}

.hardware-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #e1e8ee;
  border-radius: 50%;
  background: #fff;
  color: #6b7a8d;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.hardware-modal-close:hover {
  color: #1f2937;
  border-color: #c4cdd8;
  background: #f5f7f9;
}

.hardware-modal-body {
  padding: 32px 28px 28px;
}

.hardware-modal-body > h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 900;
}

.hardware-modal-body > h2 i {
  color: var(--hw-primary);
}

.hardware-modal-body > p {
  margin: 0 0 24px;
  color: #6b7a8d;
  font-size: 0.9rem;
  line-height: 1.55;
}

.hardware-modal-form label {
  display: grid;
  gap: 6px;
}

.hardware-modal-form span {
  color: #4b5563;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hardware-modal-form input,
.hardware-modal-form textarea {
  width: 100%;
  border: 1px solid #dce3ea;
  border-radius: 6px;
  background: #f8fafc;
  color: #1f2937;
  padding: 10px 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hardware-modal-form input:focus,
.hardware-modal-form textarea:focus {
  border-color: var(--hw-primary);
  box-shadow: 0 0 0 3px rgba(18, 63, 115, 0.1);
  outline: none;
}

.hardware-modal-form textarea {
  resize: vertical;
  min-height: 90px;
}

.hardware-modal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.hardware-modal-form > label {
  margin-bottom: 18px;
  display: grid;
  gap: 6px;
}

.hardware-modal-submit {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 6px;
  background: var(--hw-primary);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.15s ease;
}

.hardware-modal-submit:hover {
  background: var(--hw-accent);
}

.hardware-product-contact-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: #f25a14;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.15s ease;
}

.hardware-product-contact-card-btn:hover {
  background: #d94a0e;
}

@media (max-width: 520px) {
  .hardware-modal-form-grid {
    grid-template-columns: 1fr;
  }

  .hardware-modal-body {
    padding: 24px 18px 20px;
  }
}
/* ============================================================
   HW THEME REMODEL — dt-ref.com style
   Dark fixed nav, hero slider, category+grid products,
   services, industries tabs, news, faq, contact band.
   ============================================================ */

.hw-shell {
  width: 94%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Top bar ---------- */
.hw-topbar {
  background: #f05000;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  position: relative;
  z-index: 1002;
}
.hw-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 16px;
}
.hw-topbar a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}
.hw-topbar a:hover { color: #fff; }
.hw-topbar i {
  color: var(--hw-accent);
  font-size: 0.78rem;
}
.hw-topbar__left,
.hw-topbar__right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.hw-topbar__right span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---------- Nav ---------- */
.hw-header {
  position: relative;
  z-index: 1001;
}
.hw-nav {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
/* 首页：导航透明黑覆盖 hero 大图（白字），滚动后变白 */
.hw-header--inner .hw-nav-link {
  color: var(--hw-ink);
}
.hw-header--inner .hw-brand__text {
  color: var(--hw-ink);
}
.hw-header--inner .hw-lang-btn {
  color: var(--hw-ink);
  background: rgba(0, 0, 0, 0.05);
  border-color: var(--hw-border);
}
.hw-header--inner .hw-menu-btn {
  color: var(--hw-ink);
  border-color: var(--hw-border);
}
.hw-header--home .hw-nav {
  background: rgba(0, 0, 0, 0.45);
  box-shadow: none;
}
.hw-header--home .hw-nav-link {
  color: rgba(255, 255, 255, 0.92);
}
.hw-header--home .hw-brand__text {
  color: #fff;
}
.hw-header--home .hw-lang-btn {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}
.hw-header--home .hw-menu-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.hw-header.is-scrolled .hw-nav {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}
.hw-header.is-scrolled .hw-nav-link {
  color: var(--hw-ink);
}
.hw-header.is-scrolled .hw-nav-link::after {
  background: var(--hw-accent);
}
.hw-header.is-scrolled .hw-brand__text {
  color: var(--hw-ink);
}
.hw-header.is-scrolled .hw-lang-btn {
  color: var(--hw-ink);
  background: rgba(0, 0, 0, 0.05);
  border-color: var(--hw-border);
}
.hw-header.is-scrolled .hw-menu-btn {
  color: var(--hw-ink);
  border-color: var(--hw-border);
}
.hw-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}
.hw-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.hw-brand img {
  max-height: 52px;
  width: auto;
  display: block;
}
.hw-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--hw-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-right: 10px;
}
.hw-brand__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.hw-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: flex-end;
}
.hw-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 28px 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.hw-nav-link:hover {
  color: var(--hw-accent);
}
.hw-nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 22px;
  height: 2px;
  background: var(--hw-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}
.hw-nav-link:hover::after {
  transform: scaleX(1);
}
.hw-nav__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.hw-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--hw-accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
  box-shadow: 0 4px 16px rgba(255, 80, 0, 0.35);
}
.hw-quote-btn:hover {
  background: #e64800;
  transform: translateY(-1px);
}
.hw-lang-btn {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 0.85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hw-menu-btn {
  display: none;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  font-size: 1.05rem;
  cursor: pointer;
}
.hw-mobile-menu {
  background: #101010;
  padding: 16px 0 22px;
}
.hw-mobile-menu .hw-mobile-link {
  display: block;
  padding: 12px 4px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hw-mobile-cta {
  display: block;
  margin-top: 16px;
  background: var(--hw-accent);
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}
.hw-mobile-menu .relative > div {
  padding: 4px 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.hw-mobile-menu .pl-4 a {
  display: block;
  padding: 8px 4px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.92rem;
}
.hidden { display: none !important; }

/* ---------- Hero slider ---------- */
.hw-hero {
  position: relative;
  height: min(86vh, 820px);
  min-height: 560px;
  overflow: hidden;
  background: #101010;
}
.hw-hero__track {
  position: absolute;
  inset: 0;
}
.hw-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}
.hw-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.hw-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hw-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: hwKenBurns 7s ease-out forwards;
}
@keyframes hwKenBurns {
  from { transform: scale(1.18); }
  to { transform: scale(1.02); }
}
.hw-hero__slide:not(.is-active) .hw-hero__bg img {
  animation: hwKenBurnsOut 1s ease-in forwards;
}
@keyframes hwKenBurnsOut {
  from { transform: scale(1.02); }
  to { transform: scale(1.08); }
}
.hw-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 1;
}
.hw-hero__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
.hw-hero__copy {
  max-width: 760px;
  color: #fff;
  padding: 90px 0 40px;
}
.hw-hero__copy h1 {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0.01em;
  margin: 14px 0 20px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.hw-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}
.hw-hero__eyebrow::before {
  content: "";
  width: 42px;
  height: 3px;
  background: var(--hw-accent);
  display: inline-block;
}
.hw-hero__copy p:not(.hw-hero__eyebrow) {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.7;
  max-width: 620px;
  margin: 0 0 26px;
}
.hw-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hw-hero__slide:not(.is-active) .hw-hero__copy > * {
  opacity: 0;
  transform: translateY(28px);
}
.hw-hero__slide.is-active .hw-hero__copy > * {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.hw-hero__slide.is-active .hw-hero__copy > *:nth-child(1) { transition-delay: 0.15s; }
.hw-hero__slide.is-active .hw-hero__copy > *:nth-child(2) { transition-delay: 0.3s; }
.hw-hero__slide.is-active .hw-hero__copy > *:nth-child(3) { transition-delay: 0.45s; }
.hw-hero__slide.is-active .hw-hero__copy > *:nth-child(4) { transition-delay: 0.6s; }

/* 无文字海报：去掉遮罩、图片全亮 */
.hw-hero__slide--clean .hw-hero__shade {
  display: none;
}
.hw-hero__slide--clean .hw-hero__bg img {
  filter: none;
}
.hw-hero__dots {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}
.hw-hero__dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  padding: 0;
}
.hw-hero__dots button.is-active {
  background: #f05000;
  transform: scale(1.2);
}
.hw-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, border-color 0.25s ease;
  backdrop-filter: blur(4px);
}
.hw-hero__arrow:hover {
  background: var(--hw-accent);
  border-color: var(--hw-accent);
}
.hw-hero__arrow--prev { left: 28px; }
.hw-hero__arrow--next { right: 28px; }
.hw-hero__scroll {
  position: absolute;
  bottom: 26px;
  right: 34px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hw-hero__scroll i {
  animation: hwScrollDown 1.8s ease-in-out infinite;
  color: #f05000;
}
@keyframes hwScrollDown {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(8px); opacity: 1; }
}

/* ---------- Buttons ---------- */
.hw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.hw-btn--accent {
  background: var(--hw-accent);
  color: #fff;
  box-shadow: 0 6px 22px rgba(255, 80, 0, 0.35);
}
.hw-btn--accent:hover {
  background: #e64800;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 80, 0, 0.4);
}
.hw-btn--outline {
  background: transparent;
  color: #f05000;
  border: 2px solid #f05000;
}
.hw-btn--outline:hover {
  background: #f05000;
  color: #fff;
}
.hw-btn--block {
  width: 100%;
}
.hw-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f05000;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.hw-link-btn i { font-size: 0.78rem; }
.hw-link-btn:hover {
  color: var(--hw-accent);
  gap: 12px;
}
.hw-link-btn--ghost {
  color: var(--hw-muted);
}
.hw-link-btn--ghost:hover {
  color: var(--hw-accent);
}

/* ---------- Sections ---------- */
.hw-section {
  padding: 88px 0;
}
.hw-section--white { background: #fff; }
.hw-section--soft { background: var(--hw-section); }
.hw-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}
.hw-section-label {
  display: inline-block;
  color: var(--hw-accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.hw-section-label--dark { color: var(--hw-accent); }
.hw-section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--hw-ink);
  margin: 0 0 16px;
  line-height: 1.2;
}
.hw-section-head p:last-child {
  color: var(--hw-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

/* ---------- Stats ---------- */
.hw-stats {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid var(--hw-border);
}
.hw-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.hw-stats__item {
  text-align: center;
  padding: 42px 20px;
  color: var(--hw-ink);
  border-right: 1px solid var(--hw-border);
}
.hw-stats__item:last-child { border-right: none; }
.hw-stats__item strong {
  display: block;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 800;
  color: var(--hw-accent);
  line-height: 1;
  margin-bottom: 8px;
}
.hw-stats__item span {
  color: var(--hw-muted);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---------- Products (category + grid) ---------- */
.hw-products__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: start;
}
.hw-products__cats {
  background: var(--hw-section);
  border-radius: 12px;
  padding: 26px 22px;
  position: sticky;
  top: 100px;
}
.hw-products__cats h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--hw-ink);
  letter-spacing: 0.18em;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hw-border);
}
.hw-products__cats ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.hw-products__cats li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 6px;
  color: var(--hw-muted);
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed var(--hw-border);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.hw-products__cats li a:hover,
.hw-products__cats li a.is-active {
  color: var(--hw-accent);
  padding-left: 12px;
}
.hw-products__cats li a i {
  font-size: 0.7rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hw-products__cats li a:hover i,
.hw-products__cats li a.is-active i {
  opacity: 1;
}
.hw-products__contact {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hw-products__contact span {
  color: var(--hw-muted);
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hw-products__contact span i { color: var(--hw-accent); }
.hw-products__contact strong {
  color: var(--hw-ink);
  font-size: 0.95rem;
  margin-bottom: 10px;
  word-break: break-all;
}
.hw-products__contact .hw-btn { margin-top: 8px; }
.hw-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.hw-product-card {
  background: #fff;
  border: 1px solid var(--hw-border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.hw-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-color: #f05000;
}
.hw-product-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--hw-section);
}
.hw-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hw-product-card:hover .hw-product-card__image img {
  transform: scale(1.07);
}
.hw-product-card__body {
  padding: 20px 20px 22px;
}
.hw-product-card__body h3 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--hw-ink);
  margin: 0 0 10px;
  line-height: 1.35;
}
.hw-product-card__body h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.hw-product-card__body h3 a:hover { color: var(--hw-accent); }
.hw-product-card__body p {
  color: var(--hw-muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hw-product-card__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

/* ---------- Services ---------- */
.hw-services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.hw-service-card {
  background: #fff;
  border-radius: 12px;
  padding: 34px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--hw-border);
}
.hw-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}
.hw-service-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(240, 80, 0, 0.08);
  color: var(--hw-primary);
  font-size: 1.4rem;
  margin-bottom: 18px;
  transition: background 0.3s ease, color 0.3s ease;
}
.hw-service-card:hover i {
  background: var(--hw-accent);
  color: #fff;
}
.hw-service-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--hw-ink);
  margin: 0 0 10px;
}
.hw-service-card p {
  color: var(--hw-muted);
  font-size: 0.86rem;
  line-height: 1.65;
  margin: 0;
}

/* ---------- About ---------- */
.hw-about {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.hw-about__media {
  position: relative;
}
.hw-about__main {
  width: 100%;
  border-radius: 14px;
  display: block;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}
.hw-about__small {
  position: absolute;
  width: 44%;
  border-radius: 12px;
  border: 6px solid #fff;
  bottom: -26px;
  right: -18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}
.hw-about__copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  color: var(--hw-ink);
  margin: 0 0 18px;
  line-height: 1.22;
}
.hw-about__copy > p:not(.hw-section-label) {
  color: var(--hw-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 26px;
}
.hw-about__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}
.hw-about__info div {
  background: var(--hw-section);
  border-radius: 10px;
  padding: 18px 16px;
}
.hw-about__info i {
  color: var(--hw-accent);
  font-size: 1.1rem;
  margin-bottom: 8px;
  display: block;
}
.hw-about__info strong {
  display: block;
  color: var(--hw-ink);
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 6px;
}
.hw-about__info span {
  color: var(--hw-muted);
  font-size: 0.82rem;
  line-height: 1.5;
  display: block;
}

/* ---------- Certificates marquee ---------- */
.hw-cert-section { overflow: hidden; }
.hw-cert-marquee {
  overflow: hidden;
  position: relative;
}
.hw-cert-track {
  display: flex;
  width: max-content;
  /* 滚动由 JS rAF 驱动（home.php）：每帧 translate3d，避免 CSS animation 的合成器 tick 掉帧 */
}
.hw-cert-set {
  display: flex;
  flex-shrink: 0; /* 防止旧内核(max-content 解析失败)压缩组导致空白 */
  padding: 10px;
}
.hw-cert {
  flex: 0 0 226px;
  margin: 0 30px 0 0; /* 用 margin 替代 flex gap（Chrome 84+ 才支持 flex gap，旧内核无间距） */
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px 14px;
  border: 1px solid var(--hw-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hw-cert:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}
.hw-cert img {
  width: 100%;
  aspect-ratio: 3 / 4; /* 固定占位比例：图片加载前后高度一致，杜绝布局跳动 */
  min-height: 200px;   /* 旧内核(aspect-ratio 不支持)时兜底，防图片塌陷 */
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
  display: block;
  background: var(--hw-section);
}
.hw-cert div {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hw-section);
  border-radius: 6px;
  font-size: 2.4rem;
  color: var(--hw-primary);
}
.hw-cert figcaption {
  margin-top: 12px;
  color: var(--hw-ink);
  font-size: 0.9rem;
  font-weight: 700;
}
.hw-marquee-hint {
  text-align: center;
  color: var(--hw-muted);
  font-size: 0.84rem;
  margin: 26px 0 0;
}

/* ---------- Industries tabs ---------- */
.hw-industries__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 44px;
  align-items: stretch;
}
.hw-industries__tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hw-industries__tabs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--hw-border);
  border-radius: 10px;
  padding: 18px 20px;
  color: var(--hw-muted);
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s ease;
}
.hw-industries__tabs button i {
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hw-industries__tabs button:hover {
  color: #f05000;
  border-color: #f05000;
}
.hw-industries__tabs button.is-active {
  background: #f05000;
  border-color: #f05000;
  color: #fff;
  box-shadow: 0 10px 26px rgba(240, 80, 0, 0.3);
}
.hw-industries__tabs button.is-active i {
  opacity: 1;
  color: var(--hw-accent);
}
.hw-industries__panels {
  position: relative;
  min-height: 420px;
}
.hw-industries__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #101010;
  border-radius: 16px;
  overflow: hidden;
}
.hw-industries__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.hw-industries__media {
  overflow: hidden;
}
.hw-industries__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hw-industries__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 44px;
  color: #fff;
}
.hw-industries__copy h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 16px;
}
.hw-industries__copy h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  background: var(--hw-accent);
}
.hw-industries__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 28px;
}

/* ---------- News ---------- */
.hw-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.hw-news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--hw-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hw-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
}
.hw-news-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--hw-section);
}
.hw-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.hw-news-card:hover .hw-news-card__image img {
  transform: scale(1.07);
}
.hw-news-card__body {
  padding: 22px 22px 24px;
}
.hw-news-card__date {
  color: var(--hw-accent);
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.hw-news-card__body h3 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--hw-ink);
  line-height: 1.4;
  margin: 0 0 10px;
}
.hw-news-card__body h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.hw-news-card__body h3 a:hover { color: var(--hw-accent); }
.hw-news-card__body p {
  color: var(--hw-muted);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- FAQ ---------- */
.hw-faq {
  max-width: 900px;
}
.hw-faq__items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hw-faq details {
  background: #fff;
  border: 1px solid var(--hw-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.hw-faq details[open] {
  border-color: var(--hw-primary);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.hw-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  font-weight: 700;
  color: var(--hw-ink);
  font-size: 0.98rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.hw-faq summary::-webkit-details-marker { display: none; }
.hw-faq summary i {
  color: #f05000;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.hw-faq summary i.is-open {
  transform: rotate(45deg);
  color: var(--hw-accent);
}
.hw-faq details p {
  padding: 0 22px 20px;
  color: var(--hw-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

/* ---------- Contact band ---------- */
.hw-contact-band {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  color: #fff;
}
.hw-contact-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hw-contact-band__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hw-contact-band__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 48%, rgba(0, 0, 0, 0.4) 100%);
}
.hw-contact-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hw-contact-band__copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.22;
}
.hw-contact-band__copy > p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 24px;
}
.hw-contact-band__copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hw-contact-band__copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}
.hw-contact-band__copy li i {
  color: var(--hw-accent);
}
.hw-contact-form {
  background: #fff;
  border-radius: 14px;
  padding: 36px 32px;
  color: var(--hw-ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
.hw-contact-form h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 22px;
}
.hw-contact-form label {
  display: block;
  margin-bottom: 16px;
}
.hw-contact-form label span {
  display: block;
  color: var(--hw-muted);
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.hw-contact-form input,
.hw-contact-form textarea {
  width: 100%;
  border: 1px solid var(--hw-border);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.94rem;
  font-family: inherit;
  color: var(--hw-ink);
  background: #fafcfb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.hw-contact-form input:focus,
.hw-contact-form textarea:focus {
  outline: none;
  border-color: var(--hw-primary);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.hw-contact-form .hw-btn {
  width: 100%;
  margin-top: 6px;
}

/* ---------- Page hero (inner pages, reuse) ---------- */
.hw-page-hero {
  background: linear-gradient(120deg, #101010, #2a2a2a);
  padding: 150px 0 70px;
  color: #fff;
}
/* 内页首屏：旧 hardware-page-hero 让位给固定导航 */
.hardware-page-hero {
  padding-top: 150px;
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.92), rgba(24, 24, 24, 0.82)),
    radial-gradient(circle at 80% 18%, rgba(240, 80, 0, 0.18), transparent 32%);
}
/* 产品详情页 hero：同样让位给固定导航（导航占位 40~115px，加安全余量） */
.hardware-product-hero {
  padding-top: 150px;
}
@media (max-width: 720px) {
  .hardware-product-hero {
    padding-top: 108px; /* 移动端导航较矮（topbar 收起），避免过多空白 */
  }
}
.hw-page-hero h1 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  margin: 12px 0 0;
}
.hw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}
.hw-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.hw-breadcrumb a:hover { color: var(--hw-accent); }
.hw-breadcrumb i {
  font-size: 0.65rem;
  color: var(--hw-accent);
}
.hw-breadcrumb span {
  color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .hw-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hw-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hw-industries__layout {
    grid-template-columns: 260px 1fr;
  }
}

@media (max-width: 1024px) {
  .hw-topbar__right {
    display: none;
  }
  .hw-nav__links {
    display: none;
  }
  .hw-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .hw-about {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hw-about__small {
    right: 12px;
  }
  .hw-products__layout {
    grid-template-columns: 1fr;
  }
  .hw-products__cats {
    position: static;
  }
  .hw-industries__layout {
    grid-template-columns: 1fr;
  }
  .hw-industries__panel {
    grid-template-columns: 1fr;
  }
  .hw-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hw-contact-band__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 720px) {
  .hw-section {
    padding: 64px 0;
  }
  .hw-nav__inner {
    min-height: 64px;
    gap: 10px;
  }
  .hw-brand img {
    max-height: 40px;
  }
  .hw-nav__actions {
    gap: 8px;
  }
  .hw-lang {
    display: none !important;
  }
  .hw-quote-btn {
    padding: 10px 12px;
    font-size: 0;
    gap: 0;
  }
  .hw-quote-btn i {
    font-size: 0.95rem;
  }
  .hw-menu-btn {
    width: 38px;
    height: 38px;
  }
  .hw-hero {
    height: 72vh;
    min-height: 480px;
  }
  .hw-hero__copy {
    padding-top: 110px;
  }
  .hw-hero__arrow {
    display: none;
  }
  .hw-hero__scroll {
    display: none;
  }
  .hw-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hw-stats__item:nth-child(2) {
    border-right: none;
  }
  .hw-stats__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 30px 14px;
  }
  .hw-products__grid,
  .hw-news-grid,
  .hw-services__grid {
    grid-template-columns: 1fr;
  }
  .hw-about__info {
    grid-template-columns: 1fr;
  }
  .hw-about__small {
    display: none;
  }
  .hw-industries__panels {
    min-height: 0;
  }
  .hw-industries__panel {
    position: static;
    display: none;
  }
  .hw-industries__panel.is-active {
    display: grid;
  }
  .hw-industries__copy {
    padding: 32px 24px;
  }
  .hw-contact-band {
    padding: 64px 0;
  }
  .hw-topbar__left {
    width: 100%;
    justify-content: space-between;
  }
}

/* ============================================================
   目标站风格页脚（白底深灰字，覆盖旧深蓝页脚）
   ============================================================ */
.hardware-footer {
  background: #ffffff;
  color: var(--hw-muted);
  padding: 64px 0 0;
  border-top: 1px solid var(--hw-border);
}
.hardware-footer__logo {
  color: var(--hw-ink);
}
.hardware-footer__logo i {
  color: #f05000;
}
.hardware-footer h4 {
  color: var(--hw-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.hardware-footer__brand p {
  color: var(--hw-muted);
}
.hardware-footer__links a,
.hardware-footer__contact a {
  color: var(--hw-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.hardware-footer__links a:hover,
.hardware-footer__contact a:hover {
  color: #f05000;
}
.hardware-footer__contact i {
  color: #f05000;
}
.hardware-footer__bottom {
  border-top: 1px solid var(--hw-border);
  color: var(--hw-muted);
}
.hardware-footer__bottom a {
  color: var(--hw-muted);
  text-decoration: none;
}
.hardware-footer__bottom a:hover {
  color: #f05000;
}
