/* Case study hero typography aligned to homepage style */

.case-wrapper .cs-hero-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: fit-content !important;
  padding: 0.52rem 1rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(18, 18, 26, 0.14) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 245, 240, 0.86)) !important;
  box-shadow: 0 6px 18px rgba(16, 16, 24, 0.08) !important;
}

.case-wrapper .cs-hero-tag-icon {
  display: none !important;
}

.case-wrapper .cs-hero-tag-text {
  font-family: var(--font-body, "DM Sans", sans-serif) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  color: #5e5550 !important;
}

.case-wrapper .cs-hero-title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.45rem, 6vw, 4.15rem) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em !important;
  color: #101018 !important;
}

.case-wrapper .cs-hero-subtitle {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.45rem, 3.1vw, 2.25rem) !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  color: #2a2a34 !important;
}

.case-wrapper .cs-hero-description {
  font-family: var(--font-body, "DM Sans", sans-serif) !important;
  font-size: 1.25rem !important;
  line-height: 1.65 !important;
  color: #555560 !important;
}

[data-theme="dark"] .case-wrapper .cs-hero-tag {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: linear-gradient(180deg, rgba(28, 28, 36, 0.9), rgba(20, 20, 28, 0.84)) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32) !important;
}

[data-theme="dark"] .case-wrapper .cs-hero-tag-text {
  color: #c8c1b9 !important;
}

[data-theme="dark"] .case-wrapper .cs-hero-title {
  color: #f2f2f6 !important;
}

[data-theme="dark"] .case-wrapper .cs-hero-subtitle {
  color: #e0e0e8 !important;
}

[data-theme="dark"] .case-wrapper .cs-hero-description {
  color: rgba(235, 235, 243, 0.74) !important;
}

@media (max-width: 768px) {
  .case-wrapper .cs-hero-tag {
    padding: 0.46rem 0.8rem !important;
  }

  .case-wrapper .cs-hero-tag-text {
    font-size: 0.67rem !important;
    letter-spacing: 0.08em !important;
  }

  .case-wrapper .cs-hero-title {
    font-size: clamp(2.05rem, 8vw, 2.95rem) !important;
  }

  .case-wrapper .cs-hero-subtitle {
    font-size: clamp(1.18rem, 4.5vw, 1.6rem) !important;
  }

  .case-wrapper .cs-hero-description {
    font-size: 1.02rem !important;
    line-height: 1.62 !important;
  }
}
