.news-en-page {
  width: min(1240px, calc(100% - 32px));
  margin: 28px auto 56px;
}

.news-en-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 22px;
}

.news-en-head h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  color: #10261f;
  letter-spacing: -0.035em;
}

.news-en-head p {
  margin: 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.5;
  color: #647067;
}

.news-en-badge {
  flex: 0 0 auto;
  border: 1px solid #cdebd7;
  background: #effaf3;
  color: #13743a;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}

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

.news-en-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(16, 38, 31, 0.10);
  border: 1px solid rgba(16, 38, 31, 0.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.news-en-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(16, 38, 31, 0.16);
}

.news-en-card__image {
  position: relative;
  height: 275px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.45), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(15,143,98,.28), transparent 30%),
    linear-gradient(135deg, #dff7ea 0%, #95d2b2 48%, #0f8f62 100%);
  overflow: hidden;
}

.news-en-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.20));
  pointer-events: none;
}

.news-en-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-en-card__tag {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.news-en-card__body {
  flex: 1;
  padding: 16px 17px 18px;
}

.news-en-card__meta {
  margin-bottom: 9px;
  color: #819086;
  font-size: 12px;
  font-weight: 700;
}

.news-en-card h2 {
  margin: 0 0 9px;
  color: #10261f;
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.news-en-card p {
  margin: 0;
  color: #5d6a62;
  font-size: 14px;
  line-height: 1.42;
}

.news-en-empty {
  border-radius: 22px;
  padding: 34px;
  background: #f7fbf8;
  border: 1px solid #d8ecdf;
  color: #1e3a2f;
}

@media (max-width: 980px) {
  .news-en-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-en-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .news-en-page {
    width: min(100% - 20px, 1240px);
    margin-top: 18px;
  }
  .news-en-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-en-card {
    min-height: 390px;
    border-radius: 18px;
  }
  .news-en-card__image {
    height: 245px;
  }
}

.news-en-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: #147a48;
  font-weight: 800;
  text-decoration: none;
}

.news-en-detail {
  max-width: 920px;
  margin: 0 auto;
}

.news-en-detail__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  color: #647067;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.news-en-detail h1 {
  margin: 0 0 18px;
  color: #10261f;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.news-en-detail__image {
  overflow: hidden;
  border-radius: 24px;
  margin: 18px 0 24px;
  background: linear-gradient(135deg, #e9f7ef, #d7eadf);
  box-shadow: 0 14px 34px rgba(16, 38, 31, 0.12);
}

.news-en-detail__image img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.news-en-detail__body {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 38, 31, 0.08);
  box-shadow: 0 12px 32px rgba(16, 38, 31, 0.08);
}

.news-en-detail__body p {
  margin: 0 0 16px;
  color: #3d4b43;
  font-size: 17px;
  line-height: 1.65;
}

.news-en-detail__body h2 {
  margin: 22px 0 10px;
  color: #10261f;
  font-size: 24px;
}

.news-en-detail__source a {
  display: inline-flex;
  margin-top: 8px;
  color: #147a48;
  font-weight: 900;
  text-decoration: none;
}

.news-en-cta {
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f8f62, #0a6f4a);
  color: #fff;
}

.news-en-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 26px;
}

.news-en-cta p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.5;
}

.news-en-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #0f8f62;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 620px) {
  .news-en-detail__body,
  .news-en-cta {
    padding: 18px;
    border-radius: 18px;
  }
}

.news-en-card__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.75), transparent 30%),
    linear-gradient(135deg, #d8f3df 0%, #b7d7c3 45%, #8fb3a1 100%);
  color: #0d3b2b;
}

.news-en-card__image.is-empty .news-en-card__fallback {
  display: flex;
}

.news-en-card__fallback span {
  width: fit-content;
  margin-bottom: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: #127347;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.news-en-card__fallback strong {
  max-width: 280px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.news-en-detail__image--fallback {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.75), transparent 30%),
    linear-gradient(135deg, #d8f3df 0%, #b7d7c3 45%, #8fb3a1 100%);
}

.news-en-detail__image--fallback span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  color: #127347;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.news-en-detail__image--fallback strong {
  display: block;
  max-width: 680px;
  color: #0d3b2b;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.news-en-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.news-en-benefits div {
  padding: 18px;
  border-radius: 18px;
  background: #f5fbf7;
  border: 1px solid #d7eee0;
}

.news-en-benefits strong {
  display: block;
  margin-bottom: 6px;
  color: #10261f;
  font-size: 16px;
}

.news-en-benefits span {
  display: block;
  color: #637067;
  font-size: 14px;
  line-height: 1.4;
}

.news-en-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.news-en-cta__actions a {
  margin-top: 0;
}

.news-en-cta__actions a:nth-child(2),
.news-en-cta__actions a:nth-child(3) {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.42);
}

@media (max-width: 760px) {
  .news-en-benefits {
    grid-template-columns: 1fr;
  }

  .news-en-detail__image--fallback {
    min-height: 260px;
    padding: 22px;
  }

  .news-en-card__fallback strong {
    font-size: 21px;
  }
}
