
.hz-home-refresh,
.hz-home-refresh * {
  box-sizing: border-box;
}

.hz-home-refresh {
  --hz-orange: #ef6a2c;
  --hz-orange-dark: #ca4f19;
  --hz-ink: #173247;
  --hz-text: #4d6170;
  --hz-muted: #71818b;
  --hz-line: #dce4e8;
  --hz-mist: #f5f7f8;
  --hz-warm: #fff6f0;
  --hz-white: #ffffff;
  width: 100%;
  overflow: hidden;
  background: var(--hz-white);
  color: var(--hz-text);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

.hz-home-refresh a {
  color: inherit;
}

.hz-home-refresh .hz-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hz-home-refresh h1,
.hz-home-refresh h2,
.hz-home-refresh h3,
.hz-home-refresh p,
.hz-home-refresh figure {
  margin-top: 0;
}

.hz-home-refresh h1,
.hz-home-refresh h2,
.hz-home-refresh h3 {
  color: var(--hz-ink);
}

.hz-home-refresh h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(44px, 5.3vw, 72px);
  font-weight: 700;
  letter-spacing: -0.048em;
  line-height: 1.01;
}

.hz-home-refresh h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 3.7vw, 49px);
  font-weight: 700;
  letter-spacing: -0.037em;
  line-height: 1.08;
}

.hz-home-refresh h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.28;
}

.hz-home-refresh .hz-kicker {
  margin-bottom: 14px;
  color: var(--hz-orange-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hz-home-refresh .hz-lead {
  max-width: 730px;
  margin-bottom: 0;
  color: #526875;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.66;
}

.hz-home-refresh .hz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hz-home-refresh .hz-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hz-home-refresh .hz-btn--primary {
  background: var(--hz-orange);
  color: var(--hz-white);
}

.hz-home-refresh .hz-btn--primary:hover {
  background: var(--hz-orange-dark);
}

.hz-home-refresh .hz-btn--secondary {
  border-color: #bdc9cf;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hz-ink);
}

.hz-home-refresh .hz-btn--secondary:hover {
  border-color: var(--hz-orange);
  color: var(--hz-orange-dark);
}

.hz-home-refresh .hz-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hz-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.hz-home-refresh .hz-text-link::after {
  color: var(--hz-orange);
  content: "\2192";
  font-size: 19px;
  line-height: 1;
  transition: transform 160ms ease;
}

.hz-home-refresh .hz-text-link:hover::after {
  transform: translateX(4px);
}

/* Hero */
.hz-home-refresh .hz-hero {
  position: relative;
  display: flex;
  width: min(100%, 1920px);
  aspect-ratio: 12 / 5;
  min-height: 0;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--hz-line);
  background: #eef2f4;
}

.hz-home-refresh .hz-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
}

.hz-home-refresh .hz-hero-media picture,
.hz-home-refresh .hz-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.hz-home-refresh .hz-hero-media img {
  object-fit: cover;
  object-position: center;
}

.hz-home-refresh .hz-hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 255, 255, 0.96) 28%,
      rgba(255, 255, 255, 0.76) 45%,
      rgba(255, 255, 255, 0.22) 67%,
      rgba(255, 255, 255, 0) 82%);
  content: "";
  pointer-events: none;
}

.hz-home-refresh .hz-hero-content {
  position: relative;
  z-index: 2;
  padding: 78px 0;
}

.hz-home-refresh .hz-hero-copy {
  max-width: 760px;
}

.hz-home-refresh .hz-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #60727e;
  font-size: 13px;
  font-weight: 700;
}

.hz-home-refresh .hz-hero-note::before {
  width: 34px;
  height: 2px;
  background: var(--hz-orange);
  content: "";
}

/* Intro */
.hz-home-refresh .hz-intro {
  padding: 92px 0 84px;
}

