# Wireframe — Mobile-first Prelanding

Viewport priority: **375×812** (mobile). Desktop is a wider single column (max 720–960px).

## Mobile (primary)

```
┌─────────────────────────────┐
│ [1xBet]   EN|SI|TA    18+   │  Header
├─────────────────────────────┤
│                             │
│   WELCOME OFFER (eyebrow)   │
│   200% + 150 FS  (H1)       │  Hero
│   Deposit from 500 LKR      │
│   [ Claim Bonus ]           │
│   How it works ↓            │
│   (hero visual / gradient)  │
│                             │
├─────────────────────────────┤
│ 18+ | Secure | Fast | Lic.  │  Trust bar
├─────────────────────────────┤
│  1.Register  2.Deposit      │  Steps
│         3.Play              │
├─────────────────────────────┤
│ Popular games               │
│ [g][g][g]                   │  Game grid 2×N
│ [g][g][g]                   │
├─────────────────────────────┤
│ Bonus details + terms link  │
├─────────────────────────────┤
│ Payments logos row          │
├─────────────────────────────┤
│ Stats / 3 reviews           │  Social proof
├─────────────────────────────┤
│ FAQ accordion               │
├─────────────────────────────┤
│ Responsible gambling        │
├─────────────────────────────┤
│ Footer links + disclaimers  │
└─────────────────────────────┘
┌─────────────────────────────┐
│     [ Claim Bonus ]         │  Sticky CTA (fixed)
└─────────────────────────────┘
```

## Desktop

- Same order, content centered (`max-width: 720px`)
- Hero: text left / visual right optional; keep single composition
- Sticky CTA: optional floating bottom-center or hide if hero CTA always visible

## Interaction notes

- All CTAs → registration URL + UTM passthrough
- FAQ: native `<details>` or JS accordion
- Lang switcher keeps query string (`utm_*`, `subid`, `v`)
- Timer (A/B only): under subhead, not overlay on media
- No cards in hero; game tiles may be light interactive tiles only

## Spacing budget (mobile)

| Block | Approx height |
|-------|---------------|
| Header | 56px |
| Hero | 70–90vh first screen |
| Trust | 48px |
| Steps | ~180px |
| Games | ~320px |
| Rest | scroll |
| Sticky | 64px + safe-area |
