.elementor-178 .elementor-element.elementor-element-4efca69{--display:flex;--gap:1px 1px;--row-gap:1px;--column-gap:1px;}.elementor-178 .elementor-element.elementor-element-a96c4fe{--display:flex;}.elementor-178 .elementor-element.elementor-element-13757ad{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-178 .elementor-element.elementor-element-b9ee880{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b9ee880 */.hz-factory-page {
  background: #f8fafc;
  color: #0f172a;
  font-family: Inter, Arial, sans-serif;
}

.hz-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hz-section,
.hz-hero,
.hz-cta {
  padding: 90px 0;
}

.hz-section-white {
  background: #fff;
}

.hz-eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hz-title-xl {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 22px;
}

.hz-title-lg {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 900;
  margin: 0;
}

.hz-desc,
.hz-desc-large {
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.hz-hero-grid,
.hz-split,
.hz-cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.hz-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 44px;
}

.hz-stats,
.hz-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hz-card-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hz-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hz-card,
.hz-stat,
.hz-list-item,
.hz-process-card,
.hz-cap-item,
.hz-cta-box {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.hz-card img,
.hz-hero-image-card img,
.hz-split-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.hz-card-body,
.hz-stat,
.hz-process-card,
.hz-cap-item,
.hz-cta-box {
  padding: 24px;
}

.hz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.hz-btn-primary {
  background: #2563eb;
  color: #fff;
}

.hz-btn-secondary {
  background: #fff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}

.hz-dark-section {
  background: #0f172a;
  color: #fff;
}

.hz-dark-section .hz-cap-item {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}

.hz-dark-section p {
  color: #cbd5e1;
}

@media (max-width: 980px) {
  .hz-hero-grid,
  .hz-split,
  .hz-cta-box,
  .hz-heading-row {
    display: block;
  }

  .hz-stats,
  .hz-process,
  .hz-card-grid-3,
  .hz-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hz-stats,
  .hz-process,
  .hz-card-grid-3,
  .hz-cap-grid {
    grid-template-columns: 1fr;
  }

  .hz-section,
  .hz-hero,
  .hz-cta {
    padding: 60px 0;
  }
}
/* =========================
   Inquiry Conversion Sections
========================= */

.hz-inquiry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hz-inquiry-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.045);
}

.hz-inquiry-card h3 {
  font-size: 21px;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.hz-inquiry-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
  font-size: 15px;
}

.hz-inquiry-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #64748b;
  line-height: 1.75;
  font-size: 15px;
}

.hz-quote-box {
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.16), transparent 34%),
    linear-gradient(135deg, #eff6ff 0%, #ffffff 64%);
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 44px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.hz-quote-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: center;
}

.hz-quote-steps {
  display: grid;
  gap: 14px;
}

.hz-quote-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
}

.hz-quote-step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.hz-quote-step h3 {
  margin: 0 0 5px;
  font-size: 17px;
}

.hz-quote-step p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 15px;
}

.hz-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hz-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 24px;
}

.hz-faq-item h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #0f172a;
}

.hz-faq-item p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 980px) {
  .hz-inquiry-grid,
  .hz-quote-grid,
  .hz-faq-grid {
    grid-template-columns: 1fr;
  }

  .hz-quote-box {
    padding: 32px 24px;
  }
}/* End custom CSS */