.funlah-home-v2 {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 218, 0.9), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 235, 171, 0.85), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fff7fb 52%, #f7fbff 100%);
}

.funlah-home-v2 .row:not(.row-collapse) {
  max-width: 1180px;
}

.funlah-home-v2 .button {
  margin-bottom: 0;
  border-radius: 999px;
  box-shadow: none;
  text-transform: none;
}

.funlah-hero-row,
.funlah-entry-row,
.funlah-benefit-row,
.funlah-shop-grid,
.funlah-decision-row,
.funlah-theme-row,
.funlah-cta-row {
  margin-bottom: 0;
}

.funlah-hero-copy,
.funlah-hero-panel,
.funlah-entry-card,
.funlah-benefit-card,
.funlah-shop-card,
.funlah-decision-card,
.funlah-theme-card,
.funlah-cta-row {
  border-radius: 28px;
}

.funlah-hero-copy {
  position: relative;
  padding: 42px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(232, 120, 167, 0.14);
  backdrop-filter: blur(8px);
}

.funlah-hero-copy h1,
.funlah-section-head h2,
.funlah-entry-card h3,
.funlah-shop-card h3,
.funlah-cta-copy h2 {
  margin-top: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  color: #213247;
  letter-spacing: -0.03em;
}

.funlah-hero-copy h1 {
  margin-bottom: 18px;
  font-size: 60px;
  line-height: 0.94;
}

.funlah-eyebrow,
.funlah-card-label,
.funlah-card-meta,
.funlah-panel-kicker {
  margin-bottom: 12px;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.funlah-eyebrow,
.funlah-card-meta,
.funlah-panel-kicker {
  color: #f25c93;
}

.funlah-hero-subtext,
.funlah-section-head p,
.funlah-entry-card p,
.funlah-benefit-card p,
.funlah-shop-card p,
.funlah-decision-card span,
.funlah-theme-card span,
.funlah-cta-copy p,
.funlah-hero-link span {
  color: #5f6f82;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

.funlah-hero-actions {
  display: flex;
  flex-wrap: wrap;