@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap);
.hp-fomo {
  --tw-blue: #3E5EE2;
  --tw-violet-3: #7526C5;
  --tw-text: #190750;
  --tw-text-muted: #6B6480;
  --tw-border: rgba(25, 7, 80, 0.08);
  --tw-grad-main-violet: linear-gradient(95deg, #3E5EE2 0%, #3E5EE2 40%, #7526C5 100%);
  background: var(--tw-grad-main-violet);
  color: #fff;
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.hp-fomo *, .hp-fomo *::before, .hp-fomo *::after {
  box-sizing: border-box;
}
.hp-fomo .container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}
.hp-fomo .lead-quote,
.hp-fomo h2.lead-quote {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 auto 40px;
  max-width: 920px;
  text-align: center;
}
.hp-fomo .losing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 32px;
  text-align: left;
}
.hp-fomo .losing-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--tw-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(25, 7, 80, 0.05);
}
.hp-fomo .losing-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--tw-text);
  margin: 0 0 8px;
  line-height: 1.3;
  text-align: center;
}
.hp-fomo .losing-card p {
  margin: 0;
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 13.5px;
  color: var(--tw-text-muted);
  line-height: 1.55;
}
.hp-fomo .fomo-conclusion {
  margin-top: 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.hp-fomo .fomo-conclusion h3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0;
  max-width: 1100px;
}
.hp-fomo .fomo-conclusion h3 .strike,
.hp-fomo .fomo-conclusion h3 s {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.hp-fomo .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.18s cubic-bezier(0.2, 0.8, 0.2, 1);
  background: #fff;
  color: var(--tw-text);
  box-shadow: 0 2px 6px rgba(25, 7, 80, 0.06);
}
.hp-fomo .btn:hover {
  background: #f4f0ff;
  color: var(--tw-text);
  box-shadow: 0 10px 24px rgba(25, 7, 80, 0.12);
}

@media (max-width: 900px) {
  .hp-fomo .lead-quote {
    font-size: 30px;
  }
  .hp-fomo .losing-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .hp-fomo {
    padding: 56px 0;
  }
  .hp-fomo .lead-quote {
    font-size: 26px;
  }
}