.hz-home-refresh .hz-intro-grid {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.hz-home-refresh .hz-intro-copy {
  margin-bottom: 0;
  font-size: 17px;
}

.hz-home-refresh .hz-signal-line {
  display: grid;
  margin-top: 50px;
  border-top: 1px solid var(--hz-line);
  border-bottom: 1px solid var(--hz-line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hz-home-refresh .hz-signal {
  min-height: 132px;
  padding: 24px 23px;
  border-left: 1px solid var(--hz-line);
}

.hz-home-refresh .hz-signal:last-child {
  border-right: 1px solid var(--hz-line);
}

.hz-home-refresh .hz-signal span {
  display: block;
  margin-bottom: 18px;
  color: var(--hz-orange-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hz-home-refresh .hz-signal strong {
  display: block;
  color: var(--hz-ink);
  font-size: 16px;
  line-height: 1.42;
}

/* Industries */
.hz-home-refresh .hz-industries {
  padding: 96px 0 104px;
  background: var(--hz-mist);
}

.hz-home-refresh .hz-section-head {
  display: grid;
  align-items: end;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 46px;
}

.hz-home-refresh .hz-section-head h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.hz-home-refresh .hz-industry-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.12fr 0.88fr;
}

.hz-home-refresh .hz-industry-grid .hz-industry-card:nth-child(3) {
  grid-column: 1;
}

.hz-home-refresh .hz-industry-grid .hz-industry-card:nth-child(4) {
  grid-column: 2;
}

.hz-home-refresh .hz-industry-card {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  background: var(--hz-ink);
  color: var(--hz-white);
  text-decoration: none;
}

.hz-home-refresh .hz-industry-card:nth-child(2),
.hz-home-refresh .hz-industry-card:nth-child(3) {
  min-height: 360px;
}

.hz-home-refresh .hz-industry-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.hz-home-refresh .hz-industry-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 30, 43, 0.02) 30%, rgba(12, 30, 43, 0.9) 100%);
  content: "";
}

.hz-home-refresh .hz-industry-card:hover img {
  transform: scale(1.025);
}

.hz-home-refresh .hz-industry-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
}

.hz-home-refresh .hz-industry-content span {
  display: block;
  margin-bottom: 8px;
  color: #f5aa83;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hz-home-refresh .hz-industry-content h3 {
  color: var(--hz-white);
  font-size: clamp(24px, 2.4vw, 34px);
}

.hz-home-refresh .hz-industry-content p {
  max-width: 610px;
  margin-bottom: 0;
  color: #dce5e9;
  font-size: 15px;
  line-height: 1.55;
}

/* Solutions */
.hz-home-refresh .hz-solutions {
  padding: 104px 0;
}

.hz-home-refresh .hz-solutions-intro {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  margin-bottom: 54px;
}

.hz-home-refresh .hz-solutions-intro p {
  margin-bottom: 0;
  font-size: 17px;
}

