.suite-ecosystem {
  background: linear-gradient(180deg, #fff, #f6fbfb 100%);
}

.suite-ecosystem .section-heading {
  max-width: 800px;
}

.suite-ecosystem-lifecycle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 30px;
  padding: 15px 20px;
  overflow: hidden;
  list-style: none;
  border: 1px solid var(--suite-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7, 72, 73, .035);
}

.suite-ecosystem-lifecycle li {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #355860;
  font: 600 clamp(.78rem, .73rem + .18vw, .9rem)/1.3 Poppins, Arial, sans-serif;
  white-space: nowrap;
}

.suite-ecosystem-lifecycle li::before {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--suite-teal), var(--suite-blue));
  box-shadow: 0 0 0 4px #e5f5f4;
  content: '';
}

.suite-ecosystem-lifecycle li:not(:last-child)::after {
  width: 100%;
  height: 1px;
  margin-left: 3px;
  background: linear-gradient(90deg, #9fcfcb, #c2d9e9);
  content: '';
}

.suite-ecosystem-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.suite-ecosystem-platform {
  --ecosystem-platform: var(--suite-teal);
  --ecosystem-platform-soft: #edf9f8;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 2.4vw, 30px);
  border: 1px solid #d7e7e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(5, 69, 73, .05);
  transition: transform .25s, box-shadow .25s;
}

.suite-ecosystem-platform--sac {
  --ecosystem-platform: var(--suite-blue);
  --ecosystem-platform-soft: #eef5fd;
}

.suite-ecosystem-platform:hover {
  transform: translateY(-4px);
  box-shadow: var(--suite-shadow);
}

.suite-ecosystem-platform__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.suite-ecosystem-platform__top span {
  color: var(--ecosystem-platform);
  font: 700 .8rem Poppins, Arial, sans-serif;
  letter-spacing: .09em;
}

.suite-ecosystem-platform__top small {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--ecosystem-platform-soft);
  color: var(--ecosystem-platform);
  font: 600 .72rem Poppins, Arial, sans-serif;
}

.suite-ecosystem-platform h3 {
  margin: 17px 0 9px;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.15;
}

.suite-ecosystem-platform > p {
  min-height: 72px;
  margin: 0;
  color: var(--suite-muted);
  font-size: .94rem;
  line-height: 1.62;
}

.suite-ecosystem-crm-mockup,
.suite-ecosystem-sac-mockup {
  min-height: 258px;
  margin: 22px 0 20px;
  overflow: hidden;
  border: 1px solid #dbe8e7;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f4fbfa);
}

.suite-ecosystem-sac-mockup {
  border-color: #d8e5f2;
  background: linear-gradient(145deg, #fff, #f2f7fd);
}

.suite-ecosystem-crm-mockup > header,
.suite-ecosystem-sac-mockup > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 15px;
  border-bottom: 1px solid #dbe8e7;
  background: rgba(255, 255, 255, .92);
}

.suite-ecosystem-sac-mockup > header {
  border-color: #d8e5f2;
}

.suite-ecosystem-crm-mockup > header b,
.suite-ecosystem-sac-mockup > header b {
  color: var(--suite-ink);
  font: 600 .8rem Poppins, Arial, sans-serif;
}

.suite-ecosystem-crm-mockup > header small,
.suite-ecosystem-sac-mockup > header small {
  color: var(--suite-muted);
  font-size: .72rem;
}

.suite-ecosystem-crm-mockup__body {
  display: grid;
  grid-template-columns: .82fr 1.35fr .95fr;
  gap: 12px;
  align-items: center;
  min-height: 208px;
  padding: 18px;
}

.suite-ecosystem-crm-mockup__body article,
.suite-ecosystem-crm-mockup__body section {
  padding: 15px;
  border: 1px solid #cfe5e2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 15px rgba(7, 72, 73, .05);
}

.suite-ecosystem-crm-mockup__body span,
.suite-ecosystem-crm-mockup__body strong,
.suite-ecosystem-crm-mockup__body small {
  display: block;
}

.suite-ecosystem-crm-mockup__body span {
  margin-bottom: 5px;
  color: var(--suite-teal);
  font: 700 .72rem Poppins, Arial, sans-serif;
}

.suite-ecosystem-crm-mockup__body strong {
  color: var(--suite-ink);
  font: 600 .84rem/1.35 Poppins, Arial, sans-serif;
}

.suite-ecosystem-crm-mockup__body small {
  margin-top: 6px;
  color: var(--suite-muted);
  font-size: .72rem;
  line-height: 1.35;
}

.suite-ecosystem-crm-mockup__body ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: crm-stage;
}

.suite-ecosystem-crm-mockup__body li {
  position: relative;
  padding: 8px 9px 8px 30px;
  border-radius: 8px;
  background: #eaf7f5;
  color: #315b60;
  font: 600 .73rem Poppins, Arial, sans-serif;
  counter-increment: crm-stage;
}

