File size: 8,721 Bytes
5501681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Olymp Trade Promo UI</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }

  /* Root container */
  #render-target {
    position: relative;
    width: 1080px;
    height: 2400px;
    overflow: hidden;
    background: radial-gradient(1200px 800px at 540px 1300px, #f8e07a 0%, #f4ce45 35%, #f0bd2a 70%, #e5aa16 100%);
  }

  /* Letterbox bars (top and bottom) */
  .letterbox-top, .letterbox-bottom {
    position: absolute;
    left: 0; right: 0;
    background: #000;
    opacity: 0.95;
  }
  .letterbox-top { top: 0; height: 260px; }
  .letterbox-bottom { bottom: 0; height: 140px; }

  /* Floating coins */
  .coin {
    position: absolute;
    border-radius: 50%;
    border: 10px solid rgba(157, 112, 12, 0.6);
    background: radial-gradient(circle at 30% 30%, #ffea9a 0%, #f4c54c 45%, #e6a82a 70%, #d3911f 100%);
    box-shadow: 0 12px 28px rgba(0,0,0,0.25), inset 0 8px 12px rgba(255,255,255,0.3);
    filter: blur(0.2px);
  }

  .coin.c1 { width: 210px; height: 210px; left: 22px; top: 800px; transform: rotate(-15deg); }
  .coin.c2 { width: 140px; height: 140px; left: 70px; top: 1160px; transform: rotate(20deg); }
  .coin.c3 { width: 120px; height: 120px; right: 90px; top: 760px; transform: rotate(8deg); }
  .coin.c4 { width: 180px; height: 180px; right: 70px; top: 1450px; transform: rotate(-22deg); }
  .coin.c5 { width: 130px; height: 130px; right: 60px; top: 1850px; transform: rotate(10deg); }
  .coin.c6 { width: 160px; height: 160px; left: 40px; top: 1540px; transform: rotate(-8deg); }

  /* Tiny sparkles */
  .sparkle {
    position: absolute;
    width: 8px; height: 8px;
    background: #fff8d1;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255,255,255,0.8);
    opacity: 0.9;
  }
  .sp1 { left: 220px; top: 610px; }
  .sp2 { left: 320px; top: 720px; width: 5px; height: 5px; }
  .sp3 { right: 240px; top: 900px; width: 6px; height: 6px; }
  .sp4 { right: 180px; top: 1280px; width: 7px; height: 7px; }
  .sp5 { left: 160px; top: 1700px; width: 5px; height: 5px; }
  .sp6 { right: 450px; top: 1500px; width: 4px; height: 4px; }

  /* Vertical note */
  .vert-note {
    position: absolute;
    left: -390px;
    top: 980px;
    transform: rotate(-90deg);
    color: rgba(255,255,255,0.5);
    font-size: 28px;
    letter-spacing: 0.5px;
  }

  /* Mute icon */
  .mute {
    position: absolute;
    top: 410px;
    left: 40px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
  }
  .mute svg { width: 34px; height: 34px; }

  /* Phone mock */
  .phone {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 820px;
    width: 720px;
    height: 1450px;
    background: #0c0c0f;
    border-radius: 60px;
    box-shadow: 0 44px 120px rgba(0,0,0,0.4);
    border: 2px solid #222;
  }

  /* Notch */
  .notch {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 30px;
    background: #0c0c0f;
    border-radius: 18px;
  }

  /* Status bar text */
  .status {
    position: absolute;
    top: 22px;
    left: 34px;
    right: 34px;
    height: 36px;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.9;
  }
  .status .right { font-size: 24px; letter-spacing: 1px; }

  /* Screen content */
  .screen {
    position: absolute;
    top: 90px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: #111820;
    border-radius: 28px;
    overflow: hidden;
  }

  .topbar {
    display: flex;
    align-items: center;
    padding: 26px 24px 18px 24px;
    color: #9dd4ff;
    font-size: 26px;
  }
  .account {
    color: #79b8ff;
    font-weight: bold;
    margin-right: 20px;
  }
  .balance {
    color: #fff;
    background: #1a2530;
    padding: 6px 12px;
    border-radius: 10px;
    margin-right: 16px;
    font-size: 24px;
  }
  .pill {
    margin-left: auto;
    background: #3aa3ff;
    color: #fff;
    padding: 12px 22px;
    border-radius: 16px;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
  }

  .instrument {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: #d7d9dd;
    font-size: 26px;
    background: #0f1620;
    border-top: 1px solid #1c2a36;
    border-bottom: 1px solid #1c2a36;
  }
  .badge {
    background: #f0c452;
    color: #262626;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 8px;
    margin-right: 12px;
    font-size: 22px;
  }
  .instrument .title { flex: 1; }
  .instrument .tools {
    display: flex;
    gap: 12px;
  }
  .tool {
    width: 46px; height: 38px;
    background: #1b2531;
    border-radius: 8px;
  }

  /* Chart placeholder */
  .chart {
    margin: 16px 24px;
    height: 720px;
    background: #0b1016;
    border: 1px solid #243342;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a7ad;
    font-size: 28px;
  }
  .chart::after {
    content: "";
    position: absolute;
    left: 60px; right: 60px; top: 460px; height: 2px;
    background: rgba(160,167,173,0.2);
  }

  /* Action area */
  .action {
    position: absolute;
    left: 24px; right: 24px; bottom: 160px;
    background: #0f1620;
    border-top: 1px solid #263545;
    padding: 18px;
    border-radius: 16px;
  }
  .amount {
    color: #cdd6df;
    font-size: 26px;
    padding: 12px 16px;
  }
  .cta {
    margin-top: 12px;
    background: #3aa3ff;
    color: #fff;
    text-align: center;
    padding: 24px 16px;
    border-radius: 14px;
    font-size: 30px;
    font-weight: 700;
  }

  /* Bottom icons row inside phone */
  .nav {
    position: absolute;
    bottom: 70px;
    left: 24px; right: 24px;
    display: flex;
    justify-content: space-around;
    color: #b9c2cc;
    font-size: 22px;
  }
  .home-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 6px;
    background: #40454c;
    border-radius: 3px;
    opacity: 0.8;
  }

  /* Bottom headline */
  .headline {
    position: absolute;
    bottom: 210px;
    left: 0; right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 54px;
    font-weight: 600;
    text-shadow: 0 6px 20px rgba(0,0,0,0.25);
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Letterbox bars -->
  <div class="letterbox-top"></div>
  <div class="letterbox-bottom"></div>

  <!-- Decorative coins -->
  <div class="coin c1"></div>
  <div class="coin c2"></div>
  <div class="coin c3"></div>
  <div class="coin c4"></div>
  <div class="coin c5"></div>
  <div class="coin c6"></div>

  <!-- Sparkles -->
  <div class="sparkle sp1"></div>
  <div class="sparkle sp2"></div>
  <div class="sparkle sp3"></div>
  <div class="sparkle sp4"></div>
  <div class="sparkle sp5"></div>
  <div class="sparkle sp6"></div>

  <!-- Vertical risk note -->
  <div class="vert-note">Trading carries inherent risk.</div>

  <!-- Mute icon -->
  <div class="mute">
    <svg viewBox="0 0 36 36">
      <circle cx="18" cy="18" r="16" stroke="#ffffff" stroke-width="2" fill="none"/>
      <!-- Speaker -->
      <path d="M9 22 L9 14 L14 14 L19 10 L19 26 L14 22 Z" fill="#ffffff"/>
      <!-- Slash -->
      <path d="M26 10 L10 26" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
    </svg>
  </div>

  <!-- Phone mock -->
  <div class="phone">
    <div class="notch"></div>
    <div class="status">
      <div>9:41</div>
      <div class="right">📶    🔋</div>
    </div>

    <div class="screen">
      <div class="topbar">
        <div class="account">LIVE ACCOUNT</div>
        <div class="balance">₹900.00 ▾</div>
        <div class="pill">Payments</div>
      </div>

      <div class="instrument">
        <div class="badge"></div>
        <div class="title">Gold OTC</div>
        <div class="tools">
          <div class="tool"></div>
          <div class="tool"></div>
          <div class="tool"></div>
        </div>
      </div>

      <div class="chart">
        [IMG: Trading chart screen]
      </div>

      <div class="action">
        <div class="amount">₹70</div>
        <div class="cta">Open a Trade</div>
      </div>

      <div class="nav">⌂  ⇅  ✉  🏆  ⊙</div>
      <div class="home-indicator"></div>
    </div>
  </div>

  <!-- Bottom headline -->
  <div class="headline">Start trading on Olymp Trade</div>

</div>
</body>
</html>