@charset "UTF-8";
/* Call Center platform section (Figma 13572:18989) — dark "real-time voice AI
   platform" feature grid + "Voice AI layer on top of every softphone" band. */
.cx_platform {
  padding: 120px 0;
  background: radial-gradient(120% 90% at 50% 0%, #2a216b 0%, #1f194f 50%, #131032 100%);
}
.cx_platform * {
  color: inherit;
}
.cx_platform .container {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.cx_platform .cxp_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.cx_platform .cxp_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.cx_platform .cxp_title {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #f7f7f8;
}
.cx_platform .cxp_subtitle {
  margin: 0;
  max-width: 800px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #757585;
}
.cx_platform {
  /* ---- Block 1: platform feature grid ---- */
}
.cx_platform .cxp_grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 1120px;
  max-width: 100%;
}
.cx_platform .cxp_assist_card {
  border: 1px solid rgba(231, 231, 234, 0.2);
  border-radius: 12px;
  overflow: hidden;
}
.cx_platform .cxp_assist_label {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 56px;
  box-sizing: border-box;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  line-height: normal;
  color: #d0d0d8;
}
.cx_platform .cxp_assist_label .cxp_label_icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.cx_platform .cxp_assist_label .cxp_label_text {
  display: flex;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
}
.cx_platform .cxp_assist_label strong {
  font-weight: 700;
  text-transform: uppercase;
}
.cx_platform .cxp_assist_label .cxp_label_sub {
  font-weight: 400;
  opacity: 0.6;
}
.cx_platform .cxp_assist_cols {
  display: flex;
  align-items: stretch;
  /* Content frame has 24px top/bottom padding around the columns
     (Figma 13602:19328), on top of each column's own 24px. */
  padding: 24px 0;
}
.cx_platform .cxp_assist_cols .cxp_col {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 24px 40px;
}
.cx_platform .cxp_assist_cols {
  /* Short vertical divider, vertically centered between columns (Figma
     13572:19018 — 144px line, not a full-height border). */
}
.cx_platform .cxp_assist_cols .cxp_col + .cxp_col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 144px;
  background: rgba(231, 231, 234, 0.2);
}
.cx_platform .cxp_gov_row {
  display: flex;
  gap: 16px;
}
.cx_platform .cxp_gov_row .cxp_gov_card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(231, 231, 234, 0.2);
  border-radius: 12px;
  overflow: hidden;
}
.cx_platform .cxp_gov_row .cxp_gov_body {
  padding: 32px;
}
.cx_platform .cxp_col_head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.cx_platform .cxp_icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.cx_platform .cxp_col_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #f7f7f8;
}
.cx_platform .cxp_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cx_platform .cxp_list li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cx_platform .cxp_dot {
  flex: 0 0 6.4px;
  width: 6.4px;
  height: 6.4px;
  border-radius: 50%;
  background: #1fae8a;
}
.cx_platform .cxp_item_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.cx_platform {
  /* ---- Block 2: Voice AI layer / softphones ---- */
}
.cx_platform .cxp_layer_block .cxp_subtitle {
  max-width: 722px;
}
.cx_platform .cxp_layer {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 832px;
  max-width: 100%;
}
.cx_platform .cxp_layer_bar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 96px;
  padding: 24px 32px;
  border-radius: 24px;
  background: linear-gradient(103.24deg, #372d8f 32.53%, #2a216b 82.92%);
  box-shadow: 0 80px 16px rgba(19, 16, 50, 0.4);
}
.cx_platform .cxp_layer_left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.cx_platform {
  /* Animated waveform pinned to the right edge of the layer bar. */
}
.cx_platform .cxp_wave {
  flex: 0 0 auto;
  width: auto;
  height: 56px;
}
.cx_platform .cxp_layer_logo {
  width: 78px;
  height: 36px;
  flex: 0 0 auto;
}
.cx_platform .cxp_layer_text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #d0d0d8;
}
.cx_platform .cxp_connectors {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  /* Lines sit at x=32..800 within the 832 band (Figma 13581:7789). */
  padding: 0 32px;
}
.cx_platform .cxp_connectors span {
  width: 2px;
  height: 53px;
  background: linear-gradient(270deg, #614efa 0%, rgba(97, 78, 250, 0) 100%);
}
.cx_platform .cxp_softphones {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 32px;
  border-radius: 24px;
  background: #ffffff;
}
.cx_platform .cxp_softphones .cxp_sp_logo {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cx_platform .cxp_softphones .cxp_sp_logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.cx_platform {
  /* Tablet/desktop-narrow: the single Speech Assist card stacks its columns,
     the standalone governance cards go 2-up, and the softphone strip wraps
     into rows instead of one squished line. */
}
@media screen and (max-width: 1100px) {
  .cx_platform .cxp_assist_cols {
    flex-wrap: wrap;
  }
  .cx_platform .cxp_assist_cols .cxp_col {
    flex: 1 1 100%;
  }
  .cx_platform .cxp_assist_cols .cxp_col + .cxp_col::before {
    display: none;
  }
  .cx_platform .cxp_assist_cols .cxp_col + .cxp_col {
    border-top: 1px solid rgba(231, 231, 234, 0.2);
  }
  .cx_platform .cxp_gov_row {
    flex-wrap: wrap;
  }
  .cx_platform .cxp_gov_row .cxp_gov_card {
    flex: 1 1 calc(50% - 8px);
  }
  .cx_platform .cxp_softphones {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    row-gap: 8px;
  }
  .cx_platform .cxp_softphones .cxp_sp_logo {
    flex: 0 0 20%;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .cx_platform {
    padding: 48px 0;
  }
  .cx_platform .container {
    gap: 48px;
  }
  .cx_platform .cxp_block {
    gap: 32px;
  }
  .cx_platform .cxp_title {
    font-size: 28px;
    line-height: 36px;
  }
  .cx_platform .cxp_subtitle {
    font-size: 16px;
  }
  .cx_platform {
    /* Waveform is hidden in the responsive (stacked) layout. */
  }
  .cx_platform .cxp_wave {
    display: none;
  }
  .cx_platform {
    /* Drop the label sub-text on mobile, keep just "SPEECH ASSIST". */
  }
  .cx_platform .cxp_label_sub {
    display: none;
  }
  .cx_platform {
    /* Governance cards stack 1-up; softphone logos stay a tidy grid. */
  }
  .cx_platform .cxp_gov_row .cxp_gov_card {
    flex: 1 1 100%;
  }
  .cx_platform .cxp_softphones .cxp_sp_logo {
    flex: 0 0 25%;
  }
  .cx_platform .cxp_connectors {
    padding: 0 40px;
  }
}
