/* ── Single Case Study Page ── */

/* Download link */
.cs-single-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2.5rem 4.2%;
  text-align: center;
}

.cs-single-download__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.cs-single-download__link {
  font-size: clamp(1.2rem, 1.6vw, 1.73rem);
  font-weight: 600;
  color: #155573;
  text-decoration: none;
  letter-spacing: -0.01em;
  line-height: 1.14;
  transition: color 0.2s;
}

.cs-single-download__link:hover {
  color: #025e90;
}

/* Alternating content blocks */
.cs-single-block {
  display: flex;
  min-height: 755px;
  overflow: hidden;
}

.cs-single-block--reversed {
  flex-direction: row-reverse;
}

.cs-single-block__text {
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 4rem 4.2%;
}

.cs-single-block__heading {
  font-size: clamp(2rem, 3vw, 2.53rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #025e90;
}

.cs-single-block__body {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: -0.01em;
  color: #343434;
}

.cs-single-block__body p + p {
  margin-top: 1.25em;
}

.cs-single-block__image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.cs-single-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Blue variant (The Response) */
.cs-single-block--blue {
  background: #2382b0;
}

.cs-single-block--blue .cs-single-block__heading {
  color: #fff;
}

.cs-single-block--blue .cs-single-block__body {
  color: #fff;
}

/* Testimony */
.cs-single-testimony {
  background: #2382b0;
  padding: 5rem 4.2%;
  text-align: center;
}

.cs-single-testimony__inner {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  color: #fff;
}

.cs-single-testimony__heading {
  font-size: clamp(2rem, 3vw, 2.53rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.cs-single-testimony__quote {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.68;
  letter-spacing: -0.01em;
}

.cs-single-testimony__author {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: -0.01em;
}
