/* Sterile Insect Farms landing page
   Palette: #ea5424 CTA orange | #a25e98 primary purple | #4B3350 body + plum
            #8B75A3 decorative only | #FDF1F5 wash | #1F8A5F success | #FFFFFF base */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #FFFFFF; color: #4B3350; -webkit-font-smoothing: antialiased; font-family: "forma-djr-micro", "forma-djr-text", system-ui, -apple-system, "Segoe UI", sans-serif; }
h1, h2, h3, h4, p, ul, ol, li, figure { margin: 0; }
img { max-width: 100%; display: block; }
a { color: #4B3350; text-decoration-color: #8B75A3; text-underline-offset: 3px; }
a:hover { color: #a25e98; text-decoration-color: #a25e98; }
a:focus-visible, button:focus-visible { outline: 3px solid #4B3350; outline-offset: 3px; border-radius: 4px; }
::selection { background: #FDF1F5; color: #4B3350; }

/* hover states */
.nav-link:hover { border-bottom: 2px solid #a25e98 !important; color: #a25e98; }
.nav-link-survey:hover { border-bottom: 2px solid #a25e98 !important; color: #a25e98; text-decoration-color: #a25e98; }
.btn-primary:hover { filter: brightness(1.08); }
.btn-outline:hover { background: #FDF1F5 !important; }

[hidden] { display: none !important; }
