/* Who is it for — four cards (lp-who-block) */
.lp-who-block {
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}

.lp-who-wrap {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-who-head {
  margin: 0 0 40px;
  text-align: center;
}

.lp-who-head h2 {
  margin: 0 0 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.4px;
}

.lp-who-head p {
  margin: 0 auto;
  max-width: 45ch;
  color: var(--color-text-muted);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.lp-who-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 34px;
  align-items: center;
}

.lp-who-illus img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-who-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-who-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 30px;
  border-radius: var(--radius-card);
  border: 2px solid var(--color-white);
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.37) 10.29%, rgba(255, 255, 255, 0) 100.35%);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.lp-who-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-who-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-who-copy {
  min-width: 0;
}

.lp-who-copy h3 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.lp-who-copy p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 48ch;
}
