/*
Theme Name: Huazheng Screenshot Clone
Template: generatepress
Version: 1.0.0
Text Domain: huazheng-clone
*/

:root {
  --hz-dark: #303b47;
  --hz-darker: #202832;
  --hz-soft: #eef1f5;
  --hz-text: #2b333d;
  --hz-muted: #6f7b87;
  --hz-blue: #188ed8;
  --hz-line: rgba(255,255,255,.16);
  --hz-serif: Georgia, "Times New Roman", serif;
  --hz-sans: Arial, Helvetica, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--hz-text);
  font-family: var(--hz-sans);
  background: #f1f3f6;
}

.site-header, .inside-header {
  display: none !important;
  padding: 0 !important;
}

.main-navigation, .site-footer, .site-info {
  display: none !important;
}

.site-branding,
.entry-header,
.sidebar,
.comments-area {
  display: none !important;
}

.grid-container,
.site-content,
.site-main,
.content-area,
.inside-article,
.entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-content {
  display: block !important;
}

.hz-page {
  min-width: 0;
  overflow-x: hidden;
  background: #f1f3f6;
}

.hz-topbar {
  height: 86px;
  background: #fff;
  border-bottom: 1px solid #d6dbe0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 92px 0 44px;
  box-sizing: border-box;
}

.hz-logo {
  width: 160px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.hz-nav {
  display: flex;
  gap: 102px;
  font-size: 20px;
  font-weight: 700;
}

.hz-nav a {
  color: #111;
  text-decoration: none;
}

.hz-lang {
  margin-left: 28px;
  color: #005bb7;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #cfd8e2;
  padding: 7px 12px;
}

.hz-hero {
  min-height: 845px;
  background: linear-gradient(90deg, rgba(21,25,30,.92) 0%, rgba(21,25,30,.78) 30%, rgba(21,25,30,.34) 54%, rgba(21,25,30,.06) 100%), var(--hero-image);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.hz-hero-inner {
  width: min(1560px, calc(100% - 180px));
  margin: 0 auto;
  padding-top: 252px;
}

.hz-hero h1 {
  font-family: var(--hz-serif);
  font-size: 96px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 500;
}

.hz-hero p {
  width: 830px;
  max-width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}

.hz-down {
  margin-top: 82px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,0,0,.36);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.hz-dots {
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
}

.hz-dots span {
  width: 28px;
  height: 2px;
  background: rgba(255,255,255,.65);
}

.hz-dark-section {
  background: var(--hz-dark);
  color: #fff;
  padding: 50px 44px 82px;
}

.hz-container {
  max-width: 1828px;
  margin: 0 auto;
}

.hz-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 50px;
}

.hz-section-title h2 {
  font-family: var(--hz-serif);
  font-size: 62px;
  font-weight: 500;
  margin: 0;
}

.hz-product-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.hz-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  min-width: 0;
}

.hz-tabs span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 11px;
  background: #63bddf;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.hz-more {
  color: inherit;
  font-family: var(--hz-serif);
  font-style: italic;
  font-size: 16px;
  text-decoration: underline;
}

.hz-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: -4px;
  background: linear-gradient(135deg, #0a75bd 0 50%, #4fc7ef 50%);
}

.hz-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px 24px;
}

.hz-product {
  min-width: 0;
}

.hz-product img {
  width: 100%;
  height: 418px;
  object-fit: cover;
  display: block;
}

.hz-product h3 {
  font-size: 24px;
  line-height: 1.35;
  margin: 16px 0 0;
  color: #fff;
}

.hz-product h3::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--hz-blue);
  display: inline-block;
  margin-right: 8px;
  vertical-align: 5px;
}

.hz-application {
  margin-top: 96px;
  border-top: 1px solid rgba(255,255,255,.26);
  padding-top: 38px;
}

.hz-app-stage {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.hz-app-slides,
.hz-app-slide {
  position: absolute;
  inset: 0;
}

.hz-app-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: opacity .45s ease;
  pointer-events: none;
}

.hz-app-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hz-app-stage::before {
  content: "";
  position: absolute;
  right: -46px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(91,202,226,.82);
}

