.news-trust {
  min-height: 70vh;
  overflow-x: clip;
  padding: 13.6rem 0 8rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(132, 190, 67, 0.1), transparent 27rem),
    #f7f8f5;
  color: #242a20;
}

.news-trust__container {
  width: min(118rem, calc(100% - 4rem));
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 0;
  padding-left: 0;
}

.main.news-trust > .news-trust__container {
  display: block;
  gap: 0;
}

.news-trust .news-breadcrumbs {
  margin-bottom: 2.8rem;
}

.news-trust__layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(20rem, 25rem) minmax(0, 1fr);
  align-items: start;
  gap: 3.2rem;
}

.news-trust__aside.trust-page__aside {
  position: sticky;
  top: 11.6rem;
  overflow: hidden;
  padding: 1.15rem;
  border: 1px solid rgba(83, 111, 63, 0.14);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 100% 0, rgba(155, 213, 86, 0.2), transparent 45%),
    #f8faf6;
  box-shadow: 0 1.2rem 3rem rgba(45, 66, 28, 0.07);
}

.trust-page__nav-toggle {
  display: none;
}

.trust-page__nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.trust-page__nav a {
  position: relative;
  display: block;
  padding: 0.9rem 1.05rem 0.9rem 1.5rem;
  border-radius: 1rem;
  color: #5e6758;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 145%;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.trust-page__nav a::before {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.3rem;
  height: calc(100% - 1.4rem);
  border-radius: 999px;
  background: #83bd41;
  content: "";
  opacity: 0;
  transform: translateY(-50%) scaleY(0.25);
  transition: opacity 160ms ease, transform 160ms ease;
}

.trust-page__nav a:hover,
.trust-page__nav a:focus-visible {
  background: rgba(155, 213, 86, 0.16);
  color: #31580d;
  outline: none;
}

.trust-page__nav a[aria-current="page"] {
  background: rgba(155, 213, 86, 0.2);
  color: #31580d;
  font-weight: 700;
}

.trust-page__nav a[aria-current="page"]::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

.news-trust__article {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 3.2rem;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(45, 60, 34, 0.07);
}

