/* =========================================================
   Knowledge Center — Archive Newsletters
   File: assets/css/layout/knowledge-center/knowledge-center-archive-newsletters.css
   Template: templates/archive-agr_newsletter.php
   ========================================================= */


/* =========================================================
   01. PAGE WRAPPER
   ========================================================= */

.agr-kc-newsletter-archive {
    --kc-border: rgba(26, 48, 26, 0.10);

    position: relative;
    overflow: hidden;
    width: 100%;
    background: var(--kc-bg-light, #f0f0f0);
    color: var(--kc-black, #000000);
    font-family: var(--kc-font-body, Lato, Arial, sans-serif);
}

.agr-kc-newsletter-archive *,
.agr-kc-newsletter-archive *::before,
.agr-kc-newsletter-archive *::after {
    box-sizing: border-box;
}


/* =========================================================
   02. HERO
   ========================================================= */

.agr-kc-newsletter-hero {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 660px;
    padding: 34px 42px 0;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 18%, rgba(38, 173, 33, 0.18) 0%, transparent 28%),
        radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 24%),
        linear-gradient(135deg, #111811 0%, #1a301a 48%, #0f1710 100%);
}

.agr-kc-newsletter-hero--has-image {
    background:
        linear-gradient(90deg, rgba(10, 16, 11, 0.94) 0%, rgba(26, 48, 26, 0.86) 48%, rgba(10, 16, 11, 0.76) 100%),
        var(--agr-kc-newsletter-banner-image),
        linear-gradient(135deg, #111811 0%, #1a301a 100%);
    background-position: center, var(--agr-kc-newsletter-banner-position, center center), center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
}

.agr-kc-newsletter-hero--no-image {
    background:
        radial-gradient(circle at 12% 18%, rgba(38, 173, 33, 0.18) 0%, transparent 28%),
        radial-gradient(circle at 82% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 24%),
        linear-gradient(135deg, #111811 0%, #1a301a 48%, #0f1710 100%);
}

.agr-kc-newsletter-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.22;
    -webkit-mask-image: radial-gradient(circle at 76% 42%, #000 0%, rgba(0, 0, 0, 0.56) 42%, transparent 76%);
    mask-image: radial-gradient(circle at 76% 42%, #000 0%, rgba(0, 0, 0, 0.56) 42%, transparent 76%);
}

.agr-kc-newsletter-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, transparent 36%, rgba(0, 0, 0, 0.16) 100%);
}

.agr-kc-newsletter-hero__background {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.agr-kc-newsletter-hero__shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
}

.agr-kc-newsletter-hero__shape--one {
    top: 76px;
    right: 7%;
    width: 280px;
    height: 280px;
    transform: rotate(8deg);
}

.agr-kc-newsletter-hero__shape--two {
    bottom: 70px;
    left: -80px;
    width: 260px;
    height: 180px;
    opacity: 0.7;
    transform: rotate(-12deg);
}

.agr-kc-newsletter-hero__line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), rgba(38, 173, 33, 0.46), transparent);
}

.agr-kc-newsletter-hero__line--one {
    top: 180px;
    right: -8%;
    left: -8%;
    transform: rotate(-2.2deg);
}

.agr-kc-newsletter-hero__line--two {
    right: -10%;
    bottom: 145px;
    left: -10%;
    opacity: 0.64;
    transform: rotate(2.4deg);
}

.agr-kc-newsletter-hero__inner {
    position: relative;
    z-index: 7;
    max-width: var(--kc-container-wide, 1440px);
    min-height: 626px;
    margin: 0 auto;
    padding: 0 48px 96px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 72px rgba(0, 0, 0, 0.16);
}

.agr-kc-newsletter-hero__inner::before {
    content: "";
    position: absolute;
    inset: 8px;
    z-index: -1;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.045);
}

.agr-kc-newsletter-hero__inner::after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: 22px;
    left: 0;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.11) 22%, rgba(38,173,33,.33) 68%, rgba(255,255,255,0) 100%);
}

.agr-kc-newsletter-hero__topbar {
    position: relative;
    z-index: 9;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    min-height: 104px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.agr-kc-newsletter-hero__topbar::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -1px;
    left: -48px;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.14) 20%, rgba(255,255,255,.42) 48%, rgba(38,173,33,.34) 74%, rgba(255,255,255,0) 100%);
}