.hz-app-stage::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 260px solid transparent;
  border-bottom: 520px solid rgba(0,101,190,.76);
}

.hz-app-content {
  position: relative;
  z-index: 2;
  padding: 175px 0 0 92px;
  width: 420px;
  max-width: calc(100% - 120px);
}

.hz-app-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0c8ad5;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  margin-bottom: 16px;
}

.hz-app-content h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 18px;
}

.hz-app-content p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.hz-app-arrows {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}

.hz-app-arrows button {
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.75);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.hz-app-arrows button:hover,
.hz-app-arrows button:focus-visible {
  border-color: #fff;
  color: #fff;
  outline: none;
}

.hz-dots-app {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.hz-dots-app button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.65);
  display: inline-block;
  margin: 0 5px;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.hz-dots-app button.is-active {
  background: #fff;
}

.hz-white {
  background: #f6f7f9;
  padding: 112px 44px 96px;
  position: relative;
}

.hz-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
  height: 270px;
  background: linear-gradient(45deg, transparent 49.7%, #e1e6eb 50%, transparent 50.3%), linear-gradient(-45deg, transparent 49.7%, #e1e6eb 50%, transparent 50.3%);
  opacity: .65;
}

.hz-why {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(560px, 920px);
  gap: 62px;
  align-items: start;
}

.hz-why h2 {
  font-size: 58px;
  line-height: 1;
  margin: 0 0 26px;
  font-weight: 400;
}

.hz-why p {
  color: #47525e;
  font-size: 19px;
  line-height: 1.22;
  margin: 0 0 14px;
}

.hz-mini-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 26px;
}

.hz-mini h3 {
  color: #111820;
  font-size: 26px;
  line-height: 1.05;
  font-weight: 400;
  margin: 12px 0 22px;
}

.hz-mini p {
  font-size: 13px;
  line-height: 1.38;
  color: #7b8792;
  margin: 0;
}

.hz-mini span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0059ad 0 52%, #63c7e7 52% 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hz-why img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  display: block;
}

.hz-news {
  background: #edf0f4;
  padding: 42px 25px 72px;
}

.hz-news .hz-section-title h2 {
  color: #2c3642;
}

.hz-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hz-news-card {
  min-height: 270px;
  background: #fff;
  color: #29333f;
  padding: 32px 30px 24px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.hz-news-card::before,
.hz-news-card::after {
  content: "";
  position: absolute;
  inset: 40px 36px;
  border: 1px solid #e7ebef;
  transform: rotate(30deg);
}

.hz-news-card::after {
  transform: rotate(-30deg);
}

.hz-news-card h3 {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  font-weight: 500;
}

.hz-news-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #b5bec7;
  font-family: var(--hz-serif);
  font-size: 12px;
  font-style: italic;
}

.hz-date {
  color: #222;
  font-size: 40px;
  font-style: normal;
}

.hz-customer {
  background: var(--hz-dark);
  color: #fff;
  padding: 36px 25px 70px;
}

.hz-logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--hz-line);
}

.hz-logo-row div {
  min-height: 115px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--hz-line);
  color: rgba(255,255,255,.8);
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}

.hz-logo-row div:last-child {
  border-right: 0;
}

.hz-logo-marquee {
  overflow: hidden;
  border: 1px solid var(--hz-line);
}

.hz-logo-track {
  display: flex;
  width: max-content;
  animation: hz-logo-scroll 48s linear infinite;
  will-change: transform;
}

.hz-logo-marquee:hover .hz-logo-track,
.hz-logo-marquee:focus-within .hz-logo-track {
  animation-play-state: paused;
}

.hz-logo-card {
  width: clamp(190px, 17vw, 270px);
  min-height: 132px;
  margin: 0;
  padding: 18px 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #fff;
  border-right: 1px solid #dce2e8;
}

.hz-logo-card img {
  width: 100%;
  height: 80px;
  display: block;
  object-fit: contain;
}

@keyframes hz-logo-scroll {
  to { transform: translateX(-50%); }
}

