/* Boomlet footer (from footer.blade.php; contact strip not used on Impact landing) */
:root {
  --bbf-stone-200: #e7e5e4;
  --bbf-stone-300: #d6d3d1;
  --bbf-stone-400: #a8a29e;
  --bbf-stone-500: #78716c;
  --bbf-stone-800: #292524;
  --bbf-gradient-from: #9747ff;
  --bbf-gradient-to: #38bdf8;
}

@keyframes bbf-gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.bbf-font-condensed {
  font-family: "Helvetica Neue", "HelveticaNeue-CondensedBold", "Arial Narrow",
    Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 800;
}

/* —— Main footer (footer.blade.php) —— */
.bbf-site-footer {
  position: relative;
  background: #fafaf9;
  color: var(--bbf-stone-800);
}
.bbf-footer-main {
  padding: 0 4.854vw 9.709vw;
}
@media (min-width: 768px) {
  .bbf-footer-main {
    padding: 0 4.167vw 8.333vw;
  }
}
.bbf-footer-hero-wrap {
  position: relative;
}
.bbf-footer-cta-abs {
  display: none;
}
@media (min-width: 1024px) {
  .bbf-footer-cta-abs {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.bbf-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(127deg, #9747ff -16.03%, #38bdf8 100.33%);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.2s;
}
.bbf-btn-pill:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.bbf-footer-h1 {
  font-size: 13.107vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.262vw;
  line-height: 0.9;
  color: var(--bbf-stone-800);
}
@media (min-width: 768px) {
  .bbf-footer-h1 {
    font-size: 14.583vw;
    letter-spacing: -0.25vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-h1 {
    font-size: 12.5vw;
  }
}
.bbf-footer-h1 .bbf-gradient-word {
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--bbf-gradient-from),
    var(--bbf-gradient-to)
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: bbf-gradient-move 4s ease infinite;
}
@media (min-width: 1024px) {
  .bbf-footer-h1 .bbf-gradient-word {
    margin-left: 14vw;
  }
}
.bbf-footer-columns {
  display: flex;
  flex-direction: column;
  gap: 14.563vw;
  margin-top: 4.854vw;
}
@media (min-width: 1024px) {
  .bbf-footer-columns {
    flex-direction: row;
    gap: 5.833vw;
  }
}
.bbf-footer-col-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.167vw;
}
@media (min-width: 1024px) {
  .bbf-footer-col-left {
    width: 50.417vw;
  }
}
.bbf-footer-tagline {
  font-weight: 500;
  font-size: 4.854vw;
  line-height: 1.3;
  color: var(--bbf-stone-800);
}
@media (min-width: 768px) {
  .bbf-footer-tagline {
    font-size: 3.125vw;
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-tagline {
    font-size: 1.667vw;
    max-width: 70%;
  }
}
.bbf-footer-cta-mobile {
  width: 100%;
  margin-top: 7.767vw;
}
@media (min-width: 768px) {
  .bbf-footer-cta-mobile {
    width: max-content;
    margin-top: 5.208vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-cta-mobile {
    display: none;
  }
}
.bbf-footer-social-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.854vw;
  margin-top: 14.563vw;
}
@media (min-width: 768px) {
  .bbf-footer-social-block {
    gap: 1.042vw;
    margin-top: 10.417vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-social-block {
    margin-top: 0;
  }
}
.bbf-insta-row {
  display: flex;
  align-items: center;
  gap: 2.427vw;
  width: max-content;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .bbf-insta-row {
    gap: 0.781vw;
  }
}
@media (min-width: 1024px) {
  .bbf-insta-row {
    gap: 0.521vw;
  }
}
.bbf-insta-row img {
  width: 6.796vw;
  height: auto;
}
@media (min-width: 768px) {
  .bbf-insta-row img {
    width: 3.646vw;
  }
}
@media (min-width: 1024px) {
  .bbf-insta-row img {
    width: 1.667vw;
  }
}
.bbf-insta-row span {
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: capitalize;
}
.bbf-footer-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.456vw;
  width: max-content;
}
@media (min-width: 768px) {
  .bbf-footer-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.781vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-grid-4 {
    gap: 0.313vw;
  }
}
.bbf-footer-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.942vw;
  width: 44.417vw;
}
@media (min-width: 768px) {
  .bbf-footer-thumb {
    border-radius: 1.042vw;
    width: 22.331vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-thumb {
    border-radius: 0.417vw;
    width: 9.271vw;
  }
}
.bbf-footer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bbf-footer-col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9.709vw;
}
@media (min-width: 768px) {
  .bbf-footer-col-right {
    flex-direction: row;
    gap: 2.083vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-col-right {
    width: 35.417vw;
  }
}
.bbf-footer-col-right > div {
  flex: 1;
}
.bbf-footer-heading {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 900;
  color: var(--bbf-stone-800);
  text-transform: capitalize;
}
.bbf-footer-nav {
  margin-top: 3.883vw;
}
@media (min-width: 768px) {
  .bbf-footer-nav {
    margin-top: 2.083vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-nav {
    margin-top: 1.042vw;
  }
}
.bbf-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.427vw;
}
@media (min-width: 768px) {
  .bbf-footer-nav ul {
    gap: 1.563vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-nav ul {
    gap: 0.833vw;
  }
}
.bbf-footer-nav a {
  position: relative;
  display: block;
  width: max-content;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bbf-stone-800);
  text-decoration: none;
}
.bbf-nav-link {
  position: relative;
  display: block;
  width: max-content;
  overflow: hidden;
}
.bbf-nav-link-text {
  position: relative;
  display: inline-block;
  transition: transform 0.5s ease;
}
.bbf-nav-link-text-dup {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.bbf-nav-link:hover span {
  transform: translateY(-100%);
}
.bbf-w-max {
  width: max-content;
}
.bbf-say-hello ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.913vw;
}
@media (min-width: 768px) {
  .bbf-say-hello ul {
    gap: 1.563vw;
  }
}
@media (min-width: 1024px) {
  .bbf-say-hello ul {
    gap: 0.833vw;
  }
}
.bbf-say-hello a {
  position: relative;
  display: inline-block;
  width: max-content;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bbf-stone-800);
  text-decoration: none;
  padding-bottom: 0.213vw;
}
.bbf-say-hello a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--bbf-stone-800);
  transition: background 0.3s;
}
.bbf-say-hello a:hover::after {
  background: linear-gradient(
    127deg,
    #9747ff -16.03%,
    #38bdf8 100.33%
  );
}
.bbf-hours {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bbf-stone-800);
}
.bbf-address {
  margin-top: 7.767vw;
}
@media (min-width: 1024px) {
  .bbf-address {
    margin-top: 1.823vw;
  }
}
.bbf-address a {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
  color: var(--bbf-stone-800);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--bbf-stone-800);
}
.bbf-address a:hover {
  text-decoration-color: transparent;
  background: linear-gradient(90deg, #9747ff 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bbf-social-icons {
  margin-top: 5.825vw;
  display: flex;
  align-items: center;
  gap: 2.427vw;
}
@media (min-width: 768px) {
  .bbf-social-icons {
    margin-top: 3.125vw;
    gap: 0.521vw;
  }
}
@media (min-width: 1024px) {
  .bbf-social-icons {
    margin-top: 1.667vw;
  }
}
.bbf-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bbf-stone-400);
  border-radius: 9999px;
  color: var(--bbf-stone-800);
  transition: color 0.3s, background 0.3s;
  width: 9.709vw;
  height: 9.709vw;
}
@media (min-width: 768px) {
  .bbf-social-icons a {
    width: 5.729vw;
    height: 5.729vw;
  }
}
@media (min-width: 1024px) {
  .bbf-social-icons a {
    width: 2.5vw;
    height: 2.5vw;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
.bbf-social-icons a:hover {
  color: #fff;
  background: var(--bbf-stone-800);
}
.bbf-social-icons svg {
  width: 4.369vw;
  height: auto;
}
@media (min-width: 768px) {
  .bbf-social-icons svg {
    width: 2.344vw;
  }
}
@media (min-width: 1024px) {
  .bbf-social-icons svg {
    width: 1.042vw;
    min-width: 1rem;
  }
}

/* Bar */
.bbf-footer-bar {
  background: var(--bbf-stone-200);
  padding: 5.825vw 4.854vw;
}
@media (min-width: 768px) {
  .bbf-footer-bar {
    padding: 3.255vw 4.167vw;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-bar {
    padding: 1.25vw 4.167vw;
  }
}
.bbf-footer-bar-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.883vw;
}
@media (min-width: 768px) {
  .bbf-footer-bar-inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.bbf-footer-bar-links {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bbf-stone-800);
  gap: 3.883vw;
}
@media (min-width: 768px) {
  .bbf-footer-bar-links {
    flex-direction: row;
    align-items: center;
    gap: 3.385vw;
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .bbf-footer-bar-links {
    gap: 1.458vw;
  }
}
.bbf-footer-bar-links a {
  color: inherit;
  text-decoration: none;
}
.bbf-footer-bar-links a:hover {
  text-decoration: underline;
}

/* —— Impact landing: dark footer (matches hero / vz-panel) —— */
.impact-footer-host {
  background: linear-gradient(180deg, #0b0b12 0%, #06060a 100%);
  color: #e8e8ef;
}

/* Bridge: Impact product + in-page anchors */
.impact-footer-bridge {
  position: relative;
  padding: 1rem 4.854vw 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(
      ellipse 80% 120% at 50% -20%,
      rgba(94, 106, 210, 0.18),
      transparent 55%
    ),
    rgba(8, 9, 14, 0.98);
}

@media (min-width: 768px) {
  .impact-footer-bridge {
    padding: 1.1rem 4.167vw 1.2rem;
  }
}

.impact-footer-bridge-inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .impact-footer-bridge-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.impact-footer-bridge-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(170, 184, 255, 0.95);
}

.impact-footer-bridge-title {
  margin: 0.2rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
}

.impact-footer-bridge-lead {
  margin: 0.35rem 0 0;
  max-width: 36rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(232, 232, 239, 0.72);
}

.impact-footer-bridge-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}

.impact-footer-bridge-nav a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(232, 232, 239, 0.75);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.impact-footer-bridge-nav a:hover {
  color: #fff;
  border-bottom-color: rgba(151, 71, 255, 0.6);
}

.impact-footer-bridge-nav-cta {
  margin-left: 0;
  padding: 0.5rem 1rem !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #e8ecff !important;
}

@media (min-width: 900px) {
  .impact-footer-bridge-nav-cta {
    margin-left: 0.5rem;
  }
}

.impact-footer-bridge-nav-cta:hover {
  background: rgba(94, 106, 210, 0.25) !important;
  border-bottom-color: transparent !important;
}

/* Main Boomlet footer block — dark */
.impact-footer-host .bbf-site-footer {
  background: #07070c;
  color: #e8e8ef;
}

.impact-footer-host .bbf-footer-main {
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.impact-footer-host .bbf-footer-columns {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .impact-footer-host .bbf-footer-columns {
    margin-top: 0.65rem;
  }
}

.impact-footer-host .bbf-footer-social-block {
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .impact-footer-host .bbf-footer-social-block {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .impact-footer-host .bbf-footer-social-block {
    margin-top: 0;
  }
}

.impact-footer-host .bbf-footer-h1 {
  color: #f4f4f9;
}

.impact-footer-host .bbf-footer-tagline,
.impact-footer-host .bbf-footer-heading,
.impact-footer-host .bbf-insta-row span {
  color: rgba(244, 244, 249, 0.92);
}

.impact-footer-host .bbf-footer-nav a,
.impact-footer-host .bbf-say-hello a,
.impact-footer-host .bbf-hours {
  color: rgba(232, 232, 239, 0.78);
}

.impact-footer-host .bbf-nav-link-text,
.impact-footer-host .bbf-nav-link-text-dup {
  color: rgba(232, 232, 239, 0.85);
}

.impact-footer-host .bbf-address a {
  color: rgba(232, 232, 239, 0.72);
  text-decoration-color: rgba(255, 255, 255, 0.25);
}

.impact-footer-host .bbf-address a:hover {
  color: #fff;
}

.impact-footer-host .bbf-say-hello a::after {
  background: rgba(255, 255, 255, 0.35);
}

.impact-footer-host .bbf-social-icons a {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(244, 244, 249, 0.9);
}

.impact-footer-host .bbf-social-icons a:hover {
  color: #fff;
  background: rgba(94, 106, 210, 0.45);
  border-color: rgba(151, 71, 255, 0.45);
}

.impact-footer-host .bbf-footer-bar {
  background: #0a0a11;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.impact-footer-host .bbf-footer-bar-links,
.impact-footer-host .bbf-footer-bar-links a {
  color: rgba(232, 232, 239, 0.55);
}

.impact-footer-host .bbf-footer-bar-links a:hover {
  color: rgba(232, 232, 239, 0.9);
}
