“””
:root{
–primary:#c1121f; /* red */
–dark:#111111; /* black-ish */
–text:#1f1f1f;
–muted:#6b7280;
–bg:#ffffff;
–card:#fff;
–border:#e5e7eb;
}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(–bg);color:var(–text);font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
a{color:var(–primary);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:900px;margin:0 auto;padding:48px 20px}
header{padding-bottom:24px;border-bottom:1px solid var(–border);margin-bottom:28px}
.badge{display:inline-block;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:12px;background:var(–primary);color:#fff;border-radius:999px;padding:6px 10px}
h1{font-size:32px;line-height:1.2;margin:.6rem 0 0;color:var(–dark)}
.sub{color:var(–muted);margin:6px 0 0}
section{background:var(–card);border:1px solid var(–border);border-radius:16px;padding:24px;margin:18px 0;box-shadow:0 1px 0 rgba(0,0,0,.02)}
h2{font-size:20px;margin:0 0 8px;color:var(–dark)}
ul{padding-left:18px;margin:8px 0}
footer{margin-top:28px;padding-top:20px;border-top:1px solid var(–border);color:var(–muted);font-size:14px}
.cta{margin-top:8px;display:inline-block;border:1px solid var(–primary);color:#fff;background:var(–primary);padding:10px 14px;border-radius:10px;font-weight:600}
.cta:hover{filter:brightness(.96);text-decoration:none}
.note{font-size:14px;color:var(–muted)}
code{background:#f6f6f6;border:1px solid var(–border);padding:2px 6px;border-radius:6px}
Illinois Lift Equipment, Inc.
Effective Date: 10/1/2024
This Privacy Policy explains how we collect, use, disclose, and protect personal information when you interact with our website, forms, and services. We only sell new equipment.
Scope
This Policy applies to information collected through our website and lead forms (including Facebook/Meta lead ads), by phone, email, or any other channel we operate (collectively, the “Services”).
What We Mean by “Personal Information”
“Personal Information” means information that identifies you or can reasonably be linked to you, directly or in combination with other data.
Information We Collect
- Information you provide — name, company, email, phone, delivery ZIP code, equipment interests (e.g., pneumatic or cushion tire, capacity), purchase timeline, and other details you share.
- Automatic data — IP address, device and browser details, pages viewed, timestamps, and cookie-related data.
- From third parties — if you interact with us via social media or advertising platforms (e.g., Meta), we may receive lead details you authorize those platforms to share.
How We Use Personal Information
- Provide quotes and recommendations for new Viper lift trucks and related services.
- Communicate with you about requests, orders, and customer support.
- Operate, secure, analyze, and improve our website and Services.
- Send marketing communications with your consent or as permitted by law (you can opt out at any time).
- Detect, prevent, and respond to fraud, abuse, or security issues.
- Comply with legal obligations and enforce our agreements.
When We Share Information
- Service providers & partners assisting with website hosting, analytics, CRM, marketing/advertising (including Meta), payment processing, freight, and customer support.
- Corporate transactions (e.g., merger, acquisition, or asset sale) where information may be transferred.
- Legal & safety — to comply with law, respond to lawful requests, and protect rights, property, and safety.
Third‑Party Links
Our site may link to third‑party websites or services that we do not control. Their privacy practices are governed by their own policies.
Data Security & Retention
We use reasonable administrative, technical, and physical safeguards to protect Personal Information. No method of transmission or storage is 100% secure. We retain information as needed for the purposes described here, to comply with law, and to resolve disputes; afterward, we delete or anonymize it.
Your Choices & Rights
- Access, correct, or delete certain Personal Information.
- Opt out of marketing emails by using the unsubscribe link or contacting us.
- Residents of certain jurisdictions (e.g., California) may have additional rights. To exercise rights, contact us as described below.
Changes to This Policy
We may update this Policy periodically. We will revise the “Effective Date” above and post the updated Policy here. Your continued use of the Services after changes means you accept the updated Policy.
Contact Us
Illinois Lift Equipment, Inc.640 Industrial Dr, Cary, IL 60013
For faster service, please include your company name and the capacity/tire type you’re looking for.
“”” path = “/mnt/data/privacy-policy-illinois-lift-equipment.html” with open(path, “w”, encoding=”utf-8″) as f: f.write(html_content) path