File size: 6,137 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Select passengers</title>
<style>
  body { margin: 0; padding: 0; background: transparent; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #212121;
  }

  /* Top App Bar */
  .appbar {
    position: relative;
    width: 100%;
    height: 220px; /* includes status area */
    background: #0B5D66;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    color: #FFFFFF;
  }
  .appbar .inner {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  .appbar .title {
    font-size: 56px;
    font-weight: 600;
    margin-left: 20px;
  }
  .spacer { flex: 1; }

  /* Content */
  .content {
    padding: 0 40px;
  }
  .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 46px 0;
  }
  .row .text {
    max-width: 650px;
  }
  .row .main {
    font-size: 44px;
    line-height: 1.2;
    color: #333333;
  }
  .row .sub {
    font-size: 32px;
    color: #757575;
    margin-top: 12px;
  }

  .controls {
    display: flex;
    align-items: center;
    gap: 54px;
    min-width: 300px;
    justify-content: flex-end;
  }
  .count {
    font-size: 52px;
    color: #616161;
    width: 50px;
    text-align: center;
  }
  .icon-btn {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    cursor: default;
  }
  .icon {
    width: 60px;
    height: 60px;
  }
  .teal { stroke: #0B5D66; }
  .disabled { stroke: #B0BEC5; }

  .divider {
    height: 1px;
    background: #EAEAEA;
    margin: 0 -40px; /* full-bleed divider */
  }

  /* Bottom system bar mimic */
  .system-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #000000;
  }
  .home-pill {
    width: 180px;
    height: 12px;
    background: #E0E0E0;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Top App Bar -->
  <div class="appbar">
    <div class="inner">
      <!-- Back Arrow -->
      <svg class="icon" viewBox="0 0 24 24">
        <path d="M15 6 L9 12 L15 18" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
      <div class="title">Select passengers</div>
      <div class="spacer"></div>
      <!-- Check Icon -->
      <svg class="icon" viewBox="0 0 24 24">
        <path d="M5 13 L10 18 L19 7" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </div>
  </div>

  <!-- Content List -->
  <div class="content">
    <div class="row">
      <div class="text">
        <div class="main">Adult</div>
      </div>
      <div class="controls">
        <button class="icon-btn" aria-label="decrease adult">
          <svg class="icon teal" viewBox="0 0 24 24">
            <path d="M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
        <div class="count">2</div>
        <button class="icon-btn" aria-label="increase adult">
          <svg class="icon teal" viewBox="0 0 24 24">
            <path d="M12 5 V19 M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
      </div>
    </div>

    <div class="divider"></div>

    <div class="row">
      <div class="text">
        <div class="main">Child (2-15)</div>
      </div>
      <div class="controls">
        <button class="icon-btn" aria-label="decrease child">
          <svg class="icon disabled" viewBox="0 0 24 24">
            <path d="M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
        <div class="count">0</div>
        <button class="icon-btn" aria-label="increase child">
          <svg class="icon teal" viewBox="0 0 24 24">
            <path d="M12 5 V19 M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
      </div>
    </div>

    <div class="divider"></div>

    <div class="row">
      <div class="text">
        <div class="main">Bike</div>
        <div class="sub">E-bikes are not allowed on buses.</div>
      </div>
      <div class="controls">
        <button class="icon-btn" aria-label="decrease bike">
          <svg class="icon disabled" viewBox="0 0 24 24">
            <path d="M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
        <div class="count">0</div>
        <button class="icon-btn" aria-label="increase bike">
          <svg class="icon teal" viewBox="0 0 24 24">
            <path d="M12 5 V19 M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
      </div>
    </div>

    <div class="divider"></div>

    <div class="row">
      <div class="text">
        <div class="main">Travel in your wheelchair</div>
        <div class="sub">Please select passenger first</div>
      </div>
      <div class="controls">
        <button class="icon-btn" aria-label="decrease wheelchair">
          <svg class="icon disabled" viewBox="0 0 24 24">
            <path d="M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
        <div class="count">0</div>
        <button class="icon-btn" aria-label="increase wheelchair">
          <svg class="icon teal" viewBox="0 0 24 24">
            <path d="M12 5 V19 M5 12 H19" fill="none" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </button>
      </div>
    </div>

    <div class="divider"></div>
  </div>

  <!-- Bottom system bar -->
  <div class="system-bar">
    <div class="home-pill"></div>
  </div>

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