/*
Theme Name: Hardware 五金制作行业网站主题
Theme URI: https://www.shopagg.com/
Author: ShopAGG
Author URI: https://www.shopagg.com/
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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%);
  opacity: 0.5;
}

.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__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 {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.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(2, 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-card,
.hardware-news-card,
.hardware-testimonials article,
.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 {
  top: 0;
  left: 0;
  width: 78%;
  height: 380px;
}

.hardware-about__small {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 260px;
}

.hardware-about__stat {
  position: absolute;
  left: 44%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 178px;
  height: 178px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 8px;
  background: var(--hw-primary);
  color: #fff;
  box-shadow: 0 18px 44px rgba(18, 63, 115, 0.28);
}

.hardware-about__stat strong {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
}

.hardware-about__stat span {
  margin-top: 8px;
  max-width: 120px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  line-height: 1.35;
}

.hardware-why {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #071d35 0%, #0c315d 54%, #123f73 100%);
  padding: 88px 0;
}

.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__cards {
  counter-reset: why-card;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hardware-why__cards article {
  counter-increment: why-card;
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--hw-ink);
  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__cards article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--hw-warning), var(--hw-accent));
}

.hardware-why__cards article::after {
  content: counter(why-card, decimal-leading-zero);
  position: absolute;
  top: 18px;
  right: 20px;
  color: #e2e9ef;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
}

.hardware-why__cards article:hover {
  border-color: rgba(36, 193, 201, 0.5);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
  transform: translateY(-4px);
}

.hardware-why__cards span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eaf5f7;
  color: var(--hw-primary);
  font-size: 1.05rem;
}

.hardware-why__cards h3 {
  position: relative;
  z-index: 1;
  margin: 26px 0 10px;
  color: var(--hw-ink);
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 900;
}

.hardware-why__cards p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #637184;
  font-size: 0.85rem;
  line-height: 1.62;
}

.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-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-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hardware-testimonials article {
  padding: 22px;
}

.hardware-stars {
  color: #f7b500;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.hardware-testimonials p {
  min-height: 104px;
  margin: 0 0 18px;
  color: #405064;
  line-height: 1.62;
}

.hardware-testimonials strong,
.hardware-testimonials span,
.hardware-testimonials em {
  display: block;
}

.hardware-testimonials strong {
  color: var(--hw-ink);
  font-weight: 900;
}

.hardware-testimonials span {
  margin-top: 4px;
  color: var(--hw-muted);
  font-size: 0.85rem;
}

.hardware-testimonials em {
  margin-top: 14px;
  color: var(--hw-primary);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.hardware-cert-section {
  overflow: hidden;
}

.hardware-cert-marquee {
  overflow: hidden;
  padding: 4px 0;
}

.hardware-cert-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: hardware-marquee 34s linear infinite;
}

.hardware-cert-marquee:hover .hardware-cert-track {
  animation-play-state: paused;
}

.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: cover;
}

.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(-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(2, 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 (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@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__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hardware-why__cards article {
    min-height: 220px;
  }
}

@media (max-width: 980px) {
  .hardware-topbar__right,
  .hardware-nav__links,
  .hardware-nav__actions .hardware-lang,
  .hardware-quote-btn {
    display: none;
  }

  .hardware-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .hardware-featured-grid,
  .hardware-product-grid,
  .hardware-news-grid,
  .hardware-testimonials,
  .hardware-footer__grid,
  .hardware-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .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;
  }

  .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-testimonials,
  .hardware-process__steps,
  .hardware-why__cards,
  .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-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__cards article {
    min-height: auto;
    padding: 22px;
  }

  .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,
  .hardware-about__stat {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .hardware-about__main,
  .hardware-about__small {
    aspect-ratio: 16 / 10;
  }

  .hardware-about__stat {
    height: auto;
    padding: 24px;
  }

  .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;
  }
}
