@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700');

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
}

body {
    font-family: 'Inter', sans-serif;
    color: #2f2828;
}

.help-page .logo img {
    height: 50px;
}
.help-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.help-page .title {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 32px;
}

.help-page .subtitle {
    margin-bottom: 16px;
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
}

.help-page p {
    margin-bottom: 12px;
}

.help-page p.highlight {
    font-weight: 700;
}

.help-page ul, .help-page ol {
    padding-left: 30px;
    margin: 12px 0;
}

.help-page li, .help-page li {
    margin: 8px 0;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 1140px;
    padding: 16px;
    margin: 0 auto;
}

.footer {
    margin-top: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu {
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-content a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.footer-content a:hover {
    text-decoration: underline;
}