.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

.hero-mesh {
  background-image:
    radial-gradient(at 100% 0%, rgba(255, 132, 43, 0.05) 0%, transparent 50%),
    radial-gradient(at 0% 100%, rgba(153, 70, 0, 0.03) 0%, transparent 50%);
}

.faq-toggle[aria-expanded="true"] .plus-icon {
  transform: rotate(45deg);
}

.bottom-nav-link.active {
  color: #ff842b;
}

.bottom-nav-link.active .material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

@media (max-width: 767px) {
  body {
    min-height: max(884px, 100dvh);
  }
}
