/* ==================================================
   ZI-WBK Styles
================================================== */
.ziwbk-container {
    max-width: 1400px;
    margin: auto;
    padding: 60px 20px;
}

.ziwbk-header {
    text-align: center;
    margin-bottom: 48px;
}

.ziwbk-header h1 {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
}

.ziwbk-header p {
    font-size: 16px;
    color: #64748b;
    margin-top: 10px;
}

/* GRID */
.ziwbk-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
}