/* Extracted from solutions/omnichannel-contact-center-services.php to reduce rendered HTML weight. */
.ecx-compact .ecx-form-wrap .ecx-label { display: none; }
.ecx-compact .ecx-form-wrap .ecx-input { padding: 8px 12px; font-size: 13px; background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.2); color: #fff !important; }
.ecx-compact .ecx-form-wrap .ecx-input::placeholder { color: rgba(255,255,255,0.5) !important; }
.ecx-compact .ecx-form-wrap .ecx-select { padding: 8px 12px; font-size: 13px; background: rgba(20,20,20,0.95) !important; border-color: rgba(255,255,255,0.2); color: #fff !important; }
.ecx-compact .ecx-form-wrap .ecx-select option { background: #1a1a1a; color: #fff; }
.ecx-compact .ecx-form-wrap .ecx-phone-wrapper { padding: 8px 12px; background: rgba(255,255,255,0.1) !important; border-color: rgba(255,255,255,0.2) !important; }
.ecx-compact .ecx-form-wrap .ecx-phone-wrapper input[type="tel"] { color: #fff !important; font-size: 13px; background: transparent !important; }
.ecx-compact .ecx-form-wrap .ecx-phone-wrapper input[type="tel"]::placeholder { color: rgba(255,255,255,0.5) !important; }
.ecx-compact .ecx-form-wrap .ecx-country-toggle span.ecx-code { color: #fff !important; font-size: 13px; }
.ecx-compact .ecx-form-wrap .ecx-country-toggle svg { color: #fff !important; }
.ecx-compact .ecx-form-wrap .ecx-divider { color: rgba(255,255,255,0.3) !important; }
.ecx-compact .ecx-form-wrap .ecx-grid-2 { gap: 8px; }
.ecx-compact .ecx-form-wrap .ecx-mt { margin-top: 8px; }
.ecx-compact .ecx-form-wrap .ecx-privacy-row { margin-top: 12px; }
.ecx-compact .ecx-form-wrap .ecx-privacy-row p { font-size: 12px; color: rgba(255,255,255,0.8) !important; }
.ecx-compact .ecx-form-wrap .ecx-submit-btn { margin-top: 14px; padding: 10px 24px; font-size: 14px; }
.ecx-compact .ecx-country-dropdown { background: #1a1a1a !important; border-color: rgba(255,255,255,0.2) !important; }
.ecx-compact .ecx-country-item { color: #ddd !important; }
.ecx-compact .ecx-country-item:hover { background: rgba(122,118,255,0.2) !important; }
.cx-hero-section { padding-top: 18rem; padding-bottom: 160px; }
@media (max-width: 1024px) { .cx-hero-grid { grid-template-columns: 1fr !important; } .cx-hero-form { display: block !important; } .cx-hero-section { padding-top: 10rem !important; padding-bottom: 80px !important; height: auto !important; min-height: 100vh !important; } }
.cx-comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 16px; overflow: hidden; }
.cx-comparison-table thead th { padding: 20px 24px; font-size: 15px; font-weight: 600; text-align: left; }
.cx-comparison-table thead th:first-child { background: #1a1a1a; color: #fff; }
.cx-comparison-table thead th:nth-child(2) { background: #2a2a2a; color: #aaa; }
.cx-comparison-table thead th:nth-child(3) { background: linear-gradient(90deg, #7A76FF 0%, #CB46FA 50.14%, #FE881C 100%); color: #fff; }
.cx-comparison-table tbody td { padding: 18px 24px; font-size: 15px; line-height: 24px; border-bottom: 1px solid #f0f0f0; vertical-align: top; }
.cx-comparison-table tbody tr:last-child td { border-bottom: none; }
.cx-comparison-table tbody td:first-child { background: #fafafa; color: #000; font-weight: 600; }
.cx-comparison-table tbody td:nth-child(2) { background: #fff; color: #555; }
.cx-comparison-table tbody td:nth-child(3) { background: #fdf9ff; color: #2a1a40; }
.cx-feature-card { border-radius: 16px; padding: 32px; background: #fff; box-shadow: 0 4px 24px rgba(122,118,255,0.08); border: 1px solid #f0eeff; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.cx-feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(122,118,255,0.16); }
.cx-feature-icon { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, #7A76FF 0%, #CB46FA 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #fff; font-size: 22px; }
.cx-industry-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 100px; background: #fff; border: 1px solid #e8e4ff; font-size: 14px; color: #2a2a2a; }
.cx-industry-pill span.dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #7A76FF, #FE881C); flex-shrink: 0; }
.cx-faq-item { border-bottom: 1px solid rgba(255,255,255,0.12); }
.cx-faq-item:last-child { border-bottom: none; }
.cx-faq-toggle { width: 100%; background: none; border: none; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; text-align: left; }
.cx-faq-question { font-size: 17px; font-weight: 600; color: #fff; line-height: 26px; }
.cx-faq-icon { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, #7A76FF 0%, #FE881C 100%); display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; }
.cx-faq-icon svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.cx-faq-item.open .cx-faq-icon { transform: rotate(180deg); }
.cx-faq-answer { font-size: 16px; line-height: 26px; color: #b7b7b7; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding-bottom 0.25s ease; }
.cx-faq-item.open .cx-faq-answer { max-height: 520px; padding-bottom: 24px; }
.breadcrumb-nav a, .breadcrumb-nav span { font-size: 14px; color: #aaa; text-decoration: none; }
.breadcrumb-nav a:hover { color: #CB46FA; }
.breadcrumb-nav .sep { margin: 0 8px; }
.breadcrumb-nav .current { color: #fff; }
.cx-list li { display: flex; gap: 12px; align-items: flex-start; }
.cx-list li::before { content: ""; width: 9px; height: 9px; border-radius: 999px; margin-top: 9px; flex: 0 0 auto; background: linear-gradient(135deg, #7A76FF, #FE881C); }
.omnichannel-page .contact-center-cost-section .cx-feature-cta { margin-top: 34px !important; }
@keyframes revealUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.animate-reveal { animation: revealUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.25s; }
.delay-3 { animation-delay: 0.4s; }
.delay-4 { animation-delay: 0.55s; }

@media (max-width: 767px) {
  .omnichannel-page .cx-hero-section {
    height: auto !important;
    min-height: 760px !important;
    padding: 188px 20px 64px !important;
    justify-content: flex-start !important;
  }

  .omnichannel-page .cx-hero-section .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .omnichannel-page .cx-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  .omnichannel-page .breadcrumb-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px !important;
    line-height: 20px !important;
  }

  .omnichannel-page .breadcrumb-nav a,
  .omnichannel-page .breadcrumb-nav span {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .omnichannel-page .breadcrumb-nav .sep {
    margin: 0 !important;
  }

  .omnichannel-page .cx-hero-section .herosubtitle {
    display: block !important;
    width: 100% !important;
    margin: 0 auto 14px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.08em !important;
    text-align: center !important;
  }

  .omnichannel-page .cx-hero-section .solutions-hero-heading {
    max-width: min(350px, calc(100vw - 40px)) !important;
    margin: 0 auto 16px !important;
    font-size: 34px !important;
    line-height: 42px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .omnichannel-page .cx-hero-section .subpara,
  .omnichannel-page .cx-hero-section .text-center > p:not(.herosubtitle) {
    max-width: min(330px, calc(100vw - 42px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .omnichannel-page .cx-hero-section .subpara {
    margin-bottom: 14px !important;
  }

  .omnichannel-page .cx-hero-section .subpara + .subpara {
    margin-bottom: 26px !important;
  }

  .omnichannel-page .cx-hero-section .delay-4 {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .omnichannel-page .cx-hero-section .delay-4 a {
    display: flex !important;
    width: min(100%, 300px) !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .omnichannel-page .cx-hero-section .delay-4 a + a {
    margin-top: 0 !important;
  }

  .omnichannel-page .cx-hero-section .text-white\/65 {
    display: none !important;
  }

  .omnichannel-page .cx-hero-form {
    display: none !important;
  }

  .omnichannel-page .samesectionpadding {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .omnichannel-page .solution-heading,
  .omnichannel-page .solution-heading span {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 38px !important;
    letter-spacing: 0 !important;
  }

  .omnichannel-page .contact-center-cost-section .cx-feature-cta {
    display: flex !important;
    width: 100% !important;
    min-height: 56px !important;
    margin-top: 28px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    white-space: normal !important;
  }
}

.omnichannel-page .cx-hero-actions,
.omnichannel-page .future-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.omnichannel-page .cx-hero-actions {
  justify-content: center;
}

@media (min-width: 1024px) {
  .omnichannel-page .cx-hero-actions {
    justify-content: flex-start;
  }
}

.omnichannel-page .cx-hero-actions a,
.omnichannel-page .future-btn a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .omnichannel-page .cx-hero-actions,
  .omnichannel-page .future-btn {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .omnichannel-page .cx-hero-actions a,
  .omnichannel-page .future-btn a {
    width: min(100%, 300px) !important;
    white-space: normal !important;
  }
}

@media (max-width: 360px) {
  .omnichannel-page .cx-hero-section {
    min-height: 790px !important;
    padding-top: 184px !important;
  }

  .omnichannel-page .cx-hero-section .solutions-hero-heading {
    font-size: 31px !important;
    line-height: 39px !important;
  }
}