.agr-kc-newsletter-hero__back {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    width: fit-content;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color .25s ease, opacity .25s ease, transform .25s ease;
}

.agr-kc-newsletter-hero__back:hover {
    color: #fff;
    opacity: .82;
    transform: translateX(-2px);
}

.agr-kc-newsletter-hero__back:focus-visible {
    outline: 2px solid var(--kc-green-accent, #26ad21);
    outline-offset: 6px;
}

.agr-kc-newsletter-hero__back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--kc-green-accent, #26ad21);
}

.agr-kc-newsletter-hero__back-icon svg {
    display: block;
}

.agr-kc-newsletter-hero__label {
    justify-self: center;
    color: rgba(255,255,255,.92);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
}

.agr-kc-newsletter-hero__badges {
    display: flex;
    justify-content: flex-end;
}

.agr-kc-newsletter-hero__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 48px;
    padding: 0 30px;
    color: #fff;
    border: 1px solid rgba(74,138,74,.42);
    background: linear-gradient(135deg, rgba(74,138,74,.98) 0%, rgba(63,125,63,.94) 56%, rgba(26,48,26,.94) 100%);
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 12px 24px rgba(0,0,0,.16);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.agr-kc-newsletter-hero__layout {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(380px, .72fr);
    gap: clamp(48px, 6vw, 92px);
    align-items: center;
    padding-top: 58px;
}

.agr-kc-newsletter-hero__content {
    min-width: 0;
    max-width: 720px;
}

.agr-kc-newsletter-hero__title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: clamp(50px, 5.8vw, 50px);
    font-weight: 850;
    line-height: .96;
    letter-spacing: -.052em;
    text-wrap: balance;
    text-shadow: 0 1px 0 rgba(255,255,255,.08), 0 18px 34px rgba(0,0,0,.34);
}

.agr-kc-newsletter-hero__description {
    max-width: 660px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 16px;
    line-height: 1.7;
}

.agr-kc-newsletter-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.agr-kc-newsletter-hero__stat {
    display: flex;
    gap: 14px;
    align-items: center;
    min-width: 190px;
    min-height: 66px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 28px rgba(0,0,0,.12);
}

.agr-kc-newsletter-hero__stat span {
    color: #fff;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.agr-kc-newsletter-hero__stat small {
    max-width: 155px;
    color: rgba(255,255,255,.68);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.agr-kc-newsletter-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.agr-kc-newsletter-hero__screen-stack {
    position: relative;
    width: min(100%, 500px);
    min-height: 390px;
    transform: perspective(1100px) rotateY(-7deg) rotateX(3deg);
}

.agr-kc-newsletter-hero__screen-layer {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 24px 58px rgba(0,0,0,.2);
}

.agr-kc-newsletter-hero__screen-layer--back {
    opacity: .46;
    transform: translate(36px, -38px) rotate(8deg);
}

.agr-kc-newsletter-hero__screen-layer--middle {
    opacity: .62;
    transform: translate(18px, -18px) rotate(3deg);
}

.agr-kc-newsletter-hero__screen {
    position: relative;
    z-index: 3;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    background: radial-gradient(circle at 74% 20%, rgba(38,173,33,.26), transparent 26%), linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.055));
    backdrop-filter: blur(16px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 28px 76px rgba(0,0,0,.28);
}

.agr-kc-newsletter-hero__screen-top {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 8px;
    height: 52px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.agr-kc-newsletter-hero__screen-top span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.52);
}

.agr-kc-newsletter-hero__screen-top span:first-child {
    background: var(--kc-green-accent, #26ad21);
}

.agr-kc-newsletter-hero__screen-body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 16px;
    padding: 28px;
}

.agr-kc-newsletter-hero__mail {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 20px 22px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 16px 28px rgba(0,0,0,.14);
}

.agr-kc-newsletter-hero__mail::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 4px;
    background: var(--kc-green-accent, #26ad21);
}

