/* Scoped styles for the combined landing page.
   Standalone section files keep their own CSS; this file prevents class-name collisions on index.html. */

.combined-page .site-shell {
  overflow-x: hidden;
}

.combined-page .go-live {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 96px 0 104px;
}

.combined-page .go-live .section-heading {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
  animation: rise-in 360ms ease-out both;
}

.combined-page .go-live h1,
.combined-page .go-live h2,
.combined-page .go-live h2,
.combined-page .go-live p {
  margin: 0;
}

.combined-page .go-live h1,
.combined-page .go-live h2 {
  width: 100%;
  max-width: none;
  color: var(--text);
  font-size: clamp(2.9rem, 5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-align: center;
}

.combined-page #go-live-heading {
  scroll-margin-top: 16px;
}

.combined-page .go-live h1 span,
.combined-page .go-live h2 span {
  display: block;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.combined-page .go-live .section-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 500;
  line-height: 1.55;
}

.combined-page .go-live .onboarding-flow {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr) minmax(0, 0.95fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: center;
  animation: rise-in 440ms 90ms ease-out both;
}

.combined-page .go-live .onboarding-flow::before {
  position: absolute;
  top: 74px;
  right: 42px;
  left: 42px;
  z-index: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.3), rgba(34, 197, 94, 0.28), rgba(124, 58, 237, 0.24), transparent);
}

.combined-page .go-live .step-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 585px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out;
}

.combined-page .go-live .step-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.06), transparent 44%),
    radial-gradient(circle at 80% 8%, rgba(124, 58, 237, 0.08), transparent 34%);
  pointer-events: none;
}

.combined-page .go-live .step-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: var(--shadow-md);
}

.combined-page .go-live .step-card.is-featured {
  min-height: 632px;
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow:
    0 28px 90px rgba(37, 99, 235, 0.16),
    0 12px 36px rgba(15, 23, 42, 0.09);
}

.combined-page .go-live .step-card.is-featured::before {
  background:
    radial-gradient(circle at 80% 12%, rgba(34, 197, 94, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(124, 58, 237, 0.06) 48%, transparent 70%);
}

.combined-page .go-live .step-content {
  position: relative;
  padding: 24px 22px 18px;
  border-bottom: 1px solid rgba(238, 242, 247, 0.92);
  background: rgba(255, 255, 255, 0.7);
}

.combined-page .go-live .step-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.combined-page .go-live .step-label::before {
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 999px;
  content: "";
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.11);
}

.combined-page .go-live .is-featured .step-label {
  color: var(--blue);
}

.combined-page .go-live .is-featured .step-label::before {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.combined-page .go-live .step-card h2 {
  color: var(--text);
  font-size: clamp(1.24rem, 1.55vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.16;
}

.combined-page .go-live .step-card p {
  margin-top: 10px;
  color: var(--secondary);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
}

.combined-page .go-live .product-frame {
  position: relative;
  min-height: 0;
  margin: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 16px 38px rgba(15, 23, 42, 0.08);
}

.combined-page .go-live .product-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combined-page .go-live .signup-frame {
  height: 380px;
}

.combined-page .go-live .signup-frame img {
  object-position: 50% 7%;
}

.combined-page .go-live .connect-frame {
  height: 438px;
  border-color: rgba(34, 197, 94, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 22px 54px rgba(34, 197, 94, 0.12),
    0 16px 38px rgba(15, 23, 42, 0.08);
}

.combined-page .ezw-faq-section {
  width: 100%;
  padding: 88px 0 96px;
  background: #ffffff;
}

.combined-page .ezw-faq-shell {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.combined-page .ezw-faq-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.combined-page .ezw-faq-header h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.04;
}

.combined-page .ezw-faq-header > p:last-child {
  margin: 16px 0 0;
  color: var(--secondary);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 500;
  line-height: 1.58;
}

.combined-page .ezw-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.combined-page .ezw-faq-answer-block {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: var(--shadow-sm);
}

.combined-page .ezw-faq-answer-block h3,
.combined-page .ezw-faq-answer-block summary {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(1.1rem, 1.35vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.combined-page .ezw-faq-answer-block summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: default;
  list-style: none;
}

.combined-page .ezw-faq-answer-block summary::-webkit-details-marker {
  display: none;
}

.combined-page .ezw-faq-answer-block summary::after {
  content: "";
  display: none;
}

.combined-page .ezw-faq-answer-block p {
  margin: 0;
  color: var(--secondary);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.58;
}

.combined-page .ezw-faq-answer-block a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.combined-page .ezw-faq-answer-block a:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .combined-page .ezw-faq-section {
    padding: 64px 0 72px;
  }

  .combined-page .ezw-faq-shell {
    width: min(100% - 32px, 540px);
  }

  .combined-page .ezw-faq-grid {
    grid-template-columns: 1fr;
  }

  .combined-page .ezw-faq-answer-block {
    min-height: 0;
    padding: 20px;
  }

  .combined-page .ezw-faq-answer-block summary {
    margin: 0;
    cursor: pointer;
  }

  .combined-page .ezw-faq-answer-block summary::after {
    content: "+";
    display: block;
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 1.25rem;
    line-height: 1;
  }

  .combined-page .ezw-faq-answer-block[open] summary::after {
    content: "-";
  }

  .combined-page .ezw-faq-answer-block summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.24);
    outline-offset: 4px;
  }

  .combined-page .ezw-faq-answer-block p {
    margin-top: 14px;
  }
}

.combined-page .go-live .connect-frame img {
  padding: 14px 12px 62px;
  background: #ffffff;
  object-fit: contain;
  object-position: 50% 42%;
}

.combined-page .go-live .connection-state {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.combined-page .go-live .connection-state span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 9px;
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 999px;
  color: #166534;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.combined-page .go-live .connection-state i {
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.13);
}

