body {
    background-color: #0c0c0c;
    color: #f1f1f1;
}

.hub-nav {
    background-color: #0c0c0c;
    border-bottom: 1px solid #2a2a2a;
}

.hub-hero {
    background: radial-gradient(circle at top, #1a1408 0%, #0c0c0c 70%);
    border-bottom: 1px solid #2a2a2a;
}

.hub-badge {
    background-color: #2a2110;
    color: #f0a500;
    font-weight: 500;
    padding: .5rem 1rem;
}

.hub-section-alt {
    background-color: #111111;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
}

.hub-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2a2110;
    color: #f0a500;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hub-card {
    background-color: #161616;
    border: 1px solid #2a2a2a;
    color: #f1f1f1;
    transition: border-color .15s ease, transform .15s ease;
}

.hub-card:hover {
    border-color: #f0a500;
    transform: translateY(-2px);
}

.hub-card h2, .hub-card h3 {
    color: #f1f1f1;
}

.hub-card-icon {
    font-size: 1.6rem;
    color: #f0a500;
    margin-bottom: .5rem;
    display: block;
}

.hub-link {
    color: #9a9a9a;
    text-decoration: none;
}

.hub-link:hover {
    color: #f0a500;
}

#contato input.form-control,
#contato textarea.form-control {
    background-color: #1f1f1f;
    border-color: #333;
    color: #f1f1f1;
}

#contato input.form-control:focus,
#contato textarea.form-control:focus {
    background-color: #1f1f1f;
    border-color: #f0a500;
    color: #f1f1f1;
    box-shadow: 0 0 0 .2rem rgba(240, 165, 0, .25);
}