.agr-kc-newsletter-hero__mail span {
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.agr-kc-newsletter-hero__mail strong {
    color: #fff;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 24px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.agr-kc-newsletter-hero__mail--primary {
    margin-right: 24px;
}

.agr-kc-newsletter-hero__mail--secondary {
    margin-left: 56px;
    opacity: .88;
}

.agr-kc-newsletter-hero__mail--tertiary {
    margin-right: 70px;
    opacity: .74;
}

.agr-kc-archive-banner__bottom-line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    height: 46px;
    color: rgba(74,138,74,.96);
    pointer-events: none;
}

.agr-kc-archive-banner__bottom-line svg {
    display: block;
    width: 100%;
    height: 46px;
    overflow: visible;
}

/* =========================================================
   05. SECTIONS
   ========================================================= */

.agr-kc-newsletter-section {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 96px 42px;
    overflow: hidden;
    background: var(--kc-bg-light, #f0f0f0);
}

.agr-kc-newsletter-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(26, 48, 26, 0.025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(26, 48, 26, 0.02) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.28;
    mask-image: radial-gradient(circle at 50% 35%, #000 0%, rgba(0, 0, 0, 0.42) 42%, transparent 78%);
}

.agr-kc-newsletter-section__inner {
    position: relative;
    z-index: 1;
    max-width: var(--kc-container-max-width, 1180px);
    margin: 0 auto;
}

.agr-kc-newsletter-section--featured {
    padding-top: 104px;
    background:
        radial-gradient(circle at 86% 12%, rgba(74, 138, 74, 0.08), transparent 24rem),
        linear-gradient(180deg, #f7f7f7 0%, var(--kc-bg-light, #f0f0f0) 100%);
    border-top: 1px solid rgba(26, 48, 26, 0.08);
}

.agr-kc-newsletter-section--categories {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;
}

.agr-kc-newsletter-section--archive {
    background:
        radial-gradient(circle at 12% 8%, rgba(74, 138, 74, 0.07), transparent 24rem),
        linear-gradient(180deg, var(--kc-bg-light, #f0f0f0) 0%, #f6f6f6 100%);
}

.agr-kc-newsletter-section__heading {
    max-width: 760px;
    margin: 0 0 44px;
}

.agr-kc-newsletter-section__heading--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.65fr);
    gap: 52px;
    align-items: end;
}

.agr-kc-newsletter-section__eyebrow {
    display: block;
    margin: 0 0 18px;
    color: var(--kc-green-main, #4a8a4a);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.agr-kc-newsletter-section__title {
    max-width: 760px;
    margin: 0;
    color: #000000;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.agr-kc-newsletter-section__lead {
    max-width: 520px;
    margin: 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}


/* =========================================================
   06. CATEGORIES
   ========================================================= */

.agr-kc-newsletter-category-strip {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    min-height: 96px;
    padding: 22px 0;
    border-top: 1px solid rgba(26, 48, 26, 0.08);
    border-bottom: 1px solid rgba(26, 48, 26, 0.08);
    background: #ffffff;
}

.agr-kc-newsletter-category-strip__label {
    color: var(--kc-green-dark, #1a301a);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.agr-kc-newsletter-category-strip__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.agr-kc-newsletter-category-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 14px;
    color: var(--kc-green-dark, #1a301a);
    border: 1px solid rgba(26, 48, 26, 0.12);
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff, #f8f8f8);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

.agr-kc-newsletter-category-strip__item:hover {
    color: #ffffff;
    border-color: var(--kc-green-main, #4a8a4a);
    background: var(--kc-green-main, #4a8a4a);
    box-shadow: 0 12px 24px rgba(26, 48, 26, 0.13);
    transform: translateY(-2px);
}

.agr-kc-newsletter-category-strip__item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(26, 48, 26, 0.08);
    color: currentColor;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 12px;
    font-weight: 850;
}


/* =========================================================
   07. NEWSLETTER LIST
   ========================================================= */

.agr-kc-newsletter-featured,
.agr-kc-newsletter-list {
    display: grid;
    gap: 24px;
}


/* =========================================================
   08. NEWSLETTER ITEM
   ========================================================= */

.agr-kc-newsletter-item {
    position: relative;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(26, 48, 26, 0.09);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 247, 247, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 12px 26px rgba(0, 0, 0, 0.04),
        0 30px 74px rgba(0, 0, 0, 0.075);
    transition:
        transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.45s cubic-bezier(0.19, 1, 0.22, 1),
        border-color 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.agr-kc-newsletter-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 4px;
    background: transparent;
    transition: background 0.25s ease;
}

.agr-kc-newsletter-item:hover {
    border-color: rgba(74, 138, 74, 0.2);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 16px 34px rgba(0, 0, 0, 0.055),
        0 38px 86px rgba(0, 0, 0, 0.1),
        0 0 42px rgba(74, 138, 74, 0.11);
    transform: translateY(-4px);
}

.agr-kc-newsletter-item:hover::before,
.agr-kc-newsletter-item--featured::before {
    background: var(--kc-green-accent, #26ad21);
}

.agr-kc-newsletter-item--featured {
    grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
    min-height: 430px;
    border-radius: 12px;
}


/* =========================================================
   09. NEWSLETTER ITEM MEDIA
   ========================================================= */

.agr-kc-newsletter-item__media {
    position: relative;
    z-index: 2;
    display: block;
    min-height: 100%;
    padding: 22px;
    color: inherit;
    background:
        radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.76) 0%, transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-right: 1px solid rgba(26, 48, 26, 0.08);
    text-decoration: none;
}

.agr-kc-newsletter-item__media-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 276px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(26, 48, 26, 0.08);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.78), transparent 42%),
        linear-gradient(135deg, #ffffff, #eef3ee);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 14px 30px rgba(26, 48, 26, 0.07);
}

.agr-kc-newsletter-item__image {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 276px;
    object-fit: cover;
    object-position: center;
    transition:
        transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
        filter 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.agr-kc-newsletter-item:hover .agr-kc-newsletter-item__image {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
}

.agr-kc-newsletter-item__placeholder {
    position: relative;
    z-index: 3;
    display: grid;
    align-content: end;
    width: 100%;
    height: 100%;
    min-height: 276px;
    padding: 30px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 74% 18%, rgba(38, 173, 33, 0.18), transparent 28%),
        radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(145deg, #1a301a 0%, #213b21 100%);
}

.agr-kc-newsletter-item__placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54% 72%, transparent 72%);
}

.agr-kc-newsletter-item__placeholder-label,
.agr-kc-newsletter-item__placeholder-title,
.agr-kc-newsletter-item__placeholder-line {
    position: relative;
    z-index: 2;
}

.agr-kc-newsletter-item__placeholder-label {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.64);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.agr-kc-newsletter-item__placeholder-title {
    display: block;
    max-width: 250px;
    color: #ffffff;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 32px;
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.agr-kc-newsletter-item__placeholder-line {
    display: block;
    width: 84px;
    height: 3px;
    margin-top: 26px;
    background: var(--kc-green-accent, #26ad21);
}

.agr-kc-newsletter-item__status {
    position: absolute;
    left: 26px;
    top: 26px;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 38px;
    padding: 0 17px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: linear-gradient(135deg, #26ad21 0%, #4a8a4a 52%, #1a301a 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 12px 24px rgba(0, 0, 0, 0.16);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}


/* =========================================================
   10. NEWSLETTER ITEM BODY
   ========================================================= */

.agr-kc-newsletter-item__body {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 34px 36px;
}

.agr-kc-newsletter-item--featured .agr-kc-newsletter-item__body {
    padding: clamp(38px, 5vw, 58px);
}

.agr-kc-newsletter-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.agr-kc-newsletter-item__meta-value {
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    min-width: 122px;
    padding: 12px 14px;
    border: 1px solid rgba(26, 48, 26, 0.08);
    border-radius: 6px;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.92), transparent 52%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(240, 240, 240, 0.62));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 10px 22px rgba(26, 48, 26, 0.04);
}

.agr-kc-newsletter-item__meta-value span {
    color: rgba(0, 0, 0, 0.52);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.agr-kc-newsletter-item__meta-value strong {
    color: var(--kc-green-dark, #1a301a);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.agr-kc-newsletter-item__title {
    max-width: 760px;
    margin: 0;
    color: #000000;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.agr-kc-newsletter-item--standard .agr-kc-newsletter-item__title {
    font-size: clamp(24px, 2.5vw, 34px);
}

.agr-kc-newsletter-item__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.22s ease;
}

.agr-kc-newsletter-item__title a:hover {
    color: var(--kc-green-main, #4a8a4a);
}

.agr-kc-newsletter-item__description {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(0, 0, 0, 0.64);
    font-size: 16px;
    line-height: 1.66;
}

.agr-kc-newsletter-item__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-top: auto;
    padding-top: 34px;
}

.agr-kc-newsletter-item__author {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.agr-kc-newsletter-item__author span {
    color: rgba(0, 0, 0, 0.52);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.agr-kc-newsletter-item__author strong {
    color: var(--kc-green-dark, #1a301a);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.agr-kc-newsletter-item__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 13px 18px;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid rgba(26, 48, 26, 0.14);
    border-radius: 4px;
    background: linear-gradient(135deg, #4a8a4a 0%, #3f7a3f 52%, #1a301a 100%);
    box-shadow:
        0 12px 24px rgba(26, 48, 26, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.agr-kc-newsletter-item__button:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #26ad21 0%, #4a8a4a 52%, #1a301a 100%);
    box-shadow:
        0 16px 30px rgba(26, 48, 26, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}


/* =========================================================
   11. PAGINATION
   ========================================================= */

.agr-kc-newsletter-pagination {
    margin-top: 52px;
}

.agr-kc-newsletter-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agr-kc-newsletter-pagination a,
.agr-kc-newsletter-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 10px 14px;
    color: var(--kc-green-dark, #1a301a);
    border: 1px solid rgba(26, 48, 26, 0.12);
    border-radius: 4px;
    background: #ffffff;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.agr-kc-newsletter-pagination .current,
.agr-kc-newsletter-pagination a:hover {
    color: #ffffff;
    border-color: var(--kc-green-main, #4a8a4a);
    background: var(--kc-green-main, #4a8a4a);
}


/* =========================================================
   12. EMPTY
   ========================================================= */

.agr-kc-newsletter-empty {
    max-width: 760px;
    padding: 46px;
    border: 1px solid rgba(26, 48, 26, 0.12);
    border-radius: 10px;
    background: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 18px 42px rgba(0, 0, 0, 0.06);
}

.agr-kc-newsletter-empty__eyebrow {
    display: block;
    margin: 0 0 14px;
    color: var(--kc-green-main, #4a8a4a);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.agr-kc-newsletter-empty__title {
    margin: 0;
    color: #000000;
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.agr-kc-newsletter-empty__description {
    max-width: 540px;
    margin: 18px 0 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 16px;
    line-height: 1.66;
}


/* =========================================================
   13. FINAL CTA — LIGHT VERSION
   ========================================================= */

.agr-kc-newsletter-final-cta {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0 42px;
    overflow: hidden;
    border-top: 1px solid var(--kc-border);
    background:
        radial-gradient(circle at 78% 46%, rgba(255, 255, 255, 0.72) 0%, transparent 26%),
        radial-gradient(circle at 38% 40%, rgba(255, 255, 255, 0.42) 0%, transparent 24%),
        linear-gradient(180deg, #f4f4f4 0%, #f0f0f0 100%);
    border: 0;
}

.agr-kc-newsletter-final-cta__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: 56px;
    color: rgba(74, 138, 74, 0.92);
    pointer-events: none;
}

.agr-kc-newsletter-final-cta__line-svg {
    display: block;
    width: 100%;
    height: 56px;
    overflow: visible;
}

.agr-kc-newsletter-final-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 68px;
    align-items: end;
    max-width: var(--kc-container-max-width, 1180px);
    min-height: 255px;
    margin: 0 auto;
    padding: 62px 0 42px;
    background: transparent;
    border: 0;
    overflow: visible;
}

.agr-kc-newsletter-final-cta__content {
    position: relative;
    z-index: 2;
    max-width: 585px;
}

.agr-kc-newsletter-final-cta__label {
    display: block;
    margin: 0 0 18px;
    padding: 0;
    color: var(--kc-green-main, #4a8a4a);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.agr-kc-newsletter-final-cta__title {
    margin: 0 0 28px;
    color: var(--kc-black, #000000);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: clamp(34px, 4.2vw, 50px);
    font-weight: 700;
    line-height: 1.10;
}

.agr-kc-newsletter-final-cta__description {
    max-width: 500px;
    margin: 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 16px;
    line-height: 1.625;
}

.agr-kc-newsletter-final-cta__actions {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    padding-bottom: 8px;
}

.agr-kc-newsletter-final-cta__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    min-width: 265px;
    min-height: 66px;
    padding: 0 30px;
    overflow: hidden;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.agr-kc-newsletter-final-cta__button:hover {
    transform: translateY(-3px);
}

.agr-kc-newsletter-final-cta__button--primary {
    color: #ffffff;
    border: 1px solid rgba(74, 138, 74, 0.72);
    background: linear-gradient(135deg, #4a8a4a 0%, #3f7d3f 58%, #1a301a 100%);
    box-shadow:
        0 16px 30px rgba(74, 138, 74, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.agr-kc-newsletter-final-cta__button--primary:hover {
    color: #ffffff;
    border-color: rgba(38, 173, 33, 0.72);
    background: linear-gradient(135deg, #26ad21 0%, #4a8a4a 54%, #1a301a 100%);
    box-shadow:
        0 20px 36px rgba(38, 173, 33, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.agr-kc-newsletter-final-cta__button--secondary {
    color: #24313f;
    border: 1px solid rgba(36, 49, 63, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(244, 244, 244, 0.86) 100%);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.agr-kc-newsletter-final-cta__button--secondary:hover {
    color: #24313f;
    border-color: rgba(74, 138, 74, 0.36);
    box-shadow:
        0 16px 30px rgba(26, 48, 26, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.agr-kc-newsletter-final-cta__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-1px);
}

.agr-kc-newsletter-final-cta__watermark {
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 1;
    color: rgba(26, 48, 26, 0.045);
    font-family: var(--kc-font-heading, Inter, Arial, sans-serif);
    font-size: clamp(78px, 10vw, 138px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.08em;
    text-transform: lowercase;
    pointer-events: none;
    user-select: none;
}


/* =========================================================
   14. ANIMATIONS
   ========================================================= */

@keyframes agrKcNewsletterHeroSweep {
    0% {
        left: -38%;
        opacity: 0;
    }

    18% {
        opacity: 0.65;
    }

    48% {
        opacity: 0.26;
    }

    64% {
        left: 112%;
        opacity: 0;
    }

    100% {
        left: 112%;
        opacity: 0;
    }
}


/* =========================================================
   15. RESPONSIVE
   ========================================================= */

@media (max-width: 1240px) {
    .agr-kc-newsletter-hero__layout {
        grid-template-columns: minmax(0, .9fr) minmax(340px, .68fr);
        gap: 54px;
    }

    .agr-kc-newsletter-item {
        grid-template-columns: 285px minmax(0, 1fr);
    }

    .agr-kc-newsletter-item--featured {
        grid-template-columns: minmax(320px, .68fr) minmax(0, 1fr);
    }
}

@media (max-width: 1180px) {
    .agr-kc-newsletter-final-cta__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        align-items: start;
        min-height: auto;
        padding-top: 70px;
    }

    .agr-kc-newsletter-final-cta__actions {
        justify-content: flex-start;
        padding-bottom: 0;
    }

    .agr-kc-newsletter-final-cta__watermark {
        top: 60px;
        right: 20px;
        font-size: 86px;
    }
}

@media (max-width: 1024px) {
    .agr-kc-newsletter-hero {
        min-height: auto;
        padding: 28px 28px 0;
    }

    .agr-kc-newsletter-hero__inner {
        min-height: auto;
        padding: 0 36px 82px;
    }

    .agr-kc-newsletter-hero__topbar {
        grid-template-columns: 1fr auto;
        gap: 18px;
        min-height: 96px;
    }

    .agr-kc-newsletter-hero__topbar::after {
        right: -36px;
        left: -36px;
    }

    .agr-kc-newsletter-hero__label {
        display: none;
    }

    .agr-kc-newsletter-hero__layout {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-top: 46px;
    }

    .agr-kc-newsletter-hero__screen-stack {
        transform: none;
    }

    .agr-kc-newsletter-section {
        padding: 78px 28px;
    }

    .agr-kc-newsletter-section--categories {
        padding-top: 0;
        padding-bottom: 0;
    }

    .agr-kc-newsletter-section__heading--split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .agr-kc-newsletter-category-strip {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .agr-kc-newsletter-item,
    .agr-kc-newsletter-item--featured {
        grid-template-columns: 1fr;
    }

    .agr-kc-newsletter-item__media {
        border-right: 0;
        border-bottom: 1px solid rgba(26,48,26,.08);
    }

    .agr-kc-newsletter-item__media-inner,
    .agr-kc-newsletter-item__image,
    .agr-kc-newsletter-item__placeholder {
        min-height: 320px;
    }
}

@media (max-width: 820px) {
    .agr-kc-newsletter-final-cta {
        padding-right: 18px;
        padding-left: 18px;
    }

    .agr-kc-newsletter-final-cta__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .agr-kc-newsletter-final-cta__button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .agr-kc-newsletter-hero {
        padding: 22px 18px 0;
    }

    .agr-kc-newsletter-hero__inner {
        padding: 0 24px 72px;
    }

    .agr-kc-newsletter-hero__topbar {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 26px 0;
    }

    .agr-kc-newsletter-hero__topbar::after {
        right: -24px;
        left: -24px;
    }

    .agr-kc-newsletter-hero__badges {
        justify-content: flex-start;
    }

    .agr-kc-newsletter-hero__layout {
        gap: 42px;
        padding-top: 36px;
    }

    .agr-kc-newsletter-hero__title {
        font-size: clamp(42px, 12vw, 58px);
    }

    .agr-kc-newsletter-hero__stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .agr-kc-newsletter-hero__stat {
        width: 100%;
    }

    .agr-kc-newsletter-hero__screen-stack {
        width: min(100%, 400px);
        min-height: 340px;
    }

    .agr-kc-newsletter-hero__screen {
        min-height: 340px;
    }

    .agr-kc-newsletter-hero__mail--primary,
    .agr-kc-newsletter-hero__mail--secondary,
    .agr-kc-newsletter-hero__mail--tertiary {
        margin: 0;
    }

    .agr-kc-newsletter-section {
        padding: 64px 18px;
    }

    .agr-kc-newsletter-section--categories {
        padding-top: 0;
        padding-bottom: 0;
    }

    .agr-kc-newsletter-category-strip__items {
        display: grid;
        grid-template-columns: 1fr;
    }

    .agr-kc-newsletter-item__body,
    .agr-kc-newsletter-item--featured .agr-kc-newsletter-item__body {
        padding: 28px 24px 30px;
    }

    .agr-kc-newsletter-item__footer {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: start;
    }

    .agr-kc-newsletter-item__button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .agr-kc-newsletter-hero--has-image {
        background-image:
            linear-gradient(90deg, rgba(10,16,11,.94) 0%, rgba(26,48,26,.88) 48%, rgba(10,16,11,.82) 100%),
            var(--agr-kc-newsletter-banner-mobile-image, var(--agr-kc-newsletter-banner-image)),
            linear-gradient(135deg, #111811 0%, #1a301a 100%);
    }

    .agr-kc-newsletter-hero__inner {
        padding: 0 20px 66px;
    }

    .agr-kc-newsletter-hero__topbar::after {
        right: -20px;
        left: -20px;
    }

    .agr-kc-newsletter-hero__screen-stack {
        width: min(100%, 320px);
        min-height: 310px;
    }

    .agr-kc-newsletter-hero__screen-layer--back {
        transform: translate(20px, -24px) rotate(6deg);
    }

    .agr-kc-newsletter-hero__screen-layer--middle {
        transform: translate(10px, -12px) rotate(2deg);
    }

    .agr-kc-newsletter-hero__screen {
        min-height: 310px;
    }

    .agr-kc-newsletter-hero__mail strong {
        font-size: 20px;
    }
}

/* =========================================================
   16. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .agr-kc-newsletter-archive *,
    .agr-kc-newsletter-archive *::before,
    .agr-kc-newsletter-archive *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .agr-kc-newsletter-hero__screen,
    .agr-kc-newsletter-item,
    .agr-kc-newsletter-item:hover,
    .agr-kc-newsletter-item__image,
    .agr-kc-newsletter-item:hover .agr-kc-newsletter-item__image,
    .agr-kc-newsletter-category-strip__item,
    .agr-kc-newsletter-category-strip__item:hover,
    .agr-kc-newsletter-item__button,
    .agr-kc-newsletter-item__button:hover,
    .agr-kc-newsletter-final-cta__button,
    .agr-kc-newsletter-final-cta__button:hover {
        transform: none !important;
    }
}