.combined-page .go-live .invite-frame {
  height: 380px;
}

.combined-page .go-live .invite-frame img {
  object-position: 0% 48%;
}

.combined-page .go-live .collaboration-frame {
  position: relative;
  height: 400px;
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.09), transparent 32%),
    #ffffff;
}

.combined-page .go-live .workspace-shot {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--text);
  background: #ffffff;
}

.combined-page .go-live .shot-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid var(--soft-border);
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 800;
}

.combined-page .go-live .shot-topbar strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #166534;
  font-size: 0.7rem;
}

.combined-page .go-live .shot-topbar i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.combined-page .go-live .shot-grid {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  height: calc(100% - 42px);
  padding: 12px;
  background: #f8fafc;
}

.combined-page .go-live .shot-sidebar {
  display: none;
  padding: 14px 10px;
  background: #f8fafc;
}

.combined-page .go-live .shot-logo {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f62ff;
}

.combined-page .go-live .shot-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combined-page .go-live .shot-sidebar span {
  display: block;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.15;
}

.combined-page .go-live .shot-sidebar .nav-active {
  color: var(--blue);
  background: #eff6ff;
}

.combined-page .go-live .shot-list {
  padding: 10px;
  border: 1px solid var(--soft-border);
  border-radius: 16px;
  background: #ffffff;
}

.combined-page .go-live .list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
}

.combined-page .go-live .list-head strong {
  color: var(--blue);
}

.combined-page .go-live .shot-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  margin-bottom: 7px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 13px;
}

.combined-page .go-live .shot-row:not(.selected) {
  display: none;
}

.combined-page .go-live .shot-row.selected {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.combined-page .go-live .shot-row > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--blue);
  background: #dbeafe;
  font-size: 0.66rem;
  font-weight: 800;
}

.combined-page .go-live .shot-row strong,
.combined-page .go-live .shot-row p,
.combined-page .go-live .shot-row em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combined-page .go-live .shot-row strong {
  font-size: 0.66rem;
  line-height: 1.1;
}

.combined-page .go-live .shot-row p {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.58rem;
}

.combined-page .go-live .shot-row em {
  width: fit-content;
  margin-top: 0;
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--blue);
  background: #dbeafe;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.combined-page .go-live .shot-thread {
  min-height: 0;
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--soft-border);
  border-radius: 16px;
  background: #ffffff;
}

.combined-page .go-live .thread-head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.combined-page .go-live .thread-head span,
.combined-page .go-live .analytics-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue);
  background: #dbeafe;
  font-size: 0.62rem;
  font-weight: 800;
}

