|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | +<meta charset="UTF-8"> |
| 5 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | +<title>RenewCast — Support</title> |
| 7 | +<meta name="description" content="RenewCast - forecast when your appliances will need replacing, what to set aside each month, and whether a repair is worth it."> |
| 8 | +<style> |
| 9 | + body { font-family: -apple-system, sans-serif; max-width: 760px; margin: 40px auto; padding: 0 20px; color: #22301f; line-height: 1.65; } |
| 10 | + header { text-align: center; margin-bottom: 32px; } |
| 11 | + h1 { color: #143D24; margin-bottom: 4px; } |
| 12 | + .tag { color: #2E9E52; font-weight: 600; } |
| 13 | + h2 { color: #444; margin-top: 30px; } |
| 14 | + a { color: #2E9E52; } |
| 15 | + .faq { background: #f2faf3; border-radius: 14px; padding: 4px 20px; margin-top: 16px; } |
| 16 | + .faq h3 { color: #143D24; font-size: 1rem; margin-bottom: 4px; } |
| 17 | + .card { border: 1px solid #e2f0e4; border-radius: 14px; padding: 18px 20px; margin-top: 20px; } |
| 18 | +</style> |
| 19 | +</head> |
| 20 | +<body> |
| 21 | +<header> |
| 22 | + <h1>RenewCast</h1> |
| 23 | + <p class="tag">Your appliance replacement forecast</p> |
| 24 | +</header> |
| 25 | + |
| 26 | +<h2>What is RenewCast?</h2> |
| 27 | +<p>RenewCast turns the appliances you own into a replacement timeline. Add what you own and when you bought it; RenewCast forecasts when each item will likely need replacing, tells you what to set aside each month, and — when something breaks — judges whether a repair quote is still worth paying.</p> |
| 28 | + |
| 29 | +<div class="faq"> |
| 30 | + <h3>How is the forecast calculated?</h3> |
| 31 | + <p>Each appliance kind has a typical service life (adjustable per item). The forecast month is your purchase month plus that lifespan; the monthly set-aside spreads the replacement cost over the months remaining.</p> |
| 32 | + <h3>How does the repair-or-replace verdict work?</h3> |
| 33 | + <p>We compare your repair quote against the value the appliance has left (based on its remaining life and replacement cost). Quotes under the break-even favour repairing; above it, replacing wins.</p> |
| 34 | + <h3>Is my data private?</h3> |
| 35 | + <p>Yes — everything you enter is stored on your device only. See the <a href="/privacy-policy/renewcast/">privacy policy</a>.</p> |
| 36 | + <h3>What does Premium include?</h3> |
| 37 | + <p>A single one-time purchase removes ads and lifts the free 10-appliance limit. No subscription.</p> |
| 38 | +</div> |
| 39 | + |
| 40 | +<div class="card"> |
| 41 | + <h2>Contact</h2> |
| 42 | + <p>Questions or feedback: <a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a></p> |
| 43 | +</div> |
| 44 | +</body> |
| 45 | +</html> |
0 commit comments