<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>CareCash - Coming Soon</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a1a12;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}
body::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(5,150,105,0.25) 0%,transparent 70%),radial-gradient(ellipse 50% 60% at 85% 100%,rgba(16,185,129,0.12) 0%,transparent 70%);pointer-events:none}
.wrap{max-width:600px;padding:40px;position:relative;z-index:1}
.logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:48px}
.logo svg{width:44px;height:44px}
.logo span{font-size:1.6rem;font-weight:700;color:#34d399;letter-spacing:-0.02em}
.badge{display:inline-block;padding:6px 18px;background:rgba(52,211,153,0.1);border:1px solid rgba(52,211,153,0.2);border-radius:20px;font-size:13px;color:#34d399;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:28px}
h1{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-0.025em}
h1 em{font-style:normal;color:#34d399}
p{color:rgba(255,255,255,0.7);font-size:1.1rem;line-height:1.7;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto}
.divider{width:60px;height:3px;background:linear-gradient(90deg,#059669,#34d399);margin:0 auto 32px;border-radius:2px}
.contact{color:#34d399;text-decoration:none;font-weight:600;font-size:1rem;transition:color 0.2s}
.contact:hover{color:#6ee7b7}
.stats{display:flex;justify-content:center;gap:40px;margin-bottom:40px}
.stat-num{font-size:1.8rem;font-weight:800;color:#34d399;line-height:1}
.stat-label{font-size:0.75rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.08em;margin-top:6px}
@media(max-width:500px){.stats{gap:24px}.stat-num{font-size:1.4rem}}
</style>
</head>
<body>
<div class="wrap">
<div class="logo">
<svg viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="36" height="36" rx="10" fill="#059669"/><path d="M18 7.5v1.5M18 27v1.5" stroke="white" stroke-width="2.5" stroke-linecap="round"/><path d="M13 14.5c0-2.21 2.24-4 5-4s5 1.79 5 4-2.24 4-5 4-5 1.79-5 4 2.24 4 5 4 5-1.79 5-4" stroke="white" stroke-width="2.5" stroke-linecap="round"/></svg>
<span>CareCash</span>
</div>
<div class="badge">Coming Soon</div>
<h1>Save 30&ndash;50% on <em>Medical Care</em></h1>
<div class="divider"></div>
<p>Pay transparent cash prices at participating providers while CareCash files with your insurance &mdash; so you still earn credit toward your deductible and out-of-pocket maximum.</p>
<div class="stats">
<div><div class="stat-num">30&ndash;50%</div><div class="stat-label">Savings</div></div>
<div><div class="stat-num">&#36;0</div><div class="stat-label">Hidden Fees</div></div>
<div><div class="stat-num">24hr</div><div class="stat-label">Payments</div></div>
</div>
<a href="mailto:info@carecashpay.com" class="contact">info@carecashpay.com</a>
</div>
</body>
</html>