.combined-page .go-live .bubble {
  width: fit-content;
  max-width: 92%;
  margin-bottom: 6px;
  padding: 7px 9px;
  border-radius: 13px;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.28;
}

.combined-page .go-live .incoming {
  border: 1px solid var(--border);
  background: #ffffff;
}

.combined-page .go-live .outgoing {
  margin-left: auto;
  border: 1px solid rgba(34, 197, 94, 0.26);
  color: #166534;
  background: #dcfce7;
}

.combined-page .go-live .internal-note {
  margin-top: 7px;
  padding: 8px;
  border: 1px solid rgba(245, 158, 11, 0.44);
  border-radius: 13px;
  color: #92400e;
  background: #fffbeb;
}

.combined-page .go-live .internal-note strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.combined-page .go-live .internal-note p {
  margin: 0;
  color: #92400e;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.35;
}

.combined-page .go-live .analytics-badge {
  margin-top: 7px;
  color: var(--purple);
  background: #ede9fe;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1160px) {
.combined-page .go-live .onboarding-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.combined-page .go-live .onboarding-flow::before {
    display: none;
  }

.combined-page .go-live .step-card,
.combined-page .go-live .step-card.is-featured {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
.combined-page .go-live {
    width: min(100% - 32px, 520px);
    padding: 64px 0 72px;
  }

.combined-page .go-live .section-heading {
    margin-bottom: 34px;
    text-align: center;
  }

.combined-page .go-live h1,
.combined-page .go-live h2 {
    width: 100%;
    max-width: none;
    font-size: 2.5rem;
    line-height: 1.04;
  }

.combined-page .go-live .section-heading p {
    margin-top: 14px;
    font-size: 1rem;
  }

.combined-page .go-live .onboarding-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

.combined-page .go-live .step-card,
.combined-page .go-live .step-card.is-featured {
    min-height: 0;
    border-radius: 20px;
  }

.combined-page .go-live .step-content {
    padding: 22px 20px 16px;
  }

.combined-page .go-live .product-frame {
    margin: 16px;
    border-radius: 17px;
  }

.combined-page .go-live .signup-frame,
.combined-page .go-live .invite-frame {
    height: 280px;
  }

.combined-page .go-live .connect-frame {
    height: 354px;
  }

.combined-page .go-live .connection-state {
    grid-template-columns: 1fr;
    gap: 7px;
  }

.combined-page .go-live .connection-state span {
    justify-content: flex-start;
    min-height: 32px;
    padding: 0 12px;
  }

.combined-page .go-live .collaboration-frame {
    height: 430px;
  }

.combined-page .go-live .shot-grid {
    grid-template-rows: auto 1fr;
  }
}

@media (max-width: 430px) {
.combined-page .go-live h1,
.combined-page .go-live h2 {
    max-width: none;
    font-size: 2.18rem;
  }

.combined-page .go-live .connect-frame {
    height: 330px;
  }

.combined-page .go-live .collaboration-frame {
    height: 420px;
  }

.combined-page .go-live .shot-list {
    padding: 11px 8px;
  }

.combined-page .go-live .shot-thread {
    padding: 12px 10px;
  }

.combined-page .go-live .bubble {
    max-width: 174px;
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
.combined-page .go-live *::before,
.combined-page .go-live *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.combined-page .features-section {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 92px 0 104px;
}

.combined-page .features-section .section-header {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
  animation: rise-in 360ms ease-out both;
}

.combined-page .features-section .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 0 15px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

.combined-page .features-section h1,
.combined-page .features-section h2,
.combined-page .features-section h2,
.combined-page .features-section p {
  margin: 0;
}

.combined-page .features-section h1,
.combined-page .features-section h2 {
  width: 100%;
  max-width: none;
  color: var(--text);
  font-size: clamp(2.75rem, 4.6vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.03;
}

.combined-page .features-section .section-subtitle {
  max-width: 800px;
  margin: 18px auto 0;
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  font-weight: 500;
  line-height: 1.58;
}

.combined-page .features-section .feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  animation: rise-in 440ms 90ms ease-out both;
}

.combined-page .features-section .feature-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
  isolation: isolate;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out;
}

.combined-page .features-section .feature-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.055), transparent 42%),
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.08), transparent 34%);
  pointer-events: none;
}

