.customers-hero {
  background: linear-gradient(165deg, var(--blue-50) 0%, var(--blue-100) 45%, var(--slate-50) 100%);
  padding: var(--sp-20) var(--sp-8);
  position: relative;
  overflow: hidden;
}
.customers-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(74, 111, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 111, 232, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.customers-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}
.customers-hero .eyebrow {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue-500);
  margin-bottom: var(--sp-4);
}
.customers-hero h1 {
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 900;
  color: var(--navy-900);
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: var(--sp-4);
}
.customers-hero .customers-lead {
  font-size: 16px;
  color: var(--slate-500);
  line-height: 1.7;
}

.customers-content {
  padding: var(--sp-16) var(--sp-16);
  background: var(--white);
}
.customers-section-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--slate-400);
  margin-bottom: var(--sp-4);
}

.customers-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--navy-900);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(26, 47, 94, 0.18);
  margin-bottom: var(--sp-12);
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--dur-default), transform var(--dur-default);
}
.customers-featured:hover {
  box-shadow: 0 12px 48px rgba(74, 111, 232, 0.2);
}
.customers-featured-body {
  padding: var(--sp-10) var(--sp-8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}
.customers-featured .tag-featured {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue-300);
  margin-bottom: var(--sp-3);
}
.customers-index-logo--featured {
  margin-bottom: var(--sp-4);
}
.customers-index-logo--featured img {
  display: block;
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.customers-index-logo--card {
  margin-bottom: var(--sp-3);
}
.customers-index-logo--card img {
  display: block;
  height: 24px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  opacity: 0.65;
}
.customers-index-logo--card img[alt="Sprout Social"] {
  height: 32px;
  max-width: 140px;
}
.customers-featured h2 {
  font-family: var(--font);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: var(--sp-2);
}
.customers-featured-subtitle {
  font-family: var(--font);
  font-size: clamp(15px, 1.75vw, 18px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 var(--sp-3);
}
.customers-featured .customers-featured-tagline {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin-bottom: var(--sp-4);
}
.customers-featured-kicker {
  font-size: 13px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom: var(--sp-5);
}
.customers-featured-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-300);
}
.customers-featured:hover .customers-featured-cta {
  color: var(--white);
}
.customers-featured-visual {
  position: relative;
  min-height: 280px;
  background: #020c18;
}
.customers-featured-visual canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.customers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-8);
}
.customers-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(26, 47, 94, 0.04);
  transition: box-shadow var(--dur-default), border-color var(--dur-default);
  text-decoration: none;
  color: inherit;
  display: block;
}
.customers-card:hover {
  box-shadow: 0 4px 20px rgba(74, 111, 232, 0.08);
  border-color: var(--blue-200);
}
.customers-card-image {
  aspect-ratio: 2 / 1;
  background: #020c18;
  position: relative;
  overflow: hidden;
}
.customers-card-image canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.customers-card-body {
  padding: var(--sp-5);
}
.customers-card-meta {
  font-size: 11px;
  font-weight: 600;
  color: var(--slate-500);
  margin-bottom: var(--sp-2);
}
.customers-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin-bottom: var(--sp-2);
}
.customers-card-excerpt {
  font-size: 13px;
  color: var(--slate-500);
  line-height: 1.6;
}

.customers-cta-band {
  background: linear-gradient(135deg, var(--blue-50) 0%, var(--slate-50) 100%);
  border: 1px solid var(--blue-200);
  border-radius: var(--r-lg);
  padding: var(--sp-12) var(--sp-16);
  margin-top: var(--sp-16);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sp-8);
  align-items: center;
}
.customers-cta-band h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: var(--sp-2);
}
.customers-cta-band p {
  font-size: 14px;
  color: var(--slate-500);
  margin: 0;
}

.cs-page {
  --cs-navy: #0f1f3d;
  --cs-accent: #2563eb;
  --cs-stat-bg: #eff6ff;
  --cs-muted: #6b7280;
}
.cs-article-wrap {
  background: var(--white);
  padding-bottom: var(--sp-20);
}
.cs-breadcrumb {
  max-width: 740px;
  margin: 0 auto;
  padding: var(--sp-8) var(--sp-4) 0;
  font-size: 13px;
}
.cs-breadcrumb a {
  color: var(--blue-500);
  text-decoration: none;
  font-weight: 600;
}
.cs-breadcrumb a:hover {
  text-decoration: underline;
}
.cs-breadcrumb span[aria-hidden] {
  color: var(--slate-300);
  margin: 0 var(--sp-2);
}
.cs-breadcrumb .current {
  color: var(--slate-500);
}

