/* home2 — Bloom final CTA card (below FAQ) */

html[data-truffl-page="home2"] .bloom-final-cta {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
}

html[data-truffl-page="home2"] .bloom-final-cta__outer {
  max-width: var(--hero-bloom-container, 1300px);
  margin: 0 auto;
  padding-inline: max(var(--hero-bloom-inset-x, 1.5rem), env(safe-area-inset-left, 0px))
    max(var(--hero-bloom-inset-x, 1.5rem), env(safe-area-inset-right, 0px));
}

html[data-truffl-page="home2"] .bloom-final-cta__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: color-mix(in srgb, var(--hero-bloom-surface, #15151e) 32%, transparent);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2rem);
}

html[data-truffl-page="home2"] .bloom-final-cta__noise {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.93' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-repeat: repeat;
}

html[data-truffl-page="home2"] .bloom-final-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

html[data-truffl-page="home2"] .bloom-final-cta__title,
html[data-truffl-page="home2"] #bloom-final-cta-heading.bloom-final-cta__title {
  margin: 0;
  max-width: none;
  font-family: var(--hero-bloom-font-display, "Lucid", Georgia, serif) !important;
  font-size: clamp(2.25rem, 5vw, 3rem) !important;
  font-weight: 400 !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.86) !important;
  text-align: center;
  text-wrap: balance;
}

html[data-truffl-page="home2"] .bloom-final-cta__sub {
  margin: 0;
  max-width: 28rem;
  font-family: var(--hero-bloom-font-sans);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
  color: #868686;
  text-wrap: balance;
}

@media (min-width: 640px) {
  html[data-truffl-page="home2"] .bloom-final-cta__sub {
    font-size: 1.125rem;
  }
}

html[data-truffl-page="home2"] .bloom-final-cta__actions {
  justify-content: center;
  width: auto;
  margin-top: 0.5rem;
}
