.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

.btn-press:active {
  transform: translateY(2px);
  box-shadow: none;
}

.bg-pattern {
  background-color: #f8f9ff;
  background-image: radial-gradient(#dbc2b0 0.5px, transparent 0.5px);
  background-size: 24px 24px;
}

@keyframes highlight {
  0% {
    width: 0%;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  85% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0%;
    opacity: 0;
  }
}

.animate-highlight {
  animation: highlight 3s ease-in-out infinite;
}

/* Mobile Sticky Footer CTA */
@keyframes mobilePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.45);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 0 24px rgba(34, 197, 94, 0.6);
  }
}

.mobile-footer-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 70px;
  /* Increased from 12px */
  z-index: 9999;
  animation: mobilePulse 1.6s infinite;
}

.foot-cta {
  padding: 14px 0 !important;
  font-size: 18px !important; /* Bumped up from 12px */
}
.middle-font {
  text-align: center !important;
}

@media (max-width: 640px) {
  .text-headline-lg {
    font-size: 22px !important;
    line-height: 24px !important;
  }

  .leading-relaxed {
    line-height: 1.300 !important;
}

.text-lg {
    line-height: 1.30rem !important;
}

.pb-section-padding {
    padding-bottom: 40px !important;
}

.mobile-footer-cta {
    bottom: 5px !important;
}
}

@media (max-width: 405px) {
  .sold-btn {
    font-size: 13px !important;
    line-height: 20px !important;
    padding: 10px 13px !important;
  }
  .press-font {
    font-size: 25px !important;
  }
  .narrative-body {
    padding: 0 !important;
  }
  .padd-box {
    padding: 20px 0px !important;
  }
}
@media (max-width: 305px) {
  .press-font {
    font-size: 20px !important;
  }
}
@media (max-width: 325px) {
  .sold-btn {
    font-size: 11px !important;
    line-height: 20px !important;
    padding: 8px 9px !important;
  }
}

body {
  min-height: max(884px, 100dvh);
}
