
.hhwf-hero {
    padding: 88px 0 32px;
    background: var(--ls-color-white);
}

.hhwf-hero-card {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 24px;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.hhwf-cta-card {
    display: grid;
    grid-template-columns: minmax(320px, 388px) minmax(0, 747px);
    align-items: center;
    overflow: visible;
}

.hhwf-hero-copy,
.hhwf-cta-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hhwhf-hero-title {
    margin: 0;
    max-width: 627px;
    color: #182f22;
}

.hhwhf-hero-text,
.hhwf-cta-text {
    margin: 0;
    max-width: 626px;
    color: var(--ls-color-text);
}

.hhwf-hero-lead {
    margin: 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.hhwf-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ls-color-light-green);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hhwf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hhwf-hero-media img,
.hhwf-image-card img,
.hhwf-cta-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hhwf-hero-media,
.hhwf-image-card,
.hhwf-cta-media {
    border-radius: 28px;
    overflow: hidden;
    min-height: 100%;
}

.hhwf-hero-media {
    min-height: 468px;
    border-radius: 40px;
}

.hhwf-stat-grid,
.hhwf-benefit-grid,
.hhwf-steps-grid,
.hhwf-comparison-grid {
    display: grid;
    gap: 24px;
}

.hhwf-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: clamp(28px, 7.8vw, 103px);
    margin-top: 58px;
}

.hhwf-stat-card,
.hhwf-step-card,
.hhwf-benefit-card,
.hhwf-testimonial-card,
.hhwf-info-card,
.hhwf-panel {
    padding: 28px;
    border-radius: 22px;
    background: var(--ls-color-white);
    box-shadow: var(--ls-shadow-sm);
}

.hhwf-stat-card strong,
.hhwf-person strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: var(--ls-color-ink);
}

.hhwf-stat-card span,
.hhwf-person span {
    color: var(--ls-color-text);
    font-size: 15px;
}

.hhwf-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 97px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.hhwf-stat-card strong {
    margin: 12px 0 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
}

.hhwf-stat-card span {
    max-width: 222px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.hhwf-stat-icon {
    display: block;
    width: 36px;
    height: 41px;
    object-fit: contain;
}

.hhwf-stat-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    color: var(--ls-color-light-green) !important;
    font-family: "Montserrat", sans-serif;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

.hhwf-section-heading {
    max-width: 860px;
    margin: 0 auto 40px;
}

.hhwf-entry-section {
    background: var(--ls-color-white);
}

.hhwf-entry-grid {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 608px) minmax(360px, 608px);
    gap: 64px;
}

.hhwf-entry-copy {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 608px;
}

.hhwf-entry-copy-top,
.hhwf-entry-copy-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.hhwf-entry-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hhwf-entry-grid h2,
.hhwf-install-heading h2 {
    margin: 0 0 18px;
}

.hhwf-entry-grid p,
.hhwf-install-heading p {
    margin: 0 0 16px;
}

.hhwf-install-title {
    margin-bottom: 0 !important;
    color: var(--ls-color-black);
    font-size: 42px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.hhwf-install-copy {
    max-width: 576px;
    margin-bottom: 0 !important;
    color: var(--ls-color-black);
}

.hhwf-install-copy strong {
    font-weight: 700;
}

.hhwf-install-heading {
    --bs-gutter-x: 64px;
    --bs-gutter-y: 24px;
    margin-left: 0;
    margin-right: 0;
    align-items: start;
    margin-bottom: 64px;
}

.hhwf-install-panel {
    --bs-gutter-x: 51px;
    --bs-gutter-y: 32px;
    margin-left: 0;
    margin-right: 0;
    padding: 48px;
    border-radius: 64px;
    background: linear-gradient(231.72deg, #407e43 3.67%, #182f22 79.06%);
}

.hhwf-install-panel-media {
    min-height: 596px;
    border-radius: 42px;
    overflow: hidden;
}

.hhwf-install-panel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 34% center;
    display: block;
}

.hhwf-install-panel-copy {
    display: grid;
    gap: 32px;
    align-content: start;
}

.hhwf-install-group {
    display: grid;
    gap: 16px;
}

.hhwf-install-group-icon {
    width: 36px;
    height: 36px;
    color: #67af5c;
}

.hhwf-install-group-icon img,
.hhwf-install-group-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.hhwf-install-group h3 {
    margin: 0;
    color: var(--ls-color-white);
    font-size: 22px;
}

.hhwf-install-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hhwf-install-list li {
    position: relative;
    padding-left: 20px;
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.hhwf-install-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ls-color-light-green);
}

