.home-content-state {
    grid-column: 1 / -1;
    flex: 1 0 100%;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 16px;
    color: #64748b;
    text-align: center;
    font-size: 1rem;
}
.home-content-state p { margin: 0; }
.home-content-state button {
    margin-top: 16px;
    padding: 10px 20px;
    min-height: 44px;
    border: 1px solid #1e3a8a;
    border-radius: 8px;
    background: #fff;
    color: #1e3a8a;
    font: inherit;
    cursor: pointer;
}
.home-content-state button:hover { background: #eff6ff; }
.home-content-state button:focus-visible { outline: 3px solid #60a5fa; outline-offset: 3px; }