.suite-ecosystem-crm-mockup__body li::before {
  position: absolute;
  top: 50%;
  left: 9px;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--suite-teal);
  color: #fff;
  content: counter(crm-stage);
  font-size: .58rem;
  transform: translateY(-50%);
}

.suite-ecosystem-crm-mockup__body li:not(:last-child)::after {
  position: absolute;
  top: 100%;
  left: 16px;
  width: 1px;
  height: 7px;
  background: #95cbc7;
  content: '';
}

.suite-ecosystem-sac-mockup__body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  min-height: 208px;
  padding: 16px;
}

.suite-ecosystem-sac-mockup__body > * {
  margin: 0;
  padding: 12px;
  border: 1px solid #d5e3f0;
  border-radius: 12px;
  background: #fff;
  color: #38535b;
  font-size: .78rem;
  line-height: 1.4;
  box-shadow: 0 7px 15px rgba(31, 82, 124, .05);
}

.suite-ecosystem-sac-mockup__body p:nth-of-type(2) {
  background: #eaf3fd;
}

.suite-ecosystem-sac-mockup__body div {
  border-style: dashed;
  background: #f7faff;
}

.suite-ecosystem-sac-mockup__body aside {
  background: linear-gradient(135deg, #f0f6ff, #fff);
}

.suite-ecosystem-sac-mockup__body span,
.suite-ecosystem-sac-mockup__body strong,
.suite-ecosystem-sac-mockup__body small {
  display: block;
}

.suite-ecosystem-sac-mockup__body span {
  margin-bottom: 5px;
  color: var(--suite-blue);
  font: 700 .72rem Poppins, Arial, sans-serif;
}

.suite-ecosystem-sac-mockup__body strong {
  color: var(--suite-ink);
  font: 600 .78rem/1.4 Poppins, Arial, sans-serif;
}

.suite-ecosystem-sac-mockup__body small {
  margin-top: 5px;
  color: var(--suite-muted);
  font-size: .72rem;
}

.suite-ecosystem-platform__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  color: var(--ecosystem-platform) !important;
  font: 600 .88rem Poppins, Arial, sans-serif;
}

.suite-ecosystem-platform__link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .2s;
}

.suite-ecosystem-platform__link:hover svg {
  transform: translateX(4px);
}

.suite-ecosystem-platform__link:focus-visible,
.suite-ecosystem-complements a:focus-visible,
.suite-ecosystem-integrations a:focus-visible,
.suite-ecosystem-support-card__link:focus-visible {
  outline: 3px solid rgba(57, 119, 187, .35);
  outline-offset: 3px;
}

.suite-ecosystem-connector {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  width: min(100%, 760px);
  margin: 22px auto;
  padding: 15px 22px 17px;
  border: 1px solid #cfe2e2;
  border-radius: 15px;
  background: linear-gradient(100deg, #f0fbfa, #f5f8fd);
  text-align: center;
  box-shadow: 0 8px 22px rgba(5, 69, 73, .04);
}

.suite-ecosystem-connector > div:last-child {
  grid-column: 1 / -1;
}

.suite-ecosystem-connector__line {
  height: 2px;
}

.suite-ecosystem-connector__line--crm {
  background: linear-gradient(90deg, transparent, var(--suite-teal));
}

.suite-ecosystem-connector__line--sac {
  background: linear-gradient(90deg, var(--suite-blue), transparent);
}

.suite-ecosystem-connector__node {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #a9cecf;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 18px rgba(12, 80, 88, .1);
  color: var(--suite-deep);
  font: 700 .94rem Poppins, Arial, sans-serif;
}

.suite-ecosystem-connector h3 {
  margin: 0 0 5px;
  font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem);
  letter-spacing: -.025em;
}

.suite-ecosystem-connector p {
  margin: 0;
  color: var(--suite-muted);
  font-size: clamp(.88rem, .84rem + .12vw, .98rem);
  line-height: 1.5;
}

.suite-ecosystem-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.suite-ecosystem-support-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 23px;
  border: 1px solid #d9e8e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(5, 69, 73, .035);
}

.suite-ecosystem-support-card--service {
  background: linear-gradient(145deg, #f5fcfb, #fff);
}

.suite-ecosystem-support-card__num {
  color: var(--suite-teal);
  font: 700 .72rem Poppins, Arial, sans-serif;
  letter-spacing: .12em;
}

.suite-ecosystem-support-card h3 {
  margin: 11px 0 8px;
  font-size: 1.14rem;
}

.suite-ecosystem-support-card > p {
  margin: 0;
  color: var(--suite-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.suite-ecosystem-complements,
.suite-ecosystem-integrations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 17px 0;
}

.suite-ecosystem-complements a,
.suite-ecosystem-integrations a {
  min-width: 0;
  border: 1px solid #dcebea;
  border-radius: 8px;
  background: #f8fbfb;
  color: #44646a !important;
}

.suite-ecosystem-complements a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  font: 600 .72rem/1.35 Poppins, Arial, sans-serif;
}

.suite-ecosystem-integrations a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
}