.hz-logo-editor-note {
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

.hz-logo-editor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hz-logo-editor-card {
  padding: 12px;
  background: #fff;
}

.hz-logo-editor-card img,
.hz-logo-editor-empty {
  width: 100%;
  height: 100px;
  margin: 10px 0;
  display: grid;
  place-items: center;
  object-fit: contain;
  background: #f4f6f8;
  color: #697586;
}

@media (prefers-reduced-motion: reduce) {
  .hz-logo-marquee { overflow-x: auto; }
  .hz-logo-track { animation: none; }
}

.hz-footer {
  background: #edf0f4;
  color: #1f2934;
}

.hz-footer-top {
  max-width: 1828px;
  margin: 0 auto;
  padding: 58px 44px 52px;
  border-bottom: 1px solid #d3d9df;
}

.hz-footer-logo {
  width: 168px;
  display: block;
}

.hz-footer-main {
  max-width: 1828px;
  margin: 0 auto;
  padding: 58px 44px 76px;
  display: grid;
  grid-template-columns: 150px 190px 150px 170px minmax(360px, 1fr);
  gap: clamp(42px, 6vw, 128px);
  align-items: start;
}

.hz-footer-col,
.hz-footer-company {
  min-width: 0;
}

.hz-footer h3 {
  margin: 0 0 28px;
  color: #03070c;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
}

.hz-footer-col a {
  display: block;
  width: fit-content;
  margin: 0 0 10px;
  color: #2f3c48;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}

.hz-footer-col a:hover,
.hz-footer-col a:focus-visible {
  color: #006fd1;
  outline: none;
}

.hz-footer-company {
  justify-self: end;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.62;
}

.hz-footer-company p {
  margin: 0 0 8px;
}

.hz-footer-company strong {
  color: #005bb7;
  font-weight: 800;
}

.hz-social {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: fit-content;
  padding: 18px 24px;
  background: #eef2f6;
  color: #25313c;
}

.hz-social .hz-follow {
  margin-right: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: #1f2c36;
}

.hz-social a,
.hz-backtop {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #47525d;
  background: transparent;
  color: #35414c;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hz-social a:hover {
  background: #101417;
  border-color: #101417;
  color: #fff;
}

.hz-backtop {
  background: #101417;
  border-color: #101417;
  color: #fff;
}

.hz-copy {
  max-width: 1828px;
  margin: 0 auto;
  padding: 0 44px 26px;
  font-size: 10px;
  color: #77818b;
}

.hz-backtop {
  position: fixed;
  right: 24px;
  bottom: 26px;
  text-decoration: none;
}

.hz-company-page {
  background: #f5f7fa;
}

.hz-company-hero {
  position: relative;
  height: 845px;
  overflow: hidden;
  color: #fff;
}

.hz-company-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.58);
}

.hz-company-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,28,36,.75), rgba(20,28,36,.18));
}

.hz-company-hero div {
  position: absolute;
  z-index: 2;
  left: max(44px, calc((100% - 1828px) / 2 + 44px));
  top: 50%;
  transform: translateY(-50%);
}

.hz-company-hero h1 {
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 500;
}

.hz-company-hero p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.hz-company-main {
  max-width: 1828px;
  margin: 0 auto;
  padding: 34px 44px 96px;
}

.hz-breadcrumb {
  color: #7a8490;
  font-size: 14px;
  margin-bottom: 28px;
}

.hz-breadcrumb a {
  color: #268fca;
  text-decoration: none;
}

.hz-company-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dfe5eb;
  border-bottom: 1px solid #dfe5eb;
  margin-bottom: 64px;
}

.hz-company-tabs a {
  display: grid;
  place-items: center;
  min-height: 68px;
  color: #2b333d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-right: 1px solid #dfe5eb;
}

.hz-company-tabs a:first-child {
  border-left: 1px solid #dfe5eb;
}

.hz-company-tabs a:hover,
.hz-company-tabs a:focus-visible {
  color: #fff;
  background: #188ed8;
  outline: none;
}

.hz-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 820px);
  gap: 74px;
  align-items: start;
  margin-bottom: 90px;
}

