.enterprise-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  border: var(--stroke-weight-1, 1px) solid rgba(236, 72, 153, 0.3);
  background: rgba(236, 72, 153, 0.08);
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #EC4899;
  margin: 0 0 16px 0;
}

.enterprise-dashboard {
  width: 100%;
  border-radius: 24px;
  border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  padding: 24px;
}
.enterprise-dashboard .enterprise-dashboard-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 0 0 16px 0;
}
.enterprise-dashboard .enterprise-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  margin: 0 0 20px 0;
}
.enterprise-dashboard .enterprise-dashboard-stats .stat-tile {
  border-radius: 16px;
  border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}
.enterprise-dashboard .enterprise-dashboard-stats .stat-figure {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  background: var(--pink-violet-gradient, linear-gradient(105deg, #EC4899 0%, #A855F7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.enterprise-dashboard .enterprise-dashboard-stats .stat-label {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 0 0 0;
}
.enterprise-dashboard .enterprise-dashboard-rows {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.enterprise-dashboard .enterprise-dashboard-rows .dashboard-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0 0;
  border-top: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  font-weight: 600;
}
.enterprise-dashboard .enterprise-dashboard-rows .dashboard-row:first-child {
  border-top: none;
  padding-top: 0;
}
.enterprise-dashboard .enterprise-dashboard-rows .dashboard-row .dashboard-status {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  white-space: nowrap;
}
.enterprise-dashboard .enterprise-dashboard-rows .dashboard-row .dashboard-status.status-running {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
}
.enterprise-dashboard .enterprise-dashboard-rows .dashboard-row .dashboard-status.status-attention {
  background: rgba(236, 153, 72, 0.15);
  color: #F0A868;
}
.enterprise-dashboard .enterprise-dashboard-rows .dashboard-row .dashboard-status.status-ready {
  background: rgba(147, 51, 234, 0.2);
  color: #C084FC;
}

.enterprise-tools-grid {
  display: grid;
  row-gap: 16px;
}

.enterprise-tools-card {
  border-radius: 16px;
  border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  line-height: 22px;
}

.role-transformation-card {
  border-radius: 24px;
  border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  padding: 24px;
}
.role-transformation-card .role-transformation-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 0 0 20px 0;
}
.role-transformation-card .role-transformation-rows {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.role-transformation-card .role-transformation-rows .role-row {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 16px 0 0 0;
  border-top: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 20px;
}
.role-transformation-card .role-transformation-rows .role-row:first-child {
  border-top: none;
  padding-top: 0;
}
.role-transformation-card .role-transformation-rows .role-row .role-from {
  color: rgba(255, 255, 255, 0.6);
}
.role-transformation-card .role-transformation-rows .role-row .role-arrow {
  color: #EC4899;
  text-align: center;
}
.role-transformation-card .role-transformation-rows .role-row .role-to {
  color: #EC4899;
  font-weight: 700;
  text-align: right;
}

.enterprise-timeline {
  display: grid;
  row-gap: 32px;
}

.enterprise-timeline-step {
  text-align: center;
}
.enterprise-timeline-step .enterprise-timeline-number {
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(135deg, #9333EA 0%, #EC4899 100%);
  color: #FFF;
  font-weight: 700;
  display: block;
  margin: 0 auto 16px auto;
}
.enterprise-timeline-step h3 {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.enterprise-timeline-step p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.automates-grid {
  display: grid;
  row-gap: 16px;
}

.automates-card {
  border-radius: 16px;
  border: var(--stroke-weight-1, 1px) solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
}
.automates-card .automates-card-tick {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background: linear-gradient(135deg, #9333EA 0%, #EC4899 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
}
.automates-card .automates-card-tick svg {
  display: block;
}
.automates-card h3 {
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.automates-card p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

@media all and (min-width: 640px) {
  .enterprise-tools-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .automates-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
}
.enterprise-cta h2 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.enterprise-cta .enterprise-cta-subtext {
  max-width: 560px !important;
}

body.page-enterprise .page-block-image-and-content h2,
body.page-enterprise .page-block-content h2,
body.page-enterprise .page-block-how-it-works h2,
body.page-enterprise .page-block-works-with h2 {
  font-size: 40px !important;
}
body.page-enterprise .enterprise-cta h2 {
  line-height: 50px !important;
}

.page-block-enterprise-tools-with {
  position: relative;
  overflow: visible;
}
.page-block-enterprise-tools-with .enterprise-tools-parallax {
  background: radial-gradient(circle, rgba(236, 72, 153, 0.55) 0%, rgba(147, 51, 234, 0.3) 35%, rgba(147, 51, 234, 0.1) 55%, transparent 72%);
  border-radius: 50%;
  filter: blur(20px);
  width: 500px;
  height: 500px;
  position: absolute;
  top: -60px;
  right: -180px;
  z-index: 5;
  display: block;
  pointer-events: none;
}
.page-block-enterprise-tools-with .container {
  position: relative;
  z-index: 6;
}

@media all and (min-width: 1024px) {
  .enterprise-tools-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
  .automates-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
  .enterprise-timeline {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    position: relative;
  }
  .enterprise-timeline:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 0;
  }
  .enterprise-timeline-step {
    position: relative;
    z-index: 1;
  }
  .role-transformation-rows .role-row {
    font-size: 15px;
  }
  .page-block-enterprise-tools-with .enterprise-tools-parallax {
    width: 728px;
    height: 728px;
    top: -100px;
    right: -260px;
  }
}
.page-block-enterprise-tools-grid,
.page-block-enterprise-supporting-team {
  position: relative;
  overflow: visible;
}
.page-block-enterprise-tools-grid:before,
.page-block-enterprise-supporting-team:before {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 445px;
  background: url("../images/ledgr-glow.png") no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.page-block-enterprise-tools-grid .container,
.page-block-enterprise-supporting-team .container {
  position: relative;
  z-index: 1;
}

.page-block-enterprise-tools-grid:before {
  top: -60px;
  left: -80px;
}

.page-block-enterprise-supporting-team:before {
  top: 40px;
  right: -80px;
  left: auto;
}

body.page-enterprise h1 span,
body.page-enterprise h2 span {
  background: var(--pink-violet-gradient, linear-gradient(105deg, #EC4899 0%, #A855F7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