.suite-ecosystem-complements a:hover,
.suite-ecosystem-integrations a:hover {
  border-color: #a9cecc;
  background: #fff;
}

.suite-ecosystem-integrations strong {
  overflow-wrap: anywhere;
  color: var(--suite-ink);
  font: 600 .73rem/1.3 Poppins, Arial, sans-serif;
}

.suite-ecosystem-integrations small {
  margin-top: 3px;
  color: var(--suite-muted);
  font-size: .72rem;
  line-height: 1.3;
}

.suite-ecosystem-integrations__note,
.suite-ecosystem-service__note {
  display: block;
  color: var(--suite-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.suite-ecosystem-support-card--service ul {
  display: grid;
  gap: 9px;
  margin: 17px 0;
  padding: 0;
  list-style: none;
}

.suite-ecosystem-support-card--service li {
  position: relative;
  padding-left: 18px;
  color: #49666b;
  font-size: .78rem;
  line-height: 1.4;
}

.suite-ecosystem-support-card--service li::before {
  position: absolute;
  left: 0;
  color: var(--suite-teal);
  content: '✓';
  font-weight: 700;
}

.suite-ecosystem-service__statement {
  display: block;
  margin-bottom: 10px;
  padding-top: 14px;
  border-top: 1px solid #d9e8e7;
  color: var(--suite-deep);
  font: 600 .76rem/1.48 Poppins, Arial, sans-serif;
}

.suite-ecosystem-support-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  width: fit-content;
  margin-top: auto;
  padding-top: 16px;
  color: var(--suite-teal) !important;
  font: 600 .79rem/1.35 Poppins, Arial, sans-serif;
}

.suite-ecosystem-integrations__note + .suite-ecosystem-support-card__link,
.suite-ecosystem-service__note + .suite-ecosystem-support-card__link {
  margin-top: auto;
}

.suite-ecosystem-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  .suite-ecosystem-lifecycle {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .suite-ecosystem-lifecycle li:not(:last-child)::after {
    display: none;
  }

  .suite-ecosystem-platform {
    padding: 22px;
  }

  .suite-ecosystem-platform > p {
    min-height: 92px;
  }

  .suite-ecosystem-crm-mockup__body {
    grid-template-columns: 1fr;
  }

  .suite-ecosystem-crm-mockup,
  .suite-ecosystem-sac-mockup {
    min-height: 360px;
  }

  .suite-ecosystem-crm-mockup__body ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suite-ecosystem-crm-mockup__body li:not(:last-child)::after {
    display: none;
  }

  .suite-ecosystem-sac-mockup__body {
    grid-template-columns: 1fr;
  }

  .suite-ecosystem-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .suite-ecosystem-support-card--service {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .suite-ecosystem .section-heading h2 {
    font-size: 2rem;
  }

  .suite-ecosystem-lifecycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    padding: 15px;
  }

  .suite-ecosystem-platforms,
  .suite-ecosystem-support {
    grid-template-columns: 1fr;
  }

  .suite-ecosystem-support-card--service {
    grid-column: auto;
  }

  .suite-ecosystem-platform > p {
    min-height: 0;
  }

  .suite-ecosystem-crm-mockup,
  .suite-ecosystem-sac-mockup {
    min-height: 0;
  }

  .suite-ecosystem-crm-mockup__body {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .suite-ecosystem-crm-mockup__body ol {
    grid-template-columns: 1fr;
  }

  .suite-ecosystem-sac-mockup__body {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .suite-ecosystem-platform__link {
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 9px;
    background: var(--ecosystem-platform-soft);
  }

  .suite-ecosystem-connector {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 18px auto;
    padding: 17px;
  }

  .suite-ecosystem-connector__line {
    width: 2px;
    height: 22px;
    margin: auto;
  }

  .suite-ecosystem-connector__line--crm {
    background: linear-gradient(180deg, transparent, var(--suite-teal));
  }

  .suite-ecosystem-connector__line--sac {
    background: linear-gradient(180deg, var(--suite-blue), transparent);
  }

  .suite-ecosystem-connector__node {
    margin: auto;
  }

  .suite-ecosystem-connector > div:last-child {
    grid-column: auto;
  }

  .suite-ecosystem-support-card {
    padding: 20px;
  }
}

@media (max-width: 390px) {
  .suite-ecosystem-platform {
    padding: 19px;
  }

  .suite-ecosystem-platform__top {
    align-items: flex-start;
  }

  .suite-ecosystem-platform__top small {
    max-width: 132px;
    text-align: right;
  }

  .suite-ecosystem-complements,
  .suite-ecosystem-integrations {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .suite-ecosystem-platform,
  .suite-ecosystem-platform__link svg {
    transition: none;
  }

  .suite-ecosystem-platform:hover {
    transform: none;
  }
}
