@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Manrope:wght@300;400;500;600;700;800&display=swap");

body.hs-content-path-case-studies,
body.hs-content-path-case-studies-dynamic-slug {
  --kcs-bg: #f4f6f2;
  --kcs-surface: #ffffff;
  --kcs-surface-soft: #edf1ec;
  --kcs-ink: #0a0a0a;
  --kcs-green: #03922f;
  --kcs-green-dark: #016a21;
  --kcs-green-soft: rgba(3, 146, 47, 0.1);
  --kcs-rule: rgba(3, 146, 47, 0.2);
  --kcs-rule-strong: rgba(3, 146, 47, 0.42);
  --kcs-radius: 8px;
  --kcs-container: 1200px;
  --hsElevate--body__font: "Inter";
  --hsElevate--h1__font: "Bebas Neue";
  --hsElevate--h2__font: "Bebas Neue";
  --hsElevate--h3__font: "Bebas Neue";
  --hsElevate--h4__font: "Bebas Neue";
  --hsElevate--button--primary__font: "Bebas Neue";
  background: var(--kcs-bg) !important;
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.hs-content-path-case-studies,
body.hs-content-path-case-studies-dynamic-slug,
body.hs-content-path-case-studies *,
body.hs-content-path-case-studies-dynamic-slug * {
  box-sizing: border-box !important;
}

body.hs-content-path-case-studies,
body.hs-content-path-case-studies-dynamic-slug {
  overflow-x: hidden !important;
}

body.hs-content-path-case-studies .hs-elevate-header,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header {
  background: rgba(244, 246, 242, 0.98) !important;
  border-bottom: 1px solid var(--kcs-rule) !important;
  box-shadow: none !important;
}

body.hs-content-path-case-studies .hs-elevate-header a,
body.hs-content-path-case-studies .hs-elevate-menu a,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header a,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu a {
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 600 !important;
}

body.hs-content-path-case-studies .hs-elevate-button--primary,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-button--primary,
body.hs-content-path-case-studies .hs-button,
body.hs-content-path-case-studies-dynamic-slug .hs-button {
  background: var(--kcs-green) !important;
  border-color: var(--kcs-green) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 700 !important;
}

body.hs-content-path-case-studies .hs-elevate-button--primary:hover,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-button--primary:hover,
body.hs-content-path-case-studies .hs-button:hover,
body.hs-content-path-case-studies-dynamic-slug .hs-button:hover {
  background: var(--kcs-green-dark) !important;
  border-color: var(--kcs-green-dark) !important;
}

body.hs-content-path-case-studies #main-content,
body.hs-content-path-case-studies .cs-listing-wrapper,
body.hs-content-path-case-studies #main-content .cs-background--off-white,
body.hs-content-path-case-studies-dynamic-slug #main-content,
body.hs-content-path-case-studies-dynamic-slug .case-studies-detail {
  background: var(--kcs-bg) !important;
}

body.hs-content-path-case-studies .content-wrapper,
body.hs-content-path-case-studies .hs-elevate-content-wrapper,
body.hs-content-path-case-studies-dynamic-slug .content-wrapper,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-content-wrapper {
  max-width: var(--kcs-container) !important;
}

body.hs-content-path-case-studies .cs-listing-wrapper {
  padding: clamp(72px, 7vw, 104px) 32px !important;
}

body.hs-content-path-case-studies .hs-elevate-content-wrapper--sm {
  max-width: 960px !important;
  margin-inline: auto !important;
  text-align: left !important;
}

body.hs-content-path-case-studies .cs-listing__heading {
  width: 100% !important;
  max-width: none !important;
  color: var(--kcs-ink) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(4.2rem, 5.8vw, 5.6rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  margin: 0 0 20px !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.hs-content-path-case-studies .cs-listing__heading::before {
  content: "// ASIAKASREFERENSSIT";
  display: block;
  margin-bottom: 18px;
  color: var(--kcs-green);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

body.hs-content-path-case-studies .cs-listing__subheading {
  max-width: 720px !important;
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.65 !important;
  margin: 0 0 42px !important;
}

body.hs-content-path-case-studies .cs-listing__filter-container {
  justify-content: flex-start !important;
  margin-bottom: 32px !important;
}

body.hs-content-path-case-studies .cs-listing__filter {
  min-height: 48px !important;
  border: 1px solid var(--kcs-rule) !important;
  border-radius: 999px !important;
  background: var(--kcs-surface) !important;
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 600 !important;
  padding-inline: 22px 48px !important;
}

body.hs-content-path-case-studies .cs-listing__card-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

body.hs-content-path-case-studies .cs-listing__case-study,
body.hs-content-path-case-studies .cs-related__case-study {
  overflow: hidden !important;
  border: 1px solid var(--kcs-rule) !important;
  border-radius: var(--kcs-radius) !important;
  background: var(--kcs-surface) !important;
  box-shadow: none !important;
  transition: transform 180ms ease, border-color 180ms ease !important;
}

body.hs-content-path-case-studies .cs-listing__case-study:hover,
body.hs-content-path-case-studies .cs-related__case-study:hover {
  border-color: var(--kcs-rule-strong) !important;
  transform: translateY(-3px) !important;
}

body.hs-content-path-case-studies .cs-listing__case-study-link {
  color: var(--kcs-ink) !important;
  text-decoration: none !important;
}

body.hs-content-path-case-studies .cs-listing__image-container,
body.hs-content-path-case-studies .cs-related__image-container {
  aspect-ratio: 16 / 10 !important;
  background: var(--kcs-surface-soft) !important;
}

body.hs-content-path-case-studies .cs-listing__image,
body.hs-content-path-case-studies .cs-related__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.hs-content-path-case-studies .cs-listing__content-container,
body.hs-content-path-case-studies .cs-related__content-container {
  padding: 22px !important;
  background: var(--kcs-surface) !important;
}

body.hs-content-path-case-studies .cs-listing__industry-container {
  margin: 0 0 14px !important;
}

body.hs-content-path-case-studies .cs-listing__industry,
body.hs-content-path-case-studies .cs-related__industry,
body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--label {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: var(--kcs-green-soft) !important;
  color: var(--kcs-green) !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.74rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies .cs-listing__case-study-name,
body.hs-content-path-case-studies .cs-related__case-study h3 {
  color: var(--kcs-ink) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(1.45rem, 2.1vw, 1.85rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

body.hs-content-path-case-studies .cs-listing__pagination-container {
  margin-top: 42px !important;
}

body.hs-content-path-case-studies-dynamic-slug .case-studies-detail {
  padding-top: clamp(64px, 7vw, 96px) !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-title-container {
  max-width: 980px !important;
  margin: 0 auto 48px !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-logo-wrapper,
body.hs-content-path-case-studies-dynamic-slug .cs-logo-container {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 32px !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-logo {
  width: auto !important;
  max-width: min(320px, 76vw) !important;
  height: auto !important;
  max-height: 120px !important;
  object-fit: contain !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-title-container::before {
  content: "// ASIAKASREFERENSSI";
  display: block;
  margin-bottom: 18px;
  color: var(--kcs-green);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container h1,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container h2,
body.hs-content-path-case-studies-dynamic-slug .cs-about-company__content-container h2,
body.hs-content-path-case-studies-dynamic-slug .cs-cta-banner__heading {
  color: var(--kcs-ink) !important;
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1 {
  font-size: clamp(3.2rem, 6vw, 5.3rem) !important;
  line-height: 0.98 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__slide,
body.hs-content-path-case-studies-dynamic-slug .cs-about-company,
body.hs-content-path-case-studies-dynamic-slug .cs-metric {
  overflow: hidden !important;
  border: 1px solid var(--kcs-rule) !important;
  border-radius: var(--kcs-radius) !important;
  background: var(--kcs-surface) !important;
  box-shadow: none !important;
  color: var(--kcs-ink) !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__content-container,
body.hs-content-path-case-studies-dynamic-slug .cs-about-company__content-container {
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, sans-serif !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--value,
body.hs-content-path-case-studies-dynamic-slug .cs-metric__label,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__author,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container p,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container li {
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  line-height: 1.7 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__link,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container a {
  color: var(--kcs-green) !important;
  font-weight: 700 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__chevron-path,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__arrow path,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__quote-icon-path {
  fill: var(--kcs-green) !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-metrics-container {
  gap: 24px !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-metric {
  padding: clamp(24px, 4vw, 40px) !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-metric__data {
  color: var(--kcs-green) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(3rem, 5vw, 4.8rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__testimonial {
  color: var(--kcs-ink) !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: clamp(1.45rem, 3vw, 2rem) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-body-container {
  max-width: 920px !important;
  margin-inline: auto !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-body-container h2 {
  margin-top: 2.5rem !important;
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  line-height: 1 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-body-container blockquote {
  margin: 2rem 0 !important;
  padding: 1.4rem 1.6rem !important;
  border-left: 4px solid var(--kcs-green) !important;
  border-radius: 0 var(--kcs-radius) var(--kcs-radius) 0 !important;
  background: var(--kcs-surface) !important;
  color: var(--kcs-ink) !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-cta-banner {
  border: 1px solid rgba(0, 255, 135, 0.18) !important;
  border-radius: var(--kcs-radius) !important;
  background: #0a0a0a !important;
  color: #ffffff !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-cta-banner__heading,
body.hs-content-path-case-studies-dynamic-slug .cs-cta-banner__content {
  color: #ffffff !important;
}

body.hs-content-path-case-studies .hs-elevate-footer,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-footer {
  background: #0a0a0a !important;
  color: #ffffff !important;
}

body.hs-content-path-case-studies .hs-elevate-footer a,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-footer a {
  color: #00ff87 !important;
}

@media (max-width: 900px) {
  body.hs-content-path-case-studies .cs-listing__card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.hs-content-path-case-studies .hs-elevate-site-header,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header,
  body.hs-content-path-case-studies .hs-elevate-site-header__header-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__header-container,
  body.hs-content-path-case-studies .container-fluid,
  body.hs-content-path-case-studies-dynamic-slug .container-fluid,
  body.hs-content-path-case-studies .row-fluid-wrapper,
  body.hs-content-path-case-studies-dynamic-slug .row-fluid-wrapper,
  body.hs-content-path-case-studies .row-fluid,
  body.hs-content-path-case-studies-dynamic-slug .row-fluid {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__header-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 24px 20px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__main-nav,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__main-nav {
    display: none !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__logo-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__logo-container,
  body.hs-content-path-case-studies .hs-elevate-site-header__button-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__button-container {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__button-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__button-container {
    margin-left: auto !important;
    margin-right: 20px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__button,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__button {
    width: auto !important;
    max-width: 138px !important;
    min-width: 0 !important;
    padding: 12px 15px !important;
    font-size: 0.95rem !important;
    white-space: nowrap !important;
  }

  body.hs-content-path-case-studies .cs-listing-wrapper {
    padding: 56px 20px !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body.hs-content-path-case-studies .hs-elevate-content-wrapper,
  body.hs-content-path-case-studies .hs-elevate-content-wrapper--sm,
  body.hs-content-path-case-studies .cs-listing__card-container,
  body.hs-content-path-case-studies .cs-listing__case-study,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-content-wrapper,
  body.hs-content-path-case-studies-dynamic-slug .case-studies-detail,
  body.hs-content-path-case-studies-dynamic-slug .cs-title-container,
  body.hs-content-path-case-studies-dynamic-slug .cs-feature,
  body.hs-content-path-case-studies-dynamic-slug .cs-body-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.hs-content-path-case-studies .hs-elevate-content-wrapper,
  body.hs-content-path-case-studies .hs-elevate-content-wrapper--sm,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-content-wrapper {
    padding-inline: 0 !important;
  }

  body.hs-content-path-case-studies .cs-listing__card-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-inline: 0 !important;
  }

  body.hs-content-path-case-studies .cs-listing__heading {
    font-size: 2.85rem !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  body.hs-content-path-case-studies .cs-listing__subheading {
    text-align: left !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  body.hs-content-path-case-studies .cs-listing__case-study-name,
  body.hs-content-path-case-studies .cs-related__case-study h3 {
    max-width: 100% !important;
    font-size: 1.58rem !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.hs-content-path-case-studies .cs-listing__image-container,
  body.hs-content-path-case-studies .cs-related__image-container,
  body.hs-content-path-case-studies-dynamic-slug .cs-feature__image-container,
  body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .case-studies-detail {
    padding-inline: 20px !important;
    overflow-x: hidden !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-title-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    margin-bottom: 32px !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1 {
    max-width: 100% !important;
    font-size: 1.92rem !important;
    line-height: 1.05 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-logo {
    max-width: calc(100vw - 80px) !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-feature {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container,
  body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--value,
  body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-body-container blockquote {
    padding: 1.1rem 1.2rem !important;
  }
}

/* Kuulu homepage cinematic alignment, scoped to native Case Studies only. */
body.hs-content-path-case-studies,
body.hs-content-path-case-studies-dynamic-slug {
  --kcs-bg: #020a06;
  --kcs-bg-deep: #010d06;
  --kcs-surface: rgba(5, 15, 10, 0.86);
  --kcs-surface-soft: rgba(255, 255, 255, 0.035);
  --kcs-surface-strong: #0c1410;
  --kcs-ink: #ffffff;
  --kcs-muted: #d0d0d0;
  --kcs-green: #00ff87;
  --kcs-green-dark: #009f4e;
  --kcs-green-soft: rgba(0, 255, 135, 0.12);
  --kcs-rule: rgba(0, 255, 135, 0.12);
  --kcs-rule-strong: rgba(0, 255, 135, 0.32);
  --kcs-radius: 24px;
  --kcs-container: 1200px;
  --kcs-layout-wide: 1320px;
  --kcs-gradient-green: linear-gradient(135deg, #00ff87, #009f4e);
  --hsElevate--body__font: "Manrope";
  background-color: var(--kcs-bg) !important;
  background-image: radial-gradient(ellipse 120% 60% at 50% 0, rgba(10, 180, 90, 0.12) 0, transparent 65%), radial-gradient(ellipse 120% 60% at 50% 100%, rgba(0, 160, 80, 0.1) 0, transparent 65%), radial-gradient(ellipse 120% 90% at 0 35%, rgba(0, 255, 135, 0.12) 0, transparent 55%), linear-gradient(180deg, #010d06, #021208 30%, #020f07 60%, #011009) !important;
  background-attachment: fixed !important;
  color: var(--kcs-ink) !important;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

body.hs-content-path-case-studies::before,
body.hs-content-path-case-studies-dynamic-slug::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 70% at 8% 18%, rgba(0, 255, 135, 0.16), transparent 62%), radial-gradient(ellipse 45% 65% at 88% 12%, rgba(0, 180, 90, 0.1), transparent 64%), radial-gradient(ellipse 80% 45% at 50% 102%, rgba(0, 180, 90, 0.16), transparent 70%);
}

body.hs-content-path-case-studies::after,
body.hs-content-path-case-studies-dynamic-slug::after {
  content: "";
  position: fixed;
  inset: -50%;
  z-index: 9999;
  width: 200%;
  height: 200%;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
}

body.hs-content-path-case-studies .hs-elevate-header,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  min-height: 76px !important;
  background: rgba(2, 8, 4, 0.78) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 0 !important;
}

body.hs-content-path-case-studies .hs-elevate-site-header,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header {
  background: transparent !important;
}

body.hs-content-path-case-studies .hs-elevate-site-header__header-container,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__header-container {
  max-width: 1400px !important;
  min-height: 76px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

body.hs-content-path-case-studies .hs-elevate-site-header__logo-link,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__logo-link {
  display: flex !important;
  align-items: center !important;
  width: 124px !important;
  min-width: 124px !important;
  height: 44px !important;
}

body.hs-content-path-case-studies .hs-elevate-site-header__logo,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__logo {
  content: url("https://www.kuulu.fi/hubfs/raw_assets/public/VideoLandingPage_2025/images/kuulu-logo-lettermark.png") !important;
  width: 118px !important;
  height: auto !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

body.hs-content-path-case-studies .hs-elevate-site-header__main-nav,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__main-nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.hs-content-path-case-studies .hs-elevate-menu--desktop,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu--desktop {
  background: transparent !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(16px, 2vw, 30px) !important;
}

body.hs-content-path-case-studies .hs-elevate-menu--desktop > li,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu--desktop > li {
  background: transparent !important;
  flex: 0 0 auto !important;
}

body.hs-content-path-case-studies .hs-elevate-site-header .hs-elevate-menu__menu-item-link-container,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header .hs-elevate-menu__menu-item-link-container {
  background: transparent !important;
}

body.hs-content-path-case-studies .hs-elevate-menu--desktop > li:has(a[href*="/yhteystiedot"]),
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu--desktop > li:has(a[href*="/yhteystiedot"]) {
  display: none !important;
}

body.hs-content-path-case-studies .hs-elevate-header a,
body.hs-content-path-case-studies .hs-elevate-menu a,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header a,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu a {
  color: #ffffff !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(0.96rem, 1.05vw, 1.12rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.hs-content-path-case-studies .hs-elevate-header a:hover,
body.hs-content-path-case-studies .hs-elevate-menu a:hover,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header a:hover,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu a:hover {
  color: var(--kcs-green) !important;
}

body.hs-content-path-case-studies .hs-elevate-menu__arrow-path,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu__arrow-path {
  fill: #ffffff !important;
}

body.hs-content-path-case-studies .hs-elevate-button--primary,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-button--primary,
body.hs-content-path-case-studies .hs-button,
body.hs-content-path-case-studies-dynamic-slug .hs-button {
  background: var(--kcs-gradient-green) !important;
  border: 0 !important;
  border-radius: 50px !important;
  box-shadow: 0 0 30px rgba(0, 255, 135, 0.26) !important;
  color: #0a0a0a !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies .hs-elevate-button--primary:hover,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-button--primary:hover,
body.hs-content-path-case-studies .hs-button:hover,
body.hs-content-path-case-studies-dynamic-slug .hs-button:hover {
  background: var(--kcs-gradient-green) !important;
  box-shadow: 0 0 50px rgba(0, 255, 135, 0.45) !important;
  color: #0a0a0a !important;
  transform: translateY(-2px) !important;
}

body.hs-content-path-case-studies #main-content,
body.hs-content-path-case-studies .cs-listing-wrapper,
body.hs-content-path-case-studies #main-content .cs-background--off-white,
body.hs-content-path-case-studies-dynamic-slug #main-content,
body.hs-content-path-case-studies-dynamic-slug .case-studies-detail {
  background: transparent !important;
}

body.hs-content-path-case-studies .cs-listing-wrapper {
  min-height: calc(100vh - 76px) !important;
  padding: clamp(88px, 9vw, 128px) clamp(24px, 5vw, 80px) 104px !important;
}

body.hs-content-path-case-studies #cs-listing__filter-anchor,
body.hs-content-path-case-studies .content-wrapper,
body.hs-content-path-case-studies .hs-elevate-content-wrapper {
  width: min(var(--kcs-layout-wide), 100%) !important;
  max-width: var(--kcs-layout-wide) !important;
  margin-inline: auto !important;
}

body.hs-content-path-case-studies .cs-listing,
body.hs-content-path-case-studies .cs-listing__filter-container,
body.hs-content-path-case-studies .cs-listing__card-container {
  width: 100% !important;
  margin-inline: auto !important;
}

body.hs-content-path-case-studies .hs-elevate-content-wrapper--sm,
body.hs-content-path-case-studies-dynamic-slug .cs-title-container {
  max-width: 820px !important;
  padding: clamp(32px, 4vw, 48px) !important;
  margin: 0 auto clamp(30px, 3.5vw, 44px) !important;
  text-align: center !important;
  background: rgba(5, 15, 10, 0.86) !important;
  border: 1px solid rgba(0, 255, 135, 0.14) !important;
  border-radius: var(--kcs-radius) !important;
  box-shadow:
    0 0 40px rgba(0, 200, 100, 0.12),
    0 0 80px rgba(0, 180, 90, 0.06),
    0 20px 50px -12px rgba(0, 0, 0, 0.55) !important;
}

body.hs-content-path-case-studies .cs-listing__heading,
body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1 {
  color: #ffffff !important;
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.35) !important;
}

body.hs-content-path-case-studies .cs-listing__heading {
  max-width: 760px !important;
  margin: 0 auto 20px !important;
  font-size: clamp(4.1rem, 7vw, 6.3rem) !important;
  line-height: 0.9 !important;
}

body.hs-content-path-case-studies .cs-listing__heading::before,
body.hs-content-path-case-studies-dynamic-slug .cs-title-container::before {
  color: var(--kcs-green) !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies .cs-listing__subheading {
  max-width: 680px !important;
  margin: 0 auto 34px !important;
  color: var(--kcs-muted) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 1.08rem !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}

body.hs-content-path-case-studies .cs-listing__filter-container {
  justify-content: center !important;
  margin-bottom: 28px !important;
}

body.hs-content-path-case-studies .cs-listing__filter {
  min-height: 54px !important;
  border: 2px solid var(--kcs-green) !important;
  border-radius: 50px !important;
  background: transparent !important;
  color: var(--kcs-green) !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 1.12rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 0 28px rgba(0, 255, 135, 0.12) !important;
}

body.hs-content-path-case-studies .cs-listing__card-container {
  gap: clamp(26px, 2.6vw, 34px) !important;
  justify-content: center !important;
}

body.hs-content-path-case-studies .cs-listing__case-study,
body.hs-content-path-case-studies .cs-related__case-study,
body.hs-content-path-case-studies-dynamic-slug .cs-feature,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__slide,
body.hs-content-path-case-studies-dynamic-slug .cs-about-company,
body.hs-content-path-case-studies-dynamic-slug .cs-metric {
  overflow: hidden !important;
  border: 1px solid rgba(0, 255, 135, 0.1) !important;
  border-radius: 20px !important;
  background: rgba(5, 15, 10, 0.78) !important;
  box-shadow:
    0 0 30px rgba(0, 180, 90, 0.08),
    0 15px 40px -10px rgba(0, 0, 0, 0.45) !important;
  color: #ffffff !important;
}

body.hs-content-path-case-studies .cs-listing__case-study:hover,
body.hs-content-path-case-studies .cs-related__case-study:hover {
  border-color: rgba(0, 255, 135, 0.28) !important;
  box-shadow:
    0 0 50px rgba(0, 255, 135, 0.16),
    0 22px 50px -14px rgba(0, 0, 0, 0.65) !important;
  transform: translateY(-8px) !important;
}

body.hs-content-path-case-studies .cs-listing__image-container,
body.hs-content-path-case-studies .cs-related__image-container {
  aspect-ratio: 16 / 10 !important;
  background: #0c1410 !important;
}

body.hs-content-path-case-studies .cs-listing__image,
body.hs-content-path-case-studies .cs-related__image {
  filter: saturate(0.88) contrast(1.04) brightness(0.9) !important;
  transition: transform 420ms ease, filter 420ms ease !important;
}

body.hs-content-path-case-studies .cs-listing__case-study:hover .cs-listing__image,
body.hs-content-path-case-studies .cs-related__case-study:hover .cs-related__image {
  filter: saturate(1.04) contrast(1.08) brightness(1) !important;
  transform: scale(1.04) !important;
}

body.hs-content-path-case-studies .cs-listing__content-container,
body.hs-content-path-case-studies .cs-related__content-container {
  padding: 24px !important;
  background: transparent !important;
}

body.hs-content-path-case-studies .cs-listing__industry,
body.hs-content-path-case-studies .cs-related__industry,
body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--label {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--kcs-green) !important;
  font-family: "JetBrains Mono", monospace !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies .cs-listing__industry::before,
body.hs-content-path-case-studies .cs-related__industry::before,
body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--label::before {
  content: "//";
  margin-right: 0.45em;
  color: var(--kcs-green) !important;
}

body.hs-content-path-case-studies .cs-listing__case-study-name,
body.hs-content-path-case-studies .cs-related__case-study h3 {
  color: #ffffff !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: clamp(1.65rem, 2.2vw, 2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies .cs-listing__pagination-link,
body.hs-content-path-case-studies .cs-listing__pagination-number {
  color: var(--kcs-green) !important;
  border-color: var(--kcs-green) !important;
}

body.hs-content-path-case-studies-dynamic-slug .case-studies-detail {
  padding: clamp(96px, 10vw, 136px) 32px 96px !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-logo-wrapper,
body.hs-content-path-case-studies-dynamic-slug .cs-logo-container {
  margin-bottom: 28px !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-logo-container {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: min(320px, 72vw) !important;
  min-height: 112px !important;
  padding: 24px 34px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1 {
  max-width: 880px !important;
  margin: 0 auto !important;
  font-size: clamp(3.1rem, 5.8vw, 5.2rem) !important;
  line-height: 0.98 !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature {
  max-width: var(--kcs-container) !important;
  margin-inline: auto !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__content-container,
body.hs-content-path-case-studies-dynamic-slug .cs-about-company__content-container {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container {
  background: rgba(5, 15, 10, 0.9) !important;
  border-left: 1px solid rgba(0, 255, 135, 0.12) !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--value,
body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--value p,
body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container p,
body.hs-content-path-case-studies-dynamic-slug .cs-metric__label,
body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__author,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container p,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container li {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-feature__detail--value strong,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container strong {
  color: #ffffff !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container h1,
body.hs-content-path-case-studies-dynamic-slug .cs-body-container h2,
body.hs-content-path-case-studies-dynamic-slug .cs-about-company__content-container h2,
body.hs-content-path-case-studies-dynamic-slug .cs-cta-banner__heading {
  color: #ffffff !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-metric__data {
  background: var(--kcs-gradient-green) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-testimonial__testimonial {
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-body-container {
  max-width: 920px !important;
  padding: 0 0 32px !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-body-container blockquote {
  background: rgba(5, 15, 10, 0.78) !important;
  border-left-color: var(--kcs-green) !important;
  color: #ffffff !important;
}

body.hs-content-path-case-studies-dynamic-slug .cs-cta-banner {
  border: 1px solid rgba(0, 255, 135, 0.18) !important;
  border-radius: 24px !important;
  background: rgba(5, 15, 10, 0.88) !important;
  box-shadow: 0 0 50px rgba(0, 255, 135, 0.1) !important;
}

body.hs-content-path-case-studies .hs-elevate-footer,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-footer {
  background: rgba(3, 8, 5, 0.9) !important;
  border-top: 0 !important;
}

body.hs-content-path-case-studies .hs-elevate-footer,
body.hs-content-path-case-studies .hs-elevate-footer p,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-footer,
body.hs-content-path-case-studies-dynamic-slug .hs-elevate-footer p {
  color: var(--kcs-muted) !important;
}

body.hs-content-path-case-studies #hs-eu-cookie-confirmation,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation {
  right: auto !important;
  bottom: 22px !important;
  left: 50% !important;
  width: min(1080px, calc(100vw - 48px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
}

body.hs-content-path-case-studies #hs-eu-cookie-confirmation-inner,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 20px 22px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  background: rgba(3, 10, 6, 0.94) !important;
  border: 1px solid rgba(0, 255, 135, 0.28) !important;
  border-radius: 20px !important;
  box-shadow: 0 0 46px rgba(0, 255, 135, 0.18), 0 22px 80px rgba(0, 0, 0, 0.46) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  backdrop-filter: blur(18px) !important;
}

body.hs-content-path-case-studies #hs-eu-policy-wording,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-policy-wording,
body.hs-content-path-case-studies #hs-eu-policy-wording p,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-policy-wording p {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
}

body.hs-content-path-case-studies #hs-eu-cookie-confirmation a,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation a {
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.hs-content-path-case-studies #hs-en-cookie-confirmation-buttons-area,
body.hs-content-path-case-studies-dynamic-slug #hs-en-cookie-confirmation-buttons-area {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

body.hs-content-path-case-studies #hs-eu-cookie-confirmation-button-group,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation-button-group {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

body.hs-content-path-case-studies #hs-eu-cookie-settings-button,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-settings-button {
  padding: 11px 14px !important;
  border: 1px solid rgba(0, 255, 135, 0.24) !important;
  border-radius: 999px !important;
  background: rgba(0, 255, 135, 0.06) !important;
  color: var(--kcs-green) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.hs-content-path-case-studies #hs-eu-confirmation-button,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-confirmation-button,
body.hs-content-path-case-studies #hs-eu-decline-button,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-decline-button {
  min-width: 86px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.hs-content-path-case-studies #hs-eu-confirmation-button,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-confirmation-button {
  background: var(--kcs-gradient-green) !important;
  border: 1px solid rgba(0, 255, 135, 0.65) !important;
  box-shadow: 0 0 24px rgba(0, 255, 135, 0.22) !important;
  color: #071108 !important;
}

body.hs-content-path-case-studies #hs-eu-decline-button,
body.hs-content-path-case-studies-dynamic-slug #hs-eu-decline-button {
  background: transparent !important;
  border: 1px solid rgba(0, 255, 135, 0.46) !important;
  color: var(--kcs-green) !important;
}

@media (max-width: 1180px) {
  body.hs-content-path-case-studies .hs-elevate-menu--desktop,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu--desktop {
    gap: 14px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-header a,
  body.hs-content-path-case-studies .hs-elevate-menu a,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header a,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-menu a {
    font-size: 0.94rem !important;
  }
}

@media (max-width: 1024px) {
  body.hs-content-path-case-studies .hs-elevate-site-header__main-nav,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__main-nav {
    display: none !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__button-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__button-container {
    display: none !important;
  }

  body.hs-content-path-case-studies #hs-eu-cookie-confirmation-inner,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation-inner {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.hs-content-path-case-studies #hs-en-cookie-confirmation-buttons-area,
  body.hs-content-path-case-studies-dynamic-slug #hs-en-cookie-confirmation-buttons-area {
    justify-content: flex-start !important;
  }
}

@media (max-width: 640px) {
  body.hs-content-path-case-studies .hs-elevate-header,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-header {
    min-height: 82px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__header-container,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__header-container {
    min-height: 82px !important;
    padding: 0 20px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__logo-link,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__logo-link {
    width: 96px !important;
    min-width: 96px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-site-header__logo,
  body.hs-content-path-case-studies-dynamic-slug .hs-elevate-site-header__logo {
    width: 92px !important;
    max-height: 34px !important;
  }

  body.hs-content-path-case-studies .cs-listing-wrapper {
    padding: 76px 20px 72px !important;
  }

  body.hs-content-path-case-studies .hs-elevate-content-wrapper--sm,
  body.hs-content-path-case-studies-dynamic-slug .cs-title-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    padding: 30px 20px !important;
    border-radius: 20px !important;
  }

  body.hs-content-path-case-studies .cs-listing__heading {
    font-size: clamp(3rem, 16vw, 4rem) !important;
    line-height: 0.92 !important;
  }

  body.hs-content-path-case-studies .cs-listing__heading {
    font-size: 0 !important;
    line-height: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
  }

  body.hs-content-path-case-studies .cs-listing__heading::before {
    display: block !important;
    margin-bottom: 16px !important;
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
  }

  body.hs-content-path-case-studies .cs-listing__heading::after {
    content: "ASIAKAS-\A REFERENSSIT";
    display: block !important;
    color: #ffffff !important;
    font-family: "Bebas Neue", sans-serif !important;
    font-size: clamp(3.7rem, 15vw, 4.15rem) !important;
    letter-spacing: 0.02em !important;
    line-height: 0.9 !important;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.35) !important;
    white-space: pre-line !important;
  }

  body.hs-content-path-case-studies .cs-listing__subheading {
    font-size: 1rem !important;
  }

  body.hs-content-path-case-studies .cs-listing__card-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    gap: 20px !important;
  }

  body.hs-content-path-case-studies .cs-listing__case-study-name,
  body.hs-content-path-case-studies .cs-related__case-study h3 {
    font-size: 1.66rem !important;
    line-height: 1.03 !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .case-studies-detail {
    padding: 76px 20px 72px !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-title-container h1 {
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
    line-height: 1 !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-feature {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    border-radius: 18px !important;
  }

  body.hs-content-path-case-studies-dynamic-slug .cs-feature__content-container {
    border-left: 0 !important;
    border-top: 1px solid rgba(0, 255, 135, 0.12) !important;
  }

  body.hs-content-path-case-studies #hs-eu-cookie-confirmation,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation {
    bottom: 12px !important;
    width: calc(100vw - 24px) !important;
  }

  body.hs-content-path-case-studies #hs-eu-cookie-confirmation-inner,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation-inner {
    padding: 16px !important;
    border-radius: 16px !important;
  }

  body.hs-content-path-case-studies #hs-eu-policy-wording p,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-policy-wording p {
    font-size: 0.76rem !important;
    line-height: 1.42 !important;
  }

  body.hs-content-path-case-studies #hs-en-cookie-confirmation-buttons-area,
  body.hs-content-path-case-studies-dynamic-slug #hs-en-cookie-confirmation-buttons-area {
    flex-wrap: wrap !important;
    gap: 9px !important;
  }

  body.hs-content-path-case-studies #hs-eu-cookie-confirmation-button-group,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-confirmation-button-group {
    flex: 1 1 auto !important;
    gap: 8px !important;
  }

  body.hs-content-path-case-studies #hs-eu-cookie-settings-button,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-cookie-settings-button {
    flex: 1 1 100% !important;
    text-align: center !important;
  }

  body.hs-content-path-case-studies #hs-eu-confirmation-button,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-confirmation-button,
  body.hs-content-path-case-studies #hs-eu-decline-button,
  body.hs-content-path-case-studies-dynamic-slug #hs-eu-decline-button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 12px 10px !important;
  }
}