.cs-header {
  max-width: 740px;
  margin: 0 auto;
  padding: var(--sp-6) var(--sp-4) var(--sp-10);
}
.cs-header .eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cs-muted);
  margin-bottom: var(--sp-3);
}
.cs-header-logo {
  width: 160px;
  height: 48px;
  margin-bottom: var(--sp-5);
  border-radius: var(--r-md);
  border: 1px dashed var(--slate-300);
  background: var(--slate-50);
  box-sizing: border-box;
}
.cs-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.cs-header-logo:has(img) {
  border: none;
  background: transparent;
  width: 100%;
  max-width: 42rem;
  height: auto;
  padding: var(--sp-3) 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.cs-header-logo:has(img) img {
  display: block;
  width: auto;
  max-width: min(260px, 100%);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}
.cs-header h1 {
  font-family: var(--font);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  color: var(--cs-navy);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: var(--sp-4);
}
.cs-kicker {
  font-family: var(--font);
  font-size: clamp(18px, 2.35vw, 22px);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--slate-600);
  max-width: 42rem;
}

.cs-article {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 var(--sp-4);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  color: var(--slate-700);
}
.cs-article-hero {
  margin: 0 0 var(--sp-10);
  width: 100%;
  aspect-ratio: 2 / 1;
  max-height: min(380px, 50vh);
  border-radius: var(--r-lg);
  border: 1px solid var(--slate-200);
  background: linear-gradient(145deg, var(--navy-900) 0%, #0a1628 42%, var(--navy-800) 100%);
  position: relative;
  overflow: hidden;
}
.cs-article-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(74, 111, 232, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 111, 232, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.cs-video {
  margin: 0 0 var(--sp-10);
  width: 100%;
}
.cs-video-ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--slate-200);
  background: var(--navy-900);
}
.cs-video-iframe,
.cs-video-native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.cs-video-native {
  object-fit: contain;
  background: var(--navy-950);
}
.cs-video-facade {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(145deg, var(--navy-900) 0%, #0a1628 55%, var(--navy-800) 100%);
}
.cs-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-video-play {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  min-width: 48px;
  min-height: 48px;
  padding: 14px 24px;
  border: none;
  border-radius: var(--r-pill);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  background: var(--blue-500);
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  transition: background var(--dur-default), transform var(--dur-fast);
}
.cs-video-play:hover {
  background: var(--blue-600);
}
.cs-video-play:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}
.cs-video-play:active {
  transform: scale(0.98);
}

.cs-video--row {
  margin-bottom: 0;
}
.cs-video-quote-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  align-items: stretch;
  margin: var(--sp-6) 0 var(--sp-10);
}
.cs-video-quote-row-media {
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.cs-video-quote-row-media .cs-video.cs-video--row {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cs-video-quote-row-media .cs-video-ratio {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  aspect-ratio: unset;
}
.cs-video-quote-row .cs-video-native {
  object-fit: cover;
}
.cs-video-quote-row .cs-quote-strip {
  margin: 0;
  border-radius: var(--r-lg);
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}
.cs-theme-uipath .cs-video-quote-row .cs-quote-strip {
  margin: 0;
  padding: var(--sp-8) var(--sp-5);
  font-size: clamp(16px, 2.1vw, 19px);
}
.cs-video-quote-row .cs-quote.cs-quote--paired {
  margin: 0;
  border-radius: var(--r-lg);
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}
.cs-theme-sprout .cs-video-quote-row .cs-quote.cs-quote--paired {
  text-align: left;
  font-style: normal;
  padding: var(--sp-8) var(--sp-5);
  border-top: none;
  border-bottom: none;
  border-left: 4px solid var(--cs-accent);
  background: var(--cs-stat-bg);
  font-size: clamp(16px, 2.1vw, 19px);
  line-height: 1.6;
}
.cs-theme-sprout .cs-video-quote-row .cs-quote.cs-quote--paired cite {
  text-align: left;
  margin-top: var(--sp-4);
}
@media (max-width: 700px) {
  .cs-video-quote-row {
    grid-template-columns: 1fr;
  }
  .cs-video-quote-row-media .cs-video.cs-video--row {
    flex: none;
    height: auto;
  }
  .cs-video-quote-row-media .cs-video-ratio {
    aspect-ratio: 16 / 9;
    flex: none;
    height: auto;
    min-height: 0;
  }
  .cs-video-quote-row .cs-video-native {
    object-fit: contain;
  }
}

.cs-article > p {
  margin-bottom: var(--sp-5);
}
.cs-article h2 {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cs-accent);
  margin: var(--sp-10) 0 var(--sp-4);
  line-height: 1.3;
}
.cs-article hr {
  border: none;
  border-top: 1px solid var(--slate-200);
  margin: var(--sp-10) 0;
}
.cs-quote {
  margin: var(--sp-8) 0;
  padding: var(--sp-5) var(--sp-5) var(--sp-5) var(--sp-6);
  border-left: 4px solid var(--cs-accent);
  background: var(--cs-stat-bg);
  font-size: 18px;
  line-height: 1.65;
  color: var(--cs-navy);
}
.cs-quote cite {
  display: block;
  margin-top: var(--sp-4);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: var(--cs-muted);
}
.cs-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  margin: var(--sp-8) 0;
}
.cs-stat-card {
  background: var(--cs-stat-bg);
  border: 1px solid var(--slate-200);
  border-radius: var(--r-md);
  padding: var(--sp-5) var(--sp-4);
  text-align: center;
}
.cs-stat-card .num {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: var(--cs-accent);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: var(--sp-2);
  font-variant-numeric: tabular-nums;
}
.cs-stat-card .label {
  font-size: 13px;
  font-weight: 700;
  color: var(--cs-navy);
  margin-bottom: var(--sp-1);
}
.cs-stat-card .sub {
  font-size: 11px;
  color: var(--cs-muted);
  line-height: 1.4;
}
.cs-table-wrap {
  overflow-x: auto;
  margin: var(--sp-6) 0;
  -webkit-overflow-scrolling: touch;
}
.cs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.cs-table th,
.cs-table td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  border-bottom: 1px solid var(--slate-200);
}
.cs-table thead th {
  background: var(--cs-navy);
  color: var(--white);
  font-weight: 700;
}
.cs-table tbody tr:nth-child(even) {
  background: var(--slate-50);
}
.cs-table tfoot th,
.cs-table tfoot td {
  background: var(--cs-navy);
  color: var(--white);
  font-weight: 700;
  border-bottom: none;
}
.cs-list {
  margin: var(--sp-4) 0 var(--sp-6);
  padding-left: 1.25rem;
}
.cs-list li {
  margin-bottom: var(--sp-2);
}
.cs-footer-meta {
  max-width: 740px;
  margin: var(--sp-12) auto 0;
  padding: var(--sp-6) var(--sp-4);
  font-size: 13px;
  color: var(--cs-muted);
  border-top: 1px solid var(--slate-200);
}

