DMARC RECORD FOR floorithardwoods.com
Add this at Cloudflare DNS:

Type:    TXT
Name:    _dmarc
Content: v=DMARC1; p=none; rua=mailto:dev@arisingmedia.us
Proxy:   DNS only
TTL:     Auto

------------------------------------------------------------
Just the value to paste:
v=DMARC1; p=none; rua=mailto:dev@arisingmedia.us
------------------------------------------------------------

WHAT IT DOES
- v=DMARC1: declares a DMARC policy (this alone fixes most Gmail spam-folder issues)
- p=none: monitor mode, does not reject anything yet
- rua=mailto:dev@arisingmedia.us: receives DMARC failure reports

AFTER ADDING
1. Wait ~5 minutes for DNS propagation
2. In Gmail, mark the previous test email as "Not Spam"
3. Send another test from the form to confirm inbox delivery

VERIFY IT IS LIVE
Run this in terminal after adding:
  dig +short TXT _dmarc.floorithardwoods.com @8.8.8.8
You should see the value above echoed back.
