.trust-strip {
  padding-block: 2.5rem;
  background: var(--clr-surface-2);
}

.hero + .section {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

.industry-tile {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: var(--sp-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--clr-border);
  background: var(--clr-white);
}

.whyus-section {
  background: #f3f6fc;
}

.whyus-stack {
  display: grid;
  gap: 0.85rem;
}

.whyus-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #d8e2f5;
  background: #ffffff;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  box-shadow: 0 6px 16px rgb(20 41 90 / 6%);
  transition:
    transform var(--dur-std) var(--ease-std),
    box-shadow var(--dur-std) var(--ease-std),
    border-color var(--dur-std) var(--ease-std);
}

.whyus-card:hover {
  border-color: #c7d6f9;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgb(20 41 90 / 10%);
}

.whyus-card .icon-wrap {
  width: 40px;
  height: 40px;
}

.whyus-card strong {
  color: #1f2937;
}

.whyus-card .card__body {
  margin-top: 0.2rem;
}

.how-we-work {
  background:
    radial-gradient(circle at 20% 8%, rgb(20 240 181 / 8%), transparent 36%),
    linear-gradient(180deg, #060d21 0%, #091432 100%);
}

.how-we-work .process-shell {
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 20px;
  padding: 1.2rem;
  background: rgb(255 255 255 / 3%);
  backdrop-filter: blur(5px);
}

.how-we-work .process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
}

.how-we-work .step-connector {
  display: none;
}

.how-we-work .process-step {
  position: relative;
  z-index: 1;
  min-height: 174px;
  border: 1px solid rgb(255 255 255 / 15%);
  background: rgb(255 255 255 / 97%);
  box-shadow: 0 8px 20px rgb(8 16 40 / 18%);
  padding: 1rem;
}

.how-we-work .process-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding-inline: 0.5rem;
  border-radius: 999px;
  border: 1px solid #c7d6ff;
  background: #eaf0ff;
  color: #1f4fff;
  font-size: 0.68rem;
  font-weight: var(--weight-bold);
  letter-spacing: 0.06em;
  margin-bottom: 0.7rem;
}

.how-we-work .process-step strong {
  display: block;
  color: var(--clr-text);
  margin-bottom: 0.45rem;
}

.how-we-work .process-step strong i {
  color: var(--clr-primary);
  margin-right: 0.45rem;
  font-size: 0.95em;
}

.how-we-work .process-step .card__body {
  color: var(--clr-text-muted);
}

.proof-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.proof-tile {
  border-radius: 14px;
  border: 1px solid rgb(255 255 255 / 16%);
  padding: 1rem;
  background: rgb(255 255 255 / 6%);
}

.proof-tile--ecosystems {
  grid-column: 1 / -1;
  padding: 1rem;
}

.hero .proof-wall .proof-tile strong {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.hero .proof-wall .proof-tile span {
  display: block;
  margin-top: 0.4rem;
  color: rgb(255 255 255 / 76%);
  font-size: 0.82rem;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 330px;
  margin-inline: auto;
}

.ecosystem-item {
  text-align: center;
}

.ecosystem-item__icon {
  width: 64px;
  height: 64px;
  margin-inline: auto;
  border-radius: 10px;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 11%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
}

.ecosystem-item__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

.ecosystem-item__label {
  margin-top: 0.45rem;
  color: rgb(255 255 255 / 78%);
  font-size: 0.74rem;
}

.ecosystem-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 28px;
  padding-inline: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 28%);
  background: rgb(255 255 255 / 16%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: var(--weight-bold);
  letter-spacing: 0.06em;
}

.ecosystem-note {
  margin: 0 0 0.8rem;
  color: rgb(255 255 255 / 76%);
  font-size: 0.82rem;
  text-align: center;
}

.engagement-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.engagement-compare-card {
  text-align: left;
  border-radius: 14px;
  border: 1px solid #d6e0f6;
  background: #ffffff;
  padding: 1rem;
  box-shadow: 0 8px 18px rgb(17 41 94 / 7%);
}

.engagement-tag {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.engagement-compare-card .card__title {
  margin-bottom: 0.5rem;
}

.section--surf2 .engagement-compare-card .card__title i {
  color: var(--clr-primary);
  margin-right: 0.4rem;
}

.engagement-compare-card--predictable .engagement-tag {
  background: #ecf0ff;
  color: #3152c3;
}

.engagement-compare-card--flexible .engagement-tag {
  background: #e7fbf4;
  color: #0a9a73;
}

.engagement-compare-card--scale .engagement-tag {
  background: #fff4e8;
  color: #b86a1f;
}

.engagement-compare-card--continuous .engagement-tag {
  background: #efeaff;
  color: #6533c3;
}

.final-cta-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgb(20 240 181 / 10%) 0%, transparent 42%),
    radial-gradient(circle at 18% 82%, rgb(0 61 255 / 20%) 0%, transparent 44%),
    linear-gradient(180deg, #0b1b52 0%, #003dff 62%, #0048f5 100%);
}

.final-cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-particles-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

@media (width <= 1024px) {
  .engagement-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (width <= 768px) {
  .hero {
    padding-bottom: 1.75rem;
  }

  .proof-wall {
    grid-template-columns: 1fr;
    margin-bottom: 0.75rem;
  }

  .proof-tile--ecosystems {
    margin-bottom: 0.25rem;
  }
}