.hhwf-install-note {
    max-width: 467px;
    margin: 0;
    color: var(--ls-color-white);
}

.hhwf-install-support-grid {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
}

.hhwf-install-support-card {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 526px;
    padding: 48px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: linear-gradient(180deg, #183323 0%, #407e43 100%);
}

.hhwf-install-support-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(60%) sepia(35%) saturate(659%) hue-rotate(65deg) brightness(97%) contrast(89%);
}

.hhwf-install-support-card h3 {
    margin: 0;
    color: var(--ls-color-white);
    font-size: 22px;
    line-height: 1.4;
}

.hhwf-install-support-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hhwf-install-support-list li {
    position: relative;
    padding-left: 22px;
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.hhwf-install-support-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ls-color-light-green);
}

.hhwf-entry-copy h2 {
    max-width: 608px;
    margin-bottom: 0;
    color: #182f22;
}

.hhwf-entry-title {
    width: 100%;
    line-height: 1.2;
}

.hhwf-entry-copy p {
    max-width: 608px;
    margin-bottom: 0;
}

.hhwf-entry-copy strong {
    font-weight: 700;
}

.hhwf-entry-lead {
    margin-bottom: 0 !important;
}

.hhwf-entry-reason {
    display: grid;
    gap: 8px;
}

.hhwf-entry-reason-title,
.hhwf-entry-reason-copy {
    margin-bottom: 0 !important;
}

.hhwf-entry-card {
    min-height: 494px;
    padding: 48px;
    border-radius: 42px;
    background: linear-gradient(246deg, #407e43 21.741%, #182f22 100.77%);
    color: var(--ls-color-white);
    box-shadow: none;
}

.hhwf-entry-card-group {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
}

.hhwf-entry-card-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.hhwf-entry-card-title {
    margin: 0;
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.hhwf-entry-card .hhwf-check-list {
    gap: 16px;
}

.hhwf-entry-card .hhwf-check-list li {
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.hhwf-panel-dark,
.hhwf-benefit-card {
    background: var(--ls-color-dark-green);
    color: var(--ls-color-white);
}

.hhwf-mainline-section {
    background: var(--ls-color-white);
    padding-top: 0;
}

.hhwf-mainline-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 485px;
    gap: 64px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 48px;
    background: #eef2f0;
}

.hhwf-mainline-card > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

.hhwf-mainline-media {
    height: 776px;
    border-radius: 42px;
    overflow: hidden;
}

.hhwf-mainline-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hhwf-mainline-copy {
    max-width: 485px;
    padding-right: 12px;
}

.hhwf-mainline-copy h2 {
    margin: 0 0 28px;
    color: #183425;
}

.hhwf-mainline-copy p {
    margin: 0 0 24px;
}

.hhwf-location-list {
    display: grid;
    gap: 24px;
    margin: 26px 0 24px;
    padding: 0;
    list-style: none;
}

.hhwf-location-list li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.hhwf-location-list img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.hhwf-mainline-note {
    margin: 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.55;
}

.hhwf-panel-dark h3,
.hhwf-benefit-card h3 {
    color: var(--ls-color-white);
}

.hhwf-comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hhwf-check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hhwf-check-list li {
    position: relative;
    padding-left: 28px;
    color: inherit;
}

.hhwf-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ls-color-light-green);
}

.hhwf-check-list.light li::before {
    background: var(--ls-color-soft-green);
}

.hhwf-entry-card .hhwf-red-list li::before {
    background: #d71920;
}

.hhwf-entry-card .hhwf-entry-green-list li::before {
    background: #6cb55f;
}

.hhwf-entry-card .hhwf-entry-green-list li.is-check::before {
    top: 2px;
    width: 10px;
    height: 22px;
    border-radius: 0;
    background: url("/hubfs/web_assets/images/how-whole-house-water-filters-work/circle-check.svg") center / 10px 22px no-repeat;
}