.combined-page .features-section .feature-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: var(--shadow-md);
}

.combined-page .features-section .card-shared {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 654px;
  box-shadow: var(--shadow-md);
}

.combined-page .features-section .card-assign {
  grid-column: span 6;
  min-height: 314px;
}

.combined-page .features-section .card-campaigns,
.combined-page .features-section .card-analytics {
  grid-column: span 3;
  min-height: 322px;
}

.combined-page .features-section .card-automation,
.combined-page .features-section .card-integrations {
  grid-column: span 6;
  min-height: 318px;
}

.combined-page .features-section .card-copy {
  padding: 26px 26px 18px;
}

.combined-page .features-section .card-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 15px;
  padding: 0 10px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  color: var(--blue);
  background: #f8fbff;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
}

.combined-page .features-section .card-shared .card-label::before {
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  content: "";
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.combined-page .features-section .feature-card h2 {
  max-width: 620px;
  color: var(--text);
  font-size: clamp(1.24rem, 1.55vw, 1.58rem);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.14;
}

.combined-page .features-section .card-shared h2 {
  font-size: clamp(1.72rem, 2.4vw, 2.25rem);
  max-width: 560px;
}

.combined-page .features-section .feature-card p {
  max-width: 620px;
  margin-top: 12px;
  color: var(--secondary);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.56;
}

.combined-page .features-section .card-campaigns p,
.combined-page .features-section .card-analytics p {
  font-size: 0.9rem;
}

.combined-page .features-section .product-ui {
  position: relative;
  min-height: 0;
  margin: 0 18px 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 16px 38px rgba(15, 23, 42, 0.08);
}

.combined-page .features-section .shared-ui {
  height: 390px;
}

.combined-page .features-section .ui-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--soft-border);
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
}

.combined-page .features-section .ui-topbar strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #166534;
  font-size: 0.72rem;
}

.combined-page .features-section .ui-topbar i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.combined-page .features-section .shared-grid {
  display: grid;
  grid-template-columns: 116px 180px minmax(0, 1fr);
  height: calc(100% - 44px);
}

.combined-page .features-section .mini-sidebar,
.combined-page .features-section .conversation-list {
  border-right: 1px solid var(--soft-border);
}

.combined-page .features-section .mini-sidebar {
  padding: 16px 12px;
  background: #f8fafc;
}

.combined-page .features-section .brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 13px;
  overflow: hidden;
  background: #0f62ff;
}

.combined-page .features-section .brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combined-page .features-section .mini-sidebar span {
  display: block;
  margin-bottom: 9px;
  padding: 9px;
  border-radius: 11px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.14;
}

.combined-page .features-section .mini-sidebar .active {
  color: var(--blue);
  background: #eff6ff;
}

.combined-page .features-section .conversation-list {
  padding: 14px 11px;
}

.combined-page .features-section .list-title,
.combined-page .features-section .thread-meta,
.combined-page .features-section .metric-row,
.combined-page .features-section .campaign-head,
.combined-page .features-section .workload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.combined-page .features-section .list-title strong,
.combined-page .features-section .thread-meta span,
.combined-page .features-section .thread-meta strong {
  color: var(--blue);
}

.combined-page .features-section .conversation {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
}

.combined-page .features-section .conversation.selected {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.combined-page .features-section .conversation > span,
.combined-page .features-section .team-row span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--blue);
  background: #dbeafe;
  font-size: 0.72rem;
  font-weight: 800;
}

.combined-page .features-section .conversation strong,
.combined-page .features-section .conversation p,
.combined-page .features-section .conversation em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.combined-page .features-section .conversation strong {
  color: var(--text);
  font-size: 0.76rem;
  line-height: 1.1;
}

.combined-page .features-section .conversation p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.64rem;
}

.combined-page .features-section .conversation em {
  grid-column: 2;
  width: fit-content;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--blue);
  background: #dbeafe;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.combined-page .features-section .thread-panel {
  padding: 16px 14px;
  background:
    radial-gradient(circle at 94% 0%, rgba(37, 99, 235, 0.08), transparent 28%),
    #ffffff;
}