.hz-about-copy {
  min-width: 0;
}

.hz-eyebrow {
  margin: 0 0 7px !important;
  color: #188ed8 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 700;
  letter-spacing: 0;
}

.hz-about h2,
.hz-company-section h2 {
  margin: 24px 0 26px;
  color: #27313d;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;
}

.hz-about p {
  color: #4f5c68;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.hz-about img {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
  display: block;
}

.hz-company-section {
  margin-top: 88px;
}

.hz-company-section h2 {
  border-bottom: 1px solid #dfe5eb;
  padding-bottom: 22px;
}

.hz-cert-grid,
.hz-partner-grid,
.hz-plant-grid {
  display: grid;
  gap: 24px;
}

.hz-cert-grid {
  grid-template-columns: repeat(4, 1fr);
}

.hz-partner-grid {
  grid-template-columns: repeat(4, 1fr);
}

.hz-plant-grid {
  grid-template-columns: repeat(4, 1fr);
}

.hz-placeholder {
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, transparent 49.7%, rgba(24,142,216,.22) 50%, transparent 50.3%),
    linear-gradient(-135deg, transparent 49.7%, rgba(24,142,216,.16) 50%, transparent 50.3%),
    #fff;
  border: 1px solid #e3e8ee;
  color: #34414e;
  font-size: 20px;
  font-weight: 700;
}

.hz-placeholder small {
  display: block;
  margin-top: 10px;
  color: #9aa5b1;
  font-size: 12px;
  font-weight: 400;
}

.hz-partner {
  min-height: 128px;
}

.hz-case-carousel {
  overflow: hidden;
  width: 100%;
}

.hz-case-track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: hz-case-scroll 58s linear infinite;
}

.hz-case-carousel:hover .hz-case-track,
.hz-case-carousel:focus-within .hz-case-track {
  animation-play-state: paused;
}

.hz-case-card {
  width: clamp(280px, 24vw, 416px);
  height: 248px;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid #dfe5eb;
  background: #fff;
}

.hz-case-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes hz-case-scroll {
  to { transform: translateX(calc(-50% - 12px)); }
}

.hz-plant {
  min-height: 250px;
}

.hz-product-page {
  background: var(--hz-dark);
}

.hz-product-hero {
  height: 845px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.hz-product-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.42);
}

.hz-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,28,36,.82), rgba(20,28,36,.2));
}

.hz-product-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 42px;
  line-height: 1;
}

.hz-news-list-page {
  background: #edf0f4;
}

.hz-news-list-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 25px 96px;
}

.hz-news-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
  border-bottom: 1px solid #d6dde5;
  padding-bottom: 24px;
}

.hz-news-list-head h2 {
  margin: 0;
  color: #27313d;
  font-family: var(--hz-serif);
  font-size: 42px;
  font-weight: 500;
}

.hz-news-list-head p {
  margin: 0;
  color: #71808f;
  font-size: 14px;
}

.hz-news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.hz-news-list-card {
  min-height: 260px;
  background: #fff;
  color: #29333f;
  padding: 34px 32px 28px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.hz-news-list-card::before,
.hz-news-list-card::after {
  content: "";
  position: absolute;
  inset: 42px 38px;
  border: 1px solid #e7ebef;
  transform: rotate(30deg);
}

.hz-news-list-card::after {
  transform: rotate(-30deg);
}

.hz-news-list-card h3,
.hz-news-list-card p,
.hz-news-list-card a,
.hz-news-list-meta {
  position: relative;
  z-index: 2;
}

.hz-news-list-card h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.hz-news-list-card p {
  margin: 0;
  color: #6e7b89;
  font-size: 13px;
  line-height: 1.65;
}

.hz-news-list-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  color: #a9b3bd;
  font-family: var(--hz-serif);
  font-size: 13px;
}

.hz-news-list-meta .hz-date {
  color: #25313d;
  font-size: 34px;
}

.hz-news-empty {
  background: #fff;
  padding: 42px;
  color: #687684;
}

.hz-contact-page {
  background: #edf0f4;
}

.hz-contact-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 25px 104px;
}