.news-trust__header {
  padding: 5rem 5.6rem 4rem;
  background: linear-gradient(145deg, #fff 0%, #fbfcf8 100%);
}

.news-trust__eyebrow {
  margin: 0 0 1.4rem;
  color: #679d2d;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-trust__header h1 {
  max-width: 78rem;
  margin: 0;
  color: #1f251c;
  font-size: clamp(3.4rem, 4.6vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.news-trust__intro {
  max-width: 72rem;
  margin: 2rem 0 0;
  color: #596253;
  font-size: 1.8rem;
  line-height: 1.6;
}

.news-trust__content {
  padding: 0 5.6rem;
}

.news-trust__content section {
  padding: 3.4rem 0;
  border-top: 1px solid #e8ece5;
}

.news-trust__content h2 {
  margin: 0 0 1.4rem;
  color: #252c21;
  font-size: clamp(2rem, 2.4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.25;
}

.news-trust__content p,
.news-trust__content li {
  color: #50594b;
  font-size: 1.65rem;
  line-height: 1.74;
  overflow-wrap: anywhere;
}

.news-trust__content p {
  margin: 0;
}

.news-trust__content p + p,
.news-trust__content p + ul,
.news-trust__content ul + p {
  margin-top: 1.5rem;
}

.news-trust__content ul {
  display: grid;
  margin: 0;
  padding-left: 2.2rem;
  gap: 1rem;
}

.news-trust__content li::marker {
  color: #75aa3f;
}

.news-trust__content strong {
  color: #30382c;
}

.news-trust__content a,
.news-trust__contact a {
  color: #4f8420;
  font-weight: 600;
  text-decoration-color: rgba(79, 132, 32, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.news-trust__content a:hover,
.news-trust__content a:focus-visible,
.news-trust__contact a:hover,
.news-trust__contact a:focus-visible {
  color: #376913;
  text-decoration-color: currentColor;
}

.news-trust__contact {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  margin: 1.2rem 5.6rem 5.6rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background: #eef5e8;
}

.news-trust__contact-icon {
  display: grid;
  width: 4.6rem;
  height: 4.6rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 1.4rem;
  background: #fff;
  color: #629d2e;
}

.news-trust__contact-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}

.news-trust__contact h2 {
  margin: 0 0 0.6rem;
  color: #283123;
  font-size: 1.9rem;
  line-height: 1.3;
}

.news-trust__contact p {
  margin: 0 0 0.8rem;
  color: #5a6553;
  font-size: 1.45rem;
  line-height: 1.55;
}

.news-trust__contact a {
  font-size: 1.45rem;
}

.news-trust__not-found {
  padding: 5rem;
  border-radius: 3rem;
  background: #fff;
}

.news-trust__not-found h1 {
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .news-trust__layout {
    grid-template-columns: 1fr;
  }

  .news-trust__aside.trust-page__aside {
    position: static;
  }

  .trust-page__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .news-trust__aside.trust-page__aside[data-trust-navigation] {
    position: fixed;
    left: 1.4rem;
    bottom: calc(1.4rem + env(safe-area-inset-bottom));
    z-index: 44;
    width: min(32rem, calc(100vw - 8.2rem));
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-color: rgba(78, 112, 52, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.2rem 3.2rem rgba(35, 49, 25, 0.18);
    backdrop-filter: blur(16px);
  }

  .trust-page__nav-toggle {
    display: flex;
    width: 100%;
    min-height: 5.4rem;
    align-items: center;
    gap: 0.8rem;
    padding: 0.55rem 1rem 0.55rem 0.6rem;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #2f382a;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }

  .trust-page__nav-toggle:focus-visible {
    outline: 2px solid #83bd41;
    outline-offset: 0.25rem;
  }

  .trust-page__nav-icon {
    display: grid;
    width: 4.2rem;
    height: 4.2rem;
    flex: 0 0 4.2rem;
    border: 2px solid #dce9cf;
    border-radius: 50%;
    background: #f1f7eb;
    color: #689a34;
    place-items: center;
  }

  .trust-page__nav-icon svg {
    width: 2.1rem;
    height: 2.1rem;
  }

  .trust-page__nav-current {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.15rem;
  }

  .trust-page__nav-current small {
    color: #6b8e47;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .trust-page__nav-current strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .trust-page__nav-chevron {
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    color: #65972f;
    transition: transform 180ms ease;
  }

  .trust-page__aside.is-open .trust-page__nav-chevron {
    transform: rotate(180deg);
  }

  .trust-page__aside .trust-page__nav,
  .trust-page__aside.is-open .trust-page__nav {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.8rem);
    left: 0;
    display: flex;
    max-height: min(56dvh, 44rem);
    margin: 0;
    padding: 0.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    gap: 0.2rem;
    border: 1px solid rgba(78, 112, 52, 0.16);
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1.4rem 3.5rem rgba(35, 49, 25, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.8rem) scale(0.98);
    transform-origin: bottom left;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .trust-page__aside.is-open .trust-page__nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .trust-page__aside .trust-page__nav a {
    padding: 0.8rem 0.9rem 0.8rem 1.35rem;
    font-size: 1.25rem;
    line-height: 1.4;
    white-space: normal;
  }
}

@media only screen and (max-width: 680px) {
  .news-trust {
    padding: 12rem 0 5.6rem;
  }

  .news-trust__container {
    width: min(118rem, calc(100% - 3rem));
  }

  .news-trust .news-breadcrumbs {
    margin-bottom: 2rem;
  }

  .news-trust__layout {
    gap: 2rem;
  }

  .news-trust__article {
    border-radius: 2.2rem;
  }

  .news-trust__header {
    padding: 3.2rem 2.2rem 2.8rem;
  }

  .news-trust__header h1 {
    font-size: clamp(3rem, 10vw, 4rem);
  }

  .news-trust__intro {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.58;
  }

  .news-trust__content {
    padding: 0 2.2rem;
  }

  .news-trust__content section {
    padding: 2.6rem 0;
  }

  .news-trust__content p,
  .news-trust__content li {
    font-size: 1.55rem;
    line-height: 1.68;
  }

  .news-trust__contact {
    margin: 0.8rem 2.2rem 2.2rem;
    padding: 2rem;
  }
}

@media only screen and (max-width: 420px) {
  .news-trust__contact {
    display: block;
  }

  .news-trust__contact-icon {
    margin-bottom: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-page__nav-chevron,
  .trust-page__aside .trust-page__nav,
  .trust-page__nav a,
  .trust-page__nav a::before {
    transition: none;
  }
}
