.zs-case-page {
  background: #ffffff;
}

.zs-case-seo-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zs-products-breadcrumbs {
  position: relative;
  margin-top: -46px;
  padding: 0 0 20px;
  background: transparent;
  z-index: 2;
}

.zs-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
}

.zs-breadcrumb__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  flex: 0 0 auto;
}

.zs-breadcrumb__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-breadcrumb a,
.zs-breadcrumb span {
  color: inherit;
}

.zs-breadcrumb a:hover {
  color: #ffffff;
}

.zs-breadcrumb span:last-child {
  color: #8ec4ff;
}

.zs-case-breadcrumbs {
  z-index: 3;
}

.zs-case-page main {
  display: block;
}

.zs-case-banner {
  position: relative;
  min-height: 780px;
  color: #ffffff;
  background: url("../img/bacopa-monnieri-and-centella-asiatica.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.zs-case-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 35, 0.74) 0%, rgba(7, 18, 35, 0.44) 40%, rgba(7, 18, 35, 0.18) 100%),
    rgba(7, 18, 35, 0.16);
}

.zs-case-banner .zs-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 780px;
}

.zs-case-banner__content {
  max-width: 760px;
  padding: 188px 0 108px;
}

.zs-case-banner__content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.zs-case-banner__line {
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.zs-case-banner__content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.9;
}

.zs-products-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}

.zs-products-list__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-case-stories {
  padding: 56px 0 108px;
  background: #ffffff;
}

.zs-case-stories__list {
  display: grid;
  gap: 54px;
}

.zs-page-pagination {
  display: flex;
  justify-content: center;
}

.zs-page-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-page-pagination .pagination li {
  margin: 0;
  list-style: none;
}

.zs-page-pagination .pagination a,
.zs-page-pagination .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d8e2ef;
  border-radius: 999px;
  background: #ffffff;
  color: #385071;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 62, 135, 0.08);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.zs-page-pagination .pagination a:hover {
  border-color: #0b3e87;
  background: #0b3e87;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11, 62, 135, 0.16);
}

.zs-page-pagination .pagination .active span {
  border-color: #0b3e87;
  background: linear-gradient(135deg, #0b3e87 0%, #174a96 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 62, 135, 0.2);
}

.zs-page-pagination .pagination .disabled span {
  color: #8fa0b5;
  border-style: dashed;
  background: #f7f9fc;
  box-shadow: none;
}

.zs-case-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  align-items: end;
}

.zs-case-story.is-reverse {
  grid-template-columns: 480px minmax(0, 1fr);
}

.zs-case-story__panel {
  min-height: 274px;
  display: flex;
  align-items: flex-end;
  padding: 42px 36px 0;
  background: #f6f6f6;
}

.zs-case-story__content {
  position: relative;
  width: 100%;
  min-height: 232px;
  padding: 0 140px 36px 0;
}

.zs-case-story.is-reverse .zs-case-story__content {
  padding-right: 120px;
}

.zs-case-story__content h3 {
  margin: 0 0 18px;
  color: #2f3744;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.25;
}

.zs-case-story__content p {
  margin: 0;
  color: #5e6777;
  font-size: 15px;
  line-height: 1.9;
}

.zs-case-story__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 50px;
  margin-top: 28px;
  padding: 0 24px;
  background: #0c3d89;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.zs-case-story__button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.zs-case-story__button:hover {
  background: #154793;
}

.zs-case-story__index {
  position: absolute;
  right: 10px;
  bottom: 6px;
  color: rgba(51, 51, 51, 0.14);
  font-size: clamp(72px, 7vw, 96px);
  font-weight: 300;
  line-height: 0.9;
}

.zs-case-story__media {
  margin: 0;
  overflow: hidden;
  background: #dddddd;
}

.zs-case-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.84;
  object-fit: cover;
}

.zs-contact-focus {
  background: #ffffff;
  padding-bottom: 88px;
}

.zs-contact-focus__hero {
  min-height: 310px;
  background: url("../img/contact-for-bosens-pharmaceutical-chemicals.jpg") center/cover no-repeat;
}

.zs-contact-focus__heading {
  padding: 68px 0 118px;
  text-align: center;
}

.zs-contact-focus__heading h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(26px, 2.5vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.zs-contact-focus__heading p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6f83;
  font-size: 14px;
  line-height: 1.9;
}