.hz-contact-info {
  display: grid;
  grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
  margin-bottom: 70px;
}

.hz-contact-info h2,
.hz-contact-form-copy h2 {
  margin: 0;
  color: #27313d;
  font-family: var(--hz-serif);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

.hz-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hz-contact-cards article {
  min-height: 118px;
  background: #fff;
  padding: 26px 28px;
  box-sizing: border-box;
  border-left: 4px solid #188ed8;
}

.hz-contact-cards span {
  display: block;
  margin-bottom: 12px;
  color: #7a8794;
  font-size: 13px;
}

.hz-contact-cards strong {
  display: block;
  color: #27313d;
  font-size: 18px;
  line-height: 1.45;
}

.hz-contact-map {
  grid-column: 1 / -1;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe5eb;
}

.hz-contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.hz-contact-map a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #188ed8;
  font-weight: 700;
  text-decoration: none;
  border-top: 1px solid #dfe5eb;
}

.hz-contact-form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  gap: 68px;
  align-items: start;
  background: #fff;
  padding: 54px;
  box-sizing: border-box;
}

.hz-contact-form-copy p {
  margin: 22px 0 0;
  color: #667583;
  font-size: 15px;
  line-height: 1.75;
}

.hz-contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hz-contact-form label {
  display: grid;
  gap: 8px;
  color: #27313d;
  font-size: 13px;
  font-weight: 700;
}

.hz-contact-form .is-wide {
  grid-column: 1 / -1;
}

.hz-contact-form input,
.hz-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8e0e7;
  background: #f7f9fb;
  color: #26313d;
  font: inherit;
  padding: 13px 14px;
  border-radius: 0;
}

.hz-contact-form input:focus,
.hz-contact-form textarea:focus {
  border-color: #188ed8;
  outline: 2px solid rgba(24, 142, 216, .16);
}

.hz-contact-form button {
  width: 168px;
  height: 46px;
  border: 0;
  background: #188ed8;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.hz-contact-form button:hover,
.hz-contact-form button:focus-visible {
  background: #126fae;
  outline: none;
}

.hz-form-notice {
  margin-top: 22px;
  padding: 14px 16px;
  font-size: 14px;
}

.hz-form-notice.is-success {
  background: #e7f5ed;
  color: #1d6a3a;
}

.hz-form-notice.is-error {
  background: #fff0f0;
  color: #a13636;
}

.hz-product-strip {
  background: #f4f6f8;
  color: #5f6974;
  font-size: 16px;
}

.hz-product-strip-inner {
  max-width: 1828px;
  min-height: 90px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 72px;
  padding: 0 44px;
}

.hz-product-strip a {
  color: inherit;
  text-decoration: none;
}

.hz-product-strip nav {
  display: flex;
  gap: 64px;
  font-weight: 500;
  white-space: nowrap;
}

.hz-product-list-main {
  min-height: 1750px;
  max-width: 1680px;
  margin: 0 auto;
  padding: 52px 0 86px;
  color: #fff;
}

.hz-product-list-main h2 {
  margin: 0 0 46px;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}

.hz-product-list {
  display: grid;
  gap: 42px;
}

.hz-product-list-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 548px;
  background: #fff;
  color: #27313d;
}

.hz-product-list-img {
  display: block;
  min-width: 0;
  overflow: hidden;
}

.hz-product-list-img img {
  width: 100%;
  height: 100%;
  min-height: 548px;
  object-fit: cover;
  display: block;
}

.hz-product-list-copy {
  min-height: 548px;
  box-sizing: border-box;
  padding: 120px 92px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hz-product-list-copy h3 {
  margin: 0 0 56px;
  color: #1f2a34;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 700;
}

.hz-product-list-copy h3::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  vertical-align: 4px;
  background: #168fe1;
}

.hz-product-list-copy p {
  margin: 0 0 156px;
  color: #7c8792;
  font-size: 16px;
  line-height: 1.85;
}

.hz-detail {
  color: #27313d;
  font-family: var(--hz-serif);
  font-style: italic;
  font-size: 16px;
  text-decoration: underline;
}

