/* Water Filter Systems */
/* Page: TODO/water-filter-systems.html */
/* Image folder: /hubfs/web_assets/images/water-filter-systems/ */

.wfs-page {
    background: #ffffff;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
}

/* ===== HERO ===== */
.wfs-hero {
    position: relative;
    overflow: hidden;
    min-height: 813px;
    padding: 180px 0 0;
    background: #ffffff;
}

.wfs-hero-container {
    position: relative;
    z-index: 1;
}

.wfs-eyebrow {
    margin: 0 0 0;
    color: #6cb55f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
}

.wfs-hero h1 {
    margin: 0;
    max-width: 510px;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
}

.wfs-hero-subtitle {
    max-width: 551px;
    margin: 24px 0 0;
    color: #6cb55f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.wfs-hero-text {
    max-width: 526px;
    margin: 24px 0 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.wfs-actions .btn-cta-gradient {
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    border: 3px solid #df585d;
}

.wfs-actions .btn-cta-dark-outline {
    border: 3px solid #9d2103;
    color: #9d2103;
    background: transparent;
}

.wfs-actions .btn-cta-dark-outline:hover {
    background: rgba(157, 33, 3, 0.05);
}

.wfs-page .btn-cta-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border: 2.769px solid #b7dab1;
    border-radius: 410px;
    background: linear-gradient(90deg, #407e43 0%, #6cb55f 100%);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    white-space: nowrap;
}

.wfs-page .btn-cta-green:hover,
.wfs-page .btn-cta-green:focus {
    background: linear-gradient(90deg, #366d39 0%, #5da84f 100%);
    border-color: #a3d097;
    color: #ffffff;
}

.wfs-hero-art {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 633px;
}

.wfs-hero-product {
    width: 100%;
    max-width: 575px;
    height: auto;
    object-fit: contain;
}

/* ===== PROOF BAR ===== */
.wfs-proof-bar {
    position: relative;
    z-index: 2;
    padding: 0 100px;
    margin-top: 48px;
}

.wfs-proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 53px;
    align-items: start;
    padding: 41px;
    border-radius: 48px;
    background: #132717;
}

.wfs-proof-item {
    text-align: center;
}

.wfs-proof-item strong {
    display: block;
    color: #6cb55f;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.wfs-proof-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 3px;
    object-fit: contain;
}

.wfs-proof-item span {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.wfs-proof-item small {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.55;
}

/* ===== SECTION COMMON ===== */
.wfs-section {
    padding: 78px 0 0;
}

.wfs-section-heading {
    text-align: center;
    margin-bottom: 36px;
}

.wfs-section-heading h2 {
    margin: 0;
    color: #182f22;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.wfs-section-heading p {
    max-width: 504px;
    margin: 16px auto 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

/* ===== WHAT'S INCLUDED CARDS ===== */
.wfs-included-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.wfs-included-grid .wfs-included-card:nth-child(4),
.wfs-included-grid .wfs-included-card:nth-child(5) {
    /* Row 2: 2 cards centered */
}

.wfs-included-row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 66.666%;
    margin: 22px auto 0;
}

.wfs-included-card {
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
    padding: 9px;
    overflow: hidden;
}

.wfs-included-card-img {
    height: 230px;
    overflow: hidden;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.wfs-included-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wfs-included-card-body {
    padding: 24px;
}

.wfs-included-card-body h3 {
    margin: 0 0 9px;
    color: #182f22;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.wfs-included-card-body p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-green-link {
    color: #31951f;
    text-decoration: underline;
}

.wfs-green-link:hover {
    color: #276e18;
}

/* ===== UPSELL BANNER ===== */
.wfs-upsell {
    padding: 48px 0;
}

.wfs-upsell-card {
    display: flex;
    align-items: center;
    gap: 38px;
    max-width: 818px;
    margin: 0 auto;
    padding: 24px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
}

.wfs-upsell-img {
    flex: 0 0 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #014b24;
    border-radius: 24px;
    overflow: hidden;
}

.wfs-upsell-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.wfs-upsell-content h3 {
    margin: 0 0 9px;
    color: #182f22;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.wfs-upsell-content p {
    margin: 0 0 18px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
    max-width: 340px;
}

.wfs-upsell-content .btn-cta-green,
.wfs-disclaimer-content .btn-cta-green {
    width: 100%;
}

/* ===== WHO IT'S FOR ===== */
.wfs-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 924px;
    margin: 0 auto;
}

.wfs-audience-card {
    padding: 36px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    text-align: left;
}

.wfs-audience-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
}

.wfs-audience-card h3 {
    margin: 0 0 16px;
    color: #182f22;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.wfs-audience-card p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-audience-cta {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

/* ===== HOW IT WORKS ===== */
.wfs-how-tube-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.wfs-how-tube {
    width: 100%;
    max-width: 831px;
}

.wfs-tube-img {
    width: 100%;
    height: auto;
}

.wfs-how-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 830px;
    margin: 0 auto;
}

.wfs-step {
    text-align: center;
}

.wfs-step p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

/* ===== COMPARE TABLE ===== */
.wfs-compare-title {
    font-size: 40px;
}

.wfs-compare-title .wfs-red {
    color: #d71920;
}

.wfs-compare-title .wfs-green {
    color: #6cb55f;
}

.wfs-compare-table-wrap {
    max-width: 638px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 32px;
    background: #eef2f0;
    box-shadow: var(--ls-shadow-md);
}

.wfs-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border-radius: 24px;
    overflow: hidden;
}