.hhwf-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhwf-testimonial-card {
    height: 100%;
}

.hhwf-workflow-heading {
    max-width: 867px;
    margin: 0 auto 32px;
}

.hhwf-workflow-heading h2 {
    margin: 0 0 8px;
    color: #182f22;
}

.hhwf-workflow-heading .wh-subtitle {
    max-width: 730px;
}

.hhwf-workflow-heading .wh-subtitle strong {
    color: var(--ls-color-green);
    font-weight: 700;
}

.hhwf-workflow-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-bottom: 32px;
}

.hhwf-workflow-tab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 5px 14px 5px 5px;
    border: 0;
    border-radius: 410px;
    background: #dddddd;
    color: #9d9d9d;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hhwf-workflow-tab:hover,
.hhwf-workflow-tab:focus-visible {
    transform: translateY(-1px);
    outline: 0;
}

.hhwf-workflow-tab.is-active {
    background: var(--ls-color-green);
    color: var(--ls-color-white);
}

.hhwf-workflow-tab-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 77px;
    background: var(--ls-color-white);
    color: #b5b5b5;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    flex: 0 0 auto;
}

.hhwf-workflow-tab.is-active .hhwf-workflow-tab-number {
    color: var(--ls-color-green);
}

.hhwf-workflow-panels {
    position: relative;
}