.cs-theme-uipath.cs-page {
  --cs-accent: #3b82f6;
}
.cs-table-alt tbody tr:nth-child(odd) {
  background: #f0f7ff;
}
.cs-table-alt tbody tr:nth-child(even) {
  background: var(--white);
}
.cs-table-alt th,
.cs-table-alt td {
  border-bottom: none;
}
.cs-theme-uipath .cs-quote-strip {
  margin: var(--sp-10) 0;
  padding: var(--sp-10) var(--sp-6);
  background: #0a0f1e;
  color: var(--white);
  border: none;
  border-left: none;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}
.cs-theme-uipath .cs-quote-strip cite {
  display: block;
  margin-top: var(--sp-5);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}
.cs-theme-uipath .cs-article h2 {
  font-family: var(--font);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--slate-900);
}
.cs-theme-uipath .cs-band-stats-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin: var(--sp-10) 0;
  padding: var(--sp-8) 0;
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}
.cs-theme-uipath .cs-band-stats-body .item .num {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #3b82f6;
}
.cs-theme-uipath .cs-band-stats-body .item .label {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-900);
}
.cs-theme-uipath .cs-band-stats-body .item .sub {
  font-size: 12px;
  color: var(--slate-500);
  margin-top: var(--sp-1);
}
@media (max-width: 600px) {
  .cs-theme-uipath .cs-band-stats-body {
    grid-template-columns: 1fr;
  }
}

.cs-theme-sprout.cs-page {
  --cs-accent: #0d9488;
  --cs-stat-bg: #f8f7f5;
}
.cs-theme-sprout .cs-quote {
  background: transparent;
  border-left: none;
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
  padding: var(--sp-8) var(--sp-2);
  text-align: center;
  font-style: italic;
}
.cs-theme-sprout .cs-quote cite {
  text-align: center;
}
.cs-theme-sprout .cs-table thead th {
  background: #f8f7f5;
  color: var(--slate-700);
  font-weight: 600;
}
.cs-theme-sprout .cs-table tbody tr:nth-child(even) {
  background: #faf9f7;
}
.cs-theme-sprout .cs-table tfoot th,
.cs-theme-sprout .cs-table tfoot td {
  background: var(--slate-100);
  color: var(--navy-900);
}
@media (max-width: 900px) {
  .customers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .customers-featured {
    grid-template-columns: 1fr;
  }
  .customers-featured-visual {
    min-height: 200px;
    order: -1;
  }
  .cs-stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .customers-content {
    padding: var(--sp-10) var(--sp-4);
  }
  .customers-grid {
    grid-template-columns: 1fr;
  }
  .customers-cta-band {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cs-stat-row {
    grid-template-columns: 1fr;
  }
}
