# ReturnSOL Account Recovery Template

## Purpose

`ReturnSOL` is a presentation-only landing page template for a Solana account recovery
service. It was designed after reviewing the public landing page at
`https://unclaimedsol.com/`, but it uses original branding, original copy, and original SVG
assets.

This template intentionally does not include a wallet connection, signature request,
blockchain transaction, or production trust claim.

## Pages and Sections

- Sticky header with anchor navigation.
- Hero section with an original recovery-terminal illustration.
- Three-item product highlight bar.
- Three-step recovery process.
- Example account-review panel.
- Safety section.
- Accessible FAQ accordion.
- Closing call to action.
- Footer with template notes.
- Presentation-only preview modal.

## Run Locally

This is a dependency-free static website. Open `index.html` directly in a browser or serve the
folder with a local static server:

```powershell
python -m http.server 4173
```

Then visit `http://localhost:4173`.

## Important Files

- `index.html`: Page structure and visible copy.
- `styles.css`: Responsive layout and visual system.
- `script.js`: FAQ interactions, preview modal, and footer year.
- `assets/recovery-terminal.svg`: Original hero illustration.
- `assets/safety-shield.svg`: Original safety illustration.
- `CUSTOMIZATION_PROMPTS.md`: Ready-to-use prompts for adjusting the template.

## Before Production Use

This template is a visual starting point, not a deployable crypto product.

- Replace the `ReturnSOL` demo brand.
- Replace all demo content with verified product information.
- Add accurate documentation, fee details, support details, and security information.
- Arrange an independent security review before integrating wallet logic.
- Never request a seed phrase or private key.
- Review all wallet requests and transaction details carefully.
- Verify legal, compliance, accessibility, and privacy requirements for the intended market.

## Visual Rules

The template deliberately uses no gradients, gridded backgrounds, animated backgrounds, or
glassmorphic effects. Preserve those constraints unless the user explicitly requests an
exception.
