
  #hz-acoustic-hub,
  #hz-acoustic-hub * {
    box-sizing: border-box;
  }

  #hz-acoustic-hub {
    --hz-orange: #f47b20;
    --hz-orange-dark: #d95e0c;
    --hz-ink: #111827;
    --hz-muted: #667085;
    --hz-line: #e6e9ef;
    --hz-soft: #f5f7fa;
    --hz-dark: #10151d;
    --hz-dark-2: #171e28;
    --hz-white: #ffffff;
    --hz-max: 1440px;
    color: var(--hz-ink);
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
  }

  #hz-acoustic-hub img {
    display: block;
    max-width: 100%;
  }

  #hz-acoustic-hub a {
    color: inherit;
    text-decoration: none;
  }

  #hz-acoustic-hub .hz-container {
    width: min(calc(100% - 48px), var(--hz-max));
    margin: 0 auto;
  }

  #hz-acoustic-hub .hz-section {
    padding: 104px 0;
  }

  #hz-acoustic-hub .hz-section--soft {
    background: var(--hz-soft);
  }

  #hz-acoustic-hub .hz-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 44px;
  }

  #hz-acoustic-hub .hz-section-head__copy {
    max-width: 820px;
  }

  #hz-acoustic-hub .hz-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--hz-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  #hz-acoustic-hub .hz-eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
  }

  #hz-acoustic-hub h1,
  #hz-acoustic-hub h2,
  #hz-acoustic-hub h3,
  #hz-acoustic-hub p {
    margin-top: 0;
  }

  #hz-acoustic-hub h1 {
    max-width: 880px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: clamp(42px, 5.1vw, 76px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.02;
  }

  #hz-acoustic-hub h2 {
    margin-bottom: 16px;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
  }

  #hz-acoustic-hub h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.25;
  }

  #hz-acoustic-hub .hz-lead {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--hz-muted);
    font-size: 18px;
  }

  #hz-acoustic-hub .hz-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  #hz-acoustic-hub .hz-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .015em;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
  }

  #hz-acoustic-hub .hz-btn:hover {
    transform: translateY(-2px);
  }

  #hz-acoustic-hub .hz-btn--primary {
    color: #ffffff;
    background: var(--hz-orange);
  }

  #hz-acoustic-hub .hz-btn--primary:hover {
    background: var(--hz-orange-dark);
  }

  #hz-acoustic-hub .hz-btn--outline {
    color: #ffffff;
    border-color: rgba(255,255,255,.34);
    background: rgba(255,255,255,.06);
  }

  #hz-acoustic-hub .hz-btn--dark-outline {
    color: var(--hz-ink);
    border-color: #cfd5dd;
    background: #ffffff;
  }

  #hz-acoustic-hub .hz-arrow {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  /* Hero */
  #hz-acoustic-hub .hz-hero-wrap {
    padding: 24px 0 0;
    background: #ffffff;
  }

  #hz-acoustic-hub .hz-hero {
    position: relative;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
    align-items: center;
    gap: 50px;
    padding: 72px clamp(36px, 5vw, 80px);
    border-radius: 20px;
    background:
      radial-gradient(circle at 73% 31%, rgba(244,123,32,.22), transparent 31%),
      radial-gradient(circle at 85% 85%, rgba(71,85,105,.20), transparent 34%),
      linear-gradient(135deg, #0d1219 0%, #161d27 56%, #111821 100%);
    overflow: hidden;
  }

  #hz-acoustic-hub .hz-hero::before {
    position: absolute;
    top: -280px;
    right: -150px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    content: "";
  }

  #hz-acoustic-hub .hz-hero::after {
    position: absolute;
    right: 8%;
    bottom: -300px;
    width: 660px;
    height: 660px;
    border: 1px solid rgba(244,123,32,.20);
    border-radius: 50%;
    content: "";
  }

  #hz-acoustic-hub .hz-hero__content {
    position: relative;
    z-index: 2;
  }

  #hz-acoustic-hub .hz-hero__intro {
    max-width: 760px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.74);
    font-size: 18px;
  }

  #hz-acoustic-hub .hz-hero__visual {
    position: relative;
    z-index: 2;
    min-height: 500px;
  }

  #hz-acoustic-hub .hz-hero-product {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 30px 70px rgba(0,0,0,.26);
    backdrop-filter: blur(10px);
  }

  #hz-acoustic-hub .hz-hero-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #hz-acoustic-hub .hz-hero-product--main {
    top: 8px;
    left: 5%;
    width: 65%;
    aspect-ratio: 1 / 1;
  }

  #hz-acoustic-hub .hz-hero-product--side {
    right: 0;
    bottom: 0;
    width: 51%;
    aspect-ratio: 1 / 1;
  }

  #hz-acoustic-hub .hz-hero-label {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    color: #ffffff;
    background: rgba(12,17,24,.78);
    box-shadow: 0 16px 34px rgba(0,0,0,.20);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(9px);
  }

  #hz-acoustic-hub .hz-hero-label::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hz-orange);
    box-shadow: 0 0 0 5px rgba(244,123,32,.13);
    content: "";
  }

  #hz-acoustic-hub .hz-hero-label--one {
    top: 9%;
    right: 0;
  }

  #hz-acoustic-hub .hz-hero-label--two {
    left: 0;
    bottom: 13%;
  }

  #hz-acoustic-hub .hz-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 42px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    overflow: hidden;
  }

  #hz-acoustic-hub .hz-hero-metric {
    padding: 18px;
    background: rgba(12,17,24,.84);
  }

  #hz-acoustic-hub .hz-hero-metric strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 16px;
  }

  #hz-acoustic-hub .hz-hero-metric span {
    color: rgba(255,255,255,.56);
    font-size: 12px;
  }

  /* Selector strip */
  #hz-acoustic-hub .hz-selector {
    margin-top: 28px;
    padding: 22px 26px;
    border: 1px solid var(--hz-line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15,23,42,.06);
  }

  #hz-acoustic-hub .hz-selector__row {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  #hz-acoustic-hub .hz-selector__label {
    flex: 0 0 auto;
    color: var(--hz-ink);
    font-size: 14px;
    font-weight: 800;
  }

  #hz-acoustic-hub .hz-selector__links {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 9px;
  }

  #hz-acoustic-hub .hz-selector__link {
    padding: 8px 13px;
    border: 1px solid #dde2e8;
    border-radius: 999px;
    color: #4b5563;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
  }

  #hz-acoustic-hub .hz-selector__link:hover {
    color: var(--hz-orange-dark);
    border-color: rgba(244,123,32,.50);
    background: #fff7f0;
  }

  /* Deployment cards */
  #hz-acoustic-hub .hz-deployment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  #hz-acoustic-hub .hz-deployment-card {
    position: relative;
    min-height: 450px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 24px;
    padding: 42px;
    border: 1px solid var(--hz-line);
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  }

  #hz-acoustic-hub .hz-deployment-card:hover {
    transform: translateY(-5px);
    border-color: rgba(244,123,32,.36);
    box-shadow: 0 26px 54px rgba(15,23,42,.10);
  }

  #hz-acoustic-hub .hz-deployment-card::before {
    position: absolute;
    right: -120px;
    bottom: -170px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244,123,32,.12), rgba(244,123,32,0) 68%);
    content: "";
  }

  #hz-acoustic-hub .hz-deployment-card__copy,
  #hz-acoustic-hub .hz-deployment-card__visual {
    position: relative;
    z-index: 1;
  }

  #hz-acoustic-hub .hz-deployment-card__visual img {
    width: 100%;
    max-height: 340px;
    object-fit: contain;
  }

  #hz-acoustic-hub .hz-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--hz-orange-dark);
    background: #fff3e8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  #hz-acoustic-hub .hz-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
  }

  #hz-acoustic-hub .hz-check-list li {
    position: relative;
    padding-left: 23px;
    color: #4b5563;
    font-size: 14px;
  }

  #hz-acoustic-hub .hz-check-list li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--hz-orange);
    border-radius: 50%;
    content: "";
  }

  #hz-acoustic-hub .hz-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hz-ink);
    font-size: 14px;
    font-weight: 800;
  }

  #hz-acoustic-hub .hz-text-link:hover {
    color: var(--hz-orange-dark);
  }

  /* Application cards */
  #hz-acoustic-hub .hz-application-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  #hz-acoustic-hub .hz-application-card {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    border-radius: 16px;
    background: #111827;
    overflow: hidden;
    isolation: isolate;
  }

  #hz-acoustic-hub .hz-application-card::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,15,22,.03) 20%, rgba(10,15,22,.90) 88%);
    content: "";
  }

  #hz-acoustic-hub .hz-application-card img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }

  #hz-acoustic-hub .hz-application-card:hover img {
    transform: scale(1.045);
  }

  #hz-acoustic-hub .hz-application-card__body {
    width: 100%;
    color: #ffffff;
  }

  #hz-acoustic-hub .hz-application-card__number {
    display: block;
    margin-bottom: 8px;
    color: var(--hz-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
  }

  #hz-acoustic-hub .hz-application-card h3 {
    margin-bottom: 8px;
    color: #ffffff;
  }

  #hz-acoustic-hub .hz-application-card p {
    margin-bottom: 18px;
    color: rgba(255,255,255,.70);
    font-size: 14px;
  }

  #hz-acoustic-hub .hz-application-card .hz-text-link {
    color: #ffffff;
  }

  /* Product groups */
  #hz-acoustic-hub .hz-product-group + .hz-product-group {
    margin-top: 64px;
  }

  #hz-acoustic-hub .hz-product-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hz-line);
  }

  #hz-acoustic-hub .hz-product-group__head h3 {
    margin: 0;
    font-size: 27px;
  }

  #hz-acoustic-hub .hz-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  #hz-acoustic-hub .hz-product-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--hz-line);
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  #hz-acoustic-hub .hz-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(244,123,32,.35);
    box-shadow: 0 22px 45px rgba(15,23,42,.10);
  }

  #hz-acoustic-hub .hz-product-card__media {
    position: relative;
    aspect-ratio: 1.18 / 1;
    padding: 18px;
    background:
      radial-gradient(circle at 50% 42%, #ffffff 0%, #f5f6f8 43%, #e5e7eb 100%);
    overflow: hidden;
  }

  #hz-acoustic-hub .hz-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
  }

  #hz-acoustic-hub .hz-product-card:hover .hz-product-card__media img {
    transform: scale(1.035);
  }

  #hz-acoustic-hub .hz-product-card__type {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    padding: 5px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(17,24,39,.82);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  #hz-acoustic-hub .hz-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px;
  }

  #hz-acoustic-hub .hz-product-card__model {
    display: block;
    margin-bottom: 8px;
    color: var(--hz-orange-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .05em;
  }

  #hz-acoustic-hub .hz-product-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #hz-acoustic-hub .hz-product-card p {
    margin-bottom: 18px;
    color: var(--hz-muted);
    font-size: 14px;
  }

  #hz-acoustic-hub .hz-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: auto 0 20px;
  }

  #hz-acoustic-hub .hz-product-tag {
    padding: 5px 8px;
    border-radius: 5px;
    color: #4b5563;
    background: #f1f3f6;
    font-size: 11px;
    font-weight: 700;
  }

  /* Matrix */
  #hz-acoustic-hub .hz-matrix-shell {
    overflow-x: auto;
    border: 1px solid var(--hz-line);
    border-radius: 16px;
    background: #ffffff;
  }

  #hz-acoustic-hub .hz-matrix {
    width: 100%;
    min-width: 1040px;
    border-collapse: collapse;
  }

  #hz-acoustic-hub .hz-matrix th,
  #hz-acoustic-hub .hz-matrix td {
    padding: 17px 16px;
    border-bottom: 1px solid var(--hz-line);
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
  }

  #hz-acoustic-hub .hz-matrix thead th {
    color: #344054;
    background: #f8f9fb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  #hz-acoustic-hub .hz-matrix tbody tr:last-child td {
    border-bottom: 0;
  }

  #hz-acoustic-hub .hz-matrix tbody tr:hover td {
    background: #fffaf6;
  }

  #hz-acoustic-hub .hz-matrix strong {
    color: var(--hz-ink);
  }

  #hz-acoustic-hub .hz-dot-yes,
  #hz-acoustic-hub .hz-dot-opt,
  #hz-acoustic-hub .hz-dot-no {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
  }

  #hz-acoustic-hub .hz-dot-yes {
    color: #18794e;
    background: #e7f7ef;
  }

  #hz-acoustic-hub .hz-dot-opt {
    color: #a15c00;
    background: #fff1da;
  }

  #hz-acoustic-hub .hz-dot-no {
    color: #667085;
    background: #eef1f4;
  }

  /* Selection steps */
  #hz-acoustic-hub .hz-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  #hz-acoustic-hub .hz-step {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border: 1px solid var(--hz-line);
    border-radius: 15px;
    background: #ffffff;
  }

  #hz-acoustic-hub .hz-step__number {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    border-radius: 10px;
    color: #ffffff;
    background: var(--hz-orange);
    font-size: 15px;
    font-weight: 900;
  }

  #hz-acoustic-hub .hz-step h3 {
    margin-bottom: 12px;
    font-size: 19px;
  }

  #hz-acoustic-hub .hz-step p {
    margin-bottom: 0;
    color: var(--hz-muted);
    font-size: 14px;
  }

  /* Industries */
  #hz-acoustic-hub .hz-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  #hz-acoustic-hub .hz-industry-card {
    padding: 28px;
    border: 1px solid var(--hz-line);
    border-radius: 15px;
    background: #ffffff;
  }

  #hz-acoustic-hub .hz-industry-icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-radius: 12px;
    color: var(--hz-orange-dark);
    background: #fff3e8;
  }

  #hz-acoustic-hub .hz-industry-icon svg {
    width: 25px;
    height: 25px;
  }

  #hz-acoustic-hub .hz-industry-card h3 {
    margin-bottom: 9px;
    font-size: 19px;
  }

  #hz-acoustic-hub .hz-industry-card p {
    margin-bottom: 18px;
    color: var(--hz-muted);
    font-size: 14px;
  }

  /* CTA */
  #hz-acoustic-hub .hz-cta-wrap {
    padding: 0 0 104px;
  }

  #hz-acoustic-hub .hz-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    padding: clamp(42px, 6vw, 72px);
    border-radius: 20px;
    color: #ffffff;
    background:
      radial-gradient(circle at 90% 50%, rgba(244,123,32,.28), transparent 28%),
      linear-gradient(130deg, #10151d, #1a222e);
    overflow: hidden;
  }

  #hz-acoustic-hub .hz-cta::after {
    position: absolute;
    top: -110px;
    right: -60px;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    content: "";
  }

  #hz-acoustic-hub .hz-cta__copy,
  #hz-acoustic-hub .hz-cta__actions {
    position: relative;
    z-index: 1;
  }

  #hz-acoustic-hub .hz-cta h2 {
    max-width: 820px;
    margin-bottom: 14px;
    color: #ffffff;
  }

  #hz-acoustic-hub .hz-cta p {
    max-width: 780px;
    margin-bottom: 0;
    color: rgba(255,255,255,.68);
    font-size: 17px;
  }

  #hz-acoustic-hub .hz-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  /* Responsive */
  @media (max-width: 1180px) {
    #hz-acoustic-hub .hz-hero {
      grid-template-columns: 1fr 430px;
      padding-right: 42px;
      padding-left: 42px;
    }

    #hz-acoustic-hub .hz-product-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #hz-acoustic-hub .hz-deployment-card {
      grid-template-columns: 1fr;
    }

    #hz-acoustic-hub .hz-deployment-card__visual img {
      max-height: 250px;
    }
  }

  @media (max-width: 980px) {
    #hz-acoustic-hub .hz-section {
      padding: 78px 0;
    }

    #hz-acoustic-hub .hz-hero {
      grid-template-columns: 1fr;
      min-height: 0;
    }

    #hz-acoustic-hub .hz-hero__visual {
      min-height: 470px;
      max-width: 620px;
      width: 100%;
      margin: 0 auto;
    }

    #hz-acoustic-hub .hz-deployment-grid,
    #hz-acoustic-hub .hz-application-grid,
    #hz-acoustic-hub .hz-steps,
    #hz-acoustic-hub .hz-industry-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #hz-acoustic-hub .hz-product-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #hz-acoustic-hub .hz-cta {
      grid-template-columns: 1fr;
    }

    #hz-acoustic-hub .hz-cta__actions {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 680px) {
    #hz-acoustic-hub .hz-container {
      width: min(calc(100% - 28px), var(--hz-max));
    }

    #hz-acoustic-hub .hz-hero-wrap {
      padding-top: 14px;
    }

    #hz-acoustic-hub .hz-hero {
      gap: 34px;
      padding: 42px 22px 28px;
      border-radius: 14px;
    }

    #hz-acoustic-hub h1 {
      font-size: clamp(38px, 11.5vw, 54px);
    }

    #hz-acoustic-hub h2 {
      font-size: 32px;
    }

    #hz-acoustic-hub .hz-hero__intro,
    #hz-acoustic-hub .hz-lead {
      font-size: 16px;
    }

    #hz-acoustic-hub .hz-hero-metrics {
      grid-template-columns: 1fr;
    }

    #hz-acoustic-hub .hz-hero__visual {
      min-height: 355px;
    }

    #hz-acoustic-hub .hz-hero-product--main {
      left: 0;
      width: 69%;
    }

    #hz-acoustic-hub .hz-hero-product--side {
      width: 54%;
    }

    #hz-acoustic-hub .hz-hero-label {
      display: none;
    }

    #hz-acoustic-hub .hz-selector {
      padding: 18px;
    }

    #hz-acoustic-hub .hz-selector__row {
      align-items: flex-start;
      flex-direction: column;
      gap: 13px;
    }

    #hz-acoustic-hub .hz-section-head,
    #hz-acoustic-hub .hz-product-group__head {
      align-items: flex-start;
      flex-direction: column;
    }

    #hz-acoustic-hub .hz-deployment-grid,
    #hz-acoustic-hub .hz-application-grid,
    #hz-acoustic-hub .hz-product-grid,
    #hz-acoustic-hub .hz-steps,
    #hz-acoustic-hub .hz-industry-grid {
      grid-template-columns: 1fr;
    }

    #hz-acoustic-hub .hz-deployment-card {
      min-height: 0;
      padding: 30px 24px;
    }

    #hz-acoustic-hub .hz-application-card {
      min-height: 330px;
    }

    #hz-acoustic-hub .hz-cta {
      padding: 38px 24px;
      border-radius: 14px;
    }

    #hz-acoustic-hub .hz-cta__actions,
    #hz-acoustic-hub .hz-btn-row {
      width: 100%;
      flex-direction: column;
    }

    #hz-acoustic-hub .hz-btn {
      width: 100%;
    }
  }
