/* SignalLab funnel additions. External file so the page keeps its strict
   `style-src 'self'` CSP (no inline <style> or style= attributes). */

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 820px) { .grid-3 { grid-template-columns: 1fr; } }

.hero-proof { margin-top: .75rem; font-size: .85rem; opacity: .85; }
.hero-proof strong { color: #49E6D4; }

.lead { font-size: 1.05rem; }

#contact input,
#contact textarea { width: 100%; }

/* Honeypot: kept in the DOM for bots, removed from view and the a11y tree. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
