
body { font-family: Inter, system-ui, sans-serif; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.16, 1, .3, 1); }
.reveal.show { opacity: 1; transform: translateY(0); }
.faq-panel { grid-template-rows: 0fr; }
.faq-item.active .faq-panel { grid-template-rows: 1fr; }
.faq-item.active .faq-plus { transform: rotate(45deg); color: #EC4D20; }
.grain:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}