/* Múcio Santos Advocacia Empresarial — Base */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1A1A1A;
    background: #F8F9FA;
    line-height: 1.6;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 24px;
    text-align: center;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

footer {
    text-align: center;
    padding: 24px;
    font-size: 14px;
    color: #5F6368;
}

footer a {
    color: #5F6368;
    text-decoration: underline;
}