.zs-contact-focus__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
  margin: -100px auto 0;
  box-shadow: 0 24px 60px rgba(14, 54, 112, 0.12);
}

.zs-contact-focus__info {
  padding: 54px 48px 50px;
  background: #ffffff;
}

.zs-contact-focus__info h3,
.zs-contact-focus__form-wrap h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.zs-contact-focus__info h3 {
  color: #0b3e87;
}

.zs-contact-focus__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zs-contact-focus__list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 58, 122, 0.12);
}

.zs-contact-focus__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-top: 2px;
}

.zs-contact-focus__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.zs-contact-focus__list strong {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.zs-contact-focus__list a,
.zs-contact-focus__list span {
  color: #66768a;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
}

.zs-contact-focus__list a:hover {
  color: #0b3e87;
}

.zs-contact-focus__form-wrap {
  padding: 54px 30px 50px;
  background: #0b3e87;
}

.zs-contact-focus__form-wrap h3 {
  color: #ffffff;
}

.zs-contact-focus__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
}

.zs-contact-focus__form input,
.zs-contact-focus__form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 12px 12px;
  background: #ffffff;
  color: #333333;
  font: inherit;
  outline: none;
}

.zs-contact-focus__form input::placeholder,
.zs-contact-focus__form textarea::placeholder {
  color: #7a7a7a;
}

.zs-contact-focus__form textarea {
  min-height: 120px;
  resize: vertical;
}

.zs-contact-focus__input-full {
  grid-column: 1 / -1;
}

.zs-contact-focus__form button {
  width: 98px;
  height: 38px;
  border: 0;
  background: #111111;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.zs-contact-focus__form button:hover,
.zs-contact-focus__form button:focus-visible {
  background: #1d1d1d;
  transform: translateY(-1px);
}

.zs-bosen-news {
  padding: 92px 0 110px;
  background: #f6f6f6;
}

.zs-bosen-news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
  text-align: center;
}

.zs-bosen-news__heading h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.zs-bosen-news__heading .zs-products-list__icon {
  margin-top: 18px;
}

.zs-bosen-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.zs-bosen-news__card {
  min-width: 0;
  background: #ffffff;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.zs-bosen-news__thumb {
  display: block;
  border-top: 6px solid #0b3e87;
  overflow: hidden;
}

.zs-bosen-news__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.zs-bosen-news__card:hover,
.zs-bosen-news__card:focus-within {
  box-shadow: 0 16px 36px rgba(11, 62, 135, 0.12);
  transform: translateY(-2px);
}

.zs-bosen-news__meta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0;
  padding: 18px 18px 0;
  color: #8a8a8a;
  font-size: 11px;
  line-height: 1.5;
}

.zs-bosen-news__meta-icon {
  display: inline-flex;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
}

.zs-bosen-news__meta-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.zs-bosen-news__card h3 {
  margin: 10px 0 0;
  padding: 0 18px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  text-transform: uppercase;
}

.zs-bosen-news__card h3 a {
  color: inherit;
  text-decoration: none;
}

