.home-editorial-section,
.home-newsletter-section,
.content-newsletter-strip {
    padding: 82px 0;
}

.home-editorial-section {
    background: #f4f8f6;
}

.home-editorial-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.home-editorial-head h2 {
    max-width: 760px;
    margin: 8px 0 10px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.12;
}

html[dir="rtl"] .home-editorial-head h2 {
    line-height: 1.25;
}

.home-editorial-head p {
    max-width: 720px;
    margin: 0;
    color: #68746e;
    line-height: 1.8;
}

.home-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-editorial-card {
    overflow: hidden;
    border: 1px solid #dfe9e4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(13, 54, 39, .07);
}

.home-editorial-cover {
    min-height: 230px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 25%, rgba(87, 199, 137, .35), transparent 32%),
        linear-gradient(145deg, #0d3c2c, #061f18);
    color: #91e2b3;
    text-decoration: none;
}

.home-editorial-cover img {
    width: 100%;
    height: 230px;
    display: block;
    object-fit: cover;
}

.home-editorial-body {
    padding: 23px;
}

.home-editorial-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #77827c;
    font-size: .72rem;
    font-weight: 800;
}

.home-editorial-body h3 {
    margin: 13px 0 10px;
    font-size: 1.27rem;
    line-height: 1.45;
}

.home-editorial-body h3 a {
    color: #14211c;
    text-decoration: none;
}

.home-editorial-body p {
    margin: 0;
    color: #68746e;
    line-height: 1.78;
}

.home-editorial-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 19px;
    color: #237e54;
    font-weight: 900;
    text-decoration: none;
}

.home-newsletter-section,
.content-newsletter-strip {
    background: #fff;
}

.content-newsletter-strip {
    padding-top: 36px;
}

.newsletter-signup {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 38px;
    align-items: center;
    padding: 38px;
    border: 1px solid rgba(94, 195, 138, .28);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 20%, rgba(84, 199, 135, .17), transparent 28%),
        #082b20;
    color: #fff;
    box-shadow: 0 22px 60px rgba(6, 40, 29, .16);
}

.newsletter-signup-compact {
    padding: 28px;
}

.newsletter-kicker {
    color: #75dca2;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.newsletter-signup h2 {
    margin: 9px 0 11px;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.2;
}

html[dir="rtl"] .newsletter-signup h2 {
    line-height: 1.35;
}

.newsletter-signup-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.8;
}

.newsletter-form {
    display: grid;
    grid-template-columns: 1fr 1.2fr auto;
    gap: 12px;
    align-items: end;
}

.newsletter-signup-compact .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-form label {
    display: grid;
    gap: 7px;
}

.newsletter-form label > span:first-child {
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 800;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font: inherit;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, .48);
}

.newsletter-consent {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: start;
    gap: 9px !important;
    font-size: .74rem;
    line-height: 1.65;
}

.newsletter-consent input {
    margin-top: 4px;
}

.newsletter-consent a {
    color: #8ce0af;
}

.newsletter-form .btn {
    min-height: 50px;
    white-space: nowrap;
}

.newsletter-message,
.newsletter-error {
    grid-column: 1 / -1;
    padding: 11px 13px;
    border-radius: 9px;
    line-height: 1.6;
}

.newsletter-message {
    background: rgba(117, 220, 162, .14);
    color: #a8ecc5;
}

.newsletter-error {
    background: rgba(225, 95, 95, .14);
    color: #ffb4b4;
}

.footer-newsletter {
    margin-top: 28px;
}

.footer-newsletter .newsletter-signup {
    grid-template-columns: .8fr 1.2fr;
    padding: 24px;
    border-radius: 16px;
    box-shadow: none;
}

.footer-newsletter .newsletter-signup h2 {
    font-size: 1.35rem;
}

.newsletter-status-page {
    min-height: 70vh;
    display: grid;
    align-items: center;
    padding: 120px 0 80px;
    background: #f3f7f5;
}

.newsletter-status-card {
    max-width: 680px;
    margin: auto;
    padding: 42px;
    border: 1px solid #dce8e2;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 20px 60px rgba(13, 54, 39, .09);
}

.newsletter-status-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #dff5e8;
    color: #27845a;
    font-size: 1.7rem;
    font-weight: 900;
}

.newsletter-status-card h1 {
    margin: 0 0 13px;
}

.newsletter-status-card p {
    margin: 0 0 24px;
    color: #68746e;
    line-height: 1.8;
}

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

    .newsletter-signup,
    .footer-newsletter .newsletter-signup {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-editorial-section,
    .home-newsletter-section,
    .content-newsletter-strip {
        padding: 54px 0;
    }

    .home-editorial-head {
        align-items: stretch;
        flex-direction: column;
    }

    .home-editorial-head .btn {
        width: 100%;
    }

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

    .home-editorial-cover,
    .home-editorial-cover img {
        min-height: 220px;
        height: 220px;
    }

    .newsletter-signup,
    .newsletter-signup-compact,
    .footer-newsletter .newsletter-signup {
        gap: 24px;
        padding: 24px;
        border-radius: 18px;
    }

    .newsletter-form,
    .newsletter-signup-compact .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form .btn {
        width: 100%;
    }

    .newsletter-status-page {
        padding: 90px 0 54px;
    }

    .newsletter-status-card {
        padding: 28px 20px;
    }
}

/* DSS NEWSLETTER FOOTER AND STABILITY FIX START */

.footer-newsletter {
    display: none !important;
}

.newsletter-message,
.newsletter-error {
    width: 100%;
    margin: 0;
}

.newsletter-form .newsletter-message,
.newsletter-form .newsletter-error {
    grid-column: 1 / -1;
}

/* DSS NEWSLETTER FOOTER AND STABILITY FIX END */
