/* Premium proof points and enterprise feature cards. */
.heroProof b {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.heroProof small {
  color: #c7dcef;
  font-weight: 650;
}
.problemStrip strong {
  display: block;
  margin-bottom: 5px;
  color: #0b5d9c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.capabilityGrid {
  gap: 18px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.capabilityGrid article,
.capabilityGrid article:nth-child(2n),
.capabilityGrid article:nth-child(3n),
.capabilityGrid article:nth-last-child(-n + 3) {
  position: relative;
  min-height: 280px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #cbdced;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #f7fbff 72%, #eaf5ff 100%);
  box-shadow: 0 15px 35px rgba(25, 72, 112, 0.09);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.capabilityGrid article:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1478c9, #66beff);
}
.capabilityGrid article:after {
  content: "";
  position: absolute;
  right: -46px;
  top: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, #71c5ff26, transparent 68%);
}
.capabilityGrid article:hover {
  transform: translateY(-6px);
  border-color: #70b8ea;
  box-shadow: 0 24px 48px rgba(18, 83, 136, 0.16);
}
.capabilityGrid article header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.capabilityGrid article header > b {
  color: #8ba6bb;
  font-size: 11px;
  letter-spacing: 0.15em;
}
.capabilityGrid .capabilityIcon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 54px;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  background: linear-gradient(145deg, #56b8f4, #0878c9);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.03em;
  filter: drop-shadow(0 8px 11px rgba(18, 112, 179, 0.25));
}
.capabilityGrid h3 {
  margin: 28px 0 12px;
  font-size: 24px;
}
.capabilityGrid article > p {
  padding-right: 18px;
}
.capabilityGrid article > i {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: #238bd2;
  font-size: 22px;
  font-style: normal;
  transition: transform 0.2s;
}
.capabilityGrid article:hover > i {
  transform: translateX(5px);
}
@media (max-width: 720px) {
  .heroProof b {
    font-size: 16px;
  }
  .capabilityGrid article,
  .capabilityGrid article:nth-child(2n),
  .capabilityGrid article:nth-child(3n),
  .capabilityGrid article:nth-last-child(-n + 3) {
    min-height: 250px;
    border: 1px solid #cbdced;
    border-radius: 14px;
  }
  .capabilityGrid h3 {
    margin-top: 24px;
  }
}

/* Current desktop experience with an integrated mobile workspace preview. */
.conversionProduct {
  padding: 0 56px 48px 0;
  align-self: start;
  filter: none;
  transform: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
.conversionProduct .productWindow {
  border-radius: 14px;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.52);
  transform: none;
  backface-visibility: visible;
}
.conversionProduct .productBody {
  height: 475px;
  grid-template-columns: 156px 1fr;
}
.conversionProduct .productBody > aside {
  gap: 3px;
}
.conversionProduct .productBody > aside > span {
  padding: 5px 8px;
}
.conversionProduct .productMain {
  padding: 20px 19px;
}
.conversionProduct .productMetrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 15px;
}
.conversionProduct .productMetrics article {
  min-width: 0;
  padding: 9px;
}
.conversionProduct .productMetrics strong {
  font-size: 17px;
}
.conversionProduct .productList {
  margin-top: 8px;
}
.conversionProduct .listHead,
.conversionProduct .listRow {
  grid-template-columns: 1.55fr 1fr 0.58fr 0.68fr;
}
.conversionProduct .listRow {
  padding-top: 8px;
  padding-bottom: 8px;
}
.productAutomationPanels {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 8px;
  margin-top: 8px;
}
.productAutomationPanels article {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #d3dfe6;
  border-radius: 5px;
  background: #fff;
}
.productAutomationPanels span,
.productAutomationPanels strong {
  display: block;
}
.productPanelTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.productPanelTitle span {
  color: #4d82a4;
  font-size: 5px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.productPanelTitle em {
  padding: 3px 5px;
  border-radius: 10px;
  background: #dff4e8;
  color: #177044;
  font-size: 4.5px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .06em;
}
.productAutomationPanels > article > strong {
  margin: 5px 0 3px;
  color: #18384e;
  font-size: 7px;
}
.productFlowSteps {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.productFlowSteps i {
  min-width: 0;
  padding: 4px 5px;
  border-radius: 4px;
  background: #eaf4fa;
  color: #286f99;
  font-size: 4.5px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.productFlowSteps b {
  color: #58a8d4;
  font-size: 6px;
}
.productSignalReading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin-top: 5px;
}
.productSignalReading b {
  color: #126493;
  font-size: 13px;
}
.productSignalReading span {
  color: #718796;
  font-size: 5px;
}
.productSignalTrack {
  height: 4px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 4px;
  background: #dce8ef;
}
.productSignalTrack i {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#258dc5,#5cbcec);
}
.mobileProductPreview {
  position: absolute;
  z-index: 5;
  right: -72px;
  bottom: 0;
  width: 205px;
  height: 420px;
  padding: 13px 10px 11px;
  border: 7px solid #071522;
  border-radius: 31px;
  background: #071522;
  color: #17344b;
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px #45647a;
  transform: none;
}
@media (max-width: 1120px) {
  .mobileProductPreview {
    right: -18px;
  }
}
.mobileProductSpeaker {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 7px;
  width: 62px;
  height: 5px;
  border-radius: 10px;
  background: #213a4c;
  transform: translateX(-50%);
}
.mobileProductPreview > header {
  height: 44px;
  margin: 0;
  border-radius: 17px 17px 0 0;
  padding: 10px 9px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0e4265;
  color: #fff;
}
.mobileProductPreview > header > b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 23px;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  background: #48aee8;
  font-size: 11px;
}
.mobileProductPreview > header > span {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.mobileProductPreview > header > i {
  font-size: 8px;
  font-style: normal;
}
.mobileProductPreview > section {
  position: relative;
  height: 354px;
  padding: 15px 11px 39px;
  border-radius: 0 0 17px 17px;
  background: #f3f7fa;
  overflow: hidden;
}
.mobileProductPreview section > small {
  color: #4384aa;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.mobileProductPreview h3 {
  margin: 6px 0 12px;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.mobileJobSummary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 9px;
}
.mobileJobSummary span {
  padding: 7px;
  border: 1px solid #d4e2eb;
  border-radius: 7px;
  background: #fff;
  color: #688094;
  font-size: 7px;
}
.mobileJobSummary b {
  display: block;
  color: #123a55;
  font-size: 15px;
}
.mobileJobCard {
  margin-top: 7px;
  padding: 9px;
  border: 1px solid #d4e1e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 13px rgba(20, 65, 96, 0.06);
}
.mobileJobCard.active {
  border-left: 3px solid #2494d0;
}
.mobileJobCard small,
.mobileJobCard strong,
.mobileJobCard span {
  display: block;
}
.mobileJobCard small {
  color: #2d86b8;
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.mobileJobCard strong {
  margin: 5px 0 4px;
  font-size: 9px;
  line-height: 1.25;
}
.mobileJobCard span {
  color: #758997;
  font-size: 6px;
}
.mobileJobCard button {
  width: 100%;
  margin-top: 7px;
  padding: 6px;
  border: 0;
  border-radius: 5px;
  background: #238ec9;
  color: #fff;
  font-size: 7px;
  font-weight: 850;
}
.mobileProductPreview nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d6e2e9;
  background: #fff;
  color: #718696;
  font-size: 7px;
}
.mobileProductPreview nav b {
  color: #147db8;
}
@media (max-width: 1050px) {
  .conversionProduct {
    max-width: 880px;
    padding-right: 52px;
  }
}
@media (max-width: 720px) {
  .conversionProduct {
    padding: 0 28px 80px 0;
  }
  .mobileProductPreview {
    right: -2px;
    bottom: 4px;
    width: 142px;
    height: 292px;
    border-width: 5px;
    border-radius: 23px;
    transform: none;
  }
  .mobileProductSpeaker {
    top: 5px;
    width: 42px;
    height: 3px;
  }
  .mobileProductPreview > header {
    height: 32px;
    padding: 8px 6px 3px;
  }
  .mobileProductPreview > header > b {
    width: 18px;
    height: 17px;
    font-size: 8px;
  }
  .mobileProductPreview > section {
    height: 250px;
    padding: 10px 7px 28px;
  }
  .mobileProductPreview h3 {
    margin: 4px 0 7px;
    font-size: 11px;
  }
  .mobileJobSummary {
    gap: 4px;
    margin-bottom: 5px;
  }
  .mobileJobSummary span {
    padding: 4px;
    font-size: 5px;
  }
  .mobileJobSummary b {
    font-size: 10px;
  }
  .mobileJobCard {
    margin-top: 4px;
    padding: 6px;
  }
  .mobileJobCard strong {
    font-size: 6px;
  }
  .mobileJobCard button {
    margin-top: 4px;
    padding: 4px;
  }
  .mobileProductPreview nav {
    height: 24px;
    padding: 0 8px;
    font-size: 5px;
  }
  .conversionProduct .productBody {
    height: 405px;
  }
  .productOverviewPanels {
    display: none;
  }
}