.hhwf-workflow-panel {
    display: grid;
    grid-template-columns: 316px minmax(0, 1fr);
    gap: 48px;
    padding: 12px 32px 12px 12px;
    border-radius: 64px;
    background: linear-gradient(215.665deg, #407e43 25.539%, #182f22 108.13%);
}

.hhwf-workflow-panel[hidden] {
    display: none !important;
}

.hhwf-workflow-visual {
    min-height: 689px;
    border-radius: 54px;
    overflow: hidden;
}

.hhwf-workflow-visual::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-height: 720px;
    border-radius: 24px;
    background-color: var(--ls-color-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hhwf-workflow-panel-stage-1 .hhwf-workflow-visual::before {
    background-image: url("/hubfs/web_assets/images/how-whole-house-water-filters-work/GarageCorner-Stage1.jpg");
}

.hhwf-workflow-panel-stage-2 .hhwf-workflow-visual::before {
    background-image: url("/hubfs/web_assets/images/how-whole-house-water-filters-work/GarageCorner-Stage2.jpg");
}

.hhwf-workflow-panel-stage-3 .hhwf-workflow-visual::before {
    background-image: url("/hubfs/web_assets/images/how-whole-house-water-filters-work/GarageCorner-Stage3.jpg");
}

.hhwf-workflow-copy {
    padding: 36px 0;
}

.hhwf-workflow-intro {
    display: grid;
    gap: 16px;
    margin-bottom: 48px;
}

.hhwf-workflow-stage {
    margin: 0;
    color: #8feb7e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.hhwf-workflow-title {
    margin: 0;
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.hhwf-workflow-intro .text-style-body,
.hhwf-workflow-column .text-style-body {
    margin: 0;
    color: var(--ls-color-white);
}

.hhwf-workflow-columns {
    display: grid;
    gap: 32px;
}

.hhwf-workflow-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhwf-workflow-column {
    display: grid;
    align-content: start;
    gap: 16px;
}

.hhwf-workflow-column h4 {
    margin: 0;
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.hhwf-workflow-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hhwf-workflow-list li {
    position: relative;
    padding-left: 18px;
    color: var(--ls-color-white);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.hhwf-workflow-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ls-color-light-green);
}

.hhwf-install-image {
    min-height: 100%;
}

.hhwf-sizing-heading {
    max-width: 894px;
    margin: 0 auto 48px;
}

.hhwf-sizing-heading h2 {
    margin: 0 0 16px;
    color: #182f22;
}

.hhwf-sizing-heading .wh-subtitle {
    max-width: 764px;
}

.hhwf-sizing-stack {
    display: grid;
    gap: 24px;
    justify-items: center;
}

.hhwf-sizing-subtitle {
    margin: 0;
    color: var(--ls-color-black);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.hhwf-sizing-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 774px;
}

.hhwf-sizing-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 170px;
    padding: 24px 24px 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    text-align: center;
    box-shadow: none;
    height: 100%;
}

.hhwf-sizing-card img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(60%) sepia(35%) saturate(659%) hue-rotate(65deg) brightness(97%) contrast(89%);
}

.hhwf-sizing-card p {
    margin: 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.hhwf-sizing-note {
    max-width: 702px;
    margin: 0;
    color: var(--ls-color-text);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
}

.hhwf-comparison-subtitle {
    max-width: 698px;
    margin-left: auto;
    margin-right: auto;
}

.hhwf-table-wrap {
    overflow-x: visible;
    max-width: 1128px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 48px;
    background: #eef2f0;
}

.hhwf-table {
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--ls-color-white);
    border-radius: 36px;
    overflow: hidden;
    table-layout: fixed;
}

.hhwf-table th,
.hhwf-table td {
    padding: 18px 22px;
    border-bottom: 1px solid #eef2f0;
    vertical-align: top;
    text-align: left;
    overflow-wrap: anywhere;
}

.hhwf-table th {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
}

.hhwf-table thead th:first-child {
    border-top-left-radius: 24px;
}

.hhwf-table thead th:last-child {
    border-top-right-radius: 24px;
}

.hhwf-table tbody td {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #667085;
}

.hhwf-table tbody tr:nth-child(odd) td {
    background: rgba(250, 250, 250, 0.98);
}

.hhwf-table tbody tr:nth-child(even) td {
    background: #eef2f0;
}

.hhwf-table tbody tr:last-child td {
    border-bottom: 0;
}

.hhwf-table-col-tech,
.hhwf-table-col-fit {
    background: #003d1d;
}

.hhwf-table-col-best {
    background: #6cb55f;
}

.hhwf-table-col-limit {
    background: #d71920;
}

.hhwf-table-col-tech {
    width: 19%;
}

.hhwf-table-col-best {
    width: 30%;
}

.hhwf-table-col-limit {
    width: 32%;
}

.hhwf-table-col-fit {
    width: 19%;
}

.hhwf-table-tech strong {
    display: inline-block;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.hhwf-table-limit {
    color: #003d1d;
    font-weight: 700;
}

.hhwf-table-fit-cell {
    text-align: center !important;
}

.hhwf-fit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: auto;
    padding: 0;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.hhwf-fit.yes {
    background: transparent;
    color: #6cb55f;
}

.hhwf-fit.no {
    background: transparent;
    color: #d71920;
}

.hhwf-fit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    line-height: 0;
}

.hhwf-fit-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.hhwf-testimonial-subtitle {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
}

.hhwf-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.hhwf-person img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.hhwf-testimonial-card p {
    margin: 0;
    color: var(--ls-color-text);
}

.hhwf-testimonial-card {
    padding: 32px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
}

.hhwf-testimonial-grid,
.hhwf-faq-layout {
    margin-left: 0;
    margin-right: 0;
}

.hhwf-testimonial-person {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.hhwf-testimonial-person img {
    width: 40px;
    height: 40px;
}

.hhwf-testimonial-meta strong {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}

.hhwf-testimonial-meta span {
    display: block;
    color: #6cb55f;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.hhwf-testimonial-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    color: #6cb55f;
}

.hhwf-testimonial-stars svg {
    width: 17px;
    height: 17px;
    display: block;
    flex: 0 0 17px;
}

.hhwf-testimonial-quote {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: #2f3532;
}

.hhwf-cta-section {
    background: transparent;
}

.hhwf-cta-card {
    position: relative;
    grid-template-columns: minmax(320px, 388px) minmax(0, 765px);
    gap: 52px;
    padding: 0;
    border: 0;
    border-radius: 64px;
    background: linear-gradient(46.8deg, #9d2103 12.289%, #ca2c06 104.57%);
    box-shadow: none;
    overflow: clip;
}

.hhwf-cta-copy {
    padding: 70px 0 70px 48px;
    justify-content: center;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.hhwf-cta-card h2,
.hhwf-cta-card p {
    color: var(--ls-color-white);
}

.hhwf-cta-title {
    margin: 0;
    max-width: 388px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -1px;
}

.hhwf-cta-text {
    max-width: 390px;
    color: #ffffff;
}

.hhwf-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: fit-content;
}

.hhwf-cta-media {
    min-height: 584px;
    border-radius: 52px;
    background: #b1b1b1;
}

.hhwf-cta-btn-secondary {
    min-height: 48px;
    padding: 10px 22px;
    border-radius: 410px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.hhwf-cta-btn-secondary {
    min-width: 332px;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 3px solid #ffffff;
}

.hhwf-cta-btn-secondary:hover,
.hhwf-cta-btn-secondary:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: #ffffff;
}

.hhwf-faq-layout {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.hhwf-faq-copy h2 {
    margin: 0 0 24px;
    max-width: 359px;
    color: #0a1013;
}

.hhwf-faq-intro {
    max-width: 359px;
    margin: 0;
    color: #2f3532;
}

.hhwf-faq-pane {
    min-width: 0;
}

.hhwf-faq-list {
    display: grid;
    width: 100%;
    gap: 16px;
}

.hhwf-faq-item {
    padding: 24px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: none;
}

.hhwf-faq-item summary {
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 48px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    color: #182f22;
}

.hhwf-faq-item summary::-webkit-details-marker {
    display: none;
}

.hhwf-faq-item summary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='%230A1013' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M5 12H19' stroke='%230A1013' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.hhwf-faq-item[open] summary::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%230A1013' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hhwf-faq-item p {
    margin: 12px 0 0;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .wh-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .hhwf-hero-card,
    .hhwf-cta-card,
    .hhwf-comparison-grid,
    .hhwf-benefit-grid,
    .hhwf-testimonial-grid,
    .hhwf-stat-grid,
    .hhwf-entry-grid {
        grid-template-columns: 1fr;
    }

    .hhwf-process-panel {
        padding: 28px;
    }

    .hhwf-entry-card {
        min-height: auto;
    }

    .hhwf-mainline-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 10px;
        border-radius: 36px;
    }

    .hhwf-mainline-media {
        height: 520px;
    }

    .hhwf-mainline-copy {
        max-width: none;
        padding: 0 20px 24px;
    }

    .hhwf-workflow-panel {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 16px;
        border-radius: 40px;
    }

    .hhwf-install-panel {
        --bs-gutter-x: 28px;
        --bs-gutter-y: 28px;
        padding: 32px;
        border-radius: 40px;
    }

    .hhwf-install-support-card {
        min-height: 0;
    }

    .hhwf-install-panel-media {
        min-height: 420px;
    }

    .hhwf-install-panel-copy {
        gap: 36px;
    }

    .hhwf-faq-copy h2,
    .hhwf-faq-intro,
    .hhwf-faq-pane {
        max-width: none;
    }

    .hhwf-table-wrap {
        overflow-x: auto;
        padding: 10px;
        border-radius: 28px;
    }

    .hhwf-table {
        min-width: 920px;
        border-radius: 24px;
    }

    .hhwf-workflow-visual {
        min-height: 260px;
        border-radius: 28px;
    }

    .hhwf-workflow-visual::before {
        min-height: 260px;
    }

    .hhwf-workflow-copy {
        padding: 8px 10px 18px;
    }

    .hhwf-workflow-columns-3 {
        grid-template-columns: 1fr;
    }

    .hhwf-sizing-grid {
        max-width: none;
    }

    .hhwf-hero-card {
        --bs-gutter-x: 24px;
    }

    .hhwf-install-heading {
        --bs-gutter-x: 24px;
    }

    .hhwf-install-heading,
    .hhwf-install-support-grid,
    .hhwf-testimonial-grid,
    .hhwf-faq-layout,
    .hhwf-sizing-grid {
        --bs-gutter-x: 20px;
    }

    .hhwf-cta-card {
        gap: 24px;
        padding: 10px;
        border-radius: 40px;
    }

    .hhwf-cta-copy {
        padding: 18px 18px 0;
        gap: 24px;
    }

    .hhwf-cta-title {
        max-width: none;
        font-size: clamp(40px, 6vw, 52px);
    }

    .hhwf-hero-media {
        min-height: 360px;
        border-radius: 24px;
    }

    .hhwf-cta-media {
        min-height: 420px;
        border-radius: 32px;
    }

    .hhwf-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }
}

@media (max-width: 767.98px) {
    html,
    body,
    .hhwf-page,
    .hhwf-page main,
    .hhwf-page section {
        max-width: 100%;
        overflow-x: clip;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hhwf-hero,
    .hhwf-section,
    .hhwf-entry-section,
    .hhwf-mainline-section,
    .hhwf-cta-section {
        overflow: hidden;
    }

    .heading-style-h1,
    .heading-style-h2,
    .heading-style-h3,
    .heading-style-h4,
    .heading-style-h5,
    .heading-style-h6,
    .text-style-body,
    .wh-subtitle,
    .hhwf-stat-card,
    .hhwf-panel,
    .hhwf-benefit-card,
    .hhwf-testimonial-card,
    .hhwf-faq-item {
        overflow-wrap: anywhere;
    }

    .hhwf-hero {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .wh-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hhwf-cta-card,
    .hhwf-stat-card,
    .hhwf-benefit-card,
    .hhwf-testimonial-card,
    .hhwf-info-card,
    .hhwf-panel,
    .hhwf-faq-item {
        padding: 22px;
        border-radius: 22px;
    }

    .hhwf-faq-item summary {
        font-size: 18px;
    }

    .hhwf-faq-item {
        padding: 22px;
        border-radius: 24px;
    }

    .hhwf-hero-card,
    .hhwf-mainline-card,
    .hhwf-install-heading {
        --bs-gutter-x: 20px;
    }

    .hhwf-install-panel {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 24px;
    }

    .hhwf-testimonial-grid,
    .hhwf-faq-layout,
    .hhwf-sizing-grid,
    .hhwf-install-support-grid {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .hhwf-mainline-card {
        padding: 8px;
        border-radius: 28px;
    }

    .hhwf-mainline-media {
        height: auto;
        min-height: 240px;
        border-radius: 22px;
    }

    .hhwf-mainline-copy {
        padding: 0 10px 10px;
    }

    .hhwf-cta-card {
        padding: 8px;
        border-radius: 32px;
    }

    .hhwf-cta-copy {
        padding: 16px 16px 0;
        gap: 18px;
    }

    .hhwf-cta-title {
        font-size: 40px;
        letter-spacing: -0.6px;
    }

    .hhwf-cta-text {
        max-width: 100%;
    }

    .btn-cta-green,
    .hhwf-cta-btn-secondary {
        width: 100%;
        min-width: 0;
        font-size: 15px;
        text-align: center;
    }

    .hhwf-table th,
    .hhwf-table td {
        padding: 14px 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .hhwf-table {
        min-width: 640px;
    }

    .hhwf-cta-media {
        min-height: 240px;
        border-radius: 24px;
    }

    .hhwf-install-panel-media {
        min-height: 280px;
        border-radius: 24px;
    }

    .hhwf-entry-card {
        padding: 32px 24px;
        border-radius: 32px;
    }

    .hhwf-hero-copy,
    .hhwf-cta-copy {
        gap: 18px;
    }

    .hhwf-hero-lead {
        font-size: 18px;
    }

    .hhwf-workflow-heading {
        margin-bottom: 24px;
    }

    .hhwf-workflow-heading h2 {
        margin-bottom: 12px;
    }

    .hhwf-workflow-tabs {
        gap: 10px;
        margin-bottom: 20px;
    }

    .hhwf-workflow-tab {
        width: 100%;
        justify-content: flex-start;
        padding-right: 16px;
    }

    .hhwf-workflow-panel {
        padding: 12px;
        border-radius: 32px;
    }

    .hhwf-workflow-visual {
        min-height: 220px;
        border-radius: 24px;
    }

    .hhwf-workflow-visual::before {
        min-height: 220px;
    }

    .hhwf-workflow-copy {
        padding: 4px 4px 12px;
    }

    .hhwf-workflow-intro {
        gap: 12px;
        margin-bottom: 28px;
    }

    .hhwf-workflow-title {
        font-size: clamp(30px, 8vw, 40px);
    }

    .hhwf-workflow-column,
    .hhwf-workflow-list {
        gap: 14px;
    }

    .hhwf-sizing-heading {
        margin-bottom: 32px;
    }

    .hhwf-install-heading {
        margin-bottom: 32px;
    }

    .hhwf-table-wrap {
        border-radius: 20px;
    }

    .hhwf-sizing-grid {
        width: 100%;
    }

    .hhwf-sizing-card {
        width: 100%;
        min-height: 0;
        padding: 20px 18px 24px;
        border-radius: 24px;
    }

    .hhwf-install-panel {
        padding: 20px;
        border-radius: 32px;
    }

    .hhwf-install-panel-media {
        min-height: 320px;
        border-radius: 24px;
    }

    .hhwf-install-panel-media img {
        object-position: 38% center;
    }

    .hhwf-install-group h3 {
        font-size: 20px;
    }

    .hhwf-install-panel-copy {
        gap: 28px;
    }

    .hhwf-install-note {
        max-width: 100%;
    }

    .hhwf-install-support-card {
        padding: 28px 24px;
        border-radius: 28px;
    }

    .hhwf-entry-grid,
    .hhwf-entry-copy,
    .hhwf-entry-card,
    .hhwf-mainline-card,
    .hhwf-mainline-copy,
    .hhwf-location-list li,
    .hhwf-hero-card,
    .hhwf-hero-copy,
    .hhwf-hero-media,
    .hhwhf-hero-title,
    .hhwhf-hero-text,
    .hhwf-hero-actions,
    .hhwf-stat-grid,
    .hhwf-testimonial-grid,
    .hhwf-benefit-grid,
    .hhwf-workflow-panel,
    .hhwf-workflow-copy,
    .hhwf-workflow-visual,
    .hhwf-workflow-columns,
    .hhwf-sizing-grid,
    .hhwf-table-wrap {
        min-width: 0;
        max-width: 100%;
    }

    .hhwf-entry-title {
        font-size: clamp(29px, 7vw, 34px);
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .hhwf-install-title {
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.2;
        letter-spacing: 0;
    }

    .hhwf-entry-copy-top,
    .hhwf-entry-copy-body,
    .hhwf-entry-card-group,
    .hhwf-entry-card-block {
        gap: 16px;
    }

    .hhwf-entry-card h3,
    .hhwf-entry-card li,
    .hhwf-mainline-copy p,
    .hhwf-location-list li {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .hhwf-entry-card .hhwf-check-list li {
        font-size: 15px;
    }

    .hhwf-entry-lead {
        margin-bottom: 24px !important;
    }

    .hhwf-mainline-card {
        padding: 10px;
        border-radius: 32px;
        gap: 20px;
    }

    .hhwf-mainline-media {
        height: 360px;
        border-radius: 24px;
    }

    .hhwf-mainline-copy {
        padding: 8px 10px 18px;
    }

    .hhwf-location-list {
        gap: 18px;
    }

    .hhwf-location-list li {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 14px;
        font-size: 14px;
    }

    .hhwf-location-list img {
        width: 30px;
        height: 30px;
    }
}

/* === HERO TOP-SPACING STANDARDIZATION (nav→hero gap matched to commercial Figma reference, 2026-06-16) === */
@media (min-width: 992px) { .hhwf-hero { padding-top: 190px !important; } }

/* === FAQ ICON STANDARDIZATION → down chevron (replaces +/− ; rotates on open) 2026-06-17 === */
.hhwf-faq-item summary::after {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A1013' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 22px !important;
    height: 22px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    color: transparent !important;
    transform: translateY(-50%) rotate(0deg) !important;
    transition: transform 0.2s ease !important;
}
.hhwf-faq-item[open] summary::after {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A1013' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transform: translateY(-50%) rotate(180deg) !important;
}

/* QA 2026-07-07 mobile audit: tables were crushing cells (text clipped mid-word) instead of
   scrolling — give them a min-width floor so the wrap's overflow-x:auto actually engages */
@media (max-width: 767px) {
  .hhwf-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .hhwf-table { min-width: 560px; }
}
