-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
301 lines (271 loc) · 10 KB
/
Copy path404.html
File metadata and controls
301 lines (271 loc) · 10 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found | Financial Stream LLC</title>
<meta name="description" content="The page may have moved or the link may be outdated. Return to Financial Stream LLC homepage, contact options, or resources.">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://financialstreamllc.com/404.html">
<link rel="alternate" hreflang="en" href="https://financialstreamllc.com/404.html">
<link rel="alternate" hreflang="x-default" href="https://financialstreamllc.com/404.html">
<meta property="og:site_name" content="Financial Stream LLC">
<meta property="og:title" content="Page Not Found | Financial Stream LLC">
<meta property="og:description" content="The page may have moved or the link may be outdated. Return to Financial Stream LLC homepage, contact options, or resources.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://financialstreamllc.com/404.html">
<meta property="og:image" content="https://financialstreamllc.com/assets/img/og/financial-stream-og-en-1200x630.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Financial Stream LLC accounting and tax support social preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Not Found | Financial Stream LLC">
<meta name="twitter:description" content="The page may have moved or the link may be outdated. Return to Financial Stream LLC homepage, contact options, or resources.">
<meta name="twitter:image" content="https://financialstreamllc.com/assets/img/og/financial-stream-og-en-1200x630.png">
<link rel="icon" type="image/png" href="/assets/brand/financial-stream/favicon-32x32.png">
<link rel="apple-touch-icon" href="/assets/brand/financial-stream/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/assets/css/site.css">
<style>
body.error-page {
min-height: 100vh;
display: grid;
place-items: start center;
padding: clamp(54px, 6vh, 72px) 18px 32px;
background:
radial-gradient(circle at 22% 18%, rgba(123, 177, 224, 0.2), transparent 32%),
radial-gradient(circle at 78% 24%, rgba(220, 231, 243, 0.36), transparent 30%),
linear-gradient(135deg, #f7fbff 0%, #edf4fb 52%, #f9fbfd 100%);
color: #11243a;
}
.error-shell {
width: min(1040px, 100%);
position: relative;
overflow: hidden;
border: 1px solid rgba(111, 154, 198, 0.28);
border-radius: 32px;
background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(238, 246, 253, 0.72));
box-shadow: 0 28px 80px rgba(22, 54, 88, 0.14);
backdrop-filter: blur(22px);
padding: clamp(28px, 5vw, 64px);
}
.error-shell::before {
content: "";
position: absolute;
inset: 18px 18px auto auto;
width: 220px;
height: 220px;
border-radius: 999px;
border: 1px solid rgba(93, 143, 190, 0.2);
background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(151, 190, 224, 0.12) 54%, transparent 66%);
pointer-events: none;
}
.error-grid {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
gap: clamp(28px, 5vw, 58px);
align-items: center;
}
.error-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #426987;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.error-eyebrow::before {
content: "";
width: 34px;
height: 1px;
background: linear-gradient(90deg, #5f91c4, rgba(95, 145, 196, 0));
}
.error-page h1 {
max-width: 700px;
margin: 0;
font-size: clamp(45px, 4.55vw, 67px);
line-height: 1.02;
letter-spacing: -0.05em;
}
.error-copy {
max-width: 620px;
margin: 22px 0 0;
color: #4c6176;
font-size: clamp(1rem, 2vw, 1.18rem);
line-height: 1.75;
}
.error-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 32px;
}
.error-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 0 18px;
border-radius: 999px;
border: 1px solid rgba(89, 136, 184, 0.26);
color: #17314d;
text-decoration: none;
font-weight: 700;
background: rgba(255, 255, 255, 0.74);
box-shadow: 0 10px 26px rgba(34, 76, 118, 0.08);
transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.error-actions a:first-child {
color: #ffffff;
border-color: rgba(34, 80, 130, 0.4);
background: linear-gradient(135deg, #163b63, #2f73ad);
box-shadow: 0 16px 34px rgba(38, 93, 146, 0.2);
}
.error-actions a:hover,
.error-actions a:focus-visible {
transform: translateY(-2px);
border-color: rgba(64, 123, 181, 0.5);
box-shadow: 0 16px 34px rgba(34, 76, 118, 0.13);
}
.error-card {
border: 1px solid rgba(101, 145, 190, 0.24);
border-radius: 24px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(240, 247, 253, 0.74)),
repeating-linear-gradient(180deg, transparent 0, transparent 30px, rgba(93, 133, 174, 0.08) 31px);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 22px 56px rgba(26, 62, 98, 0.1);
padding: 28px;
}
.error-mark {
width: 74px;
height: 74px;
display: grid;
place-items: center;
border-radius: 22px;
margin-bottom: 26px;
color: #1f578c;
font-size: 1.35rem;
font-weight: 800;
background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(216, 232, 246, 0.78));
border: 1px solid rgba(93, 143, 190, 0.24);
}
.error-card h2 {
margin: 0 0 12px;
font-size: 1.18rem;
letter-spacing: 0;
}
.error-card p {
margin: 0 0 22px;
color: #536b82;
line-height: 1.7;
}
.error-card .error-actions {
margin-top: 0;
}
.error-footer {
width: min(1040px, 100%);
margin-top: 18px;
color: #5d7287;
font-size: 0.9rem;
text-align: center;
}
.error-footer p {
margin: 0 0 10px;
}
.error-legal {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 16px;
}
.error-legal a {
color: #244b70;
font-weight: 700;
text-decoration: none;
}
.error-legal a:hover,
.error-legal a:focus-visible {
color: #153a60;
text-decoration: underline;
text-underline-offset: 3px;
}
@media (max-width: 760px) {
body.error-page {
place-items: start center;
padding-top: clamp(42px, 8vw, 54px);
}
.error-shell {
border-radius: 24px;
padding: 26px;
}
.error-grid {
grid-template-columns: 1fr;
}
.error-actions {
flex-direction: column;
}
.error-page h1 {
font-size: clamp(36px, 10.4vw, 47px);
}
.error-actions a {
width: 100%;
}
.error-footer {
font-size: 0.86rem;
}
}
@media (prefers-reduced-motion: reduce) {
.error-actions a {
transition: none;
}
.error-actions a:hover,
.error-actions a:focus-visible {
transform: none;
}
}
</style>
</head>
<body class="error-page">
<main class="error-shell" aria-labelledby="error-title">
<div class="error-grid">
<section>
<p class="error-eyebrow">Financial Stream LLC</p>
<h1 id="error-title">Page not found</h1>
<p class="error-copy">The page may have moved or the link may be outdated. You can return to Financial Stream, review our services, start with the first steps, or contact us.</p>
<nav class="error-actions" aria-label="Helpful links">
<a href="/">Home</a>
<a href="/#services">Services</a>
<a href="/start-here/">Start Here</a>
<a href="/blog/">Resources / Blog</a>
<a href="/contact/">Contact</a>
</nav>
</section>
<aside class="error-card" aria-labelledby="error-title-ru">
<div class="error-mark" aria-hidden="true">FS</div>
<h2 id="error-title-ru">Страница не найдена</h2>
<p>Возможно, ссылка устарела или страница была перемещена.</p>
<nav class="error-actions" aria-label="Полезные ссылки">
<a href="/ru/">На главную</a>
<a href="/ru/#services">Услуги</a>
<a href="/ru/start-here/">Start Here</a>
<a href="/ru/blog/">Материалы / Blog</a>
<a href="/ru/contact/">Контакты</a>
</nav>
</aside>
</div>
</main>
<footer class="error-footer" aria-label="Legal links">
<p>© 2026 Financial Stream LLC. All rights reserved.</p>
<nav class="error-legal">
<a href="/privacy-policy.html">Privacy Policy</a>
<a href="/terms-and-conditions.html">Terms of Use</a>
<a href="/sms-consent.html">SMS Consent</a>
</nav>
</footer>
<script src="/assets/js/site.js" defer></script>
</body>
</html>