.wfs-compare-table th,
.wfs-compare-table td {
    padding: 16px 24px;
    border-bottom: 1px solid #fafafa;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.wfs-compare-table thead th {
    height: 60px;
    color: #fafafa;
    font-weight: 800;
}

.wfs-compare-table thead .wfs-th-red {
    background: #d71920;
}

.wfs-compare-table thead .wfs-th-green {
    background: #6cb55f;
}

.wfs-compare-table tbody td:first-child {
    color: #2f3532;
    font-weight: 400;
    background: #fafafa;
}

.wfs-compare-table tbody td:last-child {
    color: #2f3532;
    font-weight: 700;
    background: #fafafa;
}

.wfs-compare-table tbody tr:nth-child(even) td {
    background: #eef2f0;
}

.wfs-btn-outline-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 24px;
    border: 3px solid #9d2103;
    border-radius: 444px;
    background: transparent;
    color: #9d2103;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    white-space: nowrap;
}

.wfs-btn-outline-red:hover,
.wfs-btn-outline-red:focus {
    background: rgba(157, 33, 3, 0.05);
    color: #9d2103;
}

/* ===== WHAT YOU'LL NOTICE ===== */
.wfs-notice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.wfs-notice-card {
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 32px;
    background: #f4f4f4;
    padding: 12px;
    overflow: hidden;
}

.wfs-notice-card-img {
    height: 223px;
    overflow: hidden;
    border-radius: 24px;
}

.wfs-notice-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wfs-notice-card-body {
    padding: 32px;
}

.wfs-notice-card-body h3 {
    margin: 0 0 12px;
    color: #161616;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.wfs-notice-card-body p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

/* ===== DISCLAIMER BANNER ===== */
.wfs-disclaimer {
    padding: 48px 0;
}

.wfs-disclaimer-card {
    display: flex;
    align-items: center;
    gap: 38px;
    max-width: 818px;
    margin: 0 auto;
    padding: 24px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
}

.wfs-disclaimer-img {
    flex: 0 0 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #014b24;
    border-radius: 24px;
    overflow: hidden;
}

.wfs-disclaimer-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.wfs-disclaimer-content h3 {
    margin: 0 0 9px;
    color: #182f22;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.wfs-disclaimer-content p {
    margin: 0 0 18px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
    max-width: 340px;
}

/* ===== STATS STRIP ===== */
.wfs-stats-strip {
    padding: 48px 0;
}

.wfs-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    max-width: 932px;
    margin: 0 auto;
    padding: 42px 32px;
    border-radius: 22px;
    background: #132717;
    text-align: center;
}

.wfs-stats-grid .wfs-stat strong {
    display: block;
    color: #6cb55f;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15;
}

.wfs-stats-grid .wfs-stat span {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

/* ===== FEATURES (alternating image/text) ===== */
.wfs-feature {
    padding: 48px 0;
}

.wfs-feature-row {
    display: flex;
    align-items: center;
    gap: 42px;
    max-width: 944px;
    margin: 0 auto;
}

.wfs-feature-row.reverse {
    flex-direction: row-reverse;
}

.wfs-feature-img {
    flex: 0 0 466px;
    height: 488px;
    border-radius: 32px;
    overflow: hidden;
    background: #eef2f0;
}

.wfs-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wfs-feature-text {
    flex: 1;
}

.wfs-feature-text h3 {
    margin: 0 0 24px;
    color: #161616;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.wfs-feature-text p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

/* ===== SPECIFICATIONS TABLE ===== */
.wfs-specs {
    padding: 78px 0;
}

.wfs-specs-table-wrap {
    max-width: 810px;
    margin: 24px auto 0;
    overflow-x: auto;
    padding: 12px;
    border-radius: 48px;
    background: #eef2f0;
}

.wfs-specs-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 32px;
    overflow: hidden;
    font-size: 14px;
}

.wfs-specs-table th,
.wfs-specs-table td {
    padding: 16px 24px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
}

.wfs-specs-table th {
    width: 227px;
    color: #101828;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    background: #fafafa;
}

.wfs-specs-table td {
    color: #667085;
    font-weight: 400;
    background: #fafafa;
}

.wfs-specs-table tr:nth-child(even) th,
.wfs-specs-table tr:nth-child(even) td {
    background: #eef2f0;
}

.wfs-specs-note {
    margin-top: 20px;
    text-align: center;
    color: #505050;
    font-size: 14px;
    line-height: 1.55;
}

/* ===== TESTIMONIALS ===== */
.wfs-testimonials {
    padding: 78px 0;
}

.wfs-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1088px;
    margin: 0 auto;
}

.wfs-testimonial-card {
    padding: 32px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 32px;
    background: #eef2f0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wfs-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wfs-testimonial-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.wfs-testimonial-name {
    display: flex;
    flex-direction: column;
}

.wfs-testimonial-name strong {
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.wfs-testimonial-name span {
    color: #6cb55f;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.wfs-stars {
    color: #6cb55f;
    font-size: 16.644px;
    letter-spacing: -0.7px;
    line-height: 1.25;
}

.wfs-testimonial-card p {
    margin: 0;
    color: #2f3532;
    font-size: 14px;
    line-height: 1.55;
}

/* ===== FAQ ===== */
.wfs-faq {
    padding: 78px 0;
}

.wfs-faq-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 60px;
    align-items: start;
}

.wfs-faq-title {
    margin: 0;
    color: #161616;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.wfs-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wfs-faq-item {
    border: 2px solid rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    background: #f4f4f4;
    overflow: hidden;
}

.wfs-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 24px;
    border: 0;
    background: transparent;
    color: #161616;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.wfs-faq-question:hover {
    background: rgba(0, 0, 0, 0.02);
}

.wfs-faq-question svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
}

.wfs-faq-item.active .wfs-faq-question svg {
    transform: rotate(180deg);
}

.wfs-faq-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #161616;
    transition: transform 0.2s;
}

.wfs-faq-icon::before {
    content: "+";
}

.wfs-faq-item.active .wfs-faq-icon::before {
    content: "\2212";
}

.wfs-faq-answer {
    display: none;
    padding: 0 24px 24px;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-faq-item.active .wfs-faq-answer {
    display: block;
}

/* ===== CONSULTATION FORM ===== */
.wfs-consultation {
    padding: 78px 0 18px;
    scroll-margin-top: 120px;
}

.wfs-consultation-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 596px);
    gap: 52px;
    align-items: center;
    min-height: 427px;
    padding: 12px 12px 12px 48px;
    border-radius: 64px;
    background: linear-gradient(42deg, #9d2103 12.29%, #ca2c06 104.57%);
}

.wfs-consultation h2 {
    margin: 0;
    max-width: 494px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -1px;
}

.wfs-consultation-copy p {
    margin: 16px 0 0;
    max-width: 446px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-form {
    display: flex;
    flex-direction: column;
    gap: 14.9px;
    padding: 44px;
    border-radius: 52px;
    background: #f6f6f6;
    box-shadow: var(--ls-shadow-md);
}

.wfs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14.9px;
}

.wfs-form input,
.wfs-form select,
.wfs-form textarea {
    width: 100%;
    height: 48px;
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    padding: 0 11px;
    background: #ffffff;
    color: #2f3532;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-form textarea {
    height: 119px;
    padding: 12px;
    resize: none;
}

.wfs-form select {
    appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23AFAFAF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
}

.wfs-form input::placeholder,
.wfs-form textarea::placeholder {
    color: #afafaf;
}

.wfs-form input:focus,
.wfs-form select:focus,
.wfs-form textarea:focus {
    border-color: #6cb55f;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(108, 181, 95, 0.22);
}

