/* ==========================================================================
   HCDOC - ESTILOS EXCLUSIVOS DA PÁGINA
   ========================================================================== */
.hcdoc-main {
    padding-top: 105px !important;
    padding-bottom: 50px;
}

.hcdoc-container {
    width: calc(100% - 110px);
    max-width: 1110px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hcdoc-header {
    text-align: center;
    margin-bottom: 58px;
}

.hcdoc-header h1 {
    margin: 0 0 24px;
    color: #202020;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

.hcdoc-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #333333;
}

.hcdoc-download-note {
    margin-top: 22px !important;
}

.hcdoc-logo {
    margin: 0 auto 48px;
    text-align: center;
}

.hcdoc-logo img {
    display: inline-block;
    width: 399px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.hcdoc-content {
    font-size: 16px;
    line-height: 1.5;
    color: #111111;
}

.hcdoc-content hr {
    border: 0;
    border-top: 2px solid #505d5d;
    margin: 0 0 20px;
}

.hcdoc-content section {
    margin: 0 0 24px;
}

.hcdoc-content h2 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.4;
    color: #111111;
    font-weight: 700;
}

.hcdoc-content h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.4;
    color: #111111;
    font-weight: 700;
}

.hcdoc-content p {
    margin: 0 0 22px;
    text-align: left;
}

.hcdoc-content ul {
    margin: 12px 0 22px;
    padding-left: 24px;
}

.hcdoc-content li {
    margin-bottom: 6px;
    line-height: 1.4;
}

.hcdoc-content a {
    color: #0a5b93;
    text-decoration: underline;
}

.hcdoc-notice {
    margin-top: 18px;
    padding: 18px 20px;
    border-left: 5px solid #0a5b93;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.hcdoc-notice p:last-child {
    margin-bottom: 0;
}

.hcdoc-download-form {
    margin: 30px 0 0;
    text-align: center;
}

.hcdoc-download-form button {
    cursor: pointer;
    min-height: 45px;
    padding: 11px 18px;
    border: 1px solid #777777;
    border-radius: 3px;
    background: #f3f3f3;
    color: #111111;
    font: inherit;
    font-weight: 600;
}

.hcdoc-download-form button:hover,
.hcdoc-download-form button:focus {
    background: #e5e5e5;
}

.hcdoc-download-form button:focus-visible {
    outline: 3px solid #0a5b93;
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .hcdoc-main {
        padding-top: 90px !important;
    }

    .hcdoc-container {
        width: 100%;
        padding: 0 20px;
    }

    .hcdoc-header {
        margin-bottom: 38px;
    }

    .hcdoc-header h1 {
        font-size: 30px;
        line-height: 1.05;
    }

    .hcdoc-content {
        font-size: 15px;
        line-height: 1.45;
    }

    .hcdoc-content p,
    .hcdoc-content li {
        text-align: left;
    }
}