.hz-detail::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: -4px;
  background: linear-gradient(135deg, #0a75bd 0 50%, #4fc7ef 50%);
}

.hz-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 260px;
}

.hz-pagination a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #2f3a45;
  text-decoration: none;
  font-size: 12px;
}

.hz-pagination a.is-active {
  color: #fff;
  background: #1744b9;
}

.hz-product-detail-page {
  background: #fff;
}

.hz-product-detail-main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 88px 44px 112px;
  color: #29333f;
}

.hz-product-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  gap: 54px;
  align-items: center;
  margin-bottom: 40px;
}

.hz-product-detail-image {
  background: #f0f2f5;
  padding: 64px;
  position: relative;
}

.hz-product-detail-image::before,
.hz-product-detail-image::after {
  content: "";
  position: absolute;
  inset: 46px;
  border: 1px solid #e5e9ee;
}

.hz-product-detail-image::after {
  inset: 86px;
}

.hz-product-detail-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  display: block;
  background: #fff;
}

.hz-product-detail-copy h2 {
  margin: 0 0 36px;
  color: #05090e;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
}

.hz-product-detail-text {
  color: #78838e;
  font-size: 16px;
  line-height: 1.8;
}

.hz-product-detail-text p {
  margin: 0 0 18px;
}

.hz-product-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
  margin: 46px 0 54px;
  color: #111820;
  font-size: 16px;
  font-weight: 800;
}

.hz-product-benefits span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border: 2px solid #b8c0c8;
  border-radius: 50%;
}

.hz-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 38px;
  margin-bottom: 150px;
  background: #005bb7;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.hz-consult:hover,
.hz-consult:focus-visible {
  background: #004793;
  color: #fff;
  outline: none;
}

.hz-product-faq {
  margin-top: 0;
}

.hz-product-faq h2 {
  margin: 0 0 34px;
  color: #05090e;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.hz-product-faq details {
  border-top: 1px solid #d8dde3;
}

.hz-product-faq details:last-child {
  border-bottom: 1px solid #d8dde3;
}

.hz-product-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  color: #29333f;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.hz-product-faq summary::-webkit-details-marker {
  display: none;
}

.hz-product-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 22px;
  color: #1744b9;
}

.hz-product-faq details[open] summary::after {
  content: "-";
}