.combined-page .features-section .bubble {
  width: fit-content;
  max-width: 82%;
  margin-top: 14px;
  padding: 11px 13px;
  border-radius: 15px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.combined-page .features-section .bubble.inbound {
  border: 1px solid var(--border);
  background: #ffffff;
}

.combined-page .features-section .bubble.outbound {
  margin-left: auto;
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #166534;
  background: #dcfce7;
}

.combined-page .features-section .team-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid var(--soft-border);
  border-radius: 16px;
  background: #f8fafc;
}

.combined-page .features-section .team-row span {
  width: 25px;
  height: 25px;
  margin-left: -10px;
  border: 2px solid #ffffff;
  font-size: 0.62rem;
}

.combined-page .features-section .team-row span:first-child {
  margin-left: 0;
}

.combined-page .features-section .team-row strong {
  margin-left: 6px;
  color: var(--secondary);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
}

.combined-page .features-section .assign-ui {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 128px;
  padding: 16px;
}

.combined-page .features-section .assignment-pill,
.combined-page .features-section .status-row span,
.combined-page .features-section .campaign-reply,
.combined-page .features-section .integration-center span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.combined-page .features-section .assignment-pill {
  color: var(--blue);
  background: #dbeafe;
}

.combined-page .features-section .note-card {
  padding: 13px;
  border: 1px solid rgba(245, 158, 11, 0.44);
  border-radius: 15px;
  color: #92400e;
  background: #fffbeb;
}

.combined-page .features-section .note-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.combined-page .features-section .note-card p {
  margin: 0;
  color: #92400e;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.combined-page .features-section .status-row {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
}

.combined-page .features-section .status-row span {
  padding: 0 12px;
  color: var(--secondary);
  background: #f8fafc;
  border: 1px solid var(--border);
}

.combined-page .features-section .campaign-ui,
.combined-page .features-section .analytics-ui {
  min-height: 154px;
  padding: 16px;
}

.combined-page .features-section .campaign-head strong {
  color: #166534;
}

.combined-page .features-section .delivery-bars {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.combined-page .features-section .delivery-bars span {
  display: block;
  width: var(--size);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
}

.combined-page .features-section .campaign-reply {
  justify-content: flex-start;
  margin-top: 17px;
  padding: 0 12px;
  color: var(--blue);
  background: #eff6ff;
}

.combined-page .features-section .analytics-ui .metric-row strong {
  color: var(--blue);
  font-size: 1.24rem;
}

.combined-page .features-section .chart-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  height: 70px;
  gap: 8px;
  margin: 14px 0;
  padding: 0 3px;
  border-bottom: 1px solid var(--border);
}

.combined-page .features-section .chart-row i {
  display: block;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.92), rgba(124, 58, 237, 0.82));
}

.combined-page .features-section .workload strong {
  color: var(--text);
}

.combined-page .features-section .automation-ui {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-height: 126px;
  padding: 16px;
}

.combined-page .features-section .rule-step {
  position: relative;
  padding: 13px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
}

.combined-page .features-section .rule-step:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 13px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--blue), rgba(124, 58, 237, 0.4));
}

.combined-page .features-section .rule-step span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.combined-page .features-section .rule-step strong {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.combined-page .features-section .rule-step.action {
  border-color: rgba(37, 99, 235, 0.24);
  background: #eff6ff;
}

.combined-page .features-section .integration-ui {
  min-height: 150px;
}

.combined-page .features-section .integration-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.combined-page .features-section .integration-center span {
  gap: 8px;
  padding: 0 16px;
  color: #166534;
  border: 1px solid rgba(34, 197, 94, 0.28);
  background: #f0fdf4;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.combined-page .features-section .integration-center i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
}

.combined-page .features-section .integration-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 86px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
}

.combined-page .features-section .integration-node.crm {
  top: 28px;
  left: 26px;
}

.combined-page .features-section .integration-node.api {
  right: 30px;
  top: 30px;
}

.combined-page .features-section .integration-node.ai {
  right: 50px;
  bottom: 28px;
}

.combined-page .features-section .integration-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.25), rgba(124, 58, 237, 0.26));
}

.combined-page .features-section .line-one {
  top: 62px;
  left: 110px;
  width: 160px;
  transform: rotate(18deg);
}

.combined-page .features-section .line-two {
  top: 62px;
  right: 116px;
  width: 130px;
  transform: rotate(-18deg);
}