.zs-bosen-news__more {
  display: inline-block;
  margin: 18px 0 0;
  padding: 0 18px 20px;
  color: #5375a7;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.zs-bosen-news__card:hover .zs-bosen-news__more,
.zs-bosen-news__card:focus-within .zs-bosen-news__more,
.zs-bosen-news__card h3 a:hover {
  color: #0b3e87;
}

@media (max-width: 1199px) {
  .zs-page-pagination .pagination {
    gap: 8px;
  }

  .zs-page-pagination .pagination a,
  .zs-page-pagination .pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .zs-products-breadcrumbs {
    margin-top: -40px;
    padding-bottom: 18px;
  }

  .zs-products-list__icon {
    width: 24px;
    height: 24px;
    margin-top: 14px;
  }

  .zs-case-banner {
    min-height: 660px;
  }

  .zs-case-banner .zs-container {
    min-height: 660px;
  }

  .zs-case-banner__content {
    padding: 164px 0 88px;
  }

  .zs-case-stories {
    padding: 44px 0 84px;
  }

  .zs-case-stories__list {
    gap: 38px;
  }

  .zs-case-story,
  .zs-case-story.is-reverse {
    grid-template-columns: minmax(0, 1fr) 420px;
  }

  .zs-case-story__panel {
    padding: 28px 26px 0;
  }

  .zs-case-story__content {
    min-height: 214px;
    padding: 0 108px 26px 0;
  }

  .zs-case-story.is-reverse .zs-case-story__content {
    padding-right: 92px;
  }

  .zs-case-story__content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .zs-case-story__button {
    min-width: 120px;
    height: 46px;
    margin-top: 22px;
    font-size: 14px;
  }

  .zs-contact-focus__heading {
    padding: 60px 0 112px;
  }

  .zs-contact-focus {
    padding-bottom: 72px;
  }

  .zs-contact-focus__panel {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    margin-top: -88px;
  }

  .zs-contact-focus__info {
    padding: 42px 32px 40px;
  }

  .zs-contact-focus__form-wrap {
    padding: 42px 24px 40px;
  }

  .zs-bosen-news {
    padding: 76px 0 92px;
  }

  .zs-bosen-news__heading {
    margin-bottom: 44px;
  }

  .zs-bosen-news__grid {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .zs-page-pagination .pagination {
    gap: 6px;
  }

  .zs-page-pagination .pagination a,
  .zs-page-pagination .pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .zs-breadcrumb {
    gap: 8px;
    font-size: 11px;
    flex-wrap: wrap;
  }

  .zs-breadcrumb__icon {
    width: 12px;
    height: 12px;
  }

  .zs-products-breadcrumbs {
    margin-top: -34px;
    padding-bottom: 14px;
  }

  .zs-case-banner {
    min-height: 480px;
    background-position: center top;
  }

  .zs-case-banner .zs-container {
    min-height: 480px;
  }

  .zs-case-banner__content {
    padding: 132px 0 54px;
  }

  .zs-case-banner__content h2 {
    font-size: 34px;
  }

  .zs-case-banner__line {
    width: 44px;
    margin-bottom: 20px;
  }

  .zs-case-banner__content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .zs-case-stories {
    padding: 34px 0 60px;
  }

  .zs-case-stories__list {
    gap: 24px;
  }

  .zs-case-story,
  .zs-case-story.is-reverse {
    grid-template-columns: 1fr;
  }

  .zs-case-story__panel {
    order: 2;
    min-height: auto;
    padding: 22px 18px 0;
  }

  .zs-case-story.is-reverse .zs-case-story__panel {
    order: 2;
  }

  .zs-case-story__media {
    order: 1;
  }

  .zs-case-story__content,
  .zs-case-story.is-reverse .zs-case-story__content {
    min-height: auto;
    padding: 0 0 60px;
  }

  .zs-case-story__content h3 {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .zs-case-story__content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .zs-case-story__button {
    min-width: 116px;
    height: 42px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: 13px;
  }

  .zs-case-story__index {
    right: 2px;
    bottom: 4px;
    font-size: 68px;
  }

  .zs-contact-focus {
    background: #ffffff;
    padding-bottom: 56px;
  }

  .zs-contact-focus__hero {
    min-height: 220px;
  }

  .zs-contact-focus__heading {
    padding: 52px 0 92px;
  }

  .zs-contact-focus__heading h2 {
    font-size: 28px;
  }

  .zs-contact-focus__heading p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8;
  }

  .zs-contact-focus__panel {
    grid-template-columns: 1fr;
    margin-top: -68px;
    box-shadow: 0 16px 36px rgba(14, 54, 112, 0.1);
  }

  .zs-contact-focus__info,
  .zs-contact-focus__form-wrap {
    padding: 28px 20px;
  }

  .zs-contact-focus__info h3,
  .zs-contact-focus__form-wrap h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .zs-contact-focus__list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
  }

  .zs-contact-focus__icon {
    width: 24px;
    height: 24px;
  }

  .zs-contact-focus__form {
    grid-template-columns: 1fr;
  }

  .zs-contact-focus__input-full {
    grid-column: auto;
  }

  .zs-bosen-news {
    padding: 58px 0 72px;
  }

  .zs-bosen-news__heading {
    margin-bottom: 32px;
  }

  .zs-bosen-news__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zs-bosen-news__meta {
    padding: 14px 14px 0;
  }

  .zs-bosen-news__card h3 {
    padding: 0 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .zs-bosen-news__more {
    margin-top: 14px;
    padding: 0 14px 16px;
  }
}