.hz-home-refresh .hz-solution-grid {
  display: grid;
  border-top: 2px solid var(--hz-ink);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hz-home-refresh .hz-solution-item {
  display: grid;
  min-height: 210px;
  padding: 28px 30px 32px;
  border-bottom: 1px solid var(--hz-line);
  grid-template-columns: 46px minmax(0, 1fr);
  text-decoration: none;
}

.hz-home-refresh .hz-solution-item:nth-child(odd) {
  border-right: 1px solid var(--hz-line);
}

.hz-home-refresh .hz-solution-number {
  color: var(--hz-orange-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.hz-home-refresh .hz-solution-item h3 {
  margin-bottom: 11px;
}

.hz-home-refresh .hz-solution-item p {
  margin-bottom: 20px;
  color: var(--hz-muted);
  font-size: 14px;
  line-height: 1.58;
}

.hz-home-refresh .hz-solution-item strong {
  color: var(--hz-ink);
  font-size: 14px;
}

.hz-home-refresh .hz-solution-item strong::after {
  margin-left: 8px;
  color: var(--hz-orange);
  content: "\2192";
}

.hz-home-refresh .hz-solution-item:hover {
  background: var(--hz-warm);
}

/* Technology */
.hz-home-refresh .hz-tech {
  padding: 94px 0 98px;
  background: var(--hz-ink);
  color: #d3dee3;
}

.hz-home-refresh .hz-tech h2 {
  max-width: 790px;
  color: var(--hz-white);
}

.hz-home-refresh .hz-tech-copy {
  max-width: 760px;
  margin-bottom: 0;
  color: #c1cfd5;
  font-size: 17px;
}

.hz-home-refresh .hz-tech-grid {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hz-home-refresh .hz-tech-item {
  min-height: 230px;
  padding: 30px 23px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hz-home-refresh .hz-tech-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hz-home-refresh .hz-tech-item span {
  display: block;
  margin-bottom: 38px;
  color: #f3a17a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hz-home-refresh .hz-tech-item h3 {
  color: var(--hz-white);
  font-size: 18px;
}

.hz-home-refresh .hz-tech-item p {
  margin-bottom: 0;
  color: #b8c7ce;
  font-size: 14px;
  line-height: 1.58;
}

/* CTA */
.hz-home-refresh .hz-cta {
  padding: 78px 0;
  background: var(--hz-warm);
}

.hz-home-refresh .hz-cta-grid {
  display: grid;
  align-items: end;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.hz-home-refresh .hz-cta h2 {
  max-width: 820px;
  margin-bottom: 13px;
}

.hz-home-refresh .hz-cta p {
  max-width: 780px;
  margin-bottom: 0;
  color: #5d707b;
  font-size: 17px;
}

@media (max-width: 1040px) {
  .hz-home-refresh .hz-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hz-home-refresh .hz-tech-item:nth-child(3),
  .hz-home-refresh .hz-tech-item:nth-child(5) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hz-home-refresh .hz-tech-item:last-child {
    border-right: 0;
  }
}

@media (max-width: 920px) {
  .hz-home-refresh .hz-intro-grid,
  .hz-home-refresh .hz-solutions-intro,
  .hz-home-refresh .hz-cta-grid {
    grid-template-columns: 1fr;
  }

  .hz-home-refresh .hz-section-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .hz-home-refresh .hz-industry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hz-home-refresh .hz-industry-grid .hz-industry-card:nth-child(3),
  .hz-home-refresh .hz-industry-grid .hz-industry-card:nth-child(4) {
    grid-column: auto;
  }

  .hz-home-refresh .hz-industry-card,
  .hz-home-refresh .hz-industry-card:nth-child(2),
  .hz-home-refresh .hz-industry-card:nth-child(3) {
    min-height: 360px;
  }

  .hz-home-refresh .hz-cta-grid {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .hz-home-refresh .hz-shell {
    width: min(100% - 32px, 1180px);
  }

  .hz-home-refresh h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hz-home-refresh .hz-hero {
    display: flex;
    width: 100%;
    aspect-ratio: auto;
    flex-direction: column;
    background: var(--hz-white);
  }

  .hz-home-refresh .hz-hero-content {
    order: 1;
    width: 100%;
    padding: 52px 0 36px;
  }

  .hz-home-refresh .hz-hero-media {
    position: relative;
    order: 2;
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .hz-home-refresh .hz-hero-media::after {
    display: none;
  }

  .hz-home-refresh .hz-intro,
  .hz-home-refresh .hz-industries,
  .hz-home-refresh .hz-solutions,
  .hz-home-refresh .hz-tech {
    padding: 72px 0;
  }

  .hz-home-refresh .hz-signal-line,
  .hz-home-refresh .hz-industry-grid,
  .hz-home-refresh .hz-solution-grid,
  .hz-home-refresh .hz-tech-grid {
    grid-template-columns: 1fr;
  }

  .hz-home-refresh .hz-signal,
  .hz-home-refresh .hz-signal:last-child {
    min-height: 0;
    border-right: 1px solid var(--hz-line);
    border-bottom: 1px solid var(--hz-line);
  }

  .hz-home-refresh .hz-signal:last-child {
    border-bottom: 0;
  }

  .hz-home-refresh .hz-industry-card,
  .hz-home-refresh .hz-industry-card:nth-child(2),
  .hz-home-refresh .hz-industry-card:nth-child(3) {
    min-height: 340px;
  }

  .hz-home-refresh .hz-industry-content {
    padding: 27px;
  }

  .hz-home-refresh .hz-solution-item,
  .hz-home-refresh .hz-solution-item:nth-child(odd) {
    border-right: 0;
  }

  .hz-home-refresh .hz-tech-item,
  .hz-home-refresh .hz-tech-item:last-child {
    min-height: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hz-home-refresh .hz-tech-item:last-child {
    border-bottom: 0;
  }

  .hz-home-refresh .hz-tech-item span {
    margin-bottom: 20px;
  }

  .hz-home-refresh .hz-cta {
    padding: 62px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hz-home-refresh .hz-btn,
  .hz-home-refresh .hz-text-link::after,
  .hz-home-refresh .hz-industry-card img {
    transition: none;
  }
}