.combined-page .features-section .line-three {
  right: 132px;
  bottom: 62px;
  width: 116px;
  transform: rotate(22deg);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
.combined-page .features-section .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.combined-page .features-section .card-shared,
.combined-page .features-section .card-assign,
.combined-page .features-section .card-campaigns,
.combined-page .features-section .card-analytics,
.combined-page .features-section .card-automation,
.combined-page .features-section .card-integrations {
    grid-column: span 1;
    grid-row: auto;
  }

.combined-page .features-section .card-shared {
    grid-column: 1 / -1;
    min-height: 610px;
  }
}

@media (max-width: 760px) {
.combined-page .features-section {
    width: min(100% - 32px, 540px);
    padding: 64px 0 72px;
  }

.combined-page .features-section .section-header {
    margin-bottom: 34px;
    text-align: left;
  }

.combined-page .features-section .eyebrow {
    justify-content: flex-start;
  }

.combined-page .features-section h1,
.combined-page .features-section h2 {
    width: 100%;
    max-width: none;
    font-size: 2.42rem;
    line-height: 1.06;
  }

.combined-page .features-section .section-subtitle {
    margin-top: 14px;
    font-size: 1rem;
  }

.combined-page .features-section .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

.combined-page .features-section .feature-card,
.combined-page .features-section .card-shared,
.combined-page .features-section .card-assign,
.combined-page .features-section .card-campaigns,
.combined-page .features-section .card-analytics,
.combined-page .features-section .card-automation,
.combined-page .features-section .card-integrations {
    min-height: 0;
    border-radius: 20px;
  }

.combined-page .features-section .card-copy {
    padding: 22px 20px 16px;
  }

.combined-page .features-section .card-shared h2 {
    font-size: 1.48rem;
  }

.combined-page .features-section .product-ui {
    margin: 0 16px 16px;
    border-radius: 17px;
  }

.combined-page .features-section .shared-ui {
    height: 520px;
  }

.combined-page .features-section .shared-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

.combined-page .features-section .mini-sidebar {
    display: none;
  }

.combined-page .features-section .conversation-list {
    border-right: 0;
    border-bottom: 1px solid var(--soft-border);
  }

.combined-page .features-section .conversation:nth-of-type(n + 4) {
    display: none;
  }

.combined-page .features-section .assign-ui,
.combined-page .features-section .automation-ui {
    grid-template-columns: 1fr;
  }

.combined-page .features-section .rule-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -13px;
    left: 24px;
    width: 1px;
    height: 13px;
    background: linear-gradient(180deg, var(--blue), rgba(124, 58, 237, 0.4));
  }

.combined-page .features-section .integration-node.crm {
    left: 18px;
  }

.combined-page .features-section .integration-node.api {
    right: 18px;
  }

.combined-page .features-section .integration-node.ai {
    right: 32px;
  }

.combined-page .go-live .step-create,
.combined-page .product-tour,
.combined-page .ezw-use-cases {
    display: none;
  }

.combined-page .go-live .product-frame {
    display: none;
  }

.combined-page .go-live .step-connect .step-label,
.combined-page .go-live .step-invite .step-label,
.combined-page .go-live .step-collaborate .step-label {
    font-size: 0;
  }

.combined-page .go-live .step-connect .step-label::after,
.combined-page .go-live .step-invite .step-label::after,
.combined-page .go-live .step-collaborate .step-label::after {
    font-size: 0.72rem;
  }

.combined-page .go-live .step-connect .step-label::after {
    content: "STEP 01";
  }

.combined-page .go-live .step-invite .step-label::after {
    content: "STEP 02";
  }

.combined-page .go-live .step-collaborate .step-label::after {
    content: "STEP 03";
  }

.combined-page .features-section .card-copy > p {
    display: none;
  }
}

@media (max-width: 420px) {
.combined-page .features-section h1 {
    max-width: none;
    font-size: 2.1rem;
  }

.combined-page .features-section .shared-ui {
    height: 540px;
  }

.combined-page .features-section .thread-panel {
    padding: 12px;
  }

.combined-page .features-section .team-row {
    align-items: flex-start;
  }

.combined-page .features-section .integration-node {
    min-width: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
.combined-page .features-section *::before,
.combined-page .features-section *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
