html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 7px;
    background-color: #fafafa;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
}

h1 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #131313;
    margin: 0 0 24px 0;
    padding: 0;
}

h2 {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #121212;
    margin: 0 0 20px 0;
    padding: 0;
}

.content {
    background: #FFFFFF;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    width: 100%;
    max-width: 800px;
    padding: 40px 32px;
    margin: 16px auto 20px auto;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    color: #2a2a2a;
}

.content p {
    font-size: 19px;
    line-height: 1.65;
    color: #2a2a2a;
    margin: 0 0 28px 0;
}

footer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10px auto;
    padding: 0 10px 0 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #8a8a8a;
    text-align: center;
}

footer span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #AFAFAF;
}

footer span a {
    color: #AFAFAF;
    text-decoration: none;
}

footer span a:hover {
    text-decoration: underline;
}

.main {
    display: block;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 30px;
}

.button {
    background: #019CFE;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding: 18px 56px;
    display: table;
    margin: 8px auto 0 auto;
    text-decoration: none;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.button:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

@media screen and (max-width: 500px) {
    body {
        padding: 0;
    }

    .content {
        padding: 24px 20px;
        border-radius: 0;
        border-left: none;
        border-right: none;
        font-size: 17px;
    }

    .content p {
        font-size: 17px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .main {
        margin-bottom: 16px;
    }

    footer {
        font-size: 13px;
    }

    .button {
        font-size: 19px;
        padding: 16px 40px;
    }
}

#fda {
    font-size: 12pt;
}

#fda a {
    color: #4A4A4A;
}

#adver p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14pt;
    color: #4A4A4A;
}