.wfs-form .btn-cta-gradient {
    width: 100%;
    height: 48px;
    border: 3px solid #df585d;
    border-radius: 444px;
    background: linear-gradient(90deg, #9d2103 0%, #ca2c06 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.wfs-form .btn-cta-gradient:hover {
    background: linear-gradient(90deg, #8f1e03 0%, #b82806 100%);
}

/* ===== RELATED PRODUCTS ===== */
.wfs-related {
    padding: 78px 0;
}

.wfs-related-heading {
    text-align: center;
    margin-bottom: 22px;
}

.wfs-related-heading h2 {
    margin: 0;
    color: #0a1013;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.wfs-related-heading p {
    margin: 4px 0 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.wfs-related-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border: 2px solid rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: #eef2f0;
}

.wfs-related-card-img {
    flex: 0 0 268px;
    height: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
}

.wfs-related-img-dark {
    background: #014b24;
}

.wfs-related-img-green {
    background: #63aa5a;
}

.wfs-related-card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.wfs-related-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wfs-related-card-body h3 {
    margin: 0;
    color: #182f22;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.wfs-related-card-body p {
    margin: 0;
    color: #2f3532;
    font-size: 16px;
    line-height: 1.55;
}

.wfs-related-card-body .btn-cta-green {
    width: 100%;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199.98px) {
    .wfs-hero {
        min-height: auto;
        padding-top: 142px;
    }

    .wfs-hero h1 {
        font-size: 46px;
    }

    .wfs-hero-art {
        min-height: 500px;
    }

    .wfs-hero-product {
        max-width: 480px;
    }

    .wfs-proof-bar {
        padding: 0;
    }

    .wfs-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 34px;
    }

    .wfs-feature-img {
        flex: 0 0 380px;
        height: 400px;
    }

    .wfs-feature-text h3 {
        font-size: 34px;
    }
}

@media (max-width: 991.98px) {
    .wfs-hero {
        padding: 124px 0 40px;
    }

    .wfs-hero-art {
        min-height: 400px;
    }

    .wfs-proof-bar {
        margin-top: 0;
        padding: 0;
    }

    .wfs-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wfs-included-grid,
    .wfs-notice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wfs-included-row-2 {
        max-width: 100%;
    }

    .wfs-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wfs-upsell-card,
    .wfs-disclaimer-card {
        flex-direction: column;
        text-align: center;
    }

    .wfs-upsell-img,
    .wfs-disclaimer-img {
        flex: 0 0 auto;
        height: 250px;
    }

    .wfs-feature-row,
    .wfs-feature-row.reverse {
        flex-direction: column;
    }

    .wfs-feature-img {
        flex: 0 0 auto;
        width: 100%;
        height: 350px;
    }

    .wfs-faq-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .wfs-consultation-panel {
        grid-template-columns: 1fr;
        padding: 36px 18px;
    }

    .wfs-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wfs-related-grid {
        grid-template-columns: 1fr;
    }

    .wfs-related-card {
        flex-direction: column;
        text-align: center;
    }

    .wfs-stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .wfs-hero h1 {
        font-size: 34px;
    }

    .wfs-section-heading h2,
    .wfs-faq-title,
    .wfs-consultation h2 {
        font-size: 32px;
    }

    .wfs-actions,
    .wfs-actions .btn {
        width: 100%;
    }

    .wfs-proof-grid,
    .wfs-included-grid,
    .wfs-notice-grid,
    .wfs-audience-grid,
    .wfs-testimonial-grid,
    .wfs-form-grid,
    .wfs-how-steps {
        grid-template-columns: 1fr;
    }

    .wfs-included-row-2 {
        max-width: 100%;
        grid-template-columns: 1fr;
    }

    .wfs-stats-grid {
        grid-template-columns: 1fr;
    }

    .wfs-how-steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .wfs-how-tube-wrapper {
        overflow-x: auto;
    }

    .wfs-how-tube {
        min-width: 500px;
    }

    .wfs-form {
        padding: 28px 18px;
        border-radius: 36px;
    }

    .wfs-consultation-panel {
        border-radius: 36px;
    }

    .wfs-consultation h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

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

/* QA 2026-07-06: hide empty testimonial avatar placeholders (broken-img icons) but keep
   the 40px circle slot so cards stay uniform and photos can drop in later */
.wfs-testimonial-author img { visibility: hidden; }