.hz-product-faq p {
  margin: 0;
  padding: 0 44px 24px 0;
  color: #6f7b86;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 780px) {
  .hz-topbar {
    height: auto;
    gap: 16px;
    padding: 12px 16px;
    align-items: flex-start;
  }

  .hz-logo {
    width: 112px;
    height: 42px;
  }

  .hz-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 16px;
    font-size: 11px;
  }

  .hz-lang {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 11px;
  }

  .hz-hero {
    min-height: 650px;
    background-position: 58% center;
  }

  .hz-hero-inner {
    width: calc(100% - 32px);
    padding-top: 210px;
  }

  .hz-hero h1 {
    font-size: 48px;
  }

  .hz-hero p {
    font-size: 16px;
    line-height: 1.35;
    width: 92%;
  }

  .hz-down {
    width: 44px;
    height: 44px;
    margin-top: 54px;
  }

  .hz-dark-section,
  .hz-news,
  .hz-customer,
  .hz-white {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hz-section-title {
    margin-bottom: 28px;
  }

  .hz-section-title h2 {
    font-size: 34px;
  }

  .hz-product-title {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hz-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
  }

  .hz-tabs span {
    height: 28px;
    font-size: 13px;
  }

  .hz-product-grid,
  .hz-news-grid,
  .hz-logo-row,
  .hz-why,
  .hz-footer-main {
    grid-template-columns: 1fr;
  }

  .hz-product-grid {
    gap: 28px;
  }

  .hz-product img {
    height: auto;
    aspect-ratio: 1.58 / 1;
  }

  .hz-product h3 {
    font-size: 17px;
  }

  .hz-app-stage {
    min-height: 430px;
  }

  .hz-app-content {
    padding: 115px 28px 0;
    max-width: none;
    width: auto;
  }

  .hz-app-stage::after {
    border-left-width: 160px;
    border-bottom-width: 380px;
  }

  .hz-why {
    gap: 28px;
  }

  .hz-mini-cols {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hz-why h2 {
    font-size: 38px;
  }

  .hz-why p {
    font-size: 15px;
    line-height: 1.45;
  }

  .hz-mini h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hz-logo-row div {
    border-right: 0;
    border-bottom: 1px solid var(--hz-line);
  }

  .hz-footer-main {
    gap: 30px;
  }

  .hz-footer-top {
    padding: 38px 16px 34px;
  }

  .hz-footer-logo {
    width: 124px;
  }

  .hz-footer-main {
    padding: 36px 16px 48px;
    grid-template-columns: 1fr;
  }

  .hz-footer h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .hz-footer-company {
    justify-self: stretch;
    max-width: none;
  }

  .hz-copy {
    padding: 0 16px 22px;
  }

  .hz-company-hero {
    height: 650px;
  }

  .hz-company-hero div {
    left: 16px;
    right: 16px;
  }

  .hz-company-hero h1 {
    font-size: 34px;
  }

  .hz-company-hero p {
    font-size: 16px;
  }

  .hz-company-main {
    padding: 24px 16px 64px;
  }

  .hz-company-tabs,
  .hz-about,
  .hz-cert-grid,
  .hz-partner-grid,
  .hz-plant-grid {
    grid-template-columns: 1fr;
  }

  .hz-company-tabs {
    margin-bottom: 36px;
  }

  .hz-company-tabs a {
    min-height: 48px;
    border-left: 1px solid #dfe5eb;
  }

  .hz-about {
    gap: 28px;
    margin-bottom: 54px;
  }

  .hz-about h2,
  .hz-company-section h2 {
    font-size: 32px;
  }

  .hz-about p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hz-company-section {
    margin-top: 54px;
  }

  .hz-case-carousel {
    overflow-x: auto;
  }

  .hz-case-track {
    gap: 16px;
    animation: none;
  }

  .hz-case-card {
    width: min(82vw, 340px);
    height: 210px;
  }

  .hz-product-hero {
    height: 650px;
  }

  .hz-news-list-main {
    padding: 48px 16px 72px;
  }

  .hz-news-list-head,
  .hz-news-list-grid {
    grid-template-columns: 1fr;
  }

  .hz-news-list-head {
    display: grid;
    align-items: start;
  }

  .hz-news-list-grid {
    display: grid;
  }

  .hz-contact-main {
    padding: 48px 16px 72px;
  }

  .hz-contact-info,
  .hz-contact-form-wrap,
  .hz-contact-form {
    grid-template-columns: 1fr;
  }

  .hz-contact-info,
  .hz-contact-form-wrap {
    gap: 28px;
  }

  .hz-contact-form-wrap {
    padding: 28px 18px;
  }

  .hz-contact-cards {
    grid-template-columns: 1fr;
  }

  .hz-contact-map iframe {
    height: 320px;
  }

  .hz-product-strip-inner,
  .hz-product-list-card {
    grid-template-columns: 1fr;
  }

  .hz-product-strip-inner {
    align-items: start;
    padding: 12px 16px;
  }

  .hz-product-strip nav {
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hz-product-list-main {
    min-height: auto;
    padding: 36px 16px 64px;
  }

  .hz-product-list-card {
    min-height: 0;
  }

  .hz-product-list-img img {
    min-height: 210px;
    aspect-ratio: 1.6 / 1;
  }

  .hz-product-list-copy {
    min-height: 0;
    padding: 26px 22px 30px;
    display: block;
  }

  .hz-product-list-copy h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .hz-product-list-copy p {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hz-pagination {
    margin-top: 46px;
  }

  .hz-product-detail-main {
    padding: 48px 16px 72px;
  }

  .hz-product-detail-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hz-product-detail-image {
    padding: 28px;
  }

  .hz-product-detail-copy h2 {
    font-size: 30px;
  }

  .hz-consult {
    margin-bottom: 72px;
  }
}
