/* Newsletter component section 1. */
    .home-benefits-section {
        padding: 76px 0 82px;
        background: #f4f7f5;
    }

    .home-benefits-header {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
        align-items: end;
        gap: 64px;
        margin-bottom: 32px;
    }

    .home-benefits-eyebrow {
        display: block;
        margin-bottom: 7px;
        color: #176d2a;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .home-benefits-header h2 {
        max-width: 620px;
        margin: 0;
        color: #26352b;
        font-size: 35px;
        line-height: 1.2;
    }

    .home-benefits-intro p {
        margin: 0 0 14px;
        color: #657169;
        font-size: 15px;
        line-height: 1.65;
    }

    .home-benefits-newsletter {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #176d2a;
        font-size: 14px;
        font-weight: 800;
        text-decoration: none;
    }

    .home-benefits-newsletter:hover {
        color: #26352b;
    }

    .home-benefits-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .home-benefit-card {
        display: flex;
        min-width: 0;
        min-height: 212px;
        flex-direction: column;
        padding: 22px;
        border: 1px solid #dce5de;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(38, 67, 46, .06);
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .home-benefit-card:hover {
        transform: translateY(-4px);
        border-color: #b8cdbd;
        box-shadow: 0 15px 34px rgba(38, 67, 46, .11);
    }

    .home-benefit-icon {
        display: grid;
        place-items: center;
        width: 48px;
        height: 48px;
        margin-bottom: 24px;
        border-radius: 8px;
        color: #176d2a;
        background: #edf6ef;
        font-size: 20px;
    }

    .home-benefit-card h3 {
        margin: 0 0 8px;
        color: #26352b;
        font-size: 18px;
        line-height: 1.35;
    }

    .home-benefit-card p {
        margin: 0;
        color: #6a756d;
        font-size: 14px;
        line-height: 1.55;
    }

    .home-benefit-card p strong {
        color: #35483a;
        font-weight: 800;
    }

    .home-benefit-card.is-coupon {
        border-color: #173b2b;
        background: #173b2b;
        box-shadow: 0 12px 30px rgba(20, 55, 38, .18);
    }

    .home-benefit-card.is-coupon .home-benefit-icon {
        color: #173b2b;
        background: #d9c77c;
    }

    .home-benefit-card.is-coupon h3 {
        color: #fff;
    }

    .home-benefit-card.is-coupon p {
        color: #d7e2da;
    }

    .home-benefit-coupon-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 43px;
        margin-top: auto;
        padding: 8px 11px;
        border: 0;
        border-radius: 6px;
        color: #173b2b;
        background: #fff;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
    }

    .home-benefit-coupon-button span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .home-benefit-coupon-button.is-copied {
        color: #176d2a;
        background: #e5f5e8;
    }

    @media (max-width: 991px) {
        .home-benefits-header {
            grid-template-columns: 1fr;
            gap: 18px;
        }

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

    @media (max-width: 575px) {
        .home-benefits-section {
            padding: 54px 0 60px;
        }

        .home-benefits-header {
            margin-bottom: 24px;
        }

        .home-benefits-header h2 {
            font-size: 28px;
        }

        .home-benefits-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .home-benefit-card {
            min-height: 190px;
        }
    }

/* Newsletter component section 2. */
    .home-newsletter-section {
        scroll-margin-top: 90px;
        padding: 74px 0 78px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        background: #214c36;
    }

    .home-newsletter-layout {
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        align-items: center;
        gap: 72px;
    }

    .home-newsletter-eyebrow {
        display: block;
        margin-bottom: 8px;
        color: #d9c77c;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .home-newsletter-copy h2 {
        max-width: 520px;
        margin: 0 0 16px;
        color: #fff;
        font-size: 36px;
        line-height: 1.2;
    }

    .home-newsletter-copy > p {
        max-width: 530px;
        margin: 0;
        color: #d8e4dc;
        font-size: 15px;
        line-height: 1.7;
    }

    .home-newsletter-highlights {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 20px;
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
    }

    .home-newsletter-highlights li {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #f3f7f4;
        font-size: 13px;
        font-weight: 700;
    }

    .home-newsletter-highlights i {
        color: #d9c77c;
        font-size: 11px;
    }

    .home-newsletter-form {
        display: grid;
        grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
        gap: 14px;
    }

    .home-newsletter-field {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 7px;
        margin: 0;
    }

    .home-newsletter-label {
        color: #f1f6f2;
        font-size: 12px;
        font-weight: 700;
    }

    .home-newsletter-control {
        position: relative;
        display: block;
    }

    .home-newsletter-control i {
        position: absolute;
        top: 50%;
        left: 16px;
        z-index: 1;
        color: #6c7b71;
        font-size: 15px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .home-newsletter-control input {
        position: static !important;
        width: 100%;
        height: 56px;
        margin: 0 !important;
        padding: 0 16px 0 44px !important;
        border: 1px solid rgba(255, 255, 255, .72) !important;
        border-radius: 6px !important;
        color: #26352b !important;
        background: #fff !important;
        font-size: 14px;
    }

    .home-newsletter-control input::placeholder {
        color: #7b877f !important;
        opacity: 1;
    }

    .home-newsletter-control input:focus {
        border-color: #d9c77c !important;
        box-shadow: 0 0 0 3px rgba(217, 199, 124, .2) !important;
    }

    .home-newsletter-submit {
        display: inline-flex;
        grid-column: 1 / -1;
        align-items: center;
        justify-content: center;
        gap: 9px;
        width: 100%;
        min-height: 54px;
        padding: 0 22px;
        border: 0;
        border-radius: 6px;
        color: #173b2b;
        background: #d9c77c;
        font-size: 14px;
        font-weight: 800;
        cursor: pointer;
        transition: color .2s ease, background .2s ease, transform .2s ease;
    }

    .home-newsletter-submit:hover {
        color: #173b2b;
        background: #fff;
        transform: translateY(-2px);
    }

    .home-newsletter-consent {
        grid-column: 1 / -1;
        margin: 0;
        color: #c8d7cd;
        font-size: 11px;
        line-height: 1.6;
    }

    .home-newsletter-consent a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .home-newsletter-consent-check {
        display: flex;
        grid-column: 1 / -1;
        align-items: flex-start;
        gap: 10px;
        margin: 0;
        color: #f1f6f2;
        font-size: 13px;
        line-height: 1.5;
        cursor: pointer;
    }

    .home-newsletter-consent-check input {
        width: 18px;
        height: 18px;
        margin: 1px 0 0;
        flex: 0 0 auto;
        accent-color: #d9c77c;
    }

    .home-newsletter-honeypot {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
    }

    .home-newsletter-message {
        display: flex;
        grid-column: 1 / -1;
        align-items: center;
        gap: 9px;
        min-height: 44px;
        margin-top: 2px;
        padding: 10px 12px;
        border: 1px solid #efb7be;
        border-radius: 6px;
        color: #7a1724;
        background: #fff0f2;
        font-size: 13px;
        font-weight: 700;
    }

    .home-newsletter-message.is-success {
        border-color: #aed5b6;
        color: #176d2a;
        background: #edf8ef;
    }

    @media (max-width: 991px) {
        .home-newsletter-section {
            padding: 64px 0 68px;
        }

        .home-newsletter-layout {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .home-newsletter-copy h2,
        .home-newsletter-copy > p {
            max-width: 700px;
        }
    }

    @media (max-width: 575px) {
        .home-newsletter-section {
            padding: 52px 0 56px;
        }

        .home-newsletter-copy h2 {
            font-size: 28px;
        }

        .home-newsletter-highlights {
            align-items: flex-start;
            flex-direction: column;
        }

        .home-newsletter-form {
            grid-template-columns: 1fr;
        }

        .home-newsletter-submit,
        .home-newsletter-consent-check,
        .home-newsletter-consent,
        .home-newsletter-message {
            grid-column: 1;
        }